Skip to content

Class: OutageArea

This defines the area covered by the Outage.

URI: cim:OutageArea

 classDiagram
    class OutageArea
      OutageArea : earliest_reported_time

      OutageArea : meters_served

      OutageArea : outage

          OutageArea --> Outage : outage

      OutageArea : outage_area_kind

          OutageArea --> AreaKind : outage_area_kind

Slots

Name Cardinality and Range Description Inheritance
earliest_reported_time 0..1
date
This is the reported time of the first outage report direct
meters_served 0..1
Integer
defines the number of meters served in the defined area direct
outage_area_kind 0..1
AreaKind
defines the type of area that has the outage - county, state, zipcode, etc direct
outage 0..*
Outage
The outage associated with the outage area direct

Usages

used by used in type used
PlannedOutage outage_area range OutageArea
Outage outage_area range OutageArea
UnplannedOutage outage_area range OutageArea

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: OutageArea
description: This defines the area covered by the Outage.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  earliest_reported_time:
    name: earliest_reported_time
    description: This is the reported time of the first outage report
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OutageArea.earliestReportedTime
    multivalued: false
    domain_of:
    - OutageArea
    range: date
    required: false
  meters_served:
    name: meters_served
    description: defines the number of meters served in the defined area.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OutageArea.metersServed
    multivalued: false
    domain_of:
    - OutageArea
    range: integer
    required: false
  outage_area_kind:
    name: outage_area_kind
    description: defines the type of area that has the outage - county, state, zipcode,
      etc.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OutageArea.outageAreaKind
    multivalued: false
    domain_of:
    - OutageArea
    range: AreaKind
    required: false
  outage:
    name: outage
    description: The outage associated with the outage area.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OutageArea.Outage
    multivalued: true
    domain_of:
    - Incident
    - SwitchingPlan
    - UsagePoint
    - ConductingEquipment
    - Crew
    - EstimatedRestorationTime
    - OutageArea
    - Fault
    range: Outage
    required: false
class_uri: cim:OutageArea

Induced

name: OutageArea
description: This defines the area covered by the Outage.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  earliest_reported_time:
    name: earliest_reported_time
    description: This is the reported time of the first outage report
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OutageArea.earliestReportedTime
    multivalued: false
    alias: earliest_reported_time
    owner: OutageArea
    domain_of:
    - OutageArea
    range: date
    required: false
  meters_served:
    name: meters_served
    description: defines the number of meters served in the defined area.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OutageArea.metersServed
    multivalued: false
    alias: meters_served
    owner: OutageArea
    domain_of:
    - OutageArea
    range: integer
    required: false
  outage_area_kind:
    name: outage_area_kind
    description: defines the type of area that has the outage - county, state, zipcode,
      etc.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:OutageArea.outageAreaKind
    multivalued: false
    alias: outage_area_kind
    owner: OutageArea
    domain_of:
    - OutageArea
    range: AreaKind
    required: false
  outage:
    name: outage
    description: The outage associated with the outage area.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:OutageArea.Outage
    multivalued: true
    alias: outage
    owner: OutageArea
    domain_of:
    - Incident
    - SwitchingPlan
    - UsagePoint
    - ConductingEquipment
    - Crew
    - EstimatedRestorationTime
    - OutageArea
    - Fault
    range: Outage
    required: false
class_uri: cim:OutageArea