Skip to content

Class: AssetDeployment

Deployment of asset deployment in a power system resource role.

URI: cim:AssetDeployment

 classDiagram
    class AssetDeployment
      IdentifiedObject <|-- AssetDeployment

      AssetDeployment : alias_name

      AssetDeployment : asset

          AssetDeployment --> Asset : asset

      AssetDeployment : base_voltage

          AssetDeployment --> BaseVoltage : base_voltage

      AssetDeployment : breaker_application

          AssetDeployment --> BreakerApplicationKind : breaker_application

      AssetDeployment : deployment_date

          AssetDeployment --> DeploymentDate : deployment_date

      AssetDeployment : deployment_state

          AssetDeployment --> DeploymentStateKind : deployment_state

      AssetDeployment : description

      AssetDeployment : diagram_objects

          AssetDeployment --> DiagramObject : diagram_objects

      AssetDeployment : facility_kind

          AssetDeployment --> FacilityKind : facility_kind

      AssetDeployment : instance_set

          AssetDeployment --> InstanceSet : instance_set

      AssetDeployment : likelihood_of_failure

      AssetDeployment : m_rid

      AssetDeployment : names

          AssetDeployment --> Name : names

      AssetDeployment : properties_cimdata_object

          AssetDeployment --> ChangeSetMember : properties_cimdata_object

      AssetDeployment : targeting_cimdata_object

          AssetDeployment --> ChangeSetMember : targeting_cimdata_object

      AssetDeployment : transformer_application

          AssetDeployment --> TransformerApplicationKind : transformer_application

Inheritance

Slots

Name Cardinality and Range Description Inheritance
breaker_application 0..1
BreakerApplicationKind
Type of network role breaker is playing in this deployment (applies to breake... direct
deployment_date 0..1
DeploymentDate
Dates of asset deployment direct
deployment_state 0..1
DeploymentStateKind
Current deployment state of asset direct
facility_kind 0..1
FacilityKind
Kind of facility (like substation or pole or building or plant or service cen... direct
likelihood_of_failure 0..1
Integer
Likelihood of asset failure on a scale of 1(low) to 100 (high) direct
transformer_application 0..1
TransformerApplicationKind
Type of network role transformer is playing in this deployment (applies to tr... direct
base_voltage 1..1
BaseVoltage
Base voltage of this network asset deployment direct
asset 0..1
Asset
Asset in this deployment direct
alias_name 0..1
String
The aliasName is free text human readable name of the object alternative to I... IdentifiedObject
description 0..1
String
The description is a free human readable text describing or naming the object IdentifiedObject
m_rid 0..1
String
Master resource identifier issued by a model authority IdentifiedObject
diagram_objects 0..*
DiagramObject
The diagram objects that are associated with the domain object IdentifiedObject
instance_set 1..1
InstanceSet
Dataset containing the data objects IdentifiedObject
names 0..*
Name
All names of this identified object IdentifiedObject
properties_cimdata_object 0..1
ChangeSetMember
The single CIM data object in the appropriate dataset context IdentifiedObject
targeting_cimdata_object 0..*
ChangeSetMember
Data objects registered IdentifiedObject

Usages

used by used in type used
Asset asset_deployment range AssetDeployment
AssetContainer asset_deployment range AssetDeployment
BaseVoltage network_asset_deployment range AssetDeployment
Bushing asset_deployment range AssetDeployment
InterrupterUnit asset_deployment range AssetDeployment
OperatingMechanism asset_deployment range AssetDeployment
Meter asset_deployment range AssetDeployment
EndDevice asset_deployment range AssetDeployment
WorkAsset asset_deployment range AssetDeployment
DuctBank asset_deployment range AssetDeployment
Structure asset_deployment range AssetDeployment
StructureSupport asset_deployment range AssetDeployment
Facility asset_deployment range AssetDeployment
Streetlight asset_deployment range AssetDeployment
Pole asset_deployment range AssetDeployment
FACTSDevice asset_deployment range AssetDeployment
Joint asset_deployment range AssetDeployment
Cabinet asset_deployment range AssetDeployment
ComMedia asset_deployment range AssetDeployment
Vehicle asset_deployment range AssetDeployment
Tool asset_deployment range AssetDeployment
ComModule asset_deployment range AssetDeployment
UndergroundStructure asset_deployment range AssetDeployment
Tower asset_deployment range AssetDeployment

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AssetDeployment
description: Deployment of asset deployment in a power system resource role.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  breaker_application:
    name: breaker_application
    description: Type of network role breaker is playing in this deployment (applies
      to breaker assets only).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.breakerApplication
    multivalued: false
    domain_of:
    - AssetDeployment
    range: BreakerApplicationKind
    required: false
  deployment_date:
    name: deployment_date
    description: Dates of asset deployment.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.deploymentDate
    multivalued: false
    domain_of:
    - AssetDeployment
    range: DeploymentDate
    required: false
  deployment_state:
    name: deployment_state
    description: Current deployment state of asset.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.deploymentState
    multivalued: false
    domain_of:
    - AssetDeployment
    range: DeploymentStateKind
    required: false
  facility_kind:
    name: facility_kind
    description: Kind of facility (like substation or pole or building or plant or
      service center) at which asset deployed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.facilityKind
    multivalued: false
    domain_of:
    - AssetDeployment
    range: FacilityKind
    required: false
  likelihood_of_failure:
    name: likelihood_of_failure
    description: Likelihood of asset failure on a scale of 1(low) to 100 (high).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.likelihoodOfFailure
    multivalued: false
    domain_of:
    - AssetDeployment
    range: integer
    required: false
  transformer_application:
    name: transformer_application
    description: Type of network role transformer is playing in this deployment (applies
      to transformer assets only).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.transformerApplication
    multivalued: false
    domain_of:
    - AssetDeployment
    range: TransformerApplicationKind
    required: false
  base_voltage:
    name: base_voltage
    description: Base voltage of this network asset deployment.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:AssetDeployment.BaseVoltage
    multivalued: false
    domain_of:
    - TopologicalNode
    - TransformerEnd
    - ConductingEquipment
    - VoltageLevel
    - AssetDeployment
    range: BaseVoltage
    required: true
  asset:
    name: asset
    description: Asset in this deployment.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:AssetDeployment.Asset
    multivalued: false
    domain_of:
    - FinancialInfo
    - Incident
    - ProductAssetModel
    - Measurement
    - AssetDeployment
    - ProcedureDataSet
    - Reconditioning
    - Medium
    - ServiceLocation
    - AssetFunction
    - AnalyticScore
    - Analytic
    - AssetGroup
    - OperationalTag
    - Ownership
    - ErpItemMaster
    - ErpInventory
    range: Asset
    required: false
class_uri: cim:AssetDeployment

Induced

name: AssetDeployment
description: Deployment of asset deployment in a power system resource role.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  breaker_application:
    name: breaker_application
    description: Type of network role breaker is playing in this deployment (applies
      to breaker assets only).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.breakerApplication
    multivalued: false
    alias: breaker_application
    owner: AssetDeployment
    domain_of:
    - AssetDeployment
    range: BreakerApplicationKind
    required: false
  deployment_date:
    name: deployment_date
    description: Dates of asset deployment.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.deploymentDate
    multivalued: false
    alias: deployment_date
    owner: AssetDeployment
    domain_of:
    - AssetDeployment
    range: DeploymentDate
    required: false
  deployment_state:
    name: deployment_state
    description: Current deployment state of asset.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.deploymentState
    multivalued: false
    alias: deployment_state
    owner: AssetDeployment
    domain_of:
    - AssetDeployment
    range: DeploymentStateKind
    required: false
  facility_kind:
    name: facility_kind
    description: Kind of facility (like substation or pole or building or plant or
      service center) at which asset deployed.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.facilityKind
    multivalued: false
    alias: facility_kind
    owner: AssetDeployment
    domain_of:
    - AssetDeployment
    range: FacilityKind
    required: false
  likelihood_of_failure:
    name: likelihood_of_failure
    description: Likelihood of asset failure on a scale of 1(low) to 100 (high).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.likelihoodOfFailure
    multivalued: false
    alias: likelihood_of_failure
    owner: AssetDeployment
    domain_of:
    - AssetDeployment
    range: integer
    required: false
  transformer_application:
    name: transformer_application
    description: Type of network role transformer is playing in this deployment (applies
      to transformer assets only).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetDeployment.transformerApplication
    multivalued: false
    alias: transformer_application
    owner: AssetDeployment
    domain_of:
    - AssetDeployment
    range: TransformerApplicationKind
    required: false
  base_voltage:
    name: base_voltage
    description: Base voltage of this network asset deployment.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:AssetDeployment.BaseVoltage
    multivalued: false
    alias: base_voltage
    owner: AssetDeployment
    domain_of:
    - TopologicalNode
    - TransformerEnd
    - ConductingEquipment
    - VoltageLevel
    - AssetDeployment
    range: BaseVoltage
    required: true
  asset:
    name: asset
    description: Asset in this deployment.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:AssetDeployment.Asset
    multivalued: false
    alias: asset
    owner: AssetDeployment
    domain_of:
    - FinancialInfo
    - Incident
    - ProductAssetModel
    - Measurement
    - AssetDeployment
    - ProcedureDataSet
    - Reconditioning
    - Medium
    - ServiceLocation
    - AssetFunction
    - AnalyticScore
    - Analytic
    - AssetGroup
    - OperationalTag
    - Ownership
    - ErpItemMaster
    - ErpInventory
    range: Asset
    required: false
  alias_name:
    name: alias_name
    description: "The aliasName is free text human readable name of the object alternative\
      \ to IdentifiedObject.name. It may be non unique and may not correlate to a\
      \ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
      \ compatibility between CIM relases. It is however recommended to replace aliasName\
      \ with the Name class as aliasName is planned for retirement at a future time.\r\
      \n\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.aliasName
    multivalued: false
    alias: alias_name
    owner: AssetDeployment
    domain_of:
    - IdentifiedObject
    range: string
    required: false
  description:
    name: description
    description: The description is a free human readable text describing or naming
      the object. It may be non unique and may not correlate to a naming hierarchy.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.description
    multivalued: false
    alias: description
    owner: AssetDeployment
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    - DataSet
    - SwitchingStepGroup
    - AreaReserveSpec
    range: string
    required: false
  m_rid:
    name: m_rid
    description: "Master resource identifier issued by a model authority. The mRID\
      \ is unique within an exchange context. Global uniqueness is easily achieved\
      \ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
      \ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
      \ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
      \ CIM object elements."
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.mRID
    multivalued: false
    alias: m_rid
    owner: AssetDeployment
    domain_of:
    - IdentifiedObject
    - DataSet
    range: string
    required: false
  diagram_objects:
    name: diagram_objects
    description: The diagram objects that are associated with the domain object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.DiagramObjects
    multivalued: true
    alias: diagram_objects
    owner: AssetDeployment
    domain_of:
    - IdentifiedObject
    range: DiagramObject
    required: false
  instance_set:
    name: instance_set
    description: Dataset containing the data objects.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.InstanceSet
    multivalued: false
    alias: instance_set
    owner: AssetDeployment
    domain_of:
    - IdentifiedObject
    range: InstanceSet
    required: true
  names:
    name: names
    description: All names of this identified object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.Names
    multivalued: true
    alias: names
    owner: AssetDeployment
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
  properties_cimdata_object:
    name: properties_cimdata_object
    description: The single CIM data object in the appropriate dataset context.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
    multivalued: false
    alias: properties_cimdata_object
    owner: AssetDeployment
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
  targeting_cimdata_object:
    name: targeting_cimdata_object
    description: Data objects registered.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
    multivalued: true
    alias: targeting_cimdata_object
    owner: AssetDeployment
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:AssetDeployment