ServiceLocation
A real estate location, commonly referred to as premises.
URI: cim:ServiceLocation
Type: Class
classDiagram
class ServiceLocation
click ServiceLocation href "../ServiceLocation"
WorkLocation <|-- ServiceLocation
click WorkLocation href "../WorkLocation"
ServiceLocation : Location.CoordinateSystem
ServiceLocation --> CoordinateSystem : Location.CoordinateSystem
click CoordinateSystem href "../CoordinateSystem"
ServiceLocation : Location.mainAddress
ServiceLocation --> StreetAddress : Location.mainAddress
click StreetAddress href "../StreetAddress"
ServiceLocation : IdentifiedObject.mRID
ServiceLocation : IdentifiedObject.name
ServiceLocation : Location.PositionPoints
ServiceLocation --> PositionPoint : Location.PositionPoints
click PositionPoint href "../PositionPoint"
ServiceLocation : Location.PowerSystemResources
ServiceLocation --> PowerSystemResource : Location.PowerSystemResources
click PowerSystemResource href "../PowerSystemResource"
Inheritance
- IdentifiedObject
- Location
- WorkLocation
- ServiceLocation
- WorkLocation
- Location
Attributes
Name | URI | Cardinality and Range | Description | Inheritance |
---|---|---|---|---|
CoordinateSystem | cim:Location.CoordinateSystem | 1 CoordinateSystem |
Coordinate system used to describe position points of this location | Location |
mainAddress | cim:Location.mainAddress | 0..1 StreetAddress |
Main address of the location | Location |
PowerSystemResources | cim:Location.PowerSystemResources | 1 PowerSystemResource |
All power system resources at this location | Location |
PositionPoints | cim:Location.PositionPoints | * PositionPoint |
Sequence of position points describing this location, expressed in coordinate... | Location |
mRID | cim:IdentifiedObject.mRID | 1 string |
Master resource identifier issued by a model authority | IdentifiedObject |
name | cim:IdentifiedObject.name | 0..1 string |
The name is any free human readable and possibly non unique text naming the o... | IdentifiedObject |
Identifier and Mapping Information
Schema Source
- from schema: http://iec.ch/TC57/ns/CIM/GeographicalLocation-EU#Package_GeographicalLocationProfile
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:ServiceLocation |
native | this:ServiceLocation |