Skip to content

Class: InternalLocation

Description of location internal to a building.

URI: cim:InternalLocation

 classDiagram
    class InternalLocation
      WorkLocation <|-- InternalLocation

      InternalLocation : alias_name

      InternalLocation : assets

          InternalLocation --> Asset : assets

      InternalLocation : base_works

          InternalLocation --> BaseWork : base_works

      InternalLocation : building_name

      InternalLocation : building_number

      InternalLocation : configuration_events

          InternalLocation --> ConfigurationEvent : configuration_events

      InternalLocation : coordinate_system

          InternalLocation --> CoordinateSystem : coordinate_system

      InternalLocation : crew

          InternalLocation --> Crew : crew

      InternalLocation : crews

          InternalLocation --> OldCrew : crews

      InternalLocation : description

      InternalLocation : design_locations

          InternalLocation --> DesignLocation : design_locations

      InternalLocation : diagram_objects

          InternalLocation --> DiagramObject : diagram_objects

      InternalLocation : direction

      InternalLocation : electronic_address

          InternalLocation --> ElectronicAddress : electronic_address

      InternalLocation : environmental_location_kind

          InternalLocation --> EnvironmentalLocationType : environmental_location_kind

      InternalLocation : environmental_monitoring_station

          InternalLocation --> EnvironmentalMonitoringStation : environmental_monitoring_station

      InternalLocation : fault

          InternalLocation --> Fault : fault

      InternalLocation : floor

      InternalLocation : geo_info_reference

      InternalLocation : hazards

          InternalLocation --> AssetLocationHazard : hazards

      InternalLocation : incident

          InternalLocation --> Incident : incident

      InternalLocation : instance_set

          InternalLocation --> InstanceSet : instance_set

      InternalLocation : land_properties

          InternalLocation --> LandProperty : land_properties

      InternalLocation : m_rid

      InternalLocation : main_address

          InternalLocation --> StreetAddress : main_address

      InternalLocation : measurements

          InternalLocation --> Measurement : measurements

      InternalLocation : names

          InternalLocation --> Name : names

      InternalLocation : one_call_request

          InternalLocation --> OneCallRequest : one_call_request

      InternalLocation : outage_order

          InternalLocation --> OutageOrder : outage_order

      InternalLocation : phone

          InternalLocation --> TelephoneNumber : phone

      InternalLocation : position_points

          InternalLocation --> PositionPoint : position_points

      InternalLocation : power_system_resources

          InternalLocation --> PowerSystemResource : power_system_resources

      InternalLocation : properties_cimdata_object

          InternalLocation --> ChangeSetMember : properties_cimdata_object

      InternalLocation : room_number

      InternalLocation : routes

          InternalLocation --> Route : routes

      InternalLocation : secondary_address

          InternalLocation --> StreetAddress : secondary_address

      InternalLocation : status

          InternalLocation --> Status : status

      InternalLocation : switching_order

          InternalLocation --> SwitchingOrder : switching_order

      InternalLocation : targeting_cimdata_object

          InternalLocation --> ChangeSetMember : targeting_cimdata_object

      InternalLocation : trouble_order

          InternalLocation --> TroubleOrder : trouble_order

      InternalLocation : trouble_ticket

          InternalLocation --> TroubleTicket : trouble_ticket

      InternalLocation : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
building_name 0..1
String
Name of building where location is direct
building_number 0..1
String
Number of building where location is direct
floor 0..1
Integer
Floor of location direct
room_number 0..1
String
Room number of location direct
one_call_request 0..1
OneCallRequest
WorkLocation
base_works 0..*
BaseWork
All works/tasks at this location WorkLocation
design_locations 0..*
DesignLocation
WorkLocation
direction 0..1
String
(if applicable) Direction that allows field crews to quickly find a given ass... Location
electronic_address 0..1
ElectronicAddress
Electronic address Location
geo_info_reference 0..1
String
(if applicable) Reference to geographical information source, often external ... Location
main_address 0..1
StreetAddress
Main address of the location Location
phone 0..1
TelephoneNumber
Additional phone number Location
secondary_address 0..1
StreetAddress
Secondary address of the location Location
status 0..1
Status
Status of this location Location
type 0..1
String
Classification by utility's corporate standards and practices, relative to th... Location
configuration_events 0..*
ConfigurationEvent
All configuration events created for this location Location
switching_order 0..1
SwitchingOrder
The switching order at this location Location
crew 0..*
Crew
The crew that is assigned to this locaton Location
power_system_resources 0..*
PowerSystemResource
All power system resources at this location Location
coordinate_system 0..1
CoordinateSystem
Coordinate system used to describe position points of this location Location
position_points 0..*
PositionPoint
Sequence of position points describing this location, expressed in coordinate... Location
measurements 0..*
Measurement
All measurements at this location Location
assets 0..*
Asset
All assets at this location Location
trouble_order 0..1
TroubleOrder
The trouble order at this location Location
outage_order 0..1
OutageOrder
The outage order at this location Location
fault 0..*
Fault
All faults at this location Location
incident 0..1
Incident
Incident at this location Location
crews 0..*
OldCrew
Location
hazards 0..*
AssetLocationHazard
All asset hazards at this location Location
land_properties 0..*
LandProperty
Location
routes 0..*
Route
Location
trouble_ticket 0..1
TroubleTicket
Location
environmental_location_kind 0..*
EnvironmentalLocationType
Kind of environmental location which this location is Location
environmental_monitoring_station 0..*
EnvironmentalMonitoringStation
Monitoring station located at this location Location
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:InternalLocation
native cim:InternalLocation

LinkML Source

Direct

name: InternalLocation
description: Description of location internal to a building.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: WorkLocation
attributes:
  building_name:
    name: building_name
    description: Name of building where location is.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:InternalLocation.buildingName
    multivalued: false
    domain_of:
    - StreetDetail
    - InternalLocation
    range: string
    required: false
  building_number:
    name: building_number
    description: Number of building where location is.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:InternalLocation.buildingNumber
    multivalued: false
    domain_of:
    - InternalLocation
    range: string
    required: false
  floor:
    name: floor
    description: Floor of location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:InternalLocation.floor
    multivalued: false
    domain_of:
    - InternalLocation
    range: integer
    required: false
  room_number:
    name: room_number
    description: Room number of location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:InternalLocation.roomNumber
    multivalued: false
    domain_of:
    - InternalLocation
    range: string
    required: false
class_uri: cim:InternalLocation

Induced

name: InternalLocation
description: Description of location internal to a building.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: WorkLocation
attributes:
  building_name:
    name: building_name
    description: Name of building where location is.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:InternalLocation.buildingName
    multivalued: false
    alias: building_name
    owner: InternalLocation
    domain_of:
    - StreetDetail
    - InternalLocation
    range: string
    required: false
  building_number:
    name: building_number
    description: Number of building where location is.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:InternalLocation.buildingNumber
    multivalued: false
    alias: building_number
    owner: InternalLocation
    domain_of:
    - InternalLocation
    range: string
    required: false
  floor:
    name: floor
    description: Floor of location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:InternalLocation.floor
    multivalued: false
    alias: floor
    owner: InternalLocation
    domain_of:
    - InternalLocation
    range: integer
    required: false
  room_number:
    name: room_number
    description: Room number of location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:InternalLocation.roomNumber
    multivalued: false
    alias: room_number
    owner: InternalLocation
    domain_of:
    - InternalLocation
    range: string
    required: false
  one_call_request:
    name: one_call_request
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkLocation.OneCallRequest
    multivalued: false
    alias: one_call_request
    owner: InternalLocation
    domain_of:
    - WorkLocation
    range: OneCallRequest
    required: false
  base_works:
    name: base_works
    description: All works/tasks at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkLocation.BaseWorks
    multivalued: true
    alias: base_works
    owner: InternalLocation
    domain_of:
    - WorkLocation
    range: BaseWork
    required: false
  design_locations:
    name: design_locations
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WorkLocation.DesignLocations
    multivalued: true
    alias: design_locations
    owner: InternalLocation
    domain_of:
    - Design
    - ConditionFactor
    - WorkLocation
    range: DesignLocation
    required: false
  direction:
    name: direction
    description: "(if applicable) Direction that allows field crews to quickly find\
      \ a given asset. For a given location, such as a street address, this is the\
      \ relative direction in which to find the asset. For example, a streetlight\
      \ may be located at the 'NW' (northwest) corner of the customer's site, or a\
      \ usage point may be located on the second floor of an apartment building.\r\
      \n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.direction
    multivalued: false
    alias: direction
    owner: InternalLocation
    domain_of:
    - Location
    - StructureSupport
    - Flowgate
    - RegisteredInterTie
    - Price
    - FlowDirection
    - OperationalLimitType
    - ComFunction
    - AtmosphericPhenomenon
    - BidTimeSeries
    range: string
    required: false
  electronic_address:
    name: electronic_address
    description: Electronic address.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.electronicAddress
    multivalued: false
    alias: electronic_address
    owner: InternalLocation
    domain_of:
    - Asset
    - Document
    - Person
    - Organisation
    - Location
    - Cashier
    range: ElectronicAddress
    required: false
  geo_info_reference:
    name: geo_info_reference
    description: (if applicable) Reference to geographical information source, often
      external to the utility.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.geoInfoReference
    multivalued: false
    alias: geo_info_reference
    owner: InternalLocation
    domain_of:
    - Location
    range: string
    required: false
  main_address:
    name: main_address
    description: Main address of the location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.mainAddress
    multivalued: false
    alias: main_address
    owner: InternalLocation
    domain_of:
    - Location
    range: StreetAddress
    required: false
  phone:
    name: phone
    description: Additional phone number.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.phone2
    multivalued: false
    alias: phone
    owner: InternalLocation
    domain_of:
    - Organisation
    - Location
    range: TelephoneNumber
    required: false
  secondary_address:
    name: secondary_address
    description: Secondary address of the location. For example, PO Box address may
      have different ZIP code than that in the 'mainAddress'.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.secondaryAddress
    multivalued: false
    alias: secondary_address
    owner: InternalLocation
    domain_of:
    - Location
    range: StreetAddress
    required: false
  status:
    name: status
    description: Status of this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.status
    multivalued: false
    alias: status
    owner: InternalLocation
    domain_of:
    - Asset
    - Document
    - Customer
    - StreetAddress
    - Location
    - ErpQuoteLineItem
    - CostType
    - ErpJournalEntry
    - ErpRecLineItem
    - ErpPayableLineItem
    - ContractorItem
    - Capability
    - Craft
    - OldPerson
    - ErpPersonnel
    - LaborItem
    - DesignLocationCU
    - DesignLocation
    - ConditionFactor
    - MiscCostItem
    - CUGroup
    - WorkFlowStep
    - ErpTimeEntry
    - OverheadCost
    - PropertyUnit
    - CUMaterialItem
    - ErpIssueInventory
    - ErpReqLineItem
    - ErpRecDelvLineItem
    - Role
    - LandProperty
    - ErpSiteLevelData
    - Crew
    - ActivityRecord
    - ErpLedgerEntry
    - ErpLedBudLineItem
    - TransformerObservation
    - BushingInsulationPF
    - WindingInsulation
    - CULaborItem
    - CULaborCode
    - EndDeviceGroup
    - Hazard
    - CUWorkEquipmentItem
    - ShiftPattern
    - Route
    - Usage
    - CUContractorItem
    - CUAllowableAction
    - TypeAssetCatalogue
    - AssetModelCatalogue
    - Market
    - CRROrgRole
    - MarketScheduledEvent
    - MarketLedgerEntry
    - MarketPerson
    - MarketQualificationRequirement
    - ResourceGroup
    - ResourceAwardInstruction
    - ExPostResourceResults
    - MarketObjectStatus
    - TimePoint
    - ErpItemMaster
    - ScheduledEvent
    - ScheduledEventData
    - ErpInventory
    - ErpInventoryCount
    - RedLine
    - BusinessRole
    - BidTimeSeries
    range: Status
    required: false
  type:
    name: type
    description: "Classification by utility's corporate standards and practices, relative\
      \ to the location itself (e.g., geographical, functional accounting, etc., not\
      \ a given property that happens to exist at that location).\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.type
    multivalued: false
    alias: type
    owner: InternalLocation
    domain_of:
    - Asset
    - AcceptanceTest
    - Document
    - StreetDetail
    - Location
    - Priority
    - CatalogAssetType
    - Capability
    - Craft
    - OldPerson
    - Role
    - ActivityRecord
    - EndDeviceEventType
    - EndDeviceGroup
    - DemandResponseProgram
    - UsagePointGroup
    - EndDeviceControlType
    - Hazard
    - OldCrew
    - Route
    - ConstraintDuration
    - AceTariffType
    - ControlArea
    - SynchronousMachine
    - ChargeProfile
    - ChargeComponent
    - MarketRole
    - ResourceGroup
    - Quantity
    - ResourceCertification
    - Auction
    - ScheduledEvent
    - PotentialTransformer
    - BusinessRole
    range: string
    required: false
  configuration_events:
    name: configuration_events
    description: All configuration events created for this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.ConfigurationEvents
    multivalued: true
    alias: configuration_events
    owner: InternalLocation
    domain_of:
    - Asset
    - Document
    - PersonRole
    - OrganisationRole
    - Location
    - UsagePoint
    - ServiceCategory
    range: ConfigurationEvent
    required: false
  switching_order:
    name: switching_order
    description: The switching order at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.SwitchingOrder
    multivalued: false
    alias: switching_order
    owner: InternalLocation
    domain_of:
    - SwitchingPlan
    - Location
    range: SwitchingOrder
    required: false
  crew:
    name: crew
    description: The crew that is assigned to this locaton.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.Crew
    multivalued: true
    alias: crew
    owner: InternalLocation
    domain_of:
    - Location
    - Capability
    - SwitchingAction
    - FieldDispatchHistory
    - Outage
    - WorkAsset
    - CrewMember
    range: Crew
    required: false
  power_system_resources:
    name: power_system_resources
    description: All power system resources at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.PowerSystemResources
    multivalued: true
    alias: power_system_resources
    owner: InternalLocation
    domain_of:
    - AssetInfo
    - Asset
    - Location
    - PSRType
    range: PowerSystemResource
    required: false
  coordinate_system:
    name: coordinate_system
    description: Coordinate system used to describe position points of this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.CoordinateSystem
    multivalued: false
    alias: coordinate_system
    owner: InternalLocation
    domain_of:
    - Location
    range: CoordinateSystem
    required: false
  position_points:
    name: position_points
    description: Sequence of position points describing this location, expressed in
      coordinate system 'Location.CoordinateSystem'.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.PositionPoints
    multivalued: true
    alias: position_points
    owner: InternalLocation
    domain_of:
    - Location
    range: PositionPoint
    required: false
  measurements:
    name: measurements
    description: All measurements at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.Measurements
    multivalued: true
    alias: measurements
    owner: InternalLocation
    domain_of:
    - PowerSystemResource
    - ACDCTerminal
    - Asset
    - Location
    - Procedure
    - AnalogLimitSet
    - AccumulatorLimitSet
    range: Measurement
    required: false
  assets:
    name: assets
    description: All assets at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.Assets
    multivalued: true
    alias: assets
    owner: InternalLocation
    domain_of:
    - PowerSystemResource
    - AssetInfo
    - Location
    - WorkTask
    - ErpRecDelvLineItem
    - AssetContainer
    - ActivityRecord
    - Procedure
    - ReliabilityInfo
    - AssetPropertyCurve
    - AssetOrganisationRole
    - ScheduledEvent
    range: Asset
    required: false
  trouble_order:
    name: trouble_order
    description: The trouble order at this location
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.TroubleOrder
    multivalued: false
    alias: trouble_order
    owner: InternalLocation
    domain_of:
    - Incident
    - Location
    - WorkTask
    - TroubleTicket
    - UnplannedOutage
    range: TroubleOrder
    required: false
  outage_order:
    name: outage_order
    description: The outage order at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.OutageOrder
    multivalued: false
    alias: outage_order
    owner: InternalLocation
    domain_of:
    - Location
    - OutagePlan
    range: OutageOrder
    required: false
  fault:
    name: fault
    description: All faults at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.Fault
    multivalued: true
    alias: fault
    owner: InternalLocation
    domain_of:
    - Location
    range: Fault
    required: false
  incident:
    name: incident
    description: Incident at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Location.Incident
    multivalued: false
    alias: incident
    owner: InternalLocation
    domain_of:
    - Asset
    - Location
    - TroubleOrder
    - Outage
    - TroubleTicket
    - CustomerNotification
    - UnplannedOutage
    - Hazard
    - IncidentHazard
    range: Incident
    required: false
  crews:
    name: crews
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.Crews
    multivalued: true
    alias: crews
    owner: InternalLocation
    domain_of:
    - Location
    - WorkTask
    - CrewType
    - ShiftPattern
    - Route
    - Assignment
    range: OldCrew
    required: false
  hazards:
    name: hazards
    description: All asset hazards at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.Hazards
    multivalued: true
    alias: hazards
    owner: InternalLocation
    domain_of:
    - Location
    range: AssetLocationHazard
    required: false
  land_properties:
    name: land_properties
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.LandProperties
    multivalued: true
    alias: land_properties
    owner: InternalLocation
    domain_of:
    - Location
    - RightOfWay
    - AssetContainer
    range: LandProperty
    required: false
  routes:
    name: routes
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.Routes
    multivalued: true
    alias: routes
    owner: InternalLocation
    domain_of:
    - Location
    range: Route
    required: false
  trouble_ticket:
    name: trouble_ticket
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.TroubleTicket
    multivalued: false
    alias: trouble_ticket
    owner: InternalLocation
    domain_of:
    - Location
    - TroubleOrder
    - ServiceLocation
    - TroubleSymptoms
    - UnplannedOutage
    - Hazard
    - TroubleReporter
    - IncidentHazard
    range: TroubleTicket
    required: false
  environmental_location_kind:
    name: environmental_location_kind
    description: Kind of environmental location which this location is.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.EnvironmentalLocationKind
    multivalued: true
    alias: environmental_location_kind
    owner: InternalLocation
    domain_of:
    - Location
    - EnvironmentalPhenomenon
    - EnvironmentalAlert
    range: EnvironmentalLocationType
    required: false
  environmental_monitoring_station:
    name: environmental_monitoring_station
    description: Monitoring station located at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Location.EnvironmentalMonitoringStation
    multivalued: true
    alias: environmental_monitoring_station
    owner: InternalLocation
    domain_of:
    - Location
    - UsagePoint
    - TimeSeries
    - ReportingCapability
    - EnvironmentalAnalog
    range: EnvironmentalMonitoringStation
    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: InternalLocation
    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: InternalLocation
    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: InternalLocation
    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: InternalLocation
    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: InternalLocation
    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: InternalLocation
    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: InternalLocation
    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: InternalLocation
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:InternalLocation