Class: Reservoir
_A water storage facility within a hydro system, including: ponds, lakes, lagoons, and rivers. The storage is usually behind some type of dam. _
__
URI: cim:Reservoir
classDiagram
class Reservoir
PowerSystemResource <|-- Reservoir
Reservoir : active_storage_capacity
Reservoir --> Volume : active_storage_capacity
Reservoir : alias_name
Reservoir : asset_datasheet
Reservoir --> AssetInfo : asset_datasheet
Reservoir : assets
Reservoir --> Asset : assets
Reservoir : clearances
Reservoir --> ClearanceDocument : clearances
Reservoir : configuration_event
Reservoir --> ConfigurationEvent : configuration_event
Reservoir : controls
Reservoir --> Control : controls
Reservoir : description
Reservoir : diagram_objects
Reservoir --> DiagramObject : diagram_objects
Reservoir : energy_storage_rating
Reservoir : full_supply_level
Reservoir --> WaterLevel : full_supply_level
Reservoir : generic_action
Reservoir --> GenericAction : generic_action
Reservoir : gross_capacity
Reservoir --> Volume : gross_capacity
Reservoir : hydro_power_plants
Reservoir --> HydroPowerPlant : hydro_power_plants
Reservoir : inflow_forecasts
Reservoir --> InflowForecast : inflow_forecasts
Reservoir : instance_set
Reservoir --> InstanceSet : instance_set
Reservoir : level_vs_volume_curves
Reservoir --> LevelVsVolumeCurve : level_vs_volume_curves
Reservoir : location
Reservoir --> Location : location
Reservoir : m_rid
Reservoir : measurements
Reservoir --> Measurement : measurements
Reservoir : names
Reservoir --> Name : names
Reservoir : normal_min_operate_level
Reservoir --> WaterLevel : normal_min_operate_level
Reservoir : operating_share
Reservoir --> OperatingShare : operating_share
Reservoir : operational_tags
Reservoir --> OperationalTag : operational_tags
Reservoir : properties_cimdata_object
Reservoir --> ChangeSetMember : properties_cimdata_object
Reservoir : psrevents
Reservoir --> PSREvent : psrevents
Reservoir : psrtype
Reservoir --> PSRType : psrtype
Reservoir : reporting_group
Reservoir --> ReportingGroup : reporting_group
Reservoir : river_outlet_works
Reservoir : spill_travel_delay
Reservoir --> Seconds : spill_travel_delay
Reservoir : spill_way_gate_type
Reservoir : spills_from_reservoir
Reservoir --> Reservoir : spills_from_reservoir
Reservoir : spills_into_reservoirs
Reservoir --> Reservoir : spills_into_reservoirs
Reservoir : spillway_capacity
Reservoir : spillway_crest_length
Reservoir --> Length : spillway_crest_length
Reservoir : spillway_crest_level
Reservoir --> WaterLevel : spillway_crest_level
Reservoir : target_level_schedule
Reservoir --> TargetLevelSchedule : target_level_schedule
Reservoir : targeting_cimdata_object
Reservoir --> ChangeSetMember : targeting_cimdata_object
Reservoir : upstream_from_hydro_power_plants
Reservoir --> HydroPowerPlant : upstream_from_hydro_power_plants
Reservoir : verification_action
Reservoir --> VerificationAction : verification_action
Inheritance
- IdentifiedObject
- PowerSystemResource
- Reservoir
- PowerSystemResource
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| active_storage_capacity | 0..1 Volume |
Storage volume between the full supply level and the normal minimum operating... | direct |
| energy_storage_rating | 0..1 Float |
The reservoir's energy storage rating in energy for given head conditions | direct |
| full_supply_level | 0..1 WaterLevel |
Full supply level, above which water will spill | direct |
| gross_capacity | 0..1 Volume |
Total capacity of reservoir | direct |
| normal_min_operate_level | 0..1 WaterLevel |
Normal minimum operating level below which the penstocks will draw air | direct |
| river_outlet_works | 0..1 String |
River outlet works for riparian right releases or other purposes | direct |
| spill_travel_delay | 0..1 Seconds |
The spillway water travel delay to the next downstream reservoir | direct |
| spillway_capacity | 0..1 Float |
The flow capacity of the spillway in cubic meters per second | direct |
| spillway_crest_length | 0..1 Length |
The length of the spillway crest | direct |
| spillway_crest_level | 0..1 WaterLevel |
Spillway crest level above which water will spill | direct |
| spill_way_gate_type | 0..1 String |
Type of spillway gate, including parameters | direct |
| spills_into_reservoirs | 0..* Reservoir |
A reservoir may spill into a downstream reservoir | direct |
| spills_from_reservoir | 0..1 Reservoir |
A reservoir may spill into a downstream reservoir | direct |
| level_vs_volume_curves | 0..* LevelVsVolumeCurve |
A reservoir may have a level versus volume relationship | direct |
| inflow_forecasts | 0..* InflowForecast |
A reservoir may have a "natural" inflow forecast | direct |
| hydro_power_plants | 0..* HydroPowerPlant |
Generators discharge water to or pumps are supplied water from a downstream r... | direct |
| upstream_from_hydro_power_plants | 0..* HydroPowerPlant |
Generators are supplied water from or pumps discharge water to an upstream re... | direct |
| target_level_schedule | 0..1 TargetLevelSchedule |
A reservoir may have a water level target schedule | direct |
| controls | 0..* Control |
The controller outputs used to actually govern a regulating device, e | PowerSystemResource |
| measurements | 0..* Measurement |
The measurements associated with this power system resource | PowerSystemResource |
| psrtype | 0..1 PSRType |
Custom classification for this power system resource | PowerSystemResource |
| configuration_event | 0..* ConfigurationEvent |
All configuration events created for this Power System resource | PowerSystemResource |
| reporting_group | 0..* ReportingGroup |
Reporting groups to which this power system resource belongs | PowerSystemResource |
| operating_share | 0..* OperatingShare |
The operating shares of this power system resource | PowerSystemResource |
| asset_datasheet | 0..1 AssetInfo |
Datasheet information for this power system resource | PowerSystemResource |
| verification_action | 0..* VerificationAction |
The verification action that is performed on the power system resource | PowerSystemResource |
| clearances | 0..* ClearanceDocument |
All clearances applicable to this power system resource | PowerSystemResource |
| generic_action | 0..* GenericAction |
The generic action that is performed on the power system resource | PowerSystemResource |
| psrevents | 0..* PSREvent |
All events associated with this power system resource | PowerSystemResource |
| assets | 0..* Asset |
All assets represented by this power system resource | PowerSystemResource |
| location | 0..1 Location |
Location of this power system resource | PowerSystemResource |
| operational_tags | 0..* OperationalTag |
All operational tags placed on this power system resource | PowerSystemResource |
| 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 |
|---|---|---|---|
| HydroPowerPlant | reservoir | range | Reservoir |
| HydroPowerPlant | gen_source_pump_discharge_reservoir | range | Reservoir |
| Reservoir | spills_into_reservoirs | range | Reservoir |
| Reservoir | spills_from_reservoir | range | Reservoir |
| LevelVsVolumeCurve | reservoir | range | Reservoir |
| InflowForecast | reservoir | range | Reservoir |
| TargetLevelSchedule | reservoir | range | Reservoir |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:Reservoir |
| native | cim:Reservoir |
LinkML Source
Direct
name: Reservoir
description: "A water storage facility within a hydro system, including: ponds, lakes,\
\ lagoons, and rivers. The storage is usually behind some type of dam.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: PowerSystemResource
attributes:
active_storage_capacity:
name: active_storage_capacity
description: "Storage volume between the full supply level and the normal minimum\
\ operating level.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.activeStorageCapacity
multivalued: false
domain_of:
- Reservoir
range: Volume
required: false
energy_storage_rating:
name: energy_storage_rating
description: "The reservoir's energy storage rating in energy for given head conditions.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.energyStorageRating
multivalued: false
domain_of:
- Reservoir
range: float
required: false
full_supply_level:
name: full_supply_level
description: Full supply level, above which water will spill. This can be the
spillway crest level or the top of closed gates.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.fullSupplyLevel
multivalued: false
domain_of:
- Reservoir
range: WaterLevel
required: false
gross_capacity:
name: gross_capacity
description: "Total capacity of reservoir.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.grossCapacity
multivalued: false
domain_of:
- Reservoir
range: Volume
required: false
normal_min_operate_level:
name: normal_min_operate_level
description: "Normal minimum operating level below which the penstocks will draw\
\ air.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.normalMinOperateLevel
multivalued: false
domain_of:
- Reservoir
range: WaterLevel
required: false
river_outlet_works:
name: river_outlet_works
description: "River outlet works for riparian right releases or other purposes.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.riverOutletWorks
multivalued: false
domain_of:
- Reservoir
range: string
required: false
spill_travel_delay:
name: spill_travel_delay
description: "The spillway water travel delay to the next downstream reservoir.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillTravelDelay
multivalued: false
domain_of:
- Reservoir
range: Seconds
required: false
spillway_capacity:
name: spillway_capacity
description: "The flow capacity of the spillway in cubic meters per second.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillwayCapacity
multivalued: false
domain_of:
- Reservoir
range: float
required: false
spillway_crest_length:
name: spillway_crest_length
description: "The length of the spillway crest.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillwayCrestLength
multivalued: false
domain_of:
- Reservoir
range: Length
required: false
spillway_crest_level:
name: spillway_crest_level
description: "Spillway crest level above which water will spill.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillwayCrestLevel
multivalued: false
domain_of:
- Reservoir
range: WaterLevel
required: false
spill_way_gate_type:
name: spill_way_gate_type
description: Type of spillway gate, including parameters.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillWayGateType
multivalued: false
domain_of:
- Reservoir
range: string
required: false
spills_into_reservoirs:
name: spills_into_reservoirs
description: A reservoir may spill into a downstream reservoir.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.SpillsIntoReservoirs
multivalued: true
domain_of:
- Reservoir
range: Reservoir
required: false
spills_from_reservoir:
name: spills_from_reservoir
description: A reservoir may spill into a downstream reservoir.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.SpillsFromReservoir
multivalued: false
domain_of:
- Reservoir
range: Reservoir
required: false
level_vs_volume_curves:
name: level_vs_volume_curves
description: A reservoir may have a level versus volume relationship.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.LevelVsVolumeCurves
multivalued: true
domain_of:
- Reservoir
range: LevelVsVolumeCurve
required: false
inflow_forecasts:
name: inflow_forecasts
description: A reservoir may have a "natural" inflow forecast.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.InflowForecasts
multivalued: true
domain_of:
- Reservoir
range: InflowForecast
required: false
hydro_power_plants:
name: hydro_power_plants
description: Generators discharge water to or pumps are supplied water from a
downstream reservoir.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.HydroPowerPlants
multivalued: true
domain_of:
- Reservoir
range: HydroPowerPlant
required: false
upstream_from_hydro_power_plants:
name: upstream_from_hydro_power_plants
description: Generators are supplied water from or pumps discharge water to an
upstream reservoir.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.UpstreamFromHydroPowerPlants
multivalued: true
domain_of:
- Reservoir
range: HydroPowerPlant
required: false
target_level_schedule:
name: target_level_schedule
description: A reservoir may have a water level target schedule.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.TargetLevelSchedule
multivalued: false
domain_of:
- Reservoir
range: TargetLevelSchedule
required: false
class_uri: cim:Reservoir
Induced
name: Reservoir
description: "A water storage facility within a hydro system, including: ponds, lakes,\
\ lagoons, and rivers. The storage is usually behind some type of dam.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: PowerSystemResource
attributes:
active_storage_capacity:
name: active_storage_capacity
description: "Storage volume between the full supply level and the normal minimum\
\ operating level.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.activeStorageCapacity
multivalued: false
alias: active_storage_capacity
owner: Reservoir
domain_of:
- Reservoir
range: Volume
required: false
energy_storage_rating:
name: energy_storage_rating
description: "The reservoir's energy storage rating in energy for given head conditions.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.energyStorageRating
multivalued: false
alias: energy_storage_rating
owner: Reservoir
domain_of:
- Reservoir
range: float
required: false
full_supply_level:
name: full_supply_level
description: Full supply level, above which water will spill. This can be the
spillway crest level or the top of closed gates.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.fullSupplyLevel
multivalued: false
alias: full_supply_level
owner: Reservoir
domain_of:
- Reservoir
range: WaterLevel
required: false
gross_capacity:
name: gross_capacity
description: "Total capacity of reservoir.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.grossCapacity
multivalued: false
alias: gross_capacity
owner: Reservoir
domain_of:
- Reservoir
range: Volume
required: false
normal_min_operate_level:
name: normal_min_operate_level
description: "Normal minimum operating level below which the penstocks will draw\
\ air.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.normalMinOperateLevel
multivalued: false
alias: normal_min_operate_level
owner: Reservoir
domain_of:
- Reservoir
range: WaterLevel
required: false
river_outlet_works:
name: river_outlet_works
description: "River outlet works for riparian right releases or other purposes.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.riverOutletWorks
multivalued: false
alias: river_outlet_works
owner: Reservoir
domain_of:
- Reservoir
range: string
required: false
spill_travel_delay:
name: spill_travel_delay
description: "The spillway water travel delay to the next downstream reservoir.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillTravelDelay
multivalued: false
alias: spill_travel_delay
owner: Reservoir
domain_of:
- Reservoir
range: Seconds
required: false
spillway_capacity:
name: spillway_capacity
description: "The flow capacity of the spillway in cubic meters per second.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillwayCapacity
multivalued: false
alias: spillway_capacity
owner: Reservoir
domain_of:
- Reservoir
range: float
required: false
spillway_crest_length:
name: spillway_crest_length
description: "The length of the spillway crest.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillwayCrestLength
multivalued: false
alias: spillway_crest_length
owner: Reservoir
domain_of:
- Reservoir
range: Length
required: false
spillway_crest_level:
name: spillway_crest_level
description: "Spillway crest level above which water will spill.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillwayCrestLevel
multivalued: false
alias: spillway_crest_level
owner: Reservoir
domain_of:
- Reservoir
range: WaterLevel
required: false
spill_way_gate_type:
name: spill_way_gate_type
description: Type of spillway gate, including parameters.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.spillWayGateType
multivalued: false
alias: spill_way_gate_type
owner: Reservoir
domain_of:
- Reservoir
range: string
required: false
spills_into_reservoirs:
name: spills_into_reservoirs
description: A reservoir may spill into a downstream reservoir.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.SpillsIntoReservoirs
multivalued: true
alias: spills_into_reservoirs
owner: Reservoir
domain_of:
- Reservoir
range: Reservoir
required: false
spills_from_reservoir:
name: spills_from_reservoir
description: A reservoir may spill into a downstream reservoir.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.SpillsFromReservoir
multivalued: false
alias: spills_from_reservoir
owner: Reservoir
domain_of:
- Reservoir
range: Reservoir
required: false
level_vs_volume_curves:
name: level_vs_volume_curves
description: A reservoir may have a level versus volume relationship.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.LevelVsVolumeCurves
multivalued: true
alias: level_vs_volume_curves
owner: Reservoir
domain_of:
- Reservoir
range: LevelVsVolumeCurve
required: false
inflow_forecasts:
name: inflow_forecasts
description: A reservoir may have a "natural" inflow forecast.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.InflowForecasts
multivalued: true
alias: inflow_forecasts
owner: Reservoir
domain_of:
- Reservoir
range: InflowForecast
required: false
hydro_power_plants:
name: hydro_power_plants
description: Generators discharge water to or pumps are supplied water from a
downstream reservoir.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.HydroPowerPlants
multivalued: true
alias: hydro_power_plants
owner: Reservoir
domain_of:
- Reservoir
range: HydroPowerPlant
required: false
upstream_from_hydro_power_plants:
name: upstream_from_hydro_power_plants
description: Generators are supplied water from or pumps discharge water to an
upstream reservoir.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.UpstreamFromHydroPowerPlants
multivalued: true
alias: upstream_from_hydro_power_plants
owner: Reservoir
domain_of:
- Reservoir
range: HydroPowerPlant
required: false
target_level_schedule:
name: target_level_schedule
description: A reservoir may have a water level target schedule.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Reservoir.TargetLevelSchedule
multivalued: false
alias: target_level_schedule
owner: Reservoir
domain_of:
- Reservoir
range: TargetLevelSchedule
required: false
controls:
name: controls
description: The controller outputs used to actually govern a regulating device,
e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Controls
multivalued: true
alias: controls
owner: Reservoir
domain_of:
- PowerSystemResource
- HostControlArea
range: Control
required: false
measurements:
name: measurements
description: The measurements associated with this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Measurements
multivalued: true
alias: measurements
owner: Reservoir
domain_of:
- PowerSystemResource
- ACDCTerminal
- Asset
- Location
- Procedure
- AnalogLimitSet
- AccumulatorLimitSet
range: Measurement
required: false
psrtype:
name: psrtype
description: Custom classification for this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.PSRType
multivalued: false
alias: psrtype
owner: Reservoir
domain_of:
- PowerSystemResource
range: PSRType
required: false
configuration_event:
name: configuration_event
description: All configuration events created for this Power System resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.ConfigurationEvent
multivalued: true
alias: configuration_event
owner: Reservoir
domain_of:
- PowerSystemResource
- FaultCauseType
range: ConfigurationEvent
required: false
reporting_group:
name: reporting_group
description: Reporting groups to which this power system resource belongs.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.ReportingGroup
multivalued: true
alias: reporting_group
owner: Reservoir
domain_of:
- PowerSystemResource
- BusNameMarker
- TopologicalNode
- ReportingSuperGroup
range: ReportingGroup
required: false
operating_share:
name: operating_share
description: The operating shares of this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.OperatingShare
multivalued: true
alias: operating_share
owner: Reservoir
domain_of:
- PowerSystemResource
- OperatingParticipant
range: OperatingShare
required: false
asset_datasheet:
name: asset_datasheet
description: Datasheet information for this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.AssetDatasheet
multivalued: false
alias: asset_datasheet
owner: Reservoir
domain_of:
- PowerSystemResource
range: AssetInfo
required: false
verification_action:
name: verification_action
description: The verification action that is performed on the power system resource
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.VerificationAction
multivalued: true
alias: verification_action
owner: Reservoir
domain_of:
- PowerSystemResource
range: VerificationAction
required: false
clearances:
name: clearances
description: All clearances applicable to this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Clearances
multivalued: true
alias: clearances
owner: Reservoir
domain_of:
- PowerSystemResource
range: ClearanceDocument
required: false
generic_action:
name: generic_action
description: The generic action that is performed on the power system resource
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.GenericAction
multivalued: true
alias: generic_action
owner: Reservoir
domain_of:
- PowerSystemResource
range: GenericAction
required: false
psrevents:
name: psrevents
description: All events associated with this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.PSREvents
multivalued: true
alias: psrevents
owner: Reservoir
domain_of:
- PowerSystemResource
range: PSREvent
required: false
assets:
name: assets
description: All assets represented by this power system resource. For example,
multiple conductor assets are electrically modelled as a single AC line segment.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Assets
multivalued: true
alias: assets
owner: Reservoir
domain_of:
- PowerSystemResource
- AssetInfo
- Location
- WorkTask
- ErpRecDelvLineItem
- AssetContainer
- ActivityRecord
- Procedure
- ReliabilityInfo
- AssetPropertyCurve
- AssetOrganisationRole
- ScheduledEvent
range: Asset
required: false
location:
name: location
description: Location of this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Location
multivalued: false
alias: location
owner: Reservoir
domain_of:
- PowerSystemResource
- Asset
- Incident
- SwitchingOrder
- TroubleOrder
- Crew
- Fault
- PointOfSale
- TroubleTicket
- OutageOrder
- EnvironmentalMonitoringStation
- EnvironmentalLocationType
- PositionPoint
- FailureEvent
range: Location
required: false
operational_tags:
name: operational_tags
description: All operational tags placed on this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.OperationalTags
multivalued: true
alias: operational_tags
owner: Reservoir
domain_of:
- PowerSystemResource
- Asset
range: OperationalTag
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: Reservoir
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: Reservoir
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: Reservoir
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: Reservoir
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: Reservoir
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: Reservoir
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: Reservoir
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: Reservoir
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:Reservoir