Skip to content

Class: UsagePointLocation

_Location of an individual usage point. _

__

URI: cim:UsagePointLocation

 classDiagram
    class UsagePointLocation
      Location <|-- UsagePointLocation

      UsagePointLocation : access_method

      UsagePointLocation : alias_name

      UsagePointLocation : assets

          UsagePointLocation --> Asset : assets

      UsagePointLocation : configuration_events

          UsagePointLocation --> ConfigurationEvent : configuration_events

      UsagePointLocation : coordinate_system

          UsagePointLocation --> CoordinateSystem : coordinate_system

      UsagePointLocation : crew

          UsagePointLocation --> Crew : crew

      UsagePointLocation : crews

          UsagePointLocation --> OldCrew : crews

      UsagePointLocation : description

      UsagePointLocation : diagram_objects

          UsagePointLocation --> DiagramObject : diagram_objects

      UsagePointLocation : direction

      UsagePointLocation : electronic_address

          UsagePointLocation --> ElectronicAddress : electronic_address

      UsagePointLocation : environmental_location_kind

          UsagePointLocation --> EnvironmentalLocationType : environmental_location_kind

      UsagePointLocation : environmental_monitoring_station

          UsagePointLocation --> EnvironmentalMonitoringStation : environmental_monitoring_station

      UsagePointLocation : fault

          UsagePointLocation --> Fault : fault

      UsagePointLocation : geo_info_reference

      UsagePointLocation : hazards

          UsagePointLocation --> AssetLocationHazard : hazards

      UsagePointLocation : incident

          UsagePointLocation --> Incident : incident

      UsagePointLocation : instance_set

          UsagePointLocation --> InstanceSet : instance_set

      UsagePointLocation : land_properties

          UsagePointLocation --> LandProperty : land_properties

      UsagePointLocation : m_rid

      UsagePointLocation : main_address

          UsagePointLocation --> StreetAddress : main_address

      UsagePointLocation : measurements

          UsagePointLocation --> Measurement : measurements

      UsagePointLocation : names

          UsagePointLocation --> Name : names

      UsagePointLocation : outage_order

          UsagePointLocation --> OutageOrder : outage_order

      UsagePointLocation : phone

          UsagePointLocation --> TelephoneNumber : phone

      UsagePointLocation : position_points

          UsagePointLocation --> PositionPoint : position_points

      UsagePointLocation : power_system_resources

          UsagePointLocation --> PowerSystemResource : power_system_resources

      UsagePointLocation : properties_cimdata_object

          UsagePointLocation --> ChangeSetMember : properties_cimdata_object

      UsagePointLocation : remark

      UsagePointLocation : routes

          UsagePointLocation --> Route : routes

      UsagePointLocation : secondary_address

          UsagePointLocation --> StreetAddress : secondary_address

      UsagePointLocation : site_access_problem

      UsagePointLocation : status

          UsagePointLocation --> Status : status

      UsagePointLocation : switching_order

          UsagePointLocation --> SwitchingOrder : switching_order

      UsagePointLocation : targeting_cimdata_object

          UsagePointLocation --> ChangeSetMember : targeting_cimdata_object

      UsagePointLocation : trouble_order

          UsagePointLocation --> TroubleOrder : trouble_order

      UsagePointLocation : trouble_ticket

          UsagePointLocation --> TroubleTicket : trouble_ticket

      UsagePointLocation : type

      UsagePointLocation : usage_points

          UsagePointLocation --> UsagePoint : usage_points

Inheritance

Slots

Name Cardinality and Range Description Inheritance
access_method 0..1
String
Method for the service person to access this usage point location direct
remark 0..1
String
Remarks about this location direct
site_access_problem 0..1
String
Problems previously encountered when visiting or performing work at this loca... direct
usage_points 0..*
UsagePoint
All usage points at this location 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
UsagePoint usage_point_location range UsagePointLocation
MarketEvaluationPoint usage_point_location range UsagePointLocation

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: UsagePointLocation
description: "Location of an individual usage point.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: Location
attributes:
  access_method:
    name: access_method
    description: "Method for the service person to access this usage point location.\
      \ For example, a description of where to obtain a key if the facility is unmanned\
      \ and secured.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:UsagePointLocation.accessMethod
    multivalued: false
    domain_of:
    - ServiceLocation
    - UsagePointLocation
    range: string
    required: false
  remark:
    name: remark
    description: Remarks about this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:UsagePointLocation.remark
    multivalued: false
    domain_of:
    - Status
    - ConfigurationEvent
    - UsagePointLocation
    range: string
    required: false
  site_access_problem:
    name: site_access_problem
    description: "Problems previously encountered when visiting or performing work\
      \ at this location. Examples include: bad dog, violent customer, verbally abusive\
      \ occupant, obstructions, safety hazards, etc.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:UsagePointLocation.siteAccessProblem
    multivalued: false
    domain_of:
    - ServiceLocation
    - UsagePointLocation
    range: string
    required: false
  usage_points:
    name: usage_points
    description: All usage points at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:UsagePointLocation.UsagePoints
    multivalued: true
    domain_of:
    - Equipment
    - CustomerAgreement
    - ServiceCategory
    - PricingStructure
    - EndDeviceControl
    - UsagePointGroup
    - ServiceLocation
    - MetrologyRequirement
    - ServiceSupplier
    - UsagePointLocation
    range: UsagePoint
    required: false
class_uri: cim:UsagePointLocation

Induced

name: UsagePointLocation
description: "Location of an individual usage point.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: Location
attributes:
  access_method:
    name: access_method
    description: "Method for the service person to access this usage point location.\
      \ For example, a description of where to obtain a key if the facility is unmanned\
      \ and secured.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:UsagePointLocation.accessMethod
    multivalued: false
    alias: access_method
    owner: UsagePointLocation
    domain_of:
    - ServiceLocation
    - UsagePointLocation
    range: string
    required: false
  remark:
    name: remark
    description: Remarks about this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:UsagePointLocation.remark
    multivalued: false
    alias: remark
    owner: UsagePointLocation
    domain_of:
    - Status
    - ConfigurationEvent
    - UsagePointLocation
    range: string
    required: false
  site_access_problem:
    name: site_access_problem
    description: "Problems previously encountered when visiting or performing work\
      \ at this location. Examples include: bad dog, violent customer, verbally abusive\
      \ occupant, obstructions, safety hazards, etc.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:UsagePointLocation.siteAccessProblem
    multivalued: false
    alias: site_access_problem
    owner: UsagePointLocation
    domain_of:
    - ServiceLocation
    - UsagePointLocation
    range: string
    required: false
  usage_points:
    name: usage_points
    description: All usage points at this location.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:UsagePointLocation.UsagePoints
    multivalued: true
    alias: usage_points
    owner: UsagePointLocation
    domain_of:
    - Equipment
    - CustomerAgreement
    - ServiceCategory
    - PricingStructure
    - EndDeviceControl
    - UsagePointGroup
    - ServiceLocation
    - MetrologyRequirement
    - ServiceSupplier
    - UsagePointLocation
    range: UsagePoint
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    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: UsagePointLocation
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:UsagePointLocation