Skip to content

Enum: AreaKind

Enumeration for the type of area defined; e.g., county, state, parish, zipcode, etc.

URI: AreaKind

Permissible Values

Value Meaning Description
borough cim:AreaKind.borough
county cim:AreaKind.county
parish cim:AreaKind.parish
serviceArea cim:AreaKind.serviceArea
state cim:AreaKind.state
township cim:AreaKind.township
ward cim:AreaKind.ward
zipcode cim:AreaKind.zipcode

Slots

Name Description
outage_area_kind defines the type of area that has the outage - county, state, zipcode, etc

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: AreaKind
description: Enumeration for the type of area defined; e.g., county, state, parish,
  zipcode, etc.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
enum_uri: cim:AreaKind
permissible_values:
  borough:
    text: borough
    meaning: cim:AreaKind.borough
  county:
    text: county
    meaning: cim:AreaKind.county
  parish:
    text: parish
    meaning: cim:AreaKind.parish
  serviceArea:
    text: serviceArea
    meaning: cim:AreaKind.serviceArea
  state:
    text: state
    meaning: cim:AreaKind.state
  township:
    text: township
    meaning: cim:AreaKind.township
  ward:
    text: ward
    meaning: cim:AreaKind.ward
  zipcode:
    text: zipcode
    meaning: cim:AreaKind.zipcode