Skip to content

Class: WorkLocation

Information about a particular location for various forms of work.

URI: cim:WorkLocation

 classDiagram
    class WorkLocation
      Location <|-- WorkLocation


      WorkLocation <|-- ServiceLocation
      WorkLocation <|-- MaintenanceLocation
      WorkLocation <|-- InternalLocation


      WorkLocation : alias_name

      WorkLocation : assets

          WorkLocation --> Asset : assets

      WorkLocation : base_works

          WorkLocation --> BaseWork : base_works

      WorkLocation : configuration_events

          WorkLocation --> ConfigurationEvent : configuration_events

      WorkLocation : coordinate_system

          WorkLocation --> CoordinateSystem : coordinate_system

      WorkLocation : crew

          WorkLocation --> Crew : crew

      WorkLocation : crews

          WorkLocation --> OldCrew : crews

      WorkLocation : description

      WorkLocation : design_locations

          WorkLocation --> DesignLocation : design_locations

      WorkLocation : diagram_objects

          WorkLocation --> DiagramObject : diagram_objects

      WorkLocation : direction

      WorkLocation : electronic_address

          WorkLocation --> ElectronicAddress : electronic_address

      WorkLocation : environmental_location_kind

          WorkLocation --> EnvironmentalLocationType : environmental_location_kind

      WorkLocation : environmental_monitoring_station

          WorkLocation --> EnvironmentalMonitoringStation : environmental_monitoring_station

      WorkLocation : fault

          WorkLocation --> Fault : fault

      WorkLocation : geo_info_reference

      WorkLocation : hazards

          WorkLocation --> AssetLocationHazard : hazards

      WorkLocation : incident

          WorkLocation --> Incident : incident

      WorkLocation : instance_set

          WorkLocation --> InstanceSet : instance_set

      WorkLocation : land_properties

          WorkLocation --> LandProperty : land_properties

      WorkLocation : m_rid

      WorkLocation : main_address

          WorkLocation --> StreetAddress : main_address

      WorkLocation : measurements

          WorkLocation --> Measurement : measurements

      WorkLocation : names

          WorkLocation --> Name : names

      WorkLocation : one_call_request

          WorkLocation --> OneCallRequest : one_call_request

      WorkLocation : outage_order

          WorkLocation --> OutageOrder : outage_order

      WorkLocation : phone

          WorkLocation --> TelephoneNumber : phone

      WorkLocation : position_points

          WorkLocation --> PositionPoint : position_points

      WorkLocation : power_system_resources

          WorkLocation --> PowerSystemResource : power_system_resources

      WorkLocation : properties_cimdata_object

          WorkLocation --> ChangeSetMember : properties_cimdata_object

      WorkLocation : routes

          WorkLocation --> Route : routes

      WorkLocation : secondary_address

          WorkLocation --> StreetAddress : secondary_address

      WorkLocation : status

          WorkLocation --> Status : status

      WorkLocation : switching_order

          WorkLocation --> SwitchingOrder : switching_order

      WorkLocation : targeting_cimdata_object

          WorkLocation --> ChangeSetMember : targeting_cimdata_object

      WorkLocation : trouble_order

          WorkLocation --> TroubleOrder : trouble_order

      WorkLocation : trouble_ticket

          WorkLocation --> TroubleTicket : trouble_ticket

      WorkLocation : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
one_call_request 0..1
OneCallRequest
direct
base_works 0..*
BaseWork
All works/tasks at this location direct
design_locations 0..*
DesignLocation
direct
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

Usages

used by used in type used
WorkTask work_location range WorkLocation
BaseWork work_location range WorkLocation
OldWorkTask work_location range WorkLocation
DesignLocation work_locations range WorkLocation
OneCallRequest work_locations range WorkLocation
Work work_location range WorkLocation
MeterWorkTask work_location range WorkLocation
RepairWorkTask work_location range WorkLocation
MaintenanceWorkTask work_location range WorkLocation

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: WorkLocation
description: Information about a particular location for various forms of work.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: Location
attributes:
  one_call_request:
    name: one_call_request
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WorkLocation.OneCallRequest
    multivalued: false
    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
    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
    domain_of:
    - Design
    - ConditionFactor
    - WorkLocation
    range: DesignLocation
    required: false
class_uri: cim:WorkLocation

Induced

name: WorkLocation
description: Information about a particular location for various forms of work.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: Location
attributes:
  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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    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: WorkLocation
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:WorkLocation