Class: CableInfo
_Cable data. _
__
URI: cim:CableInfo
classDiagram
class CableInfo
WireInfo <|-- CableInfo
CableInfo <|-- TapeShieldCableInfo
CableInfo <|-- ConcentricNeutralCableInfo
CableInfo : acline_segment_phase
CableInfo --> ACLineSegmentPhase : acline_segment_phase
CableInfo : alias_name
CableInfo : assets
CableInfo --> Asset : assets
CableInfo : catalog_asset_type
CableInfo --> CatalogAssetType : catalog_asset_type
CableInfo : construction_kind
CableInfo --> CableConstructionKind : construction_kind
CableInfo : core_radius
CableInfo --> Length : core_radius
CableInfo : core_strand_count
CableInfo : description
CableInfo : diagram_objects
CableInfo --> DiagramObject : diagram_objects
CableInfo : diameter_over_core
CableInfo --> Length : diameter_over_core
CableInfo : diameter_over_insulation
CableInfo --> Length : diameter_over_insulation
CableInfo : diameter_over_jacket
CableInfo --> Length : diameter_over_jacket
CableInfo : diameter_over_screen
CableInfo --> Length : diameter_over_screen
CableInfo : gmr
CableInfo --> Length : gmr
CableInfo : instance_set
CableInfo --> InstanceSet : instance_set
CableInfo : insulated
CableInfo : insulation_material
CableInfo --> WireInsulationKind : insulation_material
CableInfo : insulation_thickness
CableInfo --> Length : insulation_thickness
CableInfo : is_strand_fill
CableInfo : m_rid
CableInfo : material
CableInfo --> WireMaterialKind : material
CableInfo : names
CableInfo --> Name : names
CableInfo : nominal_temperature
CableInfo --> Temperature : nominal_temperature
CableInfo : outer_jacket_kind
CableInfo --> CableOuterJacketKind : outer_jacket_kind
CableInfo : power_system_resources
CableInfo --> PowerSystemResource : power_system_resources
CableInfo : product_asset_model
CableInfo --> ProductAssetModel : product_asset_model
CableInfo : properties_cimdata_object
CableInfo --> ChangeSetMember : properties_cimdata_object
CableInfo : r_ac
CableInfo --> ResistancePerLength : r_ac
CableInfo : r_dc
CableInfo --> ResistancePerLength : r_dc
CableInfo : radius
CableInfo --> Length : radius
CableInfo : rated_current
CableInfo --> CurrentFlow : rated_current
CableInfo : sheath_as_neutral
CableInfo : shield_material
CableInfo --> CableShieldMaterialKind : shield_material
CableInfo : size_description
CableInfo : strand_count
CableInfo : targeting_cimdata_object
CableInfo --> ChangeSetMember : targeting_cimdata_object
CableInfo : wire_phase_info
CableInfo --> WirePhaseInfo : wire_phase_info
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| construction_kind | 0..1 CableConstructionKind |
Kind of construction of this cable | direct |
| diameter_over_core | 0..1 Length |
Diameter over the core, including any semi-con screen; should be the insulati... | direct |
| diameter_over_insulation | 0..1 Length |
Diameter over the insulating layer, excluding outer screen | direct |
| diameter_over_jacket | 0..1 Length |
Diameter over the outermost jacketing layer | direct |
| diameter_over_screen | 0..1 Length |
Diameter over the outer screen; should be the shield's inside diameter | direct |
| is_strand_fill | 0..1 Boolean |
True if wire strands are extruded in a way to fill the voids in the cable | direct |
| nominal_temperature | 0..1 Temperature |
Maximum nominal design operating temperature | direct |
| outer_jacket_kind | 0..1 CableOuterJacketKind |
Kind of outer jacket of this cable | direct |
| sheath_as_neutral | 0..1 Boolean |
True if sheath / shield is used as a neutral (i | direct |
| shield_material | 0..1 CableShieldMaterialKind |
Material of the shield | direct |
| core_radius | 0..1 Length |
(if there is a different core material) Radius of the central core | WireInfo |
| core_strand_count | 0..1 Integer |
(if used) Number of strands in the steel core | WireInfo |
| gmr | 0..1 Length |
Geometric mean radius | WireInfo |
| insulated | 0..1 Boolean |
True if conductor is insulated | WireInfo |
| insulation_material | 0..1 WireInsulationKind |
(if insulated conductor) Material used for insulation | WireInfo |
| insulation_thickness | 0..1 Length |
(if insulated conductor) Thickness of the insulation | WireInfo |
| material | 0..1 WireMaterialKind |
Conductor material | WireInfo |
| r_ac | 0..1 ResistancePerLength |
AC resistance per unit length of the conductor at 75 °C | WireInfo |
| radius | 0..1 Length |
Outside radius of the wire | WireInfo |
| rated_current | 0..1 CurrentFlow |
Current carrying capacity of the wire under stated thermal conditions | WireInfo |
| r_dc | 0..1 ResistancePerLength |
DC resistance per unit length of the conductor at 20 °C | WireInfo |
| size_description | 0..1 String |
Describes the wire gauge or cross section (e | WireInfo |
| strand_count | 0..1 Integer |
Number of strands in the conductor | WireInfo |
| wire_phase_info | 0..* WirePhaseInfo |
Wire phase information associated with this wire information | WireInfo |
| acline_segment_phase | 0..* ACLineSegmentPhase |
AC line segment phase information associated with this wire information | WireInfo |
| power_system_resources | 0..* PowerSystemResource |
All power system resources with this datasheet information | AssetInfo |
| catalog_asset_type | 0..1 CatalogAssetType |
Asset information (nameplate) for this catalog asset type | AssetInfo |
| assets | 0..* Asset |
All assets described by this data | AssetInfo |
| product_asset_model | 0..1 ProductAssetModel |
Product asset model which conforms to this catalog asset type | AssetInfo |
| 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 |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:CableInfo |
| native | cim:CableInfo |
LinkML Source
Direct
name: CableInfo
description: "Cable data.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: WireInfo
attributes:
construction_kind:
name: construction_kind
description: Kind of construction of this cable.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:CableInfo.constructionKind
multivalued: false
domain_of:
- OldTransformerTankInfo
- CableInfo
- Tower
range: CableConstructionKind
required: false
diameter_over_core:
name: diameter_over_core
description: Diameter over the core, including any semi-con screen; should be
the insulating layer's inside diameter.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.diameterOverCore
multivalued: false
domain_of:
- CableInfo
range: Length
required: false
diameter_over_insulation:
name: diameter_over_insulation
description: Diameter over the insulating layer, excluding outer screen.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.diameterOverInsulation
multivalued: false
domain_of:
- CableInfo
range: Length
required: false
diameter_over_jacket:
name: diameter_over_jacket
description: Diameter over the outermost jacketing layer.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.diameterOverJacket
multivalued: false
domain_of:
- CableInfo
range: Length
required: false
diameter_over_screen:
name: diameter_over_screen
description: Diameter over the outer screen; should be the shield's inside diameter.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.diameterOverScreen
multivalued: false
domain_of:
- CableInfo
range: Length
required: false
is_strand_fill:
name: is_strand_fill
description: True if wire strands are extruded in a way to fill the voids in the
cable.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.isStrandFill
multivalued: false
domain_of:
- CableInfo
range: boolean
required: false
nominal_temperature:
name: nominal_temperature
description: Maximum nominal design operating temperature.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.nominalTemperature
multivalued: false
domain_of:
- CableInfo
range: Temperature
required: false
outer_jacket_kind:
name: outer_jacket_kind
description: Kind of outer jacket of this cable.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.outerJacketKind
multivalued: false
domain_of:
- CableInfo
range: CableOuterJacketKind
required: false
sheath_as_neutral:
name: sheath_as_neutral
description: True if sheath / shield is used as a neutral (i.e., bonded).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.sheathAsNeutral
multivalued: false
domain_of:
- CableInfo
range: boolean
required: false
shield_material:
name: shield_material
description: Material of the shield.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.shieldMaterial
multivalued: false
domain_of:
- CableInfo
range: CableShieldMaterialKind
required: false
class_uri: cim:CableInfo
Induced
name: CableInfo
description: "Cable data.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: WireInfo
attributes:
construction_kind:
name: construction_kind
description: Kind of construction of this cable.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:CableInfo.constructionKind
multivalued: false
alias: construction_kind
owner: CableInfo
domain_of:
- OldTransformerTankInfo
- CableInfo
- Tower
range: CableConstructionKind
required: false
diameter_over_core:
name: diameter_over_core
description: Diameter over the core, including any semi-con screen; should be
the insulating layer's inside diameter.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.diameterOverCore
multivalued: false
alias: diameter_over_core
owner: CableInfo
domain_of:
- CableInfo
range: Length
required: false
diameter_over_insulation:
name: diameter_over_insulation
description: Diameter over the insulating layer, excluding outer screen.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.diameterOverInsulation
multivalued: false
alias: diameter_over_insulation
owner: CableInfo
domain_of:
- CableInfo
range: Length
required: false
diameter_over_jacket:
name: diameter_over_jacket
description: Diameter over the outermost jacketing layer.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.diameterOverJacket
multivalued: false
alias: diameter_over_jacket
owner: CableInfo
domain_of:
- CableInfo
range: Length
required: false
diameter_over_screen:
name: diameter_over_screen
description: Diameter over the outer screen; should be the shield's inside diameter.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.diameterOverScreen
multivalued: false
alias: diameter_over_screen
owner: CableInfo
domain_of:
- CableInfo
range: Length
required: false
is_strand_fill:
name: is_strand_fill
description: True if wire strands are extruded in a way to fill the voids in the
cable.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.isStrandFill
multivalued: false
alias: is_strand_fill
owner: CableInfo
domain_of:
- CableInfo
range: boolean
required: false
nominal_temperature:
name: nominal_temperature
description: Maximum nominal design operating temperature.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.nominalTemperature
multivalued: false
alias: nominal_temperature
owner: CableInfo
domain_of:
- CableInfo
range: Temperature
required: false
outer_jacket_kind:
name: outer_jacket_kind
description: Kind of outer jacket of this cable.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.outerJacketKind
multivalued: false
alias: outer_jacket_kind
owner: CableInfo
domain_of:
- CableInfo
range: CableOuterJacketKind
required: false
sheath_as_neutral:
name: sheath_as_neutral
description: True if sheath / shield is used as a neutral (i.e., bonded).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.sheathAsNeutral
multivalued: false
alias: sheath_as_neutral
owner: CableInfo
domain_of:
- CableInfo
range: boolean
required: false
shield_material:
name: shield_material
description: Material of the shield.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CableInfo.shieldMaterial
multivalued: false
alias: shield_material
owner: CableInfo
domain_of:
- CableInfo
range: CableShieldMaterialKind
required: false
core_radius:
name: core_radius
description: (if there is a different core material) Radius of the central core.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.coreRadius
multivalued: false
alias: core_radius
owner: CableInfo
domain_of:
- WireInfo
range: Length
required: false
core_strand_count:
name: core_strand_count
description: (if used) Number of strands in the steel core.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.coreStrandCount
multivalued: false
alias: core_strand_count
owner: CableInfo
domain_of:
- WireInfo
range: integer
required: false
gmr:
name: gmr
description: "Geometric mean radius. If we replace the conductor by a thin walled\
\ tube of radius GMR, then its reactance is identical to the reactance of the\
\ actual conductor.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.gmr
multivalued: false
alias: gmr
owner: CableInfo
domain_of:
- WireInfo
range: Length
required: false
insulated:
name: insulated
description: True if conductor is insulated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.insulated
multivalued: false
alias: insulated
owner: CableInfo
domain_of:
- WireInfo
range: boolean
required: false
insulation_material:
name: insulation_material
description: (if insulated conductor) Material used for insulation.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.insulationMaterial
multivalued: false
alias: insulation_material
owner: CableInfo
domain_of:
- WireInfo
range: WireInsulationKind
required: false
insulation_thickness:
name: insulation_thickness
description: (if insulated conductor) Thickness of the insulation.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.insulationThickness
multivalued: false
alias: insulation_thickness
owner: CableInfo
domain_of:
- WireInfo
range: Length
required: false
material:
name: material
description: "Conductor material.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.material
multivalued: false
alias: material
owner: CableInfo
domain_of:
- WireInfo
- UndergroundStructure
range: WireMaterialKind
required: false
r_ac:
name: r_ac
description: "AC resistance per unit length of the conductor at 75 °C.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.rAC75
multivalued: false
alias: r_ac
owner: CableInfo
domain_of:
- WireInfo
range: ResistancePerLength
required: false
radius:
name: radius
description: Outside radius of the wire.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.radius
multivalued: false
alias: radius
owner: CableInfo
domain_of:
- WireInfo
range: Length
required: false
rated_current:
name: rated_current
description: Current carrying capacity of the wire under stated thermal conditions.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:WireInfo.ratedCurrent
multivalued: false
alias: rated_current
owner: CableInfo
domain_of:
- UsagePoint
- Switch
- EndDeviceInfo
- WireInfo
- SwitchPhase
- CurrentTransformerInfo
- SwitchInfo
- ShuntCompensatorInfo
- BushingInfo
- TapChangerInfo
- BusbarSectionInfo
range: CurrentFlow
required: false
r_dc:
name: r_dc
description: "DC resistance per unit length of the conductor at 20 °C.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.rDC20
multivalued: false
alias: r_dc
owner: CableInfo
domain_of:
- WireInfo
range: ResistancePerLength
required: false
size_description:
name: size_description
description: "Describes the wire gauge or cross section (e.g., 4/0, #2, 336.5).\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.sizeDescription
multivalued: false
alias: size_description
owner: CableInfo
domain_of:
- WireInfo
range: string
required: false
strand_count:
name: strand_count
description: "Number of strands in the conductor.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.strandCount
multivalued: false
alias: strand_count
owner: CableInfo
domain_of:
- WireInfo
range: integer
required: false
wire_phase_info:
name: wire_phase_info
description: Wire phase information associated with this wire information.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:WireInfo.WirePhaseInfo
multivalued: true
alias: wire_phase_info
owner: CableInfo
domain_of:
- WireAssemblyInfo
- WirePosition
- WireInfo
range: WirePhaseInfo
required: false
acline_segment_phase:
name: acline_segment_phase
description: AC line segment phase information associated with this wire information.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WireInfo.ACLineSegmentPhase
multivalued: true
alias: acline_segment_phase
owner: CableInfo
domain_of:
- WireInfo
range: ACLineSegmentPhase
required: false
power_system_resources:
name: power_system_resources
description: All power system resources with this datasheet information.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:AssetInfo.PowerSystemResources
multivalued: true
alias: power_system_resources
owner: CableInfo
domain_of:
- AssetInfo
- Asset
- Location
- PSRType
range: PowerSystemResource
required: false
catalog_asset_type:
name: catalog_asset_type
description: Asset information (nameplate) for this catalog asset type.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:AssetInfo.CatalogAssetType
multivalued: false
alias: catalog_asset_type
owner: CableInfo
domain_of:
- AssetInfo
- ProductAssetModel
range: CatalogAssetType
required: false
assets:
name: assets
description: All assets described by this data.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:AssetInfo.Assets
multivalued: true
alias: assets
owner: CableInfo
domain_of:
- PowerSystemResource
- AssetInfo
- Location
- WorkTask
- ErpRecDelvLineItem
- AssetContainer
- ActivityRecord
- Procedure
- ReliabilityInfo
- AssetPropertyCurve
- AssetOrganisationRole
- ScheduledEvent
range: Asset
required: false
product_asset_model:
name: product_asset_model
description: Product asset model which conforms to this catalog asset type.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:AssetInfo.ProductAssetModel
multivalued: false
alias: product_asset_model
owner: CableInfo
domain_of:
- AssetInfo
- Asset
- OperationalRestriction
- CatalogAssetType
range: ProductAssetModel
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: CableInfo
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: CableInfo
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: CableInfo
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: CableInfo
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: CableInfo
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: CableInfo
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: CableInfo
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: CableInfo
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:CableInfo