Skip to content

Class: DeploymentDate

Dates for deployment events of an asset. May have multiple deployment type dates for this device and a compound type allows a query to return multiple dates.

URI: cim:DeploymentDate

 classDiagram
    class DeploymentDate
      DeploymentDate : in_service_date

      DeploymentDate : installed_date

      DeploymentDate : not_yet_installed_date

      DeploymentDate : out_of_service_date

      DeploymentDate : removed_date

Slots

Name Cardinality and Range Description Inheritance
in_service_date 0..1
date
Date and time asset most recently put in service direct
installed_date 0..1
date
Date and time asset most recently installed direct
not_yet_installed_date 0..1
date
Date and time of asset deployment transition to not yet installed direct
out_of_service_date 0..1
date
Date and time asset most recently taken out of service direct
removed_date 0..1
date
Date and time asset most recently removed direct

Usages

used by used in type used
AssetDeployment deployment_date range DeploymentDate

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:DeploymentDate
native cim:DeploymentDate

LinkML Source

Direct

name: DeploymentDate
description: Dates for deployment events of an asset.  May have multiple deployment
  type dates for this device and a compound type allows a query to return multiple
  dates.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  in_service_date:
    name: in_service_date
    description: Date and time asset most recently put in service.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.inServiceDate
    multivalued: false
    domain_of:
    - DeploymentDate
    range: date
    required: false
  installed_date:
    name: installed_date
    description: Date and time asset most recently installed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.installedDate
    multivalued: false
    domain_of:
    - DeploymentDate
    range: date
    required: false
  not_yet_installed_date:
    name: not_yet_installed_date
    description: Date and time of asset deployment transition to not yet installed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.notYetInstalledDate
    multivalued: false
    domain_of:
    - DeploymentDate
    range: date
    required: false
  out_of_service_date:
    name: out_of_service_date
    description: Date and time asset most recently taken out of service.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.outOfServiceDate
    multivalued: false
    domain_of:
    - DeploymentDate
    range: date
    required: false
  removed_date:
    name: removed_date
    description: Date and time asset most recently removed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.removedDate
    multivalued: false
    domain_of:
    - DeploymentDate
    range: date
    required: false
class_uri: cim:DeploymentDate

Induced

name: DeploymentDate
description: Dates for deployment events of an asset.  May have multiple deployment
  type dates for this device and a compound type allows a query to return multiple
  dates.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  in_service_date:
    name: in_service_date
    description: Date and time asset most recently put in service.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.inServiceDate
    multivalued: false
    alias: in_service_date
    owner: DeploymentDate
    domain_of:
    - DeploymentDate
    range: date
    required: false
  installed_date:
    name: installed_date
    description: Date and time asset most recently installed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.installedDate
    multivalued: false
    alias: installed_date
    owner: DeploymentDate
    domain_of:
    - DeploymentDate
    range: date
    required: false
  not_yet_installed_date:
    name: not_yet_installed_date
    description: Date and time of asset deployment transition to not yet installed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.notYetInstalledDate
    multivalued: false
    alias: not_yet_installed_date
    owner: DeploymentDate
    domain_of:
    - DeploymentDate
    range: date
    required: false
  out_of_service_date:
    name: out_of_service_date
    description: Date and time asset most recently taken out of service.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.outOfServiceDate
    multivalued: false
    alias: out_of_service_date
    owner: DeploymentDate
    domain_of:
    - DeploymentDate
    range: date
    required: false
  removed_date:
    name: removed_date
    description: Date and time asset most recently removed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DeploymentDate.removedDate
    multivalued: false
    alias: removed_date
    owner: DeploymentDate
    domain_of:
    - DeploymentDate
    range: date
    required: false
class_uri: cim:DeploymentDate