Skip to content

RetentionDuration

Sub-class of Time with units relevant for retention durations.

URI: gx:RetentionDuration

 classDiagram
    class RetentionDuration
    click RetentionDuration href "../RetentionDuration"
      Time <|-- RetentionDuration
        click Time href "../Time"

      RetentionDuration : applicableUnit




    RetentionDuration --> "1" String : applicableUnit
    click String href "../String"


      RetentionDuration : quantityValue




    RetentionDuration --> "1" Float : quantityValue
    click Float href "../Float"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
applicableUnit 1
xsd:string
Unit of physical quantity of the class https://qudt QuantityKind
quantityValue 1
xsd:float
is the measurement of an observable property of a particular object, event, o... QuantityKind

Usages

used by used in type used
DataProtectionPolicy protectionRetention range RetentionDuration
BackupPolicy protectionRetention range RetentionDuration
SnapshotPolicy protectionRetention range RetentionDuration
ReplicationPolicy protectionRetention range RetentionDuration

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#quantity

LinkML Source

Direct

name: RetentionDuration
description: Sub-class of Time with units relevant for retention durations.
from_schema: https://w3id.org/gaia-x/development#quantity
is_a: Time

Induced

name: RetentionDuration
description: Sub-class of Time with units relevant for retention durations.
from_schema: https://w3id.org/gaia-x/development#quantity
is_a: Time
attributes:
  applicableUnit:
    name: applicableUnit
    description: Unit of physical quantity of the class https://qudt.org/schema/qudt/QuantityKind
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: qudt:applicableUnit
    alias: applicableUnit
    owner: RetentionDuration
    domain_of:
    - QuantityKind
    range: string
    required: true
  quantityValue:
    name: quantityValue
    description: is the measurement of an observable property of a particular object,
      event, or physical system.
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: qudt:quantityValue
    alias: quantityValue
    owner: RetentionDuration
    domain_of:
    - QuantityKind
    range: float
    required: true