# Data Models
## VeraGrid
### Area
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|longitude |float |deg |False | |longitude. |False | |
|latitude |float |deg |False | |latitude. |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
### Battery
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-------------------------|-------|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus |Bus | |False | |Connection bus |False | |
|active |bool | |False | |Is the load active? |True | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to recovery |False | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh |False | |Cost of operation. Used in expansion planning. |False | |
|Cost |float |e/MWh |False | |Cost of not served energy. Used in OPF. |True | |
|facility |Facility | |False | |Facility where this is located |False | |
|technologies |AssociationsList |p.u. |False | |Technologies associations to injections |False | |
|scalable |bool | |False | |Is the injection scalable? |False | |
|shift_key |float | |False | |Shift key for net transfer capacity |True | |
|longitude |float |deg |False | |longitude of the injection. |False | |
|latitude |float |deg |False | |latitude of the injection. |False | |
|use_kw |bool | |False | |Consider the injections in kW and kVAr? |False | |
|conn |enum ShuntConnectionType | |False | |Connection type for 3-phase studies |False | |
|bus_pos |int | |False | |Aid to locate devices on a busbar |False | |
|P |float |MW |False | |Active power |True | |
|Pmin |float |MW |False | |Minimum active power. Used in OPF. |True | |
|Pmax |float |MW |False | |Maximum active power. Used in OPF. |True | |
|Q |float |MVAr |False | |Reactive power |True | |
|Qmin |float |MVAr |False | |Minimum reactive power. |True | |
|Qmax |float |MVAr |False | |Maximum reactive power. |True | |
|control_mode |enum GeneratorControlMode| |False | |Generator control mode |False | |
|control_bus |Bus | |False | |Control bus |False | |
|Pf |float | |False | |Power factor (cos(phi)). This is used for non-controlled generators. |True | |
|Vset |float |p.u. |False | |Set voltage. This is used for controlled generators. |True | |
|k_droop |float | |False | |QV droop constant. |False | |
|dead_band |float |kV |False | |Droop dead band. |False | |
|Snom |float |MVA |False | |Nominal power. |False | |
|use_reactive_power_curve|bool | |False | |Use the reactive power capability curve? |False | |
|q_curve |Generator Q curve |MVAr |False | |Capability curve data (double click on the generator to edit) |False | |
|R1 |float |p.u. |False | |Total positive sequence resistance. |False | |
|X1 |float |p.u. |False | |Total positive sequence reactance. |False | |
|R0 |float |p.u. |False | |Total zero sequence resistance. |False | |
|X0 |float |p.u. |False | |Total zero sequence reactance. |False | |
|R2 |float |p.u. |False | |Total negative sequence resistance. |False | |
|X2 |float |p.u. |False | |Total negative sequence reactance. |False | |
|Rs |float |p.u. |False | |Stator winding resistance (AG). |False | |
|Xs |float |p.u. |False | |Stator leakage reactance (AG). |False | |
|Xm |float |p.u. |False | |Magnetizing reactance (AG). |False | |
|Rr |float |p.u. |False | |Rotor resistance (AG). |False | |
|Xr |float |p.u. |False | |Rotor reactance (AG). |False | |
|Cost2 |float |e/MW²/h|False | |Generation quadratic cost. Used in OPF. |True | |
|Cost0 |float |e/h |False | |Generation constant cost. Used in OPF. |True | |
|startup_cost |float |e/h |False | |Generation start-up cost. Used in OPF. |False | |
|shutdown_cost |float |e/h |False | |Generation shut-down cost. Used in OPF. |False | |
|min_time_up |float |h |False | |Minimum time that the generator has to be on when started. Used in OPF. |False | |
|min_time_down |float |h |False | |Minimum time that the generator has to be off when shut down. Used in OPF. |False | |
|ramp_up |float |MW/h |False | |Maximum amount of generation increase per hour. |False | |
|ramp_down |float |MW/h |False | |Maximum amount of generation decrease per hour. |False | |
|enabled_dispatch |bool | |False | |Enabled for dispatch? Used in OPF. |True | |
|must_run |bool | |False | |P >= Pmin constraint. Used in OPF with unit commitment active. |True | |
|emissions |AssociationsList |t/MWh |False | |List of emissions |False | |
|fuels |AssociationsList |t/MWh |False | |List of fuels |False | |
|srap_enabled |bool | |False | |Is the unit available for SRAP participation? |True | |
|tpe |enum GeneratorType | |False | |Machine type of the generator. |False | |
|Enom |float |MWh |False | |Nominal energy capacity. |False | |
|max_soc |float |p.u. |False | |Minimum state of charge. |False | |
|min_soc |float |p.u. |False | |Maximum state of charge. |False | |
|soc_0 |float |p.u. |False | |Initial state of charge. |False | |
|charge_efficiency |float |p.u. |False | |Charging efficiency. |False | |
|discharge_efficiency |float |p.u. |False | |Discharge efficiency. |False | |
|discharge_per_cycle |float |p.u. |False | | |False | |
### Branch
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-------------------|-----|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor|float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh|False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|R |float |p.u. |False | |Total positive sequence resistance. |False | |
|X |float |p.u. |False | |Total positive sequence reactance. |False | |
|B |float |p.u. |False | |Total positive sequence shunt susceptance. |False | |
|G |float |p.u. |False | |Total positive sequence shunt conductance. |False | |
|tolerance |float |% |False | |Tolerance expected for the impedance values % is expected for transformers0% for lines. |False | |
|length |float |km |False | |Length of the line (not used for calculation) |False | |
|tap_module |float | |False | |Tap changer module, it a value close to 1.0 |False | |
|angle |float |rad |False | |Angle shift of the tap changer. |False | |
|bus_to_regulated |bool | |False | |Is the regulation at the bus to? |False | |
|vset |float |p.u. |False | |set control voltage. |False | |
|r_fault |float |p.u. |False | |Fault resistance. |False | |
|x_fault |float |p.u. |False | |Fault reactance. |False | |
|fault_pos |float |p.u. |False | |proportion of the fault location measured from the "from" bus. |False | |
### BranchGroup
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|---------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation | |False | | |False | |
|group_type |enum BranchGroupTypes| |False | |Type of branch group |False | |
|color |str | |False | |Color to paint |False | |
### Bus
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|------|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|active |bool | |False | |Is the bus active? used to disable the bus. |True | |
|is_slack |bool | |False | |Force the bus to be of slack type. |False | |
|is_dc |bool | |False | |Is this bus of DC type?. |False | |
|is_grounded |bool | |False | |Is this bus connected to ground?. |False | |
|graphic_type |enum BusGraphicType| |False | |Graphic to use in the schematic. |False | |
|Vnom |float |kV |False | |Nominal line voltage of the bus. |False | |
|Vm0 |float |p.u. |False | |Voltage module guess. |False | |
|Va0 |float |rad. |False | |Voltage angle guess. |False | |
|Vmin |float |p.u. |False | |Lower range of allowed voltage module. |True | |
|Vmax |float |p.u. |False | |Higher range of allowed voltage module. |True | |
|Vm_cost |float |e/unit|False | |Cost of over and under voltages |False | |
|angle_min |float |rad. |False | |Lower range of allowed voltage angle. |False | |
|angle_max |float |rad. |False | |Higher range of allowed voltage angle. |False | |
|angle_cost |float |e/unit|False | |Cost of over and under angles |False | |
|x |float |px |False | |x position in pixels. |False | |
|y |float |px |False | |y position in pixels. |False | |
|h |float |px |False | |height of the bus in pixels. |False | |
|w |float |px |False | |Width of the bus in pixels. |False | |
|country |Country | |False | |Country of the bus |False | |
|area |Area | |False | |Area of the bus |False | |
|zone |Zone | |False | |Zone of the bus |False | |
|substation |Substation | |False | |Substation of the bus. |False | |
|voltage_level |Voltage level | |False | |Voltage level of the bus. |False | |
|bus_bar |BusBar | |False | |Busbar associated to the bus. |False | |
|longitude |float |deg |False | |longitude of the bus. |False | |
|latitude |float |deg |False | |latitude of the bus. |False | |
|color |str | |False | |Color to paint the element in the diagram |False | |
### BusBar
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u.|False | |Owners associations to injections |False | |
|voltage_level |Bus | |False | |Voltage level of this BusBar |False | |
### Community
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|-------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|longitude |float |deg |False | |longitude. |False | |
|latitude |float |deg |False | |latitude. |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|country |Country | |False | |Substation country, altenativelly this can be obtained from the community|False | |
### Contingency
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|------------------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation | |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|prop |enum ContingencyOperationTypes| |False | |Object property to change |False | |
|value |float | |False | |Property value |False | |
|group |Contingency Group | |False | |Contingency group |False | |
### ContingencyGroup
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|category |str | |False | |Some tag to category the contingency group |False | |
|active |bool | |False | |Is the contingency group active for consideration? |False | |
### ControllableShunt
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|------------------------|------------|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus |Bus | |False | |Connection bus |False | |
|active |bool | |False | |Is the load active? |True | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to recovery |False | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh |False | |Cost of operation. Used in expansion planning. |False | |
|Cost |float |e/MWh |False | |Cost of not served energy. Used in OPF. |True | |
|facility |Facility | |False | |Facility where this is located |False | |
|technologies |AssociationsList |p.u. |False | |Technologies associations to injections |False | |
|scalable |bool | |False | |Is the injection scalable? |False | |
|shift_key |float | |False | |Shift key for net transfer capacity |True | |
|longitude |float |deg |False | |longitude of the injection. |False | |
|latitude |float |deg |False | |latitude of the injection. |False | |
|use_kw |bool | |False | |Consider the injections in kW and kVAr? |False | |
|conn |enum ShuntConnectionType| |False | |Connection type for 3-phase studies |False | |
|bus_pos |int | |False | |Aid to locate devices on a busbar |False | |
|G |float |MW |False | |Active power |True | |
|G0 |float |MW |False | |Zero sequence active power of the impedance component at V=1.0 p.u. |True | |
|Ga |float |MW |False | |Active power |True | |
|Gb |float |MW |False | |Active power |True | |
|Gc |float |MW |False | |Active power |True | |
|B |float |MVAr |False | |Reactive power |True | |
|B0 |float |MVAr |False | |Zero sequence reactive power of the impedance component at V=1.0 p.u. |True | |
|Ba |float |MVAr |False | |Reactive power |True | |
|Bb |float |MVAr |False | |Reactive power |True | |
|Bc |float |MVAr |False | |Reactive power |True | |
|ysh |Admittance Matrix |p.u. |False | |Shunt admittance matrix of the branch |False | |
|control_mode |enum ShuntControlMode | |False | |Shunt control mode |False | |
|control_bus |Bus | |False | |Alternative control bus |False | |
|g_steps |Array |MW@v=1p.u. |False | |Conductance steps |False | |
|b_steps |Array |MVAr@v=1p.u.|False | |Susceptance steps |False | |
|Gmax |float |MW |False | |Maximum conductance |False | |
|Gmin |float |MW |False | |Minimum conductance |False | |
|Bmax |float |MVAr |False | |Maximum susceptance |False | |
|Bmin |float |MVAr |False | |Minimum susceptance |False | |
|active_steps |Array | |False | |steps active? |False | |
|step |int | |False | |Device step position (0~N-1) |True | |
|Vmin |float |p.u. |False | |Lower range voltage value when regulating with Discrete mode |False | |
|Vset |float |p.u. |False | |Set voltage. This is used for controlled shunts. |True | |
|Vmax |float |p.u. |False | |Upper range voltage value when regulating with Discrete mode. |False | |
### Country
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|longitude |float |deg |False | |longitude. |False | |
|latitude |float |deg |False | |latitude. |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
### CurrentInjection
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|------------------------|-----|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus |Bus | |False | |Connection bus |False | |
|active |bool | |False | |Is the load active? |True | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to recovery |False | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|Cost |float |e/MWh|False | |Cost of not served energy. Used in OPF. |True | |
|facility |Facility | |False | |Facility where this is located |False | |
|technologies |AssociationsList |p.u. |False | |Technologies associations to injections |False | |
|scalable |bool | |False | |Is the injection scalable? |False | |
|shift_key |float | |False | |Shift key for net transfer capacity |True | |
|longitude |float |deg |False | |longitude of the injection. |False | |
|latitude |float |deg |False | |latitude of the injection. |False | |
|use_kw |bool | |False | |Consider the injections in kW and kVAr? |False | |
|conn |enum ShuntConnectionType| |False | |Connection type for 3-phase studies |False | |
|bus_pos |int | |False | |Aid to locate devices on a busbar |False | |
|Ir |float |MW |False | |Active power of the current component at V=1.0 p.u. |True | |
|Ir1 |float |MW |False | |Active power of the current component at V=1.0 p.u. |True | |
|Ir2 |float |MW |False | |Active power of the current component at V=1.0 p.u. |True | |
|Ir3 |float |MW |False | |Active power of the current component at V=1.0 p.u. |True | |
|Ii |float |MVAr |False | |Reactive power of the current component at V=1.0 p.u. |True | |
|Ii1 |float |MVAr |False | |Reactive power of the current component at V=1.0 p.u. |True | |
|Ii2 |float |MVAr |False | |Reactive power of the current component at V=1.0 p.u. |True | |
|Ii3 |float |MVAr |False | |Reactive power of the current component at V=1.0 p.u. |True | |
### DcLine
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-------------------|-----|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor|float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh|False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|R |float |p.u. |False | |Total positive sequence resistance. |False | |
|length |float |km |False | |Length of the line (not used for calculation) |False | |
|r_fault |float |p.u. |False | |Resistance of the mid-line fault.Used in short circuit studies. |False | |
|fault_pos |float |p.u. |False | |Per-unit positioning of the fault:0 would be at the "from" side,1 would be at the "to" side,therefore 0.5 is at the middle. |False | |
|template |Any line template | |False | | |False | |
|locations |Line locations | |False | | |False | |
### DynamicPlot
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|---------------|-----------------------|----|---------|---------|--------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|simulation_type|enum PlotSimulationType| |False | |Simulation family for this persistent dynamic plot definition.|False | |
|mode |enum DynamicPlotMode | |False | |Plotting mode for this persistent dynamic plot definition. |False | |
### DynamicPlotEntry
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|--------------------------|-------------------------|----|---------|---------|---------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|variable |VarType | |False | |parameter that the event changes |False | |
|plot |Plot Group | |False | |Plot group |False | |
|group |Rms Events Group | |False | |RmsEvent group |False | |
|simulation_type |enum PlotSimulationType | |False | |Simulation family for this persistent curve reference. |False | |
|entry_kind |enum DynamicPlotEntryKind| |False | |Whether this persistent entry references a dynamic variable or a model parameter.|False | |
|role |enum DynamicPlotEntryRole| |False | |Role played by this persistent entry inside the owning dynamic plot. |False | |
|event_group_idtag |str | |False | |Stable event-group identifier preferred for result binding. |False | |
|event_group_name |str | |False | |Event-group visible name used as display text and fallback binding hint. |False | |
|curve_device_type |enum DeviceType | |False | |Device type that owns the referenced dynamic variable. |False | |
|device_idtag |str | |False | |Stable device identifier preferred for result binding. |False | |
|device_name_hint |str | |False | |Visible device-name hint used only for display and diagnostics. |False | |
|variable_name |str | |False | |Dynamic variable name requested by the user. |False | |
|result_path_kind |str | |False | |Result namespace such as values or diff_values. |False | |
|variable_custom_name |str | |False | |Optional custom visible name remembered for this variable. |False | |
|enabled |bool | |False | |Whether this persistent curve definition is enabled. |False | |
|runtime_series_key_payload|str | |False | |Optional cached runtime series identity payload used as an exact binding hint. |False | |
### EmissionGas
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|cost |float |e/t |False | |Cost of emissions (e / ton) |True | |
|color |str | |False | |Color to paint |False | |
### EmtEvent
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|--------------------|-------------------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|device_idtag |str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|parameter |VarType | |False | |parameter that the event changes |False | |
|time |float | |False | |Time when the event occurs |False | |
|end_time |float | |False | |End time used by ramp events |False | |
|value |float | |False | |New value for the parameter |False | |
|group |Emt Events Group | |False | |EmtEvent group |False | |
|force_step_alignment|bool | |False | |Force step alignment |False | |
|transition_type |enum DynamicEventTransitionType| |False | |Transition profile for the event |False | |
### EmtEventsGroup
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|active |bool | |False | |True if this EMT events group must be simulated. |False | |
### EmtModelTemplate
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|block |DaeBlock | |False | |DAE block |False | |
### ExternalGrid
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|------------------------|-------|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus |Bus | |False | |Connection bus |False | |
|active |bool | |False | |Is the load active? |True | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to recovery |False | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh |False | |Cost of operation. Used in expansion planning. |False | |
|Cost |float |e/MWh |False | |Cost of not served energy. Used in OPF. |True | |
|facility |Facility | |False | |Facility where this is located |False | |
|technologies |AssociationsList |p.u. |False | |Technologies associations to injections |False | |
|scalable |bool | |False | |Is the injection scalable? |False | |
|shift_key |float | |False | |Shift key for net transfer capacity |True | |
|longitude |float |deg |False | |longitude of the injection. |False | |
|latitude |float |deg |False | |latitude of the injection. |False | |
|use_kw |bool | |False | |Consider the injections in kW and kVAr? |False | |
|conn |enum ShuntConnectionType| |False | |Connection type for 3-phase studies |False | |
|bus_pos |int | |False | |Aid to locate devices on a busbar |False | |
|P |float |MW |False | |Active power |True | |
|Pa |float |MW |False | |Phase A active power |True | |
|Pb |float |MW |False | |Phase B active power |True | |
|Pc |float |MW |False | |Phase C active power |True | |
|Q |float |MVAr |False | |Reactive power |True | |
|Qa |float |MVAr |False | |Phase A reactive power |True | |
|Qb |float |MVAr |False | |Phase B reactive power |True | |
|Qc |float |MVAr |False | |Phase C reactive power |True | |
|mode |enum ExternalGridMode | |False | |Operation mode of the external grid (voltage or load) |False | |
|substituted_device_id |str | |False | |idtag of the device that was substituted by this external grid equivalent |False | |
|Vm |float |p.u. |False | |Active power |True | |
|Va |float |radians|False | |Reactive power |True | |
### Facility
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|longitude |float |deg |False | |longitude. |False | |
|latitude |float |deg |False | |latitude. |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
### FluidNode
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|--------|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|min_level |float |hm3 |False | |Minimum amount of fluid at the node/reservoir |False | |
|max_level |float |hm3 |False | |Maximum amount of fluid at the node/reservoir |False | |
|min_soc |float |p.u. |False | |Minimum SOC of fluid at the node/reservoir |True | |
|max_soc |float |p.u. |False | |Maximum SOC of fluid at the node/reservoir |True | |
|initial_level |float |hm3 |False | |Initial level of the node/reservoir |False | |
|bus |Bus | |False | |Electrical bus. |False | |
|spillage_cost |float |e/(m3/s)|False | |Cost of nodal spillage |True | |
|inflow |float |m3/s |False | |Flow of fluid coming from the rain |True | |
|color |str | |False | |Color to paint the device in the map diagram |False | |
### FluidP2x
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|------|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|active |bool | |False | |Is the load active? |True | |
|efficiency |float |MWh/m3|False | |Power plant energy production per fluid unit |False | |
|max_flow_rate |float |m3/s |False | |maximum fluid flow |False | |
|plant |Fluid node | |False | |Connection reservoir/node |False | |
|generator |Generator | |False | |Electrical machine |False | |
|facility |Facility | |False | |Facility where this is located |False | |
### FluidPath
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u.|False | |Owners associations to injections |False | |
|source |Fluid node | |False | |Source node |False | |
|target |Fluid node | |False | |Target node |False | |
|min_flow |float |m3/s|False | |Minimum flow |False | |
|max_flow |float |m3/s|False | |Maximum flow |False | |
|locations |Line locations | |False | |Locations |False | |
|color |str | |False | |Color to paint the device in the map diagram |False | |
### FluidPump
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|------|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|active |bool | |False | |Is the load active? |True | |
|efficiency |float |MWh/m3|False | |Power plant energy production per fluid unit |False | |
|max_flow_rate |float |m3/s |False | |maximum fluid flow |False | |
|plant |Fluid node | |False | |Connection reservoir/node |False | |
|generator |Generator | |False | |Electrical machine |False | |
|facility |Facility | |False | |Facility where this is located |False | |
### FluidTurbine
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|------|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|active |bool | |False | |Is the load active? |True | |
|efficiency |float |MWh/m3|False | |Power plant energy production per fluid unit |False | |
|max_flow_rate |float |m3/s |False | |maximum fluid flow |False | |
|plant |Fluid node | |False | |Connection reservoir/node |False | |
|generator |Generator | |False | |Electrical machine |False | |
|facility |Facility | |False | |Facility where this is located |False | |
### FmuTemplate
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|-----------------|----------------------|----|---------|---------|-------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|device_idtag |str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type supported by this FMU template |False | |
|device_name |str | |False | |Device name |False | |
|block |DaeBlock | |False | |Symbolic wrapper block used by the FMU template |False | |
|domain |enum FmuTemplateDomain| |False | |Simulation domain where the FMU template can be used |False | |
|mode |enum FmuTemplateMode | |False | |FMI 2.0 execution mode stored by the template |False | |
|fmu_relative_path|str | |False | |Path to the FMU archive relative to the VeraGrid project file|False | |
|serialized_config|str | |False | |Serialized FMU runtime configuration payload |False | |
### Fuel
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|cost |float |e/t |False | |Cost of fuel (e / ton) |True | |
|color |str | |False | |Color to paint |False | |
### Generator
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-------------------------|-------|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus |Bus | |False | |Connection bus |False | |
|active |bool | |False | |Is the load active? |True | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to recovery |False | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh |False | |Cost of operation. Used in expansion planning. |False | |
|Cost |float |e/MWh |False | |Cost of not served energy. Used in OPF. |True | |
|facility |Facility | |False | |Facility where this is located |False | |
|technologies |AssociationsList |p.u. |False | |Technologies associations to injections |False | |
|scalable |bool | |False | |Is the injection scalable? |False | |
|shift_key |float | |False | |Shift key for net transfer capacity |True | |
|longitude |float |deg |False | |longitude of the injection. |False | |
|latitude |float |deg |False | |latitude of the injection. |False | |
|use_kw |bool | |False | |Consider the injections in kW and kVAr? |False | |
|conn |enum ShuntConnectionType | |False | |Connection type for 3-phase studies |False | |
|bus_pos |int | |False | |Aid to locate devices on a busbar |False | |
|P |float |MW |False | |Active power |True | |
|Pmin |float |MW |False | |Minimum active power. Used in OPF. |True | |
|Pmax |float |MW |False | |Maximum active power. Used in OPF. |True | |
|Q |float |MVAr |False | |Reactive power |True | |
|Qmin |float |MVAr |False | |Minimum reactive power. |True | |
|Qmax |float |MVAr |False | |Maximum reactive power. |True | |
|control_mode |enum GeneratorControlMode| |False | |Generator control mode |False | |
|control_bus |Bus | |False | |Control bus |False | |
|Pf |float | |False | |Power factor (cos(phi)). This is used for non-controlled generators. |True | |
|Vset |float |p.u. |False | |Set voltage. This is used for controlled generators. |True | |
|k_droop |float | |False | |QV droop constant. |False | |
|dead_band |float |kV |False | |Droop dead band. |False | |
|Snom |float |MVA |False | |Nominal power. |False | |
|use_reactive_power_curve|bool | |False | |Use the reactive power capability curve? |False | |
|q_curve |Generator Q curve |MVAr |False | |Capability curve data (double click on the generator to edit) |False | |
|R1 |float |p.u. |False | |Total positive sequence resistance. |False | |
|X1 |float |p.u. |False | |Total positive sequence reactance. |False | |
|R0 |float |p.u. |False | |Total zero sequence resistance. |False | |
|X0 |float |p.u. |False | |Total zero sequence reactance. |False | |
|R2 |float |p.u. |False | |Total negative sequence resistance. |False | |
|X2 |float |p.u. |False | |Total negative sequence reactance. |False | |
|Rs |float |p.u. |False | |Stator winding resistance (AG). |False | |
|Xs |float |p.u. |False | |Stator leakage reactance (AG). |False | |
|Xm |float |p.u. |False | |Magnetizing reactance (AG). |False | |
|Rr |float |p.u. |False | |Rotor resistance (AG). |False | |
|Xr |float |p.u. |False | |Rotor reactance (AG). |False | |
|Cost2 |float |e/MW²/h|False | |Generation quadratic cost. Used in OPF. |True | |
|Cost0 |float |e/h |False | |Generation constant cost. Used in OPF. |True | |
|startup_cost |float |e/h |False | |Generation start-up cost. Used in OPF. |False | |
|shutdown_cost |float |e/h |False | |Generation shut-down cost. Used in OPF. |False | |
|min_time_up |float |h |False | |Minimum time that the generator has to be on when started. Used in OPF. |False | |
|min_time_down |float |h |False | |Minimum time that the generator has to be off when shut down. Used in OPF. |False | |
|ramp_up |float |MW/h |False | |Maximum amount of generation increase per hour. |False | |
|ramp_down |float |MW/h |False | |Maximum amount of generation decrease per hour. |False | |
|enabled_dispatch |bool | |False | |Enabled for dispatch? Used in OPF. |True | |
|must_run |bool | |False | |P >= Pmin constraint. Used in OPF with unit commitment active. |True | |
|emissions |AssociationsList |t/MWh |False | |List of emissions |False | |
|fuels |AssociationsList |t/MWh |False | |List of fuels |False | |
|srap_enabled |bool | |False | |Is the unit available for SRAP participation? |True | |
|tpe |enum GeneratorType | |False | |Machine type of the generator. |False | |
### HvdcLine
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|--------------------|------|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor|float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh |False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh |False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|dispatchable |bool | |False | |Is the line power optimizable? |False | |
|control_mode |enum HvdcControlType|- |False | |Control type. |False | |
|Pset |float |MW |False | |Set power flow. |True | |
|r |float |Ohm |False | |line resistance. |False | |
|dc_link_voltage |float |kV |False | |line voltage (only for compatibility, not used in calcs.) |False | |
|angle_droop |float |MW/deg|False | |Power/angle rate control |True | |
|Vset_f |float |p.u. |False | |Set voltage at the from side |True | |
|Vset_t |float |p.u. |False | |Set voltage at the to side |True | |
|min_firing_angle_f |float |rad |False | |minimum firing angle at the "from" side. |False | |
|max_firing_angle_f |float |rad |False | |maximum firing angle at the "from" side. |False | |
|min_firing_angle_t |float |rad |False | |minimum firing angle at the "to" side. |False | |
|max_firing_angle_t |float |rad |False | |maximum firing angle at the "to" side. |False | |
|length |float |km |False | |Length of the branch (not used for calculation) |False | |
|locations |Line locations | |False | | |False | |
### IfMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### Investment
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|--------------------|-----------------|----|---------|---------|-----------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|device_idtag |str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|CAPEX |float |M€ |False | |Capital expenditures. This is the investment value, it overrides the CAPEX value of the device if it exits.|False | |
|status |bool | |False | |If true the investment activates when applied, otherwise is deactivated. |False | |
|group |Investments Group| |False | |Investment group |False | |
|commissioning_date |float | |False | |Date when the investment is commissioned |False | |
|decommissioning_date|float | |False | |Date when the investment is decommissioned |False | |
|prop |str | |False | |device property |False | |
|value |float | |False | |value status |False | |
### InvestmentsGroup
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|-------------|----------------|----|---------|---------|-----------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation| |False | | |False | |
|category |str | |False | |Some tag to category the investment group |False | |
|discount_rate|float |% |False | |Investment group discount rate |False | |
|CAPEX |float |€ |False | |Capital Expenditure of the group (added to the individual investments' capex)|False | |
|color |str | |False | |Color to paint |False | |
### ItMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### Line
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|-------------------------------|-------------------|-----|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config |str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config |str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor |float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh|False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|R |float |p.u. |False | |Total positive sequence resistance. |False | |
|X |float |p.u. |False | |Total positive sequence reactance. |False | |
|B |float |p.u. |False | |Total positive sequence shunt susceptance. |False | |
|R0 |float |p.u. |False | |Total zero sequence resistance. |False | |
|X0 |float |p.u. |False | |Total zero sequence reactance. |False | |
|B0 |float |p.u. |False | |Total zero sequence shunt susceptance. |False | |
|R2 |float |p.u. |False | |Total negative sequence resistance. |False | |
|X2 |float |p.u. |False | |Total negative sequence reactance. |False | |
|B2 |float |p.u. |False | |Total negative sequence shunt susceptance. |False | |
|ys |Admittance Matrix |p.u. |False | |Series admittance matrix of the branch |False | |
|ysh |Admittance Matrix |p.u. |False | |Shunt admittance matrix of the branch |False | |
|tolerance |float |% |False | |Tolerance expected for the impedance values % is expected for transformers0% for lines. |False | |
|circuit_idx |int | |False | |Circuit index, used for multiple circuits sharing towers (starts at zero) |False | |
|length |float |km |False | |Length of the line (not used for calculation) |False | |
|template |Any line template | |False | | |False | |
|locations |Line locations | |False | | |False | |
|possible_tower_types |AssociationsList | |False | |Possible overhead line types (>1 to denote association, cat=[PrpCat.PF]), - to denote no association |False | |
|possible_underground_line_types|AssociationsList | |False | |Possible underground line types (>1 to denote association, cat=[PrpCat.PF]), - to denote no association |False | |
|possible_sequence_line_types |AssociationsList | |False | |Possible sequence line types (>1 to denote association, cat=[PrpCat.PF]), - to denote no association |False | |
### Load
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|------------------------|-----|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus |Bus | |False | |Connection bus |False | |
|active |bool | |False | |Is the load active? |True | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to recovery |False | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|Cost |float |e/MWh|False | |Cost of not served energy. Used in OPF. |True | |
|facility |Facility | |False | |Facility where this is located |False | |
|technologies |AssociationsList |p.u. |False | |Technologies associations to injections |False | |
|scalable |bool | |False | |Is the injection scalable? |False | |
|shift_key |float | |False | |Shift key for net transfer capacity |True | |
|longitude |float |deg |False | |longitude of the injection. |False | |
|latitude |float |deg |False | |latitude of the injection. |False | |
|use_kw |bool | |False | |Consider the injections in kW and kVAr? |False | |
|conn |enum ShuntConnectionType| |False | |Connection type for 3-phase studies |False | |
|bus_pos |int | |False | |Aid to locate devices on a busbar |False | |
|P |float |MW |False | |Active power |True | |
|Pa |float |MW |False | |Phase A active power |True | |
|Pb |float |MW |False | |Phase B active power |True | |
|Pc |float |MW |False | |Phase C active power |True | |
|Q |float |MVAr |False | |Reactive power |True | |
|Qa |float |MVAr |False | |Phase A reactive power |True | |
|Qb |float |MVAr |False | |Phase B reactive power |True | |
|Qc |float |MVAr |False | |Phase C reactive power |True | |
|Ir |float |MW |False | |Active power of the current component at V=1.0 p.u. |True | |
|Ir1 |float |MW |False | |Active power of the phase 1 current component at V=1.0 p.u. |True | |
|Ir2 |float |MW |False | |Active power of the phase 2 current component at V=1.0 p.u. |True | |
|Ir3 |float |MW |False | |Active power of the phase 3 current component at V=1.0 p.u. |True | |
|Ii |float |MVAr |False | |Reactive power of the current component at V=1.0 p.u. |True | |
|Ii1 |float |MVAr |False | |Reactive power of the phase 1 current component at V=1.0 p.u. |True | |
|Ii2 |float |MVAr |False | |Reactive power of the phase 2 current component at V=1.0 p.u. |True | |
|Ii3 |float |MVAr |False | |Reactive power of the phase 3 current component at V=1.0 p.u. |True | |
|G |float |MW |False | |Active power of the impedance component at V=1.0 p.u. |True | |
|G1 |float |MW |False | |Active power of the phase 1 impedance component at V=1.0 p.u. |True | |
|G2 |float |MW |False | |Active power of the phase 2 impedance component at V=1.0 p.u. |True | |
|G3 |float |MW |False | |Active power of the phase 3 impedance component at V=1.0 p.u. |True | |
|B |float |MVAr |False | |Reactive power of the impedance component at V=1.0 p.u. |True | |
|B1 |float |MVAr |False | |Reactive power of the phase 1 impedance component at V=1.0 p.u. |True | |
|B2 |float |MVAr |False | |Reactive power of the phase 2 impedance component at V=1.0 p.u. |True | |
|B3 |float |MVAr |False | |Reactive power of the phase 3 impedance component at V=1.0 p.u. |True | |
|n_customers |int |unit |False | |Number of customers represented by this load |True | |
|contract_power |float |MW |False | |Nominal contracted power |False | |
### ModellingAuthority
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
### Municipality
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|---------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|longitude |float |deg |False | |longitude. |False | |
|latitude |float |deg |False | |latitude. |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|region |Region | |False | |Substation region, alternatively this can be obtained from the municipality|False | |
### OverheadLineType
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-------------------|------------|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|earth_resistivity |float |Ohm/m3 |False | |Earth resistivity |False | |
|frequency |float |Hz |False | |Frequency |False | |
|Vnom |float |kV |False | |Voltage rating of the line |False | |
|wires_in_tower |ListOfWires | |False | |List of wires |False | |
|capex |float |currency/km |False | |Capital expenditure per km |False | |
|opex |float |currency/MWh|False | |Operational expenditure |False | |
### Owner
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|address |str | |False | |Owner address |False | |
|color |str | |False | |Color to paint |False | |
### PfMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### PgMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### PiMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### PtMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### QfMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### QgMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### QiMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### QtMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### Region
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|longitude |float |deg |False | |longitude. |False | |
|latitude |float |deg |False | |latitude. |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|community |Community | |False | |Substation community, altenativelly this can be obtained from the region|False | |
### RemedialAction
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|------------------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation | |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|prop |enum ContingencyOperationTypes| |False | |Object property to change |False | |
|value |float | |False | |Property value |False | |
|group |Remedial action Group | |False | |Remedial action group |False | |
### RemedialActionGroup
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|-----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation | |False | | |False | |
|category |str | |False | |Some tag to category the contingency group |False | |
|conn_group |Contingency Group| |False | |Contingency group |False | |
### RmsEvent
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|--------------------|-------------------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|device_idtag |str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|parameter |VarType | |False | |parameter that the event changes |False | |
|time |float | |False | |Time when the event occurs |False | |
|end_time |float | |False | |End time used by ramp events |False | |
|value |float | |False | |New value for the parameter |False | |
|group |Rms Events Group | |False | |RmsEvent group |False | |
|force_step_alignment|bool | |False | |Force step alignment |False | |
|transition_type |enum DynamicEventTransitionType| |False | |Transition profile for the event |False | |
### RmsEventsGroup
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|active |bool | |False | |True if this RMS events group must be simulated. |False | |
### RmsModelTemplate
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|block |DaeBlock | |False | |DAE block |False | |
### SequenceLineType
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-------------------|------------|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|Imax |float |kA |False | |Current rating of the line |False | |
|Vnom |float |kV |False | |Voltage rating of the line |False | |
|R |float |Ohm/km |False | |Positive-sequence resistance per km |False | |
|X |float |Ohm/km |False | |Positive-sequence reactance per km |False | |
|B |float |uS/km |False | |Positive-sequence shunt susceptance per km |False | |
|R0 |float |Ohm/km |False | |Zero-sequence resistance per km |False | |
|X0 |float |Ohm/km |False | |Zero-sequence reactance per km |False | |
|B0 |float |uS/km |False | |Zero-sequence shunt susceptance per km |False | |
|Cnf |float |nF/km |False | |Positive-sequence shunt conductance per km |False | |
|Cnf0 |float |nF/km |False | |Zero-sequence shunt conductance per km |False | |
|use_conductance |bool | |False | |Use conductance? else the susceptance is used |False | |
|n_circuits |int | |False | |number of circuits |False | |
|capex |float |currency/km |False | |Capital expenditure per km |False | |
|opex |float |currency/MWh|False | |Operational expenditure |False | |
### SeriesReactance
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-------------------|-----|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor|float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh|False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|R |float |p.u. |False | |Total positive sequence resistance. |False | |
|X |float |p.u. |False | |Total positive sequence reactance. |False | |
|R0 |float |p.u. |False | |Total zero sequence resistance. |False | |
|X0 |float |p.u. |False | |Total zero sequence reactance. |False | |
|R2 |float |p.u. |False | |Total negative sequence resistance. |False | |
|X2 |float |p.u. |False | |Total negative sequence reactance. |False | |
|tolerance |float |% |False | |Tolerance expected for the impedance values % is expected for transformers0% for lines. |False | |
### ShortCircuitEvent
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|-----------------------|----|---------|---------|------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation | |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|fault_type |enum FaultType | |False | |Type of short circuit |False | |
|method |enum MethodShortCircuit| |False | |Method of short circuit |False | |
|phases |enum PhasesShortCircuit| |False | |Phases involved |False | |
|active |bool | |False | |If true the short-circuit activates when calculated, otherwise is deactivated.|False | |
|r_fault |float |p.u.|False | |Resistance of the fault.This is used for short circuit studies. |False | |
|x_fault |float |p.u.|False | |Reactance of the fault.This is used for short circuit studies. |False | |
### Shunt
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|------------------------|-----|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus |Bus | |False | |Connection bus |False | |
|active |bool | |False | |Is the load active? |True | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to recovery |False | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|Cost |float |e/MWh|False | |Cost of not served energy. Used in OPF. |True | |
|facility |Facility | |False | |Facility where this is located |False | |
|technologies |AssociationsList |p.u. |False | |Technologies associations to injections |False | |
|scalable |bool | |False | |Is the injection scalable? |False | |
|shift_key |float | |False | |Shift key for net transfer capacity |True | |
|longitude |float |deg |False | |longitude of the injection. |False | |
|latitude |float |deg |False | |latitude of the injection. |False | |
|use_kw |bool | |False | |Consider the injections in kW and kVAr? |False | |
|conn |enum ShuntConnectionType| |False | |Connection type for 3-phase studies |False | |
|bus_pos |int | |False | |Aid to locate devices on a busbar |False | |
|G |float |MW |False | |Active power |True | |
|G0 |float |MW |False | |Zero sequence active power of the impedance component at V=1.0 p.u. |True | |
|Ga |float |MW |False | |Active power |True | |
|Gb |float |MW |False | |Active power |True | |
|Gc |float |MW |False | |Active power |True | |
|B |float |MVAr |False | |Reactive power |True | |
|B0 |float |MVAr |False | |Zero sequence reactive power of the impedance component at V=1.0 p.u. |True | |
|Ba |float |MVAr |False | |Reactive power |True | |
|Bb |float |MVAr |False | |Reactive power |True | |
|Bc |float |MVAr |False | |Reactive power |True | |
|ysh |Admittance Matrix |p.u. |False | |Shunt admittance matrix of the branch |False | |
### StaticGenerator
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|------------------------|-----|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus |Bus | |False | |Connection bus |False | |
|active |bool | |False | |Is the load active? |True | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to recovery |False | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|Cost |float |e/MWh|False | |Cost of not served energy. Used in OPF. |True | |
|facility |Facility | |False | |Facility where this is located |False | |
|technologies |AssociationsList |p.u. |False | |Technologies associations to injections |False | |
|scalable |bool | |False | |Is the injection scalable? |False | |
|shift_key |float | |False | |Shift key for net transfer capacity |True | |
|longitude |float |deg |False | |longitude of the injection. |False | |
|latitude |float |deg |False | |latitude of the injection. |False | |
|use_kw |bool | |False | |Consider the injections in kW and kVAr? |False | |
|conn |enum ShuntConnectionType| |False | |Connection type for 3-phase studies |False | |
|bus_pos |int | |False | |Aid to locate devices on a busbar |False | |
|P |float |MW |False | |Active power |True | |
|Pa |float |MW |False | |Phase A active power |True | |
|Pb |float |MW |False | |Phase B active power |True | |
|Pc |float |MW |False | |Phase C active power |True | |
|Q |float |MVAr |False | |Reactive power |True | |
|Qa |float |MVAr |False | |Phase A reactive power |True | |
|Qb |float |MVAr |False | |Phase B reactive power |True | |
|Qc |float |MVAr |False | |Phase C reactive power |True | |
|Snom |float |MVA |False | |Nominal power. |False | |
### Substation
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|-----|---------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|longitude |float |deg |False | |longitude. |False | |
|latitude |float |deg |False | |latitude. |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|area |Area | |False | |Substation area, alternatively this can be obtained from the zone |False | |
|zone |Zone | |False | |Substation area |False | |
|country |Country | |False | |Substation country, alternatively this can be obtained from the community |False | |
|community |Community | |False | |Substation community, alternatively this can be obtained from the region |False | |
|region |Region | |False | |Substation region, alternatively this can be obtained from the municipality |False | |
|municipality |Municipality | |False | |Substation municipality |False | |
|address |str | |False | |Substation address |False | |
|irradiation |float |W/m^2|False | |Substation solar irradiation |True | |
|temperature |float |ºC |False | |Substation temperature |True | |
|wind_speed |float |m/s |False | |Substation wind speed at 80m above the ground |True | |
|terrain_roughness |float | |False | |This value is ised for wind speed extrapolation. Typical values: Not rough (sand, snow, sea): 0~0.02 Slightly rough (grass, cereal field): 0.02~0.2 Rough (forest, small houses): 1.0~1.5 Very rough (Large buildings):1.0~4.0|False | |
### Switch
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|----------------------|-----|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor|float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh|False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|R |float |pu |False | |Positive-sequence resistance |False | |
|X |float |pu |False | |Positive-sequence reactance |False | |
|retained |bool | |False | |Switch is retained |False | |
|normal_open |bool | |False | |Normal position of the switch |False | |
|rated_current |float |kA |False | |Rated current of the switch device. |False | |
|graphic_type |enum SwitchGraphicType| |False | |Graphic to use in the schematic. |False | |
### Technology
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|name2 |str | |False | |Name 2 of the technology |False | |
|name3 |str | |False | |Name 3 of the technology |False | |
|name4 |str | |False | |Name 4 of the technology |False | |
|color |str | |False | |Color to paint |False | |
### Transformer2W
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-----------------------|-----|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor|float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh|False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|R |float |p.u. |False | |Total positive sequence resistance. |False | |
|X |float |p.u. |False | |Total positive sequence reactance. |False | |
|G |float |p.u. |False | |Total positive sequence shunt conductance. |False | |
|B |float |p.u. |False | |Total positive sequence shunt susceptance. |False | |
|R0 |float |p.u. |False | |Total zero sequence resistance. |False | |
|X0 |float |p.u. |False | |Total zero sequence reactance. |False | |
|G0 |float |p.u. |False | |Total zero sequence shunt conductance. |False | |
|B0 |float |p.u. |False | |Total zero sequence shunt susceptance. |False | |
|R2 |float |p.u. |False | |Total negative sequence resistance. |False | |
|X2 |float |p.u. |False | |Total negative sequence reactance. |False | |
|G2 |float |p.u. |False | |Total negative sequence shunt conductance. |False | |
|B2 |float |p.u. |False | |Total negative sequence shunt susceptance. |False | |
|tolerance |float |% |False | |Tolerance expected for the impedance values% is expected for transformers0% for lines. |False | |
|tap_changer |Tap changer | |False | |Tap changer object |False | |
|tap_module |float | |False | |Tap changer module, it a value close to 1.0 |True | |
|tap_module_max |float | |False | |Tap changer module max value |False | |
|tap_module_min |float | |False | |Tap changer module min value |False | |
|tap_module_control_mode |enum TapModuleControl | |False | |Control available with the tap module |True | |
|vset |float |p.u. |False | |Objective voltage at the "to" side of the bus when regulating the tap. |True | |
|Qset |float |MVAr |False | |Objective power at the selected side. |True | |
|regulation_bus |Bus | |False | |Bus where the regulation is applied. |False | |
|tap_phase |float |rad |False | |Angle shift of the tap changer. |True | |
|tap_phase_max |float |rad |False | |Max angle. |False | |
|tap_phase_min |float |rad |False | |Min angle. |False | |
|tap_phase_control_mode |enum TapPhaseControl | |False | |Control available with the tap angle |True | |
|Pset |float |MW |False | |Objective power at the selected side. |True | |
|HV |float |kV |False | |High voltage rating |False | |
|LV |float |kV |False | |Low voltage rating |False | |
|Sn |float |MVA |False | |Nominal power |False | |
|Pcu |float |kW |False | |Copper losses (optional) |False | |
|Pfe |float |kW |False | |Iron losses (optional) |False | |
|I0 |float |% |False | |No-load current (optional) |False | |
|Vsc |float |% |False | |Short-circuit voltage (optional) |False | |
|conn |enum WindingsConnection| |False | |Windings connection (from, to):G: grounded starS: ungrounded starD: delta |False | |
|conn_f |enum WindingType | |False | |Winding 3 phase connection at the from side |False | |
|conn_t |enum WindingType | |False | |Winding 3 phase connection at the to side |False | |
|vector_group_number |int | |False | |Vector group number. It indicates the structural phase:phase = vector_group_number · 30º |False | |
|template |Transformer type | |False | | |False | |
### Transformer3W
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u.|False | |Owners associations to injections |False | |
|bus0 |Bus | |False | |Middle point connection bus. |False | |
|bus1 |Bus | |False | |Bus 1. |False | |
|bus2 |Bus | |False | |Bus 2. |False | |
|bus3 |Bus | |False | |Bus 3. |False | |
|active |bool | |False | |Is active? |True | |
|winding1 |Winding | |False | |Winding 1. |False | |
|winding2 |Winding | |False | |Winding 2. |False | |
|winding3 |Winding | |False | |Winding 3. |False | |
|V1 |float |kV |False | |Side 1 rating |False | |
|V2 |float |kV |False | |Side 2 rating |False | |
|V3 |float |kV |False | |Side 3 rating |False | |
|r12 |float |p.u.|False | |Resistance measured from 1->2 |False | |
|r23 |float |p.u.|False | |Resistance measured from 2->3 |False | |
|r31 |float |p.u.|False | |Resistance measured from 3->1 |False | |
|x12 |float |p.u.|False | |Reactance measured from 1->2 |False | |
|x23 |float |p.u.|False | |Reactance measured from 2->3 |False | |
|x31 |float |p.u.|False | |Reactance measured from 3->1 |False | |
|rate1 |float |MVA |False | |Rating 1 |False | |
|rate2 |float |MVA |False | |Rating 2 |False | |
|rate3 |float |MVA |False | |Rating 3 |False | |
|Pcu12 |float |KW |False | |Copper loss between 1->2 |False | |
|Pcu23 |float |KW |False | |Copper loss between 2->3 |False | |
|Pcu31 |float |KW |False | |Copper loss between 3->1 |False | |
|Vsc12 |float |% |False | |Short-circuit voltage between 1->2 |False | |
|Vsc23 |float |% |False | |Short-circuit voltage between 2->3 |False | |
|Vsc31 |float |% |False | |Short-circuit voltage between 3->1 |False | |
|Pfe |float |KW |False | |Iron loss |False | |
|I0 |float |% |False | |No-load current |False | |
|x |float |px |False | |x position |False | |
|y |float |px |False | |y position |False | |
### TransformerNW
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u.|False | |Owners associations to injections |False | |
|bus0 |Bus | |False | |Middle point connection bus. |False | |
|active |bool | |False | |Is active? |True | |
|winding_count |int | |False | |Number of windings. |False | |
|Pfe |float |kW |False | |Iron loss |False | |
|I0 |float |% |False | |No-load current |False | |
|x |float |px |False | |x position |False | |
|y |float |px |False | |y position |False | |
### TransformerType
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|--------------------|------------|---------|---------|----------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|HV |float |kV |False | |Nominal voltage al the high voltage side |False | |
|LV |float |kV |False | |Nominal voltage al the low voltage side |False | |
|Sn |float |MVA |False | |Nominal power |False | |
|Pcu |float |kW |False | |Copper losses |False | |
|Pfe |float |kW |False | |Iron losses |False | |
|I0 |float |% |False | |No-load current |False | |
|Vsc |float |% |False | |Short-circuit voltage |False | |
|capex |float |currency |False | |Capital expenditure |False | |
|opex |float |currency/MWh|False | |Operational expenditure |False | |
|tc_type |enum TapChangerTypes| |False | |Regulation type |False | |
|total_positions |int | |False | |Number of tap positions |False | |
|dV |float |p.u. |False | |Voltage increment per step |False | |
|neutral_position |int | |False | |neutral position counting from zero |False | |
|asymmetry_angle |float |deg |False | |Asymmetry_angle |False | |
|conn_hv |enum WindingType | |False | |Winding 3 phase connection at the from side |False | |
|conn_lv |enum WindingType | |False | |Winding 3 phase connection at the to side |False | |
|vector_group_number |int | |False | |Vector group number. It indicates the structural phase:phase = vector_group_number · 30º|False | |
|tap_module_min |float |p.u. |False | |Min tap module |False | |
|tap_module_max |float |p.u. |False | |Max tap module |False | |
|tap_phase_min |float |rad |False | |Min tap phase |False | |
|tap_phase_max |float |rad |False | |Max tap phase |False | |
### UPFC
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-------------------|-----|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor|float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh|False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|R |float |p.u. |False | |Series positive sequence resistance. |False | |
|X |float |p.u. |False | |Series positive sequence reactance. |False | |
|Rsh |float |p.u. |False | |Shunt positive sequence resistance. |False | |
|Xsh |float |p.u. |False | |Shunt positive sequence resistance. |False | |
|R0 |float |p.u. |False | |Series zero sequence resistance. |False | |
|X0 |float |p.u. |False | |Series zero sequence reactance. |False | |
|Rsh0 |float |p.u. |False | |Shunt zero sequence resistance. |False | |
|Xsh0 |float |p.u. |False | |Shunt zero sequence resistance. |False | |
|R2 |float |p.u. |False | |Series negative sequence resistance. |False | |
|X2 |float |p.u. |False | |Series negative sequence reactance. |False | |
|Rsh2 |float |p.u. |False | |Shunt negative sequence resistance. |False | |
|Xsh2 |float |p.u. |False | |Shunt negative sequence resistance. |False | |
|Vsh |float |p.u. |False | |Shunt voltage set point. |False | |
|Pfset |float |MW |False | |Active power set point. |False | |
|Qfset |float |MVAr |False | |Active power set point. |False | |
### UndergroundLineType
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-------------------|------------|---------|---------|--------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template.|False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template.|False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|Imax |float |kA |False | |Current rating of the line |False | |
|Vnom |float |kV |False | |Voltage rating of the line |False | |
|freq |float |Hz |False | |Cable frequency |False | |
|R |float |Ohm/km |False | |Positive-sequence resistance per km |False | |
|X |float |Ohm/km |False | |Positive-sequence reactance per km |False | |
|B |float |uS/km |False | |Positive-sequence shunt susceptance per km |False | |
|C |float |uF/km |False | |Positive-sequence shunt capacitance per km (alternative to B |False | |
|R0 |float |Ohm/km |False | |Zero-sequence resistance per km |False | |
|X0 |float |Ohm/km |False | |Zero-sequence reactance per km |False | |
|B0 |float |uS/km |False | |Zero-sequence shunt susceptance per km |False | |
|C0 |float |uF/km |False | |Zero-sequence shunt capacitance per km (alternative to B0 |False | |
|n_circuits |int | |False | |number of circuits |False | |
|capex |float |currency/km |False | |Capital expenditure per km |False | |
|opex |float |currency/MWh|False | |Operational expenditure |False | |
### VSC
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|------------------------------|-----|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor|float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh|False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|bus_dc_n |Bus | |False | |DC negative bus |False | |
|alpha1 |float | |False | |Losses constant parameter (IEC 62751-2 loss Correction, idle loss). |False | |
|alpha2 |float | |False | |Losses linear parameter (IEC 62751-2 loss Correction, Switching loss). |False | |
|alpha3 |float | |False | |Losses quadratic parameter (IEC 62751-2 loss Correction, resistive loss). |False | |
|control1 |enum ConverterControlType | |False | |Control mode 1. |True | |
|control1_dev |BusOrBranch | |False | |Controlled device, None to apply to this converter |True | |
|control1_val |float | |False | |Control value 1.p.u. for voltage rad for angles MW for P MVAr for Q |True | |
|control1_val_min |float | |False | | |False | |
|control1_val_max |float | |False | | |False | |
|control1_val_droop |float | |False | | |True | |
|control1_droop_val |float | |False | | |True | |
|control1_droop_val_min |float | |False | | |False | |
|control1_droop_val_max |float | |False | | |False | |
|control2 |enum ConverterControlType | |False | |Control mode 2. |True | |
|control2_dev |BusOrBranch | |False | |Controlled device, None to apply to this converter |True | |
|control2_val |float | |False | |Control value 2.p.u. for voltage rad for angles MW for P MVAr for Q |True | |
|control2_val_min |float | |False | | |False | |
|control2_val_max |float | |False | | |False | |
|control2_val_droop |float | |False | | |True | |
|control2_droop_val |float | |False | | |True | |
|control2_droop_val_min |float | |False | | |False | |
|control2_droop_val_max |float | |False | | |False | |
|fault_control |enum ConverterFaultControlType| |False | |VSC control system during a short-circuit event. |True | |
|min_ac_voltage |float |p.u. |False | |Minimum AC voltage threshold. If the AC bus voltage drops below this value, the VSC is disconnected. |False | |
|ysvs |float |p.u. |False | |Admittance of non-controlled Static Var Systems. |False | |
|x |float |px |False | |x position |False | |
|y |float |px |False | |y position |False | |
### VaMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### VmMeasurement
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|device_idtag|str | |False | |Unique ID |False | |
|tpe |enum DeviceType | |False | |Device type |False | |
|device_name |str | |False | |Device name |False | |
|value |float | |False | |Value of the measurement |True | |
|sigma |float | |False | |Uncertainty of the measurement |True | |
### VoltageLevel
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|-------------------|-------------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority|Modelling Authority| |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date|int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u.|False | |Owners associations to injections |False | |
|Vnom |float |kV |False | |Nominal voltage |False | |
|substation |Substation | |False | |Substation of this Voltage level (optional) |False | |
### Winding
| name | class_type |unit |mandatory|max_chars| descriptions |has_profile|comment|
|------------------------|-----------------------|-----|---------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging. |False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation | |False | | |False | |
|modelling_authority |Modelling Authority | |False | |Modelling authority of this asset |False | |
|commissioned_date |int | |False | |Commissioned date of the asset |False | |
|decommissioned_date |int | |False | |Decommissioned date of the asset |False | |
|build_status |enum BuildStatus | |False | |Device build status. Used in expansion planning. |False | |
|owners |AssociationsList |p.u. |False | |Owners associations to injections |False | |
|rms_model |DaeBlock | |False | |RMS dynamic model |False | |
|emt_model |DaeBlock | |False | |EMT dynamic model |False | |
|rms_template |RMS template | |False | |Native RMS template used. Assigning it clears rms_fmu_template. |False | |
|emt_template |EMT template | |False | |Native EMT template used. Assigning it clears emt_fmu_template. |False | |
|rms_fmu_template |FMU template | |False | |RMS FMU template used only by RMS simulations. Assigning it clears rms_template. |False | |
|emt_fmu_template |FMU template | |False | |EMT FMU template used only by EMT simulations. Assigning it clears emt_template. |False | |
|rms_fmu_import_config |str | |False | |Serialized FMU Co-Simulation RMS configuration |False | |
|emt_fmu_import_config |str | |False | |Serialized FMU Co-Simulation EMT configuration |False | |
|rms_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange RMS configuration |False | |
|emt_fmu_me_import_config|str | |False | |Serialized FMU Model Exchange EMT configuration |False | |
|bus_from |Bus | |False | |Name of the bus at the "from" side |False | |
|bus_to |Bus | |False | |Name of the bus at the "to" side |False | |
|active |bool | |False | |Is active? |True | |
|reducible |bool | |False | |Is the branch to be reduced by the topology preprocessor? |False | |
|design_rate |float |MVA |False | |Design thermal rating power that is not modified for operational reasons or otherwise |False | |
|rate |float |MVA |False | |Operational thermal rating power |True | |
|contingency_factor |float |p.u. |False | |Rating multiplier for contingencies |True | |
|protection_rating_factor|float |p.u. |False | |Rating multiplier that indicates the maximum flow before the protections tripping |True | |
|monitor_loading |bool | |False | |Monitor this device loading for OPF, NTC or contingency studies. |False | |
|mttf |float |h |False | |Mean time to failure |False | |
|mttr |float |h |False | |Mean time to repair |False | |
|Cost |float |e/MWh|False | |Cost of overloads. Used in OPF |True | |
|capex |float |e/MW |False | |Cost of investment. Used in expansion planning. |False | |
|opex |float |e/MWh|False | |Cost of operation. Used in expansion planning. |False | |
|group |Branch group | |False | |Group where this branch belongs |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|bus_from_pos |int | |False | |Aid to locate devices on a busbar |False | |
|bus_to_pos |int | |False | |Aid to locate devices on a busbar |False | |
|temp_base |float |ºC |False | |Base temperature at which R was measured. |False | |
|temp_oper |float |ºC |False | |Operation temperature to modify R. |True | |
|alpha |float |1/ºC |False | |Thermal coefficient to modify R,around a reference temperature using a linear approximation.For example:Copper @ 20ºC: 0.004041,Copper @ 75ºC: 0.00323,Annealed copper @ 20ºC: 0.00393,Aluminum @ 20ºC: 0.004308,Aluminum @ 75ºC: 0.00330|False | |
|R |float |p.u. |False | |Total positive sequence resistance. |False | |
|X |float |p.u. |False | |Total positive sequence reactance. |False | |
|G |float |p.u. |False | |Total positive sequence shunt conductance. |False | |
|B |float |p.u. |False | |Total positive sequence shunt susceptance. |False | |
|R0 |float |p.u. |False | |Total zero sequence resistance. |False | |
|X0 |float |p.u. |False | |Total zero sequence reactance. |False | |
|G0 |float |p.u. |False | |Total zero sequence shunt conductance. |False | |
|B0 |float |p.u. |False | |Total zero sequence shunt susceptance. |False | |
|R2 |float |p.u. |False | |Total negative sequence resistance. |False | |
|X2 |float |p.u. |False | |Total negative sequence reactance. |False | |
|G2 |float |p.u. |False | |Total negative sequence shunt conductance. |False | |
|B2 |float |p.u. |False | |Total negative sequence shunt susceptance. |False | |
|tolerance |float |% |False | |Tolerance expected for the impedance values% is expected for transformers0% for lines. |False | |
|tap_changer |Tap changer | |False | |Tap changer object |False | |
|tap_module |float | |False | |Tap changer module, it a value close to 1.0 |True | |
|tap_module_max |float | |False | |Tap changer module max value |False | |
|tap_module_min |float | |False | |Tap changer module min value |False | |
|tap_module_control_mode |enum TapModuleControl | |False | |Control available with the tap module |True | |
|vset |float |p.u. |False | |Objective voltage at the "to" side of the bus when regulating the tap. |True | |
|Qset |float |MVAr |False | |Objective power at the selected side. |True | |
|regulation_bus |Bus | |False | |Bus where the regulation is applied. |False | |
|tap_phase |float |rad |False | |Angle shift of the tap changer. |True | |
|tap_phase_max |float |rad |False | |Max angle. |False | |
|tap_phase_min |float |rad |False | |Min angle. |False | |
|tap_phase_control_mode |enum TapPhaseControl | |False | |Control available with the tap angle |True | |
|Pset |float |MW |False | |Objective power at the selected side. |True | |
|HV |float |kV |False | |High voltage rating |False | |
|LV |float |kV |False | |Low voltage rating |False | |
|Sn |float |MVA |False | |Nominal power |False | |
|Pcu |float |kW |False | |Copper losses (optional) |False | |
|Pfe |float |kW |False | |Iron losses (optional) |False | |
|I0 |float |% |False | |No-load current (optional) |False | |
|Vsc |float |% |False | |Short-circuit voltage (optional) |False | |
|conn |enum WindingsConnection| |False | |Windings connection (from, to):G: grounded starS: ungrounded starD: delta |False | |
|conn_f |enum WindingType | |False | |Winding 3 phase connection at the from side |False | |
|conn_t |enum WindingType | |False | |Winding 3 phase connection at the to side |False | |
|vector_group_number |int | |False | |Vector group number. It indicates the structural phase:phase = vector_group_number · 30º |False | |
|template |Transformer type | |False | | |False | |
### Wire
| name | class_type | unit |mandatory|max_chars| descriptions |has_profile|comment|
|-----------------|----------------|------|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes |MergeInformation| |False | | |False | |
|R |float |Ohm/km|False | |resistance of the conductor |False | |
|diameter |float |mm |False | |Diameter of wire |False | |
|diameter_internal|float |mm |False | |Internal radius of the conductor |False | |
|is_tube |bool | |False | |Is it a tubular conductor? |False | |
|max_current |float |kA |False | |Maximum current of the conductor |False | |
|stranding |str | |False | |Stranding of wire |False | |
|material |str | |False | |Material of wire |False | |
### Zone
| name | class_type |unit|mandatory|max_chars| descriptions |has_profile|comment|
|------------|----------------|----|---------|---------|------------------------------------------------------|-----------|-------|
|idtag |str | |False | |Unique ID |False | |
|name |str | |False | |Name of the device. |False | |
|code |str | |False | |Secondary ID |False | |
|rdfid |str | |False | |RDF ID for further compatibility |False | |
|action |enum ActionType | |False | |Object action to perform. Only used for model merging.|False | |
|comment |str | |False | |User comment |False | |
|diff_changes|MergeInformation| |False | | |False | |
|longitude |float |deg |False | |longitude. |False | |
|latitude |float |deg |False | |latitude. |False | |
|color |str | |False | |Color to paint the element in the map diagram |False | |
|area |Area | |False | |Area of this zone. |False | |
## CGMES
### ACDCConverter
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-----------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References:
| |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|baseS |float |MVA |False | 65536| | |Product of the RMS value of the voltage and the RMS value of the current. | |
|idleLoss |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|minUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|numberOfValves |int |none|False | 65536| | |Number of valves in the converter. Used in loss calculations. | |
|ratedUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|resistiveLoss |float |ohm |False | 65536| | |Resistance (real part of impedance). | |
|switchingLoss |float |MW |False | 65536| | |None | |
|valveU0 |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |ACDCConverterDCTerminal|none|False | 65536| | |None | |
|PccTerminal |Terminal |none|False | 65536| | |All converters' DC sides linked to this point of common coupling terminal. | |
|idc |float |A |False | 65536| | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|poleLossP |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|uc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|udc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|p |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|False | 65536| | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|targetPpcc |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|targetUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
### ACDCConverterAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|ACDCConverter |ACDCConverter | |True | 65536|RA | | | |
### ACDCConverterController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction |EquipmentControllerAction | |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
|ACDCConverter |ACDCConverter | |True | 65536|ER | | | |
|DirectCurrentPoleController|DirectCurrentPoleController| |False | 65536|ER | | | |
### ACDCConverterDCTerminal
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|---------------------|-------------------|----|---------|--------:|--------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BusNameMarker |BusNameMarker | |False | 65536| | |The bus name marker used to name the bus (topological node). | |
|Measurements |Measurement | |False | 65536| | |Measurements associated with this terminal defining where the measurement is placed in the network topology. It may be used, for instance, to capture the sensor position, such as a voltage transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator. | |
|sequenceNumber |int | |False | 65536| | |The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the "starting point" for a two terminal branch. | |
|OperationalLimitSet |OperationalLimitSet| |False | 65536| | |None | |
|connected |bool | |False | 65536| |True |The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.| |
|DCNode |DCNode | |False | 65536| | |None | |
|DCTopologicalNode |DCTopologicalNode | |False | 65536| | |See association end TopologicalNode.Terminal. | |
|DCConductingEquipment|ACDCConverter | |True | 65536|EQ | |None | |
|polarity |enum DCPolarityKind| |False | 65536|EQ | |Represents the normal network polarity condition. | |
### ACDCConverterRegularSchedule
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern| |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|targetPpcc |str | |False | 65536|SHS | | | |
|targetUdc |str | |False | 65536|SHS | | | |
### ACDCTerminal
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BusNameMarker |BusNameMarker | |False | 65536| | |The bus name marker used to name the bus (topological node). | |
|Measurements |Measurement | |False | 65536| | |Measurements associated with this terminal defining where the measurement is placed in the network topology. It may be used, for instance, to capture the sensor position, such as a voltage transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator. | |
|sequenceNumber |int | |False | 65536| | |The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the "starting point" for a two terminal branch. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |None | |
|connected |bool | |False | 65536| |True |The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.| |
### ACDCTimePoint
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|atTime |str | |True | 65536|SHS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|targetPpcc |str | |False | 65536|SHS | | | |
|targetUdc |str | |False | 65536|SHS | | | |
### ACEmulationControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|gain |str | |True | 65536|SSI | | | |
|referenceP |str | |True | 65536|SSI | | | |
|timeConstant |str | |True | 65536|SSI | | | |
### ACLineSegment
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|length |float |km |False | 65536| | |Unit of length. Never negative. | |
|b0ch |float |S |True | 65536|SC | |Imaginary part of admittance. | |
|bch |float |S |True | 65536|EQ | |Imaginary part of admittance. | |
|g0ch |float |S |True | 65536|SC | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance. | |
|gch |float |S |False | 65536|EQ | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance. | |
|r |float |ohm |True | 65536|EQ | |Resistance (real part of impedance). | |
|r0 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|shortCircuitEndTemperature|float |degC|True | 65536|SC | |Value of temperature in degrees Celsius. | |
|x |float |ohm |True | 65536|EQ | |Reactance (imaginary part of impedance), at rated frequency. | |
|x0 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
### ACPointOfCommonCoupling
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ConnectivityNode |ConnectivityNode| |True | 65536|ER | | | |
|DCConverterUnit |DCConverterUnit | |False | 65536|ER | | | |
### ACTieCorridor
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaDispatchableUnit |AreaDispatchableUnit | |False | 65536|ER | | | |
|BiddingZoneBorder |BiddingZoneBorder | |False | 65536|ER | | | |
|LoadFrequencyControlArea |LoadFrequencyControlArea| |False | 65536|ER | | | |
|TieFlow |TieFlow | |False | 65536|ER | | | |
|delayRegulatingReserve |float | |False | 65536|ER | | | |
|maxRegulatingReserveRamp |float | |False | 65536|ER | | | |
|thresholdRegulatingReserve|float | |False | 65536|ER | | | |
|Line |Line | |False | 65536|ER | | | |
### ActivePowerControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### ActivePowerLimit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |Values of equipment limits. | |
|OperationalLimitType|OperationalLimitType| |False | 65536| | |The limit type associated with this limit. | |
|value |float |MW |True | 65536|OP | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
### ActivePowerLimitSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|ActivePowerLimit |ActivePowerLimit | |True | 65536|SHS | | | |
|ActivePowerLimitTimePoint|ActivePowerLimitTimePoint| |True | 65536|SHS | | | |
### ActivePowerLimitTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ActivePowerLimitSchedule|ActivePowerLimitSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|value |str | |True | 65536|SHS | | | |
### Activity
No table info.
### Agent
No table info.
### AmbientTemperatureDependencyCurve
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle |none|True | 65536|EQ | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol |none|True | 65536|EQ | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol |none|True | 65536|EQ | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol |none|False | 65536|EQ | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|True | 65536|EQ | |The point data values that define this curve. | |
|OperationalLimitType|OperationalLimitType| |False | 65536|ER | | | |
### AnalogControl
| name | class_type | unit |mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|--------|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|controlType |str |nonenone|False | 65536| | |Specifies the type of Control, e.g. BreakerOn/Off, GeneratorVoltageSetPoint, TieLineFlow etc. The ControlType.name shall be unique among all specified types and describe the type. | |
|operationInProgress|bool |nonenone|False | 65536| | |Indicates that a client is currently sending control commands that has not completed. | |
|timeStamp |datetime |nonenone|False | 65536| | |The last time a control output was sent. | |
|unitMultiplier |enum UnitMultiplier|nonenone|False | 65536| | |The unit multiplier of the controlled quantity. | |
|unitSymbol |enum UnitSymbol |nonenone|False | 65536| | |The unit of measure of the controlled quantity. | |
|PowerSystemResource|PowerSystemResource|nonenone|False | 65536| | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|maxValue |float | |False | 65536| | |A floating point number. The range is unspecified and not limited. | |
|minValue |float | |False | 65536| | |A floating point number. The range is unspecified and not limited. | |
### ApparentPowerLimit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |Values of equipment limits. | |
|OperationalLimitType|OperationalLimitType| |False | 65536| | |The limit type associated with this limit. | |
|value |float |MVA |True | 65536|OP | |Product of the RMS value of the voltage and the RMS value of the current. | |
### ApparentPowerLimitSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|ApparentPowerLimit |ApparentPowerLimit | |True | 65536|SHS | | | |
|ApparentPowerLimitTimePoint|ApparentPowerLimitTimePoint| |True | 65536|SHS | | | |
### ApparentPowerLimitTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ApparentPowerLimitSchedule|ApparentPowerLimitSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|value |str | |True | 65536|SHS | | | |
### AreaBorderTerminal
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|--------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|MA | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|MonitoringArea |MonitoringArea| |True | 65536|MA | | | |
|Terminal |Terminal | |True | 65536|MA | | | |
### AreaDispatchableUnit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|EnergyConsumer |EnergyConsumer | |False | 65536|ER | | | |
|GeneratingUnit |GeneratingUnit | |False | 65536|ER | | | |
|HydroPump |HydroPump | |False | 65536|ER | | | |
|PowerElectronicsUnit|PowerElectronicsUnit| |False | 65536|ER | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|ScheduleResource |str | |False | 65536|ER | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
|TieCorridor |TieCorridor | |False | 65536|ER | | | |
|enabled |bool | |True | 65536|SSI | | | |
|normalEnabled |bool | |False | 65536|ER | | | |
|p |float | |False | 65536|SSI | | | |
### AreaInterchangeController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule|GenericEnablingSchedule| |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentController |EquipmentController | |True | 65536|ER | | | |
|BiddingZone |BiddingZone | |False | 65536|ER | | | |
|BiddingZoneBorder |BiddingZoneBorder | |False | 65536|ER | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|pTolerance |str | |True | 65536|ER | | | |
### AssessedElement
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessedElementRegularSchedule |str | |False | 65536|SIS | | | |
|AssessedElementSchedule |AssessedElementSchedule | |False | 65536|SIS | | | |
|AssessedElementWithContingency |AssessedElementWithContingency | |False | 65536|AE | | | |
|AssessedElementWithRemedialAction |AssessedElementWithRemedialAction| |False | 65536|AE | | | |
|AssessedPowerTransferCorridor |PowerTransferCorridor | |False | 65536|AE | | | |
|AssessedSystemOperator |SystemOperator | |True | 65536|AE | | | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ConductingEquipment |ConductingEquipment | |False | 65536|AE | | | |
|CrossBorderRelevance |CrossBorderRelevance | |False | 65536|AE | | | |
|DCTieCorridor |str | |False | 65536|AE | | | |
|Line |Line | |False | 65536|AE | | | |
|NativeRegion |Region | |False | 65536|AE | | | |
|ObservableQuantity |str | |False | 65536|SM | | | |
|OperationalLimit |OperationalLimit | |False | 65536|AE | | | |
|OverlappingZone |str | |False | 65536|AE | | | |
|ScannedForRegion |Region | |False | 65536|AE | | | |
|SecuredForRegion |Region | |False | 65536|AE | | | |
|appointedMargin |float | |False | 65536|SSI | | | |
|coordinatedValidationAdjustment |float | |False | 65536|SSI | | | |
|coordinatedValidationAdjustmentJustification |str | |False | 65536|SSI | | | |
|criticalElement |str | |False | 65536|AE | | | |
|criticalElementJustification |str | |False | 65536|SSI | | | |
|enabled |bool | |True | 65536|SSI | | | |
|exclusionReason |str | |False | 65536|AE | | | |
|flowReliabilityMargin |float | |False | 65536|AE | | | |
|inBaseCase |bool | |True | 65536|AE | | | |
|individualValidationAdjustment |float | |False | 65536|SSI | | | |
|individualValidationAdjustmentJustification |str | |False | 65536|SSI | | | |
|individualValidationAdjustmentShare |float | |False | 65536|SSI | | | |
|insideCapacityMargin |float | |False | 65536|AE | | | |
|isCombinableWithContingency |bool | |False | 65536|AE | | | |
|isCombinableWithRemedialAction |bool | |False | 65536|AE | | | |
|isCriticalForCapacityCalculation |bool | |False | 65536|AE | | | |
|maxFlow |float | |False | 65536|SSI | | | |
|maxMarginAdjustment |float | |False | 65536|AE, SSI | | | |
|normalAppointedMargin |float | |False | 65536|AE | | | |
|normalCoordinatedValidationAdjustment |float | |False | 65536|AE | | | |
|normalCoordinatedValidationAdjustmentJustification|str | |False | 65536|AE | | | |
|normalCriticalElementJustification |str | |False | 65536|AE | | | |
|normalEnabled |bool | |False | 65536|AE | | | |
|normalIndividualValidationAdjustment |float | |False | 65536|AE | | | |
|normalIndividualValidationAdjustmentJustification |str | |False | 65536|AE | | | |
|normalIndividualValidationAdjustmentShare |float | |False | 65536|AE | | | |
|normalMaxFlow |float | |False | 65536|AE | | | |
|normalPositiveVirtualMargin |float | |False | 65536|AE | | | |
|normalScannedThresholdMargin |float | |False | 65536|AE | | | |
|normalTargetRemainingAvailableMarginJustification |str | |False | 65536|AE | | | |
|outsideCapacityMargin |float | |False | 65536|AE | | | |
|positiveVirtualMargin |float | |False | 65536|SSI | | | |
|scannedThresholdMargin |float | |False | 65536|SSI | | | |
|targetRemainingAvailableMargin |float | |False | 65536|AE | | | |
|targetRemainingAvailableMarginJustification |str | |False | 65536|SSI | | | |
### AssessedElementRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------------|-------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|AssessedElement |AssessedElement | |False | 65536|SIS | | | |
|AssessedElementRegularTimePoint|AssessedElementRegularTimePoint| |False | 65536|SIS | | | |
### AssessedElementRegularTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessedElementRegularSchedule|AssessedElementRegularSchedule| |False | 65536|SIS | | | |
|appointedMargin |str | |False | 65536|SIS | | | |
|enabled |str | |False | 65536|SIS | | | |
|maxFlow |str | |False | 65536|SIS | | | |
|positiveVirtualMargin |str | |False | 65536|SIS | | | |
|scannedThresholdMargin |str | |False | 65536|SIS | | | |
### AssessedElementSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|AssessedElement |AssessedElement | |True | 65536|SIS | | | |
|AssessedElementTimePoint|AssessedElementTimePoint| |True | 65536|SIS | | | |
### AssessedElementTimePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|--------------------------------------------|-----------------------|----|---------|--------:|--------|-------------|------------|-------|
|AssessedElementSchedule |AssessedElementSchedule| |True | 65536|SIS | | | |
|appointedMargin |float | |False | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|coordinatedValidationAdjustment |float | |False | 65536|SIS | | | |
|coordinatedValidationAdjustmentJustification|str | |False | 65536|SIS | | | |
|criticalElementJustification |str | |False | 65536|SIS | | | |
|enabled |bool | |False | 65536|SIS | | | |
|exclusionReason |str | |False | 65536|SIS | | | |
|individualValidationAdjustment |float | |False | 65536|SIS | | | |
|individualValidationAdjustmentJustification |str | |False | 65536|SIS | | | |
|individualValidationAdjustmentShare |float | |False | 65536|SIS | | | |
|maxFlow |float | |False | 65536|SIS | | | |
|positiveVirtualMargin |float | |False | 65536|SIS | | | |
|scannedThresholdMargin |float | |False | 65536|SIS | | | |
|targetRemainingAvailableMarginJustification |str | |False | 65536|SIS | | | |
### AssessedElementWithContingency
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|-------------------------|---------------|----|---------|--------:|--------|-------------|------------|-------|
|AssessedElement |AssessedElement| |True | 65536|AE | | | |
|Contingency |Contingency | |True | 65536|AE | | | |
|GenericEnablingSchedule |str | |False | 65536|SIS | | | |
|combinationConstraintKind|str | |True | 65536|AE | | | |
|enabled |bool | |True | 65536|SSI | | | |
|mRID |str | |True | 65536|AE | | | |
|normalEnabled |bool | |False | 65536|AE | | | |
### AssessedElementWithRemedialAction
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|-------------------------|---------------|----|---------|--------:|--------|-------------|------------|-------|
|AssessedElement |AssessedElement| |True | 65536|AE | | | |
|GenericEnablingSchedule |str | |False | 65536|SIS | | | |
|RemedialAction |RemedialAction | |True | 65536|AE | | | |
|combinationConstraintKind|str | |True | 65536|AE | | | |
|enabled |bool | |True | 65536|SSI | | | |
|mRID |str | |True | 65536|AE | | | |
|normalEnabled |bool | |False | 65536|AE | | | |
### Assessment
No table info.
### AsynchronousMachine
| name | class_type |unit|mandatory|max_chars|profiles| default_value | descriptions |comment|
|-----------------------|----------------------------|----|---------|--------:|--------|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|GeneratingUnit |GeneratingUnit |none|False | 65536| | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|HydroPump |HydroPump |none|False | 65536| | |The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating. | |
|ratedPowerFactor |float |none|False | 65536| | |A floating point number. The range is unspecified and not limited. | |
|ratedS |float |MVA |False | 65536| | |Product of the RMS value of the voltage and the RMS value of the current. | |
|ratedU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|p |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|False | 65536| | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|converterFedDrive |bool |none|True | 65536|SC | |Indicates whether the machine is a converter fed drive. Used for short circuit data exchange according to IEC 60909 | |
|efficiency |float |none|True | 65536|SC | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|iaIrRatio |float |none|True | 65536|SC | |A floating point number. The range is unspecified and not limited. | |
|nominalFrequency |float |Hz |False | 65536|EQ | |Cycles per second. | |
|nominalSpeed |float |none|False | 65536|EQ | |Number of revolutions per second. | |
|polePairNumber |int |none|True | 65536|SC | |Number of pole pairs of stator. Used for short circuit data exchange according to IEC 60909 | |
|ratedMechanicalPower |float |MW |True | 65536|SC | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|reversible |bool |none|True | 65536|SC | |Indicates for converter drive motors if the power can be reversible. Used for short circuit data exchange according to IEC 60909 | |
|rxLockedRotorRatio |float |none|False | 65536|SC | |A floating point number. The range is unspecified and not limited. | |
|asynchronousMachineType|enum AsynchronousMachineKind|none|True | 65536|SSH |AsynchronousMachineKind.generator|Indicates the type of Asynchronous Machine (motor or generator). | |
### AsynchronousMachineRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|AsynchronousMachine |AsynchronousMachine | |True | 65536|SHS | | | |
|asynchronousMachineType|AsynchronousMachineKind| |True | 65536|SHS | | | |
### AsynchronousMachineSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|AsynchronousMachine |AsynchronousMachine | |True | 65536|SHS | | | |
|AsynchronousMachineTimePoint|AsynchronousMachineTimePoint| |True | 65536|SHS | | | |
### AsynchronousMachineTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AsynchronousMachineSchedule|AsynchronousMachineSchedule| |True | 65536|SHS | | | |
|asynchronousMachineType |AsynchronousMachineKind | |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
### AutomationBlockGroup
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationFunction|AutomationFunction| |True | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |True | 65536|ER | | | |
|priority |str | |False | 65536|ER | | | |
### AutomationFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule|GenericEnablingSchedule| |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
### AvailabilityContainer
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityGroup |str | |False | 65536|AVS | | | |
|AvailabilitySchedule|AvailabilitySchedule| |True | 65536|AVS | | | |
|kind |str | |True | 65536|AVS | | | |
|EquipmentContainer |EquipmentContainer | |True | 65536|AVS | | | |
### AvailabilityEnabled
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityGroup |str | |False | 65536|AVS | | | |
|AvailabilitySchedule|AvailabilitySchedule| |True | 65536|AVS | | | |
|kind |str | |True | 65536|AVS | | | |
|AssessedElement |AssessedElement | |False | 65536|AVS | | | |
|GridStateAlteration |GridStateAlteration | |False | 65536|AVS | | | |
|enabled |str | |True | 65536|AVS | | | |
### AvailabilityEquipment
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityGroup |str | |False | 65536|AVS | | | |
|AvailabilitySchedule|AvailabilitySchedule| |True | 65536|AVS | | | |
|kind |str | |True | 65536|AVS | | | |
|Equipment |Equipment | |True | 65536|AVS | | | |
### AvailabilityExceptionalLimit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityGroup |str | |False | 65536|AVS | | | |
|AvailabilitySchedule|AvailabilitySchedule| |True | 65536|AVS | | | |
|kind |str | |True | 65536|AVS | | | |
|OperationalLimit |OperationalLimit | |True | 65536|AVS | | | |
|value |str | |True | 65536|AVS | | | |
### AvailabilityGroup
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------------|-------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityPowerSystemFunction|AvailabilityPowerSystemFunction| |False | 65536|AVS | | | |
### AvailabilityPowerSystemFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityGroup |str | |False | 65536|AVS | | | |
|AvailabilitySchedule|AvailabilitySchedule| |True | 65536|AVS | | | |
|kind |str | |True | 65536|AVS | | | |
### AvailabilityRemedialAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AppointedToRegion |Region | |True | 65536|RA | | | |
|AssessedElementWithRemedialAction|AssessedElementWithRemedialAction| |False | 65536|AE | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|DependentRemedialAction |RemedialActionDependency | |False | 65536|RA | | | |
|GenericAvailableSchedule |str | |False | 65536|SIS | | | |
|RemedialActionApplied |str | |False | 65536|SAR | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionOutcomeValue |RemedialActionOutcomeValue | |False | 65536|IAM | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
|RemedialActionSystemOperator |SystemOperator | |False | 65536|RA | | | |
|available |bool | |True | 65536|SSI | | | |
|impactThresholdMargin |float | |False | 65536|RA | | | |
|isCrossBorderRelevant |bool | |True | 65536|RA | | | |
|isManual |bool | |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
|normalAvailable |bool | |True | 65536|RA | | | |
|penaltyFactor |float | |False | 65536|RA | | | |
|timeToImplement |float | |False | 65536|RA | | | |
|AvailabilitySchedule |AvailabilitySchedule | |True | 65536|AVS, RAS | | | |
### AvailabilityRemedialActionScheme
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityGroup |str | |False | 65536|AVS | | | |
|AvailabilitySchedule|AvailabilitySchedule| |True | 65536|AVS | | | |
|kind |str | |True | 65536|AVS | | | |
|RemedialActionScheme|RemedialActionScheme| |True | 65536|AVS | | | |
### AvailabilitySchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------------|-------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ActualSchedule |EventSchedule | |False | 65536|AVS | | | |
|AlternativeSchedule |AvailabilitySchedule | |False | 65536|AVS | | | |
|AvailabilityPowerSystemFunction|AvailabilityPowerSystemFunction| |True | 65536|AVS | | | |
|AvailabilitySchedule |AvailabilitySchedule | |False | 65536|AVS | | | |
|DependentOnSchedule |AvailabilitySchedule | |False | 65536|AVS | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|AVS | | | |
|PlannedSchedule |EventSchedule | |False | 65536|AVS | | | |
|PowerSystemProject |str | |False | 65536|PSP | | | |
|PrioritySchedule |AvailabilitySchedule | |False | 65536|AVS | | | |
|RemedialAction |AvailabilityRemedialAction | |True | 65536|AVS, RAS | | | |
|cancelledDateTime |str | |False | 65536|AVS | | | |
|causeDescription |str | |False | 65536|AVS | | | |
|causeKind |str | |True | 65536|AVS | | | |
|daytimeRestitutionDuration |float | |False | 65536|AVS | | | |
|eveningRestitutionDuration |float | |False | 65536|AVS | | | |
|isCancelled |bool | |True | 65536|RAS | | | |
|maxRestitutionDuration |float | |False | 65536|AVS | | | |
|priority |int | |True | 65536|AVS, RAS | | | |
|weekendRestitutionDuration |float | |False | 65536|AVS | | | |
### AvailabilityTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GenericAvailabilitySchedule|GenericAvailableSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|available |str | |True | 65536|SIS | | | |
### BaseCaseCurrentLimit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OperationalLimitSet |OperationalLimitSet | |True | 65536|EQ | |The limit set to which the limit values belong. | |
|OperationalLimitType |OperationalLimitType | |True | 65536|EQ | |The limit type associated with this limit. | |
|BaseCaseCurrentLimitSchedule|BaseCaseCurrentLimitSchedule| |False | 65536|SIS | | | |
|normalValue |str | |True | 65536|AE | | | |
|value |str | |True | 65536|SSI | | | |
### BaseCaseCurrentLimitSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|BaseCaseCurrentLimit |BaseCaseCurrentLimit | |True | 65536|SIS | | | |
|BaseCaseCurrentLimitTimePoint|BaseCaseCurrentLimitTimePoint| |True | 65536|SIS | | | |
### BaseCaseCurrentLimitTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BaseCaseCurrentLimitSchedule|BaseCaseCurrentLimitSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|value |str | |True | 65536|SIS | | | |
### BaseCasePowerFlowResult
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|---------------------|---------------------|----|---------|--------:|--------|-------------|------------|-------|
|ACDCTerminal |ACDCTerminal | |False | 65536|SAR | | | |
|OperationalLimit |OperationalLimit | |False | 65536|SAR | | | |
|PowerTransferCorridor|PowerTransferCorridor| |False | 65536|SAR | | | |
|RemedialActionApplied|str | |False | 65536|SAR | | | |
|ReportedByRegion |Region | |False | 65536|SAR | | | |
|TopologicalNode |TopologicalNode | |False | 65536|SAR | | | |
|absoluteValue |float | |False | 65536|SAR | | | |
|atTime |str | |True | 65536|SAR | | | |
|isViolation |bool | |True | 65536|SAR | | | |
|value |float | |False | 65536|SAR | | | |
|valueA |float | |False | 65536|SAR | | | |
|valueAngle |float | |False | 65536|SAR | | | |
|valueV |float | |False | 65536|SAR | | | |
|valueVA |float | |False | 65536|SAR | | | |
|valueVAR |float | |False | 65536|SAR | | | |
|valueW |float | |False | 65536|SAR | | | |
### BaseIrregularTimeSeries
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
### BaseOverloadLimitCurve
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle |none|True | 65536|EQ | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol |none|True | 65536|EQ | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol |none|True | 65536|EQ | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol |none|False | 65536|EQ | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|True | 65536|EQ | |The point data values that define this curve. | |
|OperationalLimitType|OperationalLimitType| |False | 65536|ER | | | |
### BaseRegularIntervalSchedule
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern| |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
### BaseTimeSeries
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
### BaseVoltage
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|nominalVoltage |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|ConductingEquipment|ConductingEquipment|none|False | 65536| | |Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|VoltageLevel |VoltageLevel |none|False | 65536| | |The voltage levels having this base voltage. | |
|TransformerEnds |TransformerEnd |none|False | 65536| | |Transformer ends at the base voltage. This is essential for PU calculation. | |
|TopologicalNode |TopologicalNode |none|False | 65536| | |The topological nodes at the base voltage. | |
### BasicIntervalSchedule
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|startTime |datetime |none|False | 65536| | |The time for the first time point. | |
|value1Unit |enum UnitSymbol|none|False | 65536| | |Value1 units of measure. | |
|value2Unit |enum UnitSymbol|none|False | 65536| | |Value2 units of measure. | |
### BatteryUnitAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|BatteryUnit |BatteryUnit | |True | 65536|RA | | | |
### BatteryUnitSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|BatteryUnit |BatteryUnit | |True | 65536|SHS | | | |
|BatteryUnitTimePoint|BatteryUnitTimePoint| |True | 65536|SHS | | | |
### BatteryUnitTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BatteryUnitSchedule|BatteryUnitSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|batteryState |BatteryStateKind | |True | 65536|SHS | | | |
|storedE |str | |True | 65536|SHS | | | |
### Bay
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode| |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536| | |Contained equipment. | |
|VoltageLevel |VoltageLevel | |True | 65536|EQ | |The voltage level containing this bay. | |
### BiddingZone
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaInterchangeController|str | |False | 65536|ER | | | |
|BiddingZoneAction |str | |False | 65536|RA | | | |
|CapacityCalculationRegion|CapacityCalculationRegion| |False | 65536|ER | | | |
|FromBiddingZoneBorder |BiddingZoneBorder | |False | 65536|ER | | | |
|PowerCapacity |str | |False | 65536|ER | | | |
|PowerRemedialAction |PowerRemedialAction | |False | 65536|RA | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
|ToBiddingZoneBorder |BiddingZoneBorder | |False | 65536|ER | | | |
|isTradeEnabled |bool | |True | 65536|ER | | | |
|netPosition |float | |False | 65536|SSI | | | |
### BiddingZoneAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|BiddingZone |BiddingZone | |True | 65536|RA | | | |
### BiddingZoneBorder
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaInterchangeController |str | |False | 65536|ER | | | |
|CapacityCalculationRegion |CapacityCalculationRegion| |False | 65536|ER | | | |
|CrossBorderRelevance |CrossBorderRelevance | |False | 65536|AE | | | |
|FromBiddingZone |BiddingZone | |True | 65536|ER | | | |
|PowerRemedialAction |PowerRemedialAction | |False | 65536|RA | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|TieCorridor |TieCorridor | |False | 65536|ER | | | |
|ToBiddingZone |BiddingZone | |True | 65536|ER | | | |
|alreadyAllocatedCapacity |float | |False | 65536|SSI | | | |
|alreadyAllocatedFlow |float | |False | 65536|SSI | | | |
|availableTransferCapacity |float | |False | 65536|SSI | | | |
|netTransferCapacity |float | |False | 65536|SSI | | | |
|totalTransferCapacity |float | |False | 65536|SSI | | | |
|transmissionReliabilityMargin|float | |False | 65536|SSI | | | |
### BipolarDCSystem
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement| |False | 65536|OP | |The measurements associated with this power system resource. | |
|directionKind |str | |False | 65536|ER | | | |
|transmissionKind |str | |False | 65536|ER | | | |
|DCBiPole |DCBiPole | |False | 65536|ER | | | |
|isRigid |str | |True | 65536|ER | | | |
### BoundaryFrame
No table info.
### Breaker
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|normalOpen |bool |none|True | 65536|EQ |False |The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen. | |
|ratedCurrent |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|retained |bool |none|True | 65536|EQ |False |Branch is retained in a bus branch model. The flow through retained switches will normally be calculated in power flow. | |
|open |bool |none|True | 65536|SSH |False |The attribute tells if the switch is considered open when used as input to topology processing. | |
### BusNameMarker
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|--------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|priority |int | |False | 65536|EQ | |Priority of bus name marker for use as topology bus name. Use 0 for don t care. Use 1 for highest priority. Use 2 as priority is less than 1 and so on. | |
|ReportingGroup |ReportingGroup| |False | 65536|EQ | |The bus name markers that belong to this reporting group. | |
|Terminal |ACDCTerminal | |False | 65536| | |The terminals associated with this bus name marker. | |
### BusbarSection
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|ipMax |float |A |False | 65536|SC | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
### CGMRegion
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
### CalculationBasedImpactAssessmentMatrix
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OutcomeValue |OutcomeValue| |True | 65536|IAM | | | |
### CapacityCalculationRegion
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|LimitViolation |PowerFlowResult | |False | 65536|SAR | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|NativeAssessedElement |AssessedElement | |False | 65536|AE | | | |
|OverlappingZone |str | |False | 65536|ER | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
|ScannedAssessedElement |AssessedElement | |False | 65536|AE | | | |
|SecuredAssessedElement |AssessedElement | |False | 65536|AE | | | |
|BiddingZone |BiddingZone | |False | 65536|ER | | | |
|BiddingZoneBorder |BiddingZoneBorder | |False | 65536|ER | | | |
|CoordinatedCapacityCalculator|CoordinatedCapacityCalculator| |False | 65536|ER | | | |
|SecurityCoordinator |SecurityCoordinator | |False | 65536|ER | | | |
### Circuit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|CircuitShare |CircuitShare| |False | 65536|ER | | | |
|Equipment |Equipment | |False | 65536|ER | | | |
|IdentifyingTerminal|Terminal | |False | 65536|ER | | | |
|positiveFlowIn |bool | |True | 65536|ER | | | |
### CircuitShare
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Circuit |Circuit | |True | 65536|ER | | | |
|PowerTransferCorridor |PowerTransferCorridor| |True | 65536|ER | | | |
|contributionFactor |float | |True | 65536|SSI | | | |
|normalContributionFactor|float | |False | 65536|ER | | | |
### ClosedDistributionSystemOperator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|Contingency |Contingency | |False | 65536|CO | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|Fault |str | |False | 65536|NC, MA | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|OutcomeValue |OutcomeValue | |False | 65536|IAM | | | |
|OwnerRemedialActionAssessment |str | |False | 65536|IAM | | | |
|ProposingRemedialActionScheduleShare|str | |False | 65536|RAS | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionScheduleResponse |RemedialActionScheduleResponse| |False | 65536|RAS | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
### Collection
No table info.
### CompensatorController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
### ConceptScheme
No table info.
### ConductingEquipment
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
### Conductor
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|length |float |km |False | 65536| | |Unit of length. Never negative. | |
### ConformLoad
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|--------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|pfixed |float |MW |False | 65536|OP | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|pfixedPct |float |none|False | 65536|OP | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|qfixed |float |MVAr|False | 65536|OP | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|qfixedPct |float |none|False | 65536|OP | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|LoadResponse |LoadResponseCharacteristic|none|False | 65536|EQ | |The load response characteristic of this load. If missing, this load is assumed to be constant power. | |
|p |float |MW |True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|LoadGroup |ConformLoadGroup | |True | 65536|EQ | |Group of this ConformLoad. | |
### ConformLoadGroup
| name |class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|SubLoadArea |SubLoadArea| |False | 65536| | |The SubLoadArea where the Loadgroup belongs. | |
|EnergyConsumers |ConformLoad| |False | 65536| | |Conform loads assigned to this ConformLoadGroup. | |
### ConnectingImpactAssessmentMatrix
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OutcomeValue |OutcomeValue| |True | 65536|IAM | | | |
### ConnectivityNode
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Terminals |Terminal | |False | 65536| | |The connectivity node to which this terminal connects with zero impedance. | |
|ConnectivityNodeContainer|ConnectivityNodeContainer| |True | 65536|EQ | |Container of this connectivity node. | |
|TopologicalNode |TopologicalNode | |False | 65536|TP | |The connectivity nodes combine together to form this topological node. May depend on the current state of switches in the network. | |
### ConnectivityNodeContainer
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode| |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
### Connector
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
### Contingency
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessedElementWithContingency|AssessedElementWithContingency| |False | 65536|AE | | | |
|ContingencyElement |ContingencyElement | |True | 65536|CO | | | |
|ContingencyPowerFlowResult |ContingencyPowerFlowResult | |False | 65536|SAR | | | |
|ContingencySchedule |str | |False | 65536|SIS | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|CurativeRemedialActionSchedule|RemedialActionSchedule | |False | 65536|RAS | | | |
|EquipmentOperator |SystemOperator | |False | 65536|CO | | | |
|ObservableQuantity |str | |False | 65536|SM | | | |
|PinContingency |PinContingency | |False | 65536|RA | | | |
|SimulationEvents |str | |False | 65536|CO | | | |
|mustStudy |bool | |True | 65536|SSI | | | |
|normalMustStudy |bool | |True | 65536|CO | | | |
|normalProbability |float | |False | 65536|CO | | | |
|probability |float | |False | 65536|SSI | | | |
### ContingencyArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaBorderTerminal |AreaBorderTerminal | |False | 65536|MA | | | |
|PowerFrequencyController |PowerFrequencyController| |False | 65536|ER | | | |
|Region |Region | |False | 65536|MA | | | |
|SynchronousArea |SynchronousArea | |False | 65536|MA | | | |
|SystemOperator |SystemOperator | |False | 65536|MA | | | |
|filteringInfluenceFactor |str | |False | 65536|MA | | | |
|identificationInfluenceFactor|str | |False | 65536|MA | | | |
|voltageInfluenceFactor |str | |False | 65536|MA | | | |
### ContingencyElement
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Contingency |Contingency| |True | 65536|CO | | | |
### ContingencyEquipment
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Contingency |Contingency| |True | 65536|CO | | | |
|Equipment |Equipment | |True | 65536|CO | | | |
|contingentStatus |str | |True | 65536|CO | | | |
### ContingencyPowerFlowResult
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|---------------------|---------------------|----|---------|--------:|--------|-------------|------------|-------|
|ACDCTerminal |ACDCTerminal | |False | 65536|SAR | | | |
|OperationalLimit |OperationalLimit | |False | 65536|SAR | | | |
|PowerTransferCorridor|PowerTransferCorridor| |False | 65536|SAR | | | |
|RemedialActionApplied|str | |False | 65536|SAR | | | |
|ReportedByRegion |Region | |False | 65536|SAR | | | |
|TopologicalNode |TopologicalNode | |False | 65536|SAR | | | |
|absoluteValue |float | |False | 65536|SAR | | | |
|atTime |str | |True | 65536|SAR | | | |
|isViolation |bool | |True | 65536|SAR | | | |
|value |float | |False | 65536|SAR | | | |
|valueA |float | |False | 65536|SAR | | | |
|valueAngle |float | |False | 65536|SAR | | | |
|valueV |float | |False | 65536|SAR | | | |
|valueVA |float | |False | 65536|SAR | | | |
|valueVAR |float | |False | 65536|SAR | | | |
|valueW |float | |False | 65536|SAR | | | |
|Contingency |Contingency | |True | 65536|SAR | | | |
### ContingencySchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|Contingency |Contingency | |True | 65536|SIS | | | |
|ContingencyTimePoint|ContingencyTimePoint| |True | 65536|SIS | | | |
### ContingencyTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ContingencySchedule|ContingencySchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|mustStudy |str | |False | 65536|SIS | | | |
|probability |str | |False | 65536|SIS | | | |
### ContingencyWithRemedialAction
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|-------------------------|--------------|----|---------|--------:|--------|-------------|------------|-------|
|Contingency |Contingency | |True | 65536|RA | | | |
|GenericEnablingSchedule |str | |False | 65536|SIS | | | |
|RemedialAction |RemedialAction| |True | 65536|RA | | | |
|combinationConstraintKind|str | |True | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|mRID |str | |True | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
### Control
| name | class_type | unit |mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|--------|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|controlType |str |nonenone|False | 65536| | |Specifies the type of Control, e.g. BreakerOn/Off, GeneratorVoltageSetPoint, TieLineFlow etc. The ControlType.name shall be unique among all specified types and describe the type. | |
|operationInProgress|bool |nonenone|False | 65536| | |Indicates that a client is currently sending control commands that has not completed. | |
|timeStamp |datetime |nonenone|False | 65536| | |The last time a control output was sent. | |
|unitMultiplier |enum UnitMultiplier|nonenone|False | 65536| | |The unit multiplier of the controlled quantity. | |
|unitSymbol |enum UnitSymbol |nonenone|False | 65536| | |The unit of measure of the controlled quantity. | |
|PowerSystemResource|PowerSystemResource|nonenone|False | 65536| | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
### ControlArea
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|EnergyArea |EnergyArea |none|False | 65536|OP | |The energy area that is forecast from this control area specification. | |
|type |enum ControlAreaTypeKind |none|True | 65536|EQ | |The primary type of control area definition used to determine if this is used for automatic generation control, for planning interchange control, or other purposes. A control area specified with primary type of automatic generation control could still be forecast and used as an interchange area in power flow analysis. | |
|TieFlow |TieFlow |none|False | 65536| | |The tie flows associated with the control area. | |
|ControlAreaGeneratingUnit|ControlAreaGeneratingUnit|none|False | 65536| | |The generating unit specifications for the control area. | |
|netInterchange |float |MW |True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|pTolerance |float |MW |False | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
### ControlAreaGeneratingUnit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|--------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GeneratingUnit |GeneratingUnit| |True | 65536|EQ | |The generating unit specified for this control area. Note that a control area should include a GeneratingUnit only once. | |
|ControlArea |ControlArea | |True | 65536|EQ | |The parent control area for the generating unit specifications. | |
### ControlAreaRegularSchedule
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern| |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|ControlArea |ControlArea| |True | 65536|SHS | | | |
|netInterchange |str | |True | 65536|SHS | | | |
|pTolerance |str | |False | 65536|SHS | | | |
### ControlAreaSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|ControlArea |ControlArea | |True | 65536|SHS | | | |
|ControlAreaTimePoint|ControlAreaTimePoint| |True | 65536|SHS | | | |
### ControlAreaTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ControlAreaSchedule|ControlAreaSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|netInterchange |str | |True | 65536|SHS | | | |
|pTolerance |str | |False | 65536|SHS | | | |
### ControlFunctionBlock
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
### ControlFunctionBlockAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|ControlFunctionBlock |ControlFunctionBlock | |True | 65536|RA | | | |
### ControllableQuantity
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GridStateAlteration|GridStateAlteration| |False | 65536|SM | | | |
|RemedialAction |RemedialAction | |False | 65536|SM | | | |
|SensitivityFactor |SensitivityFactor | |True | 65536|SM | | | |
|value |str | |False | 65536|SM | | | |
### CoordinateSystem
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|crsUrn |str | |True | 65536|GL | |A Uniform Resource Name (URN) for the coordinate reference system (crs) used to define 'Location.PositionPoints'. An example would be the European Petroleum Survey Group (EPSG) code for a coordinate reference system, defined in URN under the Open Geospatial Consortium (OGC) namespace as: urn:ogc:def:uom:EPSG::XXXX, where XXXX is an EPSG code (a full list of codes can be found at the EPSG Registry web site http://www.epsg-registry.org/). To define the coordinate system as being WGS84 (latitude, longitude) using an EPSG OGC, this attribute would be urn:ogc:def:uom:EPSG::4236. A profile should limit this code to a set of allowed URNs agreed to by all sending and receiving parties.| |
|Location |Location | |False | 65536| | |All locations described with position points in this coordinate system. | |
### CoordinatedCapacityCalculator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|CapacityCalculationRegion|CapacityCalculationRegion| |False | 65536|ER | | | |
### CountertradeRemedialAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AppointedToRegion |Region | |True | 65536|RA | | | |
|AssessedElementWithRemedialAction|AssessedElementWithRemedialAction| |False | 65536|AE | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|DependentRemedialAction |RemedialActionDependency | |False | 65536|RA | | | |
|GenericAvailableSchedule |str | |False | 65536|SIS | | | |
|RemedialActionApplied |str | |False | 65536|SAR | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionOutcomeValue |RemedialActionOutcomeValue | |False | 65536|IAM | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
|RemedialActionSystemOperator |SystemOperator | |False | 65536|RA | | | |
|available |bool | |True | 65536|SSI | | | |
|impactThresholdMargin |float | |False | 65536|RA | | | |
|isCrossBorderRelevant |bool | |True | 65536|RA | | | |
|isManual |bool | |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
|normalAvailable |bool | |True | 65536|RA | | | |
|penaltyFactor |float | |False | 65536|RA | | | |
|timeToImplement |float | |False | 65536|RA | | | |
|BiddingZone |BiddingZone | |False | 65536|RA | | | |
|BiddingZoneBorder |BiddingZoneBorder | |False | 65536|RA | | | |
|PowerBidSchedule |PowerBidSchedule | |False | 65536|SIS | | | |
|PowerRemedialActionSchedule |str | |False | 65536|SIS | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|PowerShiftKeyStrategy |PowerShiftKeyStrategy | |False | 65536|RA | | | |
|maxRegulatingDown |float | |False | 65536|SSI | | | |
|maxRegulatingUp |float | |False | 65536|SSI | | | |
|maxEconomicPMargin |float | |False | 65536|RA | | | |
|minEconomicPMargin |float | |False | 65536|RA | | | |
### CountertradeScheduleAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerBidSchedule |PowerBidSchedule | |False | 65536|RAS | | | |
|PowerSchedule |PowerSchedule | |True | 65536|RAS | | | |
|RemedialActionSchedule|RemedialActionSchedule| |True | 65536|RAS | | | |
|currency |str | |False | 65536|RAS | | | |
|energyPrice |float | |False | 65536|RAS | | | |
### CrossBorderRelevance
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|-----------------------|-----------------|----|---------|--------:|--------|-------------|------------|-------|
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|BiddingZoneBorder |BiddingZoneBorder| |False | 65536|AE | | | |
|GenericEnablingSchedule|str | |False | 65536|SIS | | | |
|enabled |bool | |True | 65536|SSI | | | |
|mRID |str | |True | 65536|AE | | | |
|normalEnabled |bool | |False | 65536|AE | | | |
### CsConverter
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|baseS |float |MVA |False | 65536| | |Product of the RMS value of the voltage and the RMS value of the current. | |
|idleLoss |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|minUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|numberOfValves |int |none|False | 65536| | |Number of valves in the converter. Used in loss calculations. | |
|ratedUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|resistiveLoss |float |ohm |False | 65536| | |Resistance (real part of impedance). | |
|switchingLoss |float |MW |False | 65536| | |None | |
|valveU0 |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |ACDCConverterDCTerminal |none|False | 65536| | |None | |
|PccTerminal |Terminal |none|False | 65536| | |All converters' DC sides linked to this point of common coupling terminal. | |
|idc |float |A |False | 65536| | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|poleLossP |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|uc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|udc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|p |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|False | 65536| | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|targetPpcc |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|targetUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|maxAlpha |float |deg |False | 65536|EQ | |Measurement of angle in degrees. | |
|maxGamma |float |deg |False | 65536|EQ | |Measurement of angle in degrees. | |
|maxIdc |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|minAlpha |float |deg |False | 65536|EQ | |Measurement of angle in degrees. | |
|minGamma |float |deg |False | 65536|EQ | |Measurement of angle in degrees. | |
|minIdc |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|ratedIdc |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|alpha |float |deg |True | 65536|SV | |Measurement of angle in degrees. | |
|gamma |float |deg |True | 65536|SV | |Measurement of angle in degrees. | |
|operatingMode |enum CsOperatingModeKind|none|True | 65536|SSH | |Indicates whether the DC pole is operating as an inverter or as a rectifier. CSC control variable used in power flow. | |
|pPccControl |enum CsPpccControlKind |none|True | 65536|SSH | |None | |
|targetAlpha |float |deg |True | 65536|SSH | |Measurement of angle in degrees. | |
|targetGamma |float |deg |True | 65536|SSH | |Measurement of angle in degrees. | |
|targetIdc |float |A |True | 65536|SSH | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
### CsConverterRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|targetPpcc |str | |False | 65536|SHS | | | |
|targetUdc |str | |False | 65536|SHS | | | |
|CsConverter |CsConverter | |True | 65536|SHS | | | |
|operatingMode |CsOperatingModeKind| |True | 65536|SHS | | | |
|pPccControl |CsPpccControlKind | |True | 65536|SHS | | | |
|targetAlpha |str | |False | 65536|SHS | | | |
|targetGamma |str | |False | 65536|SHS | | | |
|targetIdc |str | |False | 65536|SHS | | | |
### CsConverterSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|CsConverter |CsConverter | |True | 65536|SHS | | | |
|CsConverterTimePoint|CsConverterTimePoint| |True | 65536|SHS | | | |
### CsConverterTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|atTime |str | |True | 65536|SHS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|targetPpcc |str | |False | 65536|SHS | | | |
|targetUdc |str | |False | 65536|SHS | | | |
|CsConverterSchedule|CsConverterSchedule| |True | 65536|SHS | | | |
|operatingMode |CsOperatingModeKind| |True | 65536|SHS | | | |
|pPccControl |CsPpccControlKind | |True | 65536|SHS | | | |
|targetAlpha |str | |False | 65536|SHS | | | |
|targetGamma |str | |False | 65536|SHS | | | |
|targetIdc |str | |False | 65536|SHS | | | |
### CurrentControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### CurrentDroopControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|droopCapacitive |str | |True | 65536|ER | | | |
|droopInductive |str | |True | 65536|ER | | | |
|offsetCapacitive |str | |True | 65536|ER | | | |
|offsetInductive |str | |True | 65536|ER | | | |
|targetValueCapacitive |str | |True | 65536|SSI | | | |
|targetValueInductive |str | |True | 65536|SSI | | | |
### CurrentDroopOverride
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|--------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|ER | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|SSSCController |SSSCController| |True | 65536|ER | | | |
|droopCapacitive |str | |True | 65536|ER | | | |
|droopInductive |str | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|offsetCapacitiveI |str | |True | 65536|ER | | | |
|offsetInductiveI |str | |True | 65536|ER | | | |
|targetValueCapacitiveI|str | |True | 65536|SSI | | | |
|targetValueInductiveI |str | |True | 65536|SSI | | | |
### CurrentLimit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |Values of equipment limits. | |
|OperationalLimitType|OperationalLimitType| |False | 65536| | |The limit type associated with this limit. | |
|value |float |A |True | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
### CurrentLimitSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|CurrentLimit |CurrentLimit | |True | 65536|SHS | | | |
|CurrentLimitTimePoint|CurrentLimitTimePoint| |True | 65536|SHS | | | |
### CurrentLimitTimePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|------------|-------|
|CurrentLimitSchedule|CurrentLimitSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|value |float | |True | 65536|SHS | | | |
### Curve
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle|none|False | 65536| | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol|none|False | 65536| | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol|none|False | 65536| | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol|none|False | 65536| | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|False | 65536| | |The curve of this curve data point. | |
### CurveData
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------|----------|----|---------|--------:|--------|-------------|------------------------------------------------------------------|-------|
|Curve |Curve | |True | 65536|EQ | |The point data values that define this curve. | |
|xvalue |float | |True | 65536|EQ | |A floating point number. The range is unspecified and not limited.| |
|y1value|float | |True | 65536|EQ | |A floating point number. The range is unspecified and not limited.| |
|y2value|float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited.| |
### DCBaseTerminal
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BusNameMarker |BusNameMarker | |False | 65536| | |The bus name marker used to name the bus (topological node). | |
|Measurements |Measurement | |False | 65536| | |Measurements associated with this terminal defining where the measurement is placed in the network topology. It may be used, for instance, to capture the sensor position, such as a voltage transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator. | |
|sequenceNumber |int | |False | 65536| | |The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the "starting point" for a two terminal branch. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |None | |
|connected |bool | |False | 65536| |True |The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.| |
|DCNode |DCNode | |False | 65536| | |None | |
|DCTopologicalNode |DCTopologicalNode | |False | 65536| | |See association end TopologicalNode.Terminal. | |
### DCBiPole
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|BipolarDCSystem |BipolarDCSystem| |False | 65536|ER | | | |
|DCPole |DCPole | |True | 65536|ER | | | |
### DCBreaker
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
### DCBusbar
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
### DCBypassSwitch
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
### DCChopper
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
### DCCommutationSwitch
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
### DCConductingEquipment
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
### DCConverterParallelingSwitch
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
### DCConverterUnit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536| | |Contained equipment. | |
|DCNodes |DCNode | |False | 65536| | |None | |
|DCTopologicalNode |DCTopologicalNode | |False | 65536| | |None | |
|operationMode |enum DCConverterOperatingModeKind| |True | 65536|EQ | |None | |
|Substation |Substation | |False | 65536|EQ | |None | |
### DCCurrentControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|droop |str | |False | 65536|ER | | | |
|droopCompensation |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### DCDisconnector
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
### DCEarthReturnTransferSwitch
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
### DCEquipmentContainer
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536| | |Contained equipment. | |
|DCNodes |DCNode | |False | 65536| | |None | |
|DCTopologicalNode |DCTopologicalNode| |False | 65536| | |None | |
### DCGround
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
|inductance |float |H |False | 65536|EQ | |Inductive part of reactance (imaginary part of impedance), at rated frequency. | |
|r |float |ohm |False | 65536|EQ | |Resistance (real part of impedance). | |
### DCHarmonicFilter
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
|inductance |float |H |True | 65536|EQ | |Inductive part of reactance (imaginary part of impedance), at rated frequency. | |
|resistance |float |ohm |True | 65536|EQ | |Resistance (real part of impedance). | |
### DCHighSpeedSwitch
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
### DCLine
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536| | |Contained equipment. | |
|DCNodes |DCNode | |False | 65536| | |None | |
|DCTopologicalNode |DCTopologicalNode | |False | 65536| | |None | |
|Region |SubGeographicalRegion| |False | 65536|EQ | |None | |
### DCLineParallelingSwitch
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
### DCLineSegment
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
|capacitance |float |F |False | 65536|EQ | |Capacitive part of reactance (imaginary part of impedance), at rated frequency. | |
|inductance |float |H |False | 65536|EQ | |Inductive part of reactance (imaginary part of impedance), at rated frequency. | |
|resistance |float |ohm |False | 65536|EQ | |Resistance (real part of impedance). | |
|length |float |km |False | 65536|EQ | |Unit of length. Never negative. | |
|PerLengthParameter |PerLengthDCLineParameter|none|False | 65536|EQ | |Set of per-length parameters for this line segment. | |
### DCMetalicReturnSwitch
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
### DCNeutralBusGroundingSwitch
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
### DCNeutralBusSwitch
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
### DCNode
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|DCTerminals |DCBaseTerminal | |False | 65536| | |None | |
|DCEquipmentContainer|DCEquipmentContainer| |True | 65536|EQ | |None | |
|DCTopologicalNode |DCTopologicalNode | |False | 65536|TP | |See association end TopologicalNode.ConnectivityNodes. | |
### DCPointOfCommonCoupling
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|DCConverterUnit |DCConverterUnit| |False | 65536|ER | | | |
|DCNode |DCNode | |True | 65536|ER | | | |
### DCPole
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AsymmetricMonopolarDCSystem|MonopolarDCSystem | |False | 65536|ER | | | |
|DCBiPole |DCBiPole | |False | 65536|ER | | | |
|DCConverterUnit |DCConverterUnit | |False | 65536|ER | | | |
|DCLine |DCLine | |False | 65536|ER | | | |
|DCTieCorridor |DCTieCorridor | |False | 65536|ER | | | |
|DirectCurrentPoleController|DirectCurrentPoleController| |False | 65536|ER | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|PowerShiftKeySchedule |PowerShiftKeySchedule | |False | 65536|SIS | | | |
|maxEconomicP |str | |False | 65536|SSI | | | |
|minEconomicP |str | |False | 65536|SSI | | | |
|normalParticipationFactor |str | |False | 65536|ER | | | |
|p |str | |False | 65536|SSI | | | |
|participationFactor |str | |False | 65536|SSI | | | |
### DCSeriesDevice
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
|inductance |float |H |True | 65536|EQ | |Inductive part of reactance (imaginary part of impedance), at rated frequency. | |
|resistance |float |ohm |True | 65536|EQ | |Resistance (real part of impedance). | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
### DCShunt
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
|capacitance |float |F |True | 65536|EQ | |Capacitive part of reactance (imaginary part of impedance), at rated frequency. | |
|resistance |float |ohm |True | 65536|EQ | |Resistance (real part of impedance). | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
### DCSmoothingReactor
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
|inductance |float |H |True | 65536|EQ | |Inductive part of reactance (imaginary part of impedance), at rated frequency. | |
|resistance |float |ohm |True | 65536|EQ | |Resistance (real part of impedance). | |
### DCSmoothingReactorArrester
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ratedUdc |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |DCTerminal |none|False | 65536|EQ | |A DC conducting equipment has DC terminals. | |
|inductance |float |H |True | 65536|EQ | |Inductive part of reactance (imaginary part of impedance), at rated frequency. | |
|resistance |float |ohm |True | 65536|EQ | |Resistance (real part of impedance). | |
### DCSubstation
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536|EQ, EQ_BD | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536|TP | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536|EQ, EQ_BD | |Contained equipment. | |
|DCNodes |DCNode | |False | 65536|EQ | |The DC nodes contained in the DC equipment container. | |
|DCTopologicalNode |DCTopologicalNode | |False | 65536|TP | |The topological nodes which belong to this connectivity node container. | |
|DCConverterUnit |DCConverterUnit | |False | 65536|ER | | | |
|DCSubstationBipole|DCSubstationBipole| |False | 65536|ER | | | |
|DCSubstationPole |DCSubstationPole | |False | 65536|ER | | | |
|Substation |Substation | |False | 65536|ER | | | |
|isTapping |str | |True | 65536|ER | | | |
### DCSubstationBipole
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------------|---------------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536|EQ, EQ_BD | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536|TP | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536|EQ, EQ_BD | |Contained equipment. | |
|DCNodes |DCNode | |False | 65536|EQ | |The DC nodes contained in the DC equipment container. | |
|DCTopologicalNode |DCTopologicalNode | |False | 65536|TP | |The topological nodes which belong to this connectivity node container. | |
|DCSubstation |DCSubstation | |False | 65536|ER | | | |
|DirectCurrentSubstationBipoleController|DirectCurrentSubstationBipoleController| |False | 65536|ER | | | |
### DCSubstationPole
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------------------|-------------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536|EQ, EQ_BD | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536|TP | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536|EQ, EQ_BD | |Contained equipment. | |
|DCNodes |DCNode | |False | 65536|EQ | |The DC nodes contained in the DC equipment container. | |
|DCTopologicalNode |DCTopologicalNode | |False | 65536|TP | |The topological nodes which belong to this connectivity node container. | |
|DCSubstation |DCSubstation | |False | 65536|ER | | | |
|DirectCurrentSubstationPoleController|DirectCurrentSubstationPoleController| |False | 65536|ER | | | |
### DCSwitch
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|DCTerminals |DCTerminal | |False | 65536| | |None | |
### DCSystem
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement| |False | 65536|OP | |The measurements associated with this power system resource. | |
|directionKind |str | |False | 65536|ER | | | |
|transmissionKind |str | |False | 65536|ER | | | |
### DCTerminal
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|--------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BusNameMarker |BusNameMarker | |False | 65536| | |The bus name marker used to name the bus (topological node). | |
|Measurements |Measurement | |False | 65536| | |Measurements associated with this terminal defining where the measurement is placed in the network topology. It may be used, for instance, to capture the sensor position, such as a voltage transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator. | |
|sequenceNumber |int | |False | 65536| | |The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the "starting point" for a two terminal branch. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |None | |
|connected |bool | |False | 65536| |True |The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.| |
|DCNode |DCNode | |False | 65536| | |None | |
|DCTopologicalNode |DCTopologicalNode | |False | 65536| | |See association end TopologicalNode.Terminal. | |
|DCConductingEquipment|DCConductingEquipment| |True | 65536|EQ | |None | |
### DCTieCorridor
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaDispatchableUnit |AreaDispatchableUnit | |False | 65536|ER | | | |
|BiddingZoneBorder |BiddingZoneBorder | |False | 65536|ER | | | |
|LoadFrequencyControlArea |LoadFrequencyControlArea | |False | 65536|ER | | | |
|TieFlow |TieFlow | |False | 65536|ER | | | |
|delayRegulatingReserve |float | |False | 65536|ER | | | |
|maxRegulatingReserveRamp |float | |False | 65536|ER | | | |
|thresholdRegulatingReserve |float | |False | 65536|ER | | | |
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|DCPole |DCPole | |False | 65536|ER | | | |
|DirectCurrentMasterController|DirectCurrentMasterController| |False | 65536|ER | | | |
|MustRunSchedule |MustRunSchedule | |False | 65536|PS | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
|maxRegulatingReserve |str | |False | 65536|ER | | | |
|minRegulatingReserve |str | |False | 65536|ER | | | |
|p |str | |True | 65536|SSI | | | |
|q |str | |False | 65536|SSI | | | |
|rampingKind |str | |False | 65536|ER | | | |
### DCTopologicalIsland
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|DCTopologicalNodes|DCTopologicalNode| |True | 65536|SV | |None | |
### DCTopologicalNode
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|DCTopologicalIsland |DCTopologicalIsland | |False | 65536| | |None | |
|DCTerminals |DCBaseTerminal | |False | 65536| | |See association end Terminal.TopologicalNode. | |
|DCEquipmentContainer|DCEquipmentContainer| |False | 65536|TP | |None | |
|DCNodes |DCNode | |False | 65536| | |See association end ConnectivityNode.TopologicalNode. | |
### DCVoltageControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### Dataset
| name |class_type|unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|---------------------|----------|----|---------|--------:|--------|-------------|------------|-------|
|accessRights |str | |False | 65536|NC, OR | | | |
|accrualPeriodicity |str | |False | 65536|NC, OR | | | |
|alternativeVersionOf |Dataset | |False | 65536|NC, OR | | | |
|applicationSoftware |str | |False | 65536|NC, OR | | | |
|conformsTo |str | |False | 65536|NC, OR | | | |
|description |str | |False | 65536|NC, OR | | | |
|endDate |str | |False | 65536|NC, OR | | | |
|generatedAtTime |str | |False | 65536|NC, OR | | | |
|hasAlternativeVersion|Dataset | |False | 65536|NC, OR | | | |
|hasPart |Dataset | |False | 65536|NC, OR | | | |
|hasPreferredVersion |Dataset | |False | 65536|NC, OR | | | |
|hasVersion |Dataset | |False | 65536|NC, OR | | | |
|identifier |str | |False | 65536|NC, OR | | | |
|inSeries |Dataset | |False | 65536|NC, OR | | | |
|isPartOf |Dataset | |False | 65536|NC, OR | | | |
|isReferencedBy |Dataset | |False | 65536|NC, OR | | | |
|isReplacedBy |Dataset | |False | 65536|NC, OR | | | |
|isRequiredBy |Dataset | |False | 65536|NC, OR | | | |
|isVersionOf |Dataset | |False | 65536|NC, OR | | | |
|issued |str | |False | 65536|NC, OR | | | |
|keyword |str | |False | 65536|NC, OR | | | |
|license |str | |False | 65536|NC, OR | | | |
|nextVersion |Dataset | |False | 65536|NC, OR | | | |
|preferredVersion |Dataset | |False | 65536|NC, OR | | | |
|previousVersion |Dataset | |False | 65536|NC, OR | | | |
|processType |str | |False | 65536|NC, OR | | | |
|publisher |str | |False | 65536|NC, OR | | | |
|references |Dataset | |False | 65536|NC, OR | | | |
|replaces |Dataset | |False | 65536|NC, OR | | | |
|requires |Dataset | |False | 65536|NC, OR | | | |
|rights |str | |False | 65536|NC, OR | | | |
|rightsHolder |str | |False | 65536|NC, OR | | | |
|seriesMember |Dataset | |False | 65536|NC, OR | | | |
|source |str | |False | 65536|NC, OR | | | |
|spatial |str | |False | 65536|NC, OR | | | |
|startDate |str | |False | 65536|NC, OR | | | |
|temporalResolution |float | |False | 65536|NC, OR | | | |
|type |str | |False | 65536|NC, OR | | | |
|usedSettings |str | |False | 65536|NC, OR | | | |
|version |str | |False | 65536|NC, OR | | | |
|versionNotes |str | |False | 65536|NC, OR | | | |
|wasGeneratedBy |str | |False | 65536|NC, OR | | | |
### DifferenceModel
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerSystemProject|PowerSystemProject| |False | 65536|PSP | | | |
### DirectCurrentBipoleController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction |EquipmentControllerAction | |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
|DirectCurrentMasterController|DirectCurrentMasterController| |False | 65536|ER | | | |
|DirectCurrentPoleController |DirectCurrentPoleController | |False | 65536|ER | | | |
### DirectCurrentCircuit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|CircuitShare |CircuitShare| |False | 65536|ER | | | |
|Equipment |Equipment | |False | 65536|ER | | | |
|IdentifyingTerminal|Terminal | |False | 65536|ER | | | |
|positiveFlowIn |bool | |True | 65536|ER | | | |
### DirectCurrentEquipmentController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
### DirectCurrentMasterController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction |EquipmentControllerAction | |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
|DCTieCorridor |DCTieCorridor | |False | 65536|ER | | | |
|DirectCurrentBipoleController |DirectCurrentBipoleController | |False | 65536|ER | | | |
|DirectCurrentPoleController |DirectCurrentPoleController | |False | 65536|ER | | | |
|DirectCurrentSubstationController|DirectCurrentSubstationController| |False | 65536|ER | | | |
### DirectCurrentPoleController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction |EquipmentControllerAction | |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
|ACDCConverterController |ACDCConverterController | |False | 65536|ER | | | |
|DCPole |DCPole | |True | 65536|ER | | | |
|DirectCurrentBipoleController|DirectCurrentBipoleController| |False | 65536|ER | | | |
|DirectCurrentMasterController|DirectCurrentMasterController| |False | 65536|ER | | | |
### DirectCurrentSubstationBipoleController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction | |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
|MultiterminalControl |DirectCurrentMasterController| |False | 65536|ER | | | |
|DCSubstationBipole |DCSubstationBipole | |True | 65536|ER | | | |
### DirectCurrentSubstationController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction | |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
|MultiterminalControl |DirectCurrentMasterController| |False | 65536|ER | | | |
### DirectCurrentSubstationPoleController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction | |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
|MultiterminalControl |DirectCurrentMasterController| |False | 65536|ER | | | |
|DCSubstationPole |DCSubstationPole | |True | 65536|ER | | | |
### DirectCurrentSystemOperator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|Contingency |Contingency | |False | 65536|CO | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|Fault |str | |False | 65536|NC, MA | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|OutcomeValue |OutcomeValue | |False | 65536|IAM | | | |
|OwnerRemedialActionAssessment |str | |False | 65536|IAM | | | |
|ProposingRemedialActionScheduleShare|str | |False | 65536|RAS | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionScheduleResponse |RemedialActionScheduleResponse| |False | 65536|RAS | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
### Disconnector
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|normalOpen |bool |none|True | 65536|EQ |False |The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen. | |
|ratedCurrent |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|retained |bool |none|True | 65536|EQ |False |Branch is retained in a bus branch model. The flow through retained switches will normally be calculated in power flow. | |
|open |bool |none|True | 65536|SSH |False |The attribute tells if the switch is considered open when used as input to topology processing. | |
### DistributionSystemOperator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|Contingency |Contingency | |False | 65536|CO | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|Fault |str | |False | 65536|NC, MA | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|OutcomeValue |OutcomeValue | |False | 65536|IAM | | | |
|OwnerRemedialActionAssessment |str | |False | 65536|IAM | | | |
|ProposingRemedialActionScheduleShare|str | |False | 65536|RAS | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionScheduleResponse |RemedialActionScheduleResponse| |False | 65536|RAS | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
### DurationOverloadLimitCurve
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle |none|True | 65536|EQ | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol |none|True | 65536|EQ | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol |none|True | 65536|EQ | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol |none|False | 65536|EQ | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|True | 65536|EQ | |The point data values that define this curve. | |
|OperationalLimitType|OperationalLimitType| |False | 65536|ER | | | |
### EarthFaultCompensator
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|r |float |ohm |False | 65536| | |Resistance (real part of impedance). | |
### EdgeControlArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|type |enum ControlAreaTypeKind |none|True | 65536|EQ | |The primary type of control area definition used to determine if this is used for automatic generation control, for planning interchange control, or other purposes. A control area specified with primary type of automatic generation control could still be forecast and used as an interchange area in power flow analysis. | |
|TieFlow |TieFlow |none|False | 65536|EQ | |The tie flows associated with the control area. | |
|ControlAreaGeneratingUnit|ControlAreaGeneratingUnit|none|False | 65536|EQ | |The generating unit specifications for the control area. | |
|EnergyArea |EnergyArea |none|True | 65536|EQ | |The energy area that is forecast from this control area specification. | |
|netInterchange |float |MW |True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|pTolerance |float |MW |False | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
### EdgeSchedulingArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaDispatchableUnit |AreaDispatchableUnit | |False | 65536|ER | | | |
|BiddingZone |BiddingZone | |False | 65536|ER | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|DCTieCorridor |str | |False | 65536|ER | | | |
|EnergyCoordinationRegion |str | |False | 65536|ER | | | |
|EnergyGroup |str | |False | 65536|ER | | | |
|HasPart |SchedulingArea | |False | 65536|ER | | | |
|Line |Line | |False | 65536|ER | | | |
|LoadFrequencyControlArea |LoadFrequencyControlArea| |False | 65536|ER | | | |
|PartOf |SchedulingArea | |False | 65536|ER | | | |
|PowerCapacity |str | |False | 65536|ER | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|PowerShiftKeyStrategy |PowerShiftKeyStrategy | |False | 65536|ER | | | |
|ScheduleResource |str | |False | 65536|ER | | | |
|SchedulingAreaExchangePoint|str | |False | 65536|ER | | | |
|Substation |Substation | |False | 65536|ER | | | |
|SynchronousArea |SynchronousArea | |False | 65536|ER | | | |
|SystemOperator |SystemOperator | |False | 65536|ER | | | |
|isIslandingEnabled |bool | |False | 65536|ER | | | |
|isMeteringGridArea |bool | |False | 65536|ER | | | |
|normalParticipationFactor |float | |False | 65536|ER | | | |
|p |float | |False | 65536|SSI | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|type |str | |False | 65536|ER | | | |
|SecondarySubstation |SecondarySubstation | |False | 65536|ER | | | |
|Installation |Installation | |False | 65536|ER | | | |
### ElectricalChargingUnit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|PowerElectronicsConnection|PowerElectronicsConnection|none|True | 65536|EQ | |A power electronics unit has a connection to the AC network. | |
|maxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|MobileElectricalUnit |MobileElectricalUnit | |False | 65536|ER | | | |
### EnablingTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GenericEnablingSchedule|GenericEnablingSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|enabled |str | |True | 65536|SIS | | | |
### EnergyAlignmentCoordinator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|EnergyCoordinationRegion|EnergyCoordinationRegion| |False | 65536|ER | | | |
### EnergyArea
| name |class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ControlArea |ControlArea| |False | 65536| | |The control area specification that is used for the load forecast. | |
### EnergyBlockComponent
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergyConsumer |EnergyConsumer | |False | 65536|ER | | | |
|EnergyGroup |EnergyGroup | |False | 65536|ER | | | |
|GeneratingUnit |GeneratingUnit | |False | 65536|ER | | | |
|HydroPump |HydroPump | |False | 65536|ER | | | |
|PowerElectronicsUnit|PowerElectronicsUnit| |False | 65536|ER | | | |
|EnergyBlockOrder |EnergyBlockOrder | |True | 65536|ER | | | |
### EnergyBlockOrder
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergyBlockComponent |EnergyBlockComponent | |True | 65536|ER | | | |
|GenericSequenceSchedule |GenericSequenceSchedule| |False | 65536|SIS | | | |
|PowerShiftKeySchedule |PowerShiftKeySchedule | |False | 65536|SIS | | | |
|normalParticipationFactor|str | |False | 65536|ER | | | |
|normalSequence |str | |False | 65536|ER | | | |
|p |str | |False | 65536|SSI | | | |
|participationFactor |str | |False | 65536|SSI | | | |
|powerDuration |str | |False | 65536|ER | | | |
|sequence |str | |False | 65536|SSI | | | |
### EnergyComponent
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergyConsumer |EnergyConsumer | |False | 65536|ER | | | |
|EnergyGroup |EnergyGroup | |False | 65536|ER | | | |
|GeneratingUnit |GeneratingUnit | |False | 65536|ER | | | |
|HydroPump |HydroPump | |False | 65536|ER | | | |
|PowerElectronicsUnit|PowerElectronicsUnit| |False | 65536|ER | | | |
### EnergyConnectionRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|EnergyConnection |EnergyConnection| |True | 65536|SHS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
### EnergyConnectionSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|EnergyConnection |EnergyConnection | |True | 65536|SHS | | | |
|EnergyConnectionTimePoint|EnergyConnectionTimePoint| |True | 65536|SHS | | | |
### EnergyConnectionTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergyConnectionSchedule|EnergyConnectionSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
### EnergyConsumer
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|--------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|pfixed |float |MW |False | 65536|OP | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|pfixedPct |float |none|False | 65536|OP | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|qfixed |float |MVAr|False | 65536|OP | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|qfixedPct |float |none|False | 65536|OP | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|LoadResponse |LoadResponseCharacteristic|none|False | 65536|EQ | |The load response characteristic of this load. If missing, this load is assumed to be constant power. | |
|p |float |MW |True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
### EnergyCoordinationRegion
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|LimitViolation |PowerFlowResult | |False | 65536|SAR | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|NativeAssessedElement |AssessedElement | |False | 65536|AE | | | |
|OverlappingZone |str | |False | 65536|ER | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
|ScannedAssessedElement |AssessedElement | |False | 65536|AE | | | |
|SecuredAssessedElement |AssessedElement | |False | 65536|AE | | | |
|EnergyAlignmentCoordinator|EnergyAlignmentCoordinator| |False | 65536|ER | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
### EnergyExchangePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ConnectivityNode |ConnectivityNode | |True | 65536|ER | | | |
|DCConverterUnit |DCConverterUnit | |False | 65536|ER | | | |
|SchedulingAreaExchangePoint|SchedulingAreaExchangePoint| |False | 65536|ER | | | |
### EnergyGroup
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|EnergyComponent |EnergyComponent | |False | 65536|ER | | | |
|EnergyType |EnergyType | |False | 65536|ER | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|PowerShiftKeySchedule |PowerShiftKeySchedule| |False | 65536|SIS | | | |
|SchedulingArea |SchedulingArea | |True | 65536|ER | | | |
|normalParticipationFactor|str | |True | 65536|ER | | | |
|p |str | |False | 65536|SSI | | | |
|participationFactor |str | |False | 65536|SSI | | | |
|powerDuration |str | |False | 65536|ER | | | |
### EnergySchedulingType
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergySource |EnergySource| |False | 65536| | |Energy Scheduling Type of an Energy Source | |
### EnergySource
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|------------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | NaN|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. | |
|energyIdentCodeEic |str | |False | 65536| | NaN|The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | NaN|Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | NaN|The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | NaN|The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | NaN|Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | NaN|The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | NaN|Location of this power system resource. | |
|aggregate |bool | |False | 65536| | NaN|The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | NaN|Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | NaN|The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | NaN|All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | NaN|Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | NaN|The status state variable associated with this conducting equipment. | |
|EnergySchedulingType|EnergySchedulingType|none|False | 65536|EQ | NaN|Energy Source of a particular Energy Scheduling Type | |
|nominalVoltage |float |kV |False | 65536|EQ | NaN|Electrical voltage, can be both AC and DC. | |
|r |float |ohm |False | 65536|EQ | NaN|Resistance (real part of impedance). | |
|r0 |float |ohm |False | 65536|EQ | NaN|Resistance (real part of impedance). | |
|rn |float |ohm |False | 65536|EQ | NaN|Resistance (real part of impedance). | |
|voltageAngle |float |rad |False | 65536|EQ | NaN|Phase angle in radians. | |
|voltageMagnitude |float |kV |False | 65536|EQ | NaN|Electrical voltage, can be both AC and DC. | |
|x |float |ohm |False | 65536|EQ | NaN|Reactance (imaginary part of impedance), at rated frequency. | |
|x0 |float |ohm |False | 65536|EQ | NaN|Reactance (imaginary part of impedance), at rated frequency. | |
|xn |float |ohm |False | 65536|EQ | NaN|Reactance (imaginary part of impedance), at rated frequency. | |
|activePower |float |MW |True | 65536|SSH | 0|Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|reactivePower |float |MVAr|True | 65536|SSH | 0|Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
### EnergySourceModification
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|EnergySource |EnergySource | |True | 65536|RA | | | |
### EnergySourceReference
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergyTypeReference|EnergyType| |False | 65536|ER | | | |
### EnergyType
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergyGroup |EnergyGroup | |False | 65536|ER | | | |
|EnergySourceReference|EnergySourceReference| |False | 65536|ER | | | |
|ScheduleResource |ScheduleResource | |False | 65536|ER | | | |
|kind |str | |True | 65536|ER | | | |
### Entity
No table info.
### Equipment
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
### EquipmentContainer
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode| |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536| | |Contained equipment. | |
### EquipmentController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
### EquipmentControllerAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|EquipmentController |EquipmentController | |True | 65536|RA | | | |
### EquivalentBranch
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|EquivalentNetwork |EquivalentNetwork | |False | 65536| | |The associated reduced equivalents. | |
|negativeR12 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|negativeR21 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|negativeX12 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|negativeX21 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|positiveR12 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|positiveR21 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|positiveX12 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|positiveX21 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|r |float |ohm |True | 65536|EQ | |Resistance (real part of impedance). | |
|r21 |float |ohm |False | 65536|EQ | |Resistance (real part of impedance). | |
|x |float |ohm |True | 65536|EQ | |Reactance (imaginary part of impedance), at rated frequency. | |
|x21 |float |ohm |False | 65536|EQ | |Reactance (imaginary part of impedance), at rated frequency. | |
|zeroR12 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|zeroR21 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|zeroX12 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|zeroX21 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
### EquivalentEquipment
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|EquivalentNetwork |EquivalentNetwork | |False | 65536| | |The associated reduced equivalents. | |
### EquivalentGeneratingUnit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ControlAreaGeneratingUnit |ControlAreaGeneratingUnit |none|False | 65536|EQ | |ControlArea specifications for this generating unit. | |
|genControlSource |enum GeneratorControlSource|none|False | 65536|EQ | |The source of controls for a generating unit. Defines the control status of the generating unit. | |
|governorSCD |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|longPF |float |none|False | 65536|EQ | |Generating unit long term economic participation factor. | |
|maximumAllowableSpinningReserve|float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|nominalP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMinP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedNetMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|shortPF |float |none|False | 65536|EQ | |Generating unit short term economic participation factor. | |
|startupCost |float |none|False | 65536|EQ | |Amount of money. | |
|variableCost |float |none|False | 65536|EQ | |Amount of money. | |
|startupTime |float |s |False | 65536|EQ | |Time, in seconds. | |
|totalEfficiency |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|RotatingMachine |RotatingMachine |none|True | 65536|EQ | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|normalPF |float |none|True | 65536|SSH | |Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero. | |
|EquivalentPowerPlant |str | |False | 65536|ER | | | |
|ExternalNetworkInjection |ExternalNetworkInjection | |False | 65536|ER | | | |
### EquivalentInjection
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-----------------------|-----------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|EquivalentNetwork |EquivalentNetwork | |False | 65536| | |The associated reduced equivalents. | |
|ReactiveCapabilityCurve|ReactiveCapabilityCurve|none|False | 65536|EQ | |The equivalent injection using this reactive capability curve. | |
|maxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxQ |float |MVAr|False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|minP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minQ |float |MVAr|False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|r |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|r0 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|r2 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|regulationCapability |bool |none|True | 65536|EQ |False |Specifies whether or not the EquivalentInjection has the capability to regulate the local voltage. | |
|x |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|x0 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|x2 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|regulationStatus |bool |none|False | 65536|SSH |False |Specifies the default regulation status of the EquivalentInjection. True is regulating. False is not regulating. | |
|regulationTarget |float |kV |False | 65536|SSH | |Electrical voltage, can be both AC and DC. | |
|p |float |MW |True | 65536|SSH | 0|Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|True | 65536|SSH | 0|Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
### EquivalentInjectionAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|EquivalentInjection |EquivalentInjection | |True | 65536|RA | | | |
### EquivalentInjectionRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|EquivalentInjection|EquivalentInjection| |True | 65536|SHS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|regulationStatus |str | |False | 65536|SHS | | | |
|regulationTarget |str | |False | 65536|SHS | | | |
### EquivalentInjectionSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|EquivalentInjection |EquivalentInjection | |True | 65536|SHS | | | |
|EquivalentInjectionTimePoint|EquivalentInjectionTimePoint| |True | 65536|SHS | | | |
### EquivalentInjectionTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EquivalentInjectionSchedule|EquivalentInjectionSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|regulationStatus |str | |False | 65536|SHS | | | |
|regulationTarget |str | |False | 65536|SHS | | | |
### EquivalentNetwork
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
|EquivalentEquipments|EquivalentEquipment| |False | 65536| | |The equivalent where the reduced model belongs. | |
### EquivalentPowerElectronicsUnit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|PowerElectronicsConnection|PowerElectronicsConnection|none|True | 65536|EQ | |A power electronics unit has a connection to the AC network. | |
|maxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|EquivalentPowerPlant |EquivalentPowerPlant | |False | 65536|ER | | | |
### EquivalentPowerPlant
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|EquivalentGeneratingUnit |EquivalentGeneratingUnit | |False | 65536|ER | | | |
|EquivalentPowerElectronicsUnit|EquivalentPowerElectronicsUnit| |False | 65536|ER | | | |
### EquivalentShunt
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|EquivalentNetwork |EquivalentNetwork | |False | 65536| | |The associated reduced equivalents. | |
|b |float |S |True | 65536|EQ | |Imaginary part of admittance. | |
|g |float |S |True | 65536|EQ | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance. | |
### EventSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|ActualAvailabilitySchedule |AvailabilitySchedule | |False | 65536|AVS | | | |
|EventTimePoint |EventTimePoint | |True | 65536|AVS, RAS | | | |
|PlannedAvailabilitySchedule|AvailabilitySchedule | |False | 65536|AVS | | | |
|RemedialActionSchedule |RemedialActionSchedule| |False | 65536|RAS | | | |
### EventTimePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|-------------|-------------|----|---------|--------:|--------|-------------|------------|-------|
|EventSchedule|EventSchedule| |True | 65536|AVS, RAS| | | |
|atTime |str | |True | 65536|AVS, RAS| | | |
|isActive |bool | |True | 65536|AVS, RAS| | | |
### ExceptionalContingency
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessedElementWithContingency|AssessedElementWithContingency| |False | 65536|AE | | | |
|ContingencyElement |ContingencyElement | |True | 65536|CO | | | |
|ContingencyPowerFlowResult |ContingencyPowerFlowResult | |False | 65536|SAR | | | |
|ContingencySchedule |str | |False | 65536|SIS | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|CurativeRemedialActionSchedule|RemedialActionSchedule | |False | 65536|RAS | | | |
|EquipmentOperator |SystemOperator | |False | 65536|CO | | | |
|ObservableQuantity |str | |False | 65536|SM | | | |
|PinContingency |PinContingency | |False | 65536|RA | | | |
|SimulationEvents |str | |False | 65536|CO | | | |
|mustStudy |bool | |True | 65536|SSI | | | |
|normalMustStudy |bool | |True | 65536|CO | | | |
|normalProbability |float | |False | 65536|CO | | | |
|probability |float | |False | 65536|SSI | | | |
|kind |str | |False | 65536|CO | | | |
### ExceptionalPowerTransferCorridor
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|CircuitShare |CircuitShare | |False | 65536|ER | | | |
|GenericEnablingSchedule |str | |False | 65536|SIS | | | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|ER | | | |
|PTCActivePowerSupport |str | |False | 65536|RA | | | |
|PinPowerTransferCorridor|str | |False | 65536|RA | | | |
|PowerFlowResult |PowerFlowResult | |False | 65536|SAR | | | |
|enabled |bool | |True | 65536|SSI | | | |
|normalEnabled |bool | |False | 65536|ER | | | |
|PTCTriggeredEquipment |PTCTriggeredEquipment| |True | 65536|ER | | | |
### ExternalNetworkInjection
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-----------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|governorSCD |float |MW |True | 65536|EQ | |Active power variation with frequency. | |
|ikSecond |bool |none|False | 65536|SC | |Indicates whether initial symmetrical short-circuit current and power have been calculated according to IEC (Ik"). | |
|maxInitialSymShCCurrent|float |A |True | 65536|SC | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|maxP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxQ |float |MVAr|True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|maxR0ToX0Ratio |float |none|True | 65536|SC | |A floating point number. The range is unspecified and not limited. | |
|maxR1ToX1Ratio |float |none|True | 65536|SC | |A floating point number. The range is unspecified and not limited. | |
|maxZ0ToZ1Ratio |float |none|True | 65536|SC | |A floating point number. The range is unspecified and not limited. | |
|minInitialSymShCCurrent|float |A |True | 65536|SC | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|minP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minQ |float |MVAr|True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|minR0ToX0Ratio |float |none|True | 65536|SC | |A floating point number. The range is unspecified and not limited. | |
|minR1ToX1Ratio |float |none|True | 65536|SC | |A floating point number. The range is unspecified and not limited. | |
|minZ0ToZ1Ratio |float |none|True | 65536|SC | |A floating point number. The range is unspecified and not limited. | |
|voltageFactor |float |none|False | 65536|SC | |Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10. | |
|referencePriority |int |none|True | 65536|SSH | 0|Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on. | |
|p |float |MW |True | 65536|SSH | 0|Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|True | 65536|SSH | 0|Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
### ExternalNetworkInjectionAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|ExternalNetworkInjection |ExternalNetworkInjection | |True | 65536|RA | | | |
### ExternalNetworkInjectionRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|ExternalNetworkinjection|ExternalNetworkInjection| |True | 65536|SHS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|referencePriority |str | |True | 65536|SHS | | | |
### ExternalNetworkInjectionSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|ExternalNetworkInjection |ExternalNetworkInjection | |True | 65536|SHS | | | |
|ExternalNetworkinjectionTimePoint|ExternalNetworkInjectionTimePoint| |True | 65536|SHS | | | |
### ExternalNetworkInjectionTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------------|--------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ExternalNetworkInjectionSchedule|ExternalNetworkInjectionSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|referencePriority |str | |True | 65536|SHS | | | |
### FACTSEquipment
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|BaseVoltage |BaseVoltage | |False | 65536|EQ | |Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536|DY, EQ, EQ_BD | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536|SV | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536|EQ | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |True | 65536|SSH |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|LossCurve |LossCurve | |False | 65536|ER | | | |
|maxC |str | |False | 65536|ER | | | |
|maxL |str | |False | 65536|ER | | | |
|minC |str | |False | 65536|ER | | | |
|minL |str | |False | 65536|ER | | | |
|q |str | |True | 65536|SSI | | | |
|ratedC |str | |False | 65536|ER | | | |
|ratedI |str | |False | 65536|ER | | | |
|ratedL |str | |False | 65536|ER | | | |
|ratedU |str | |False | 65536|ER | | | |
|slope |str | |True | 65536|ER | | | |
### FaultCause
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|--------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |False | 65536|NC, GD | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Fault |Fault | |False | 65536|NC, GD | | | |
|FaultCauseType |FaultCauseType| |False | 65536|NC, GD | | | |
|certaintyLevel |str | |False | 65536|NC, GD | | | |
### FaultOutage
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |False | 65536|NC, GD | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Fault |Fault | |False | 65536|NC, GD | | | |
|Outage |Outage | |False | 65536|NC, GD | | | |
|isMainFault |str | |False | 65536|NC, GD | | | |
### FlexibleEnergyUnit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|PowerElectronicsConnection|PowerElectronicsConnection|none|True | 65536|EQ | |A power electronics unit has a connection to the AC network. | |
|maxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|buffer |str | |False | 65536|ER | | | |
|timeShift |str | |False | 65536|ER | | | |
|unconstrained |str | |False | 65536|ER | | | |
|uncontrollable |str | |False | 65536|ER | | | |
### FossilFuel
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|fossilFuelType |enum FuelType | |True | 65536|EQ | |The type of fossil fuel, such as coal, oil, or gas. | |
|ThermalGeneratingUnit|ThermalGeneratingUnit| |True | 65536|EQ | |A thermal generating unit may have one or more fossil fuels. | |
### Frame
No table info.
### FrequencyControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|frequencyBias |str | |True | 65536|SSI | | | |
|targetValue |str | |True | 65536|SSI | | | |
### FrequencyMonitoringTerminal
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|ER | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerFrequencyController|PowerFrequencyController| |False | 65536|ER | | | |
|Terminal |Terminal | |False | 65536|ER | | | |
|priority |str | |True | 65536|ER | | | |
### FuelStorage
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|FossilFuel |FossilFuel | |False | 65536|ER | | | |
|FuelStorageRegularSchedule|FuelStorageRegularSchedule| |False | 65536|SHS | | | |
|FuelStorageSchedule |FuelStorageSchedule | |False | 65536|SHS, SIS | | | |
|energyStorage |str | |True | 65536|SSI | | | |
|normalEnergyStorage |str | |False | 65536|ER | | | |
### FuelStorageRegularSchedule
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern| |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|FuelStorage |FuelStorage| |True | 65536|SHS | | | |
|energyStorage |str | |True | 65536|SHS | | | |
### FuelStorageSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|FuelStorage |FuelStorage | |True | 65536|SHS, SIS | | | |
|FuelStorageTimePoint|FuelStorageTimePoint| |True | 65536|SHS, SIS | | | |
### FuelStorageTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|FuelStorageSchedule|FuelStorageSchedule| |True | 65536|SHS, SIS | | | |
|atTime |str | |True | 65536|SHS, SIS | | | |
|energyStorage |str | |True | 65536|SHS, SIS | | | |
### FullModel
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|----------|----|---------|--------:|-----------------------------------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|scenarioTime |str | |False | 65536|TP_BD, DL, SSH, EQ, DY, TP, EQ_BD, GL, SV| |scenarioTime. | |
|created |str | |False | 65536|TP_BD, DL, SSH, EQ, DY, TP, EQ_BD, GL, SV| |Creation date. | |
|version |int | |False | 65536|TP_BD, DL, SSH, EQ, DY, TP, EQ_BD, GL, SV| |version. | |
|profile |str | |False | 65536|TP_BD, DL, SSH, EQ, DY, TP, EQ_BD, GL, SV| |profile. | |
|modelingAuthoritySet|str | |False | 65536|TP_BD, DL, SSH, EQ, DY, TP, EQ_BD, GL, SV| |modelingAuthoritySet | |
|DependentOn |str | |False | 65536|TP_BD, DL, SSH, EQ, DY, TP, EQ_BD, GL, SV| |DependentOn. | |
|longDependentOnPF |str | |False | 65536|TP_BD, DL, SSH, EQ, DY, TP, EQ_BD, GL, SV| |longDependentOnPF. | |
|Supersedes |str | |False | 65536|TP_BD, DL, SSH, EQ, DY, TP, EQ_BD, GL, SV| |Supersedes. | |
### FunctionBlock
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule|GenericEnablingSchedule| |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
### FunctionInputVariable
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
### FunctionOutputVariable
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|FunctionBlock |FunctionBlock | |True | 65536|ER | | | |
|PropertyReference |PropertyReference| |True | 65536|ER | | | |
### Gate
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GateInputPin |GateInputPin | |True | 65536|RA | | | |
|PinGate |PinGate | |False | 65536|RA | | | |
|RemedialActionScheme|RemedialActionScheme| |False | 65536|RA | | | |
|StageTrigger |StageTrigger | |False | 65536|RA | | | |
|StageTriggerArmed |StageTrigger | |False | 65536|RA | | | |
|StageTriggerCom |StageTrigger | |False | 65536|RA | | | |
|TriggerCondition |TriggerCondition | |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
### GateInputPin
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage|float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
### GeneratingUnit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------------|---------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|genControlSource |enum GeneratorControlSource|none|False | 65536|EQ | |The source of controls for a generating unit. | |
|governorSCD |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|initialP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|longPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|maximumAllowableSpinningReserve|float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|nominalP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMinP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedNetMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|shortPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|startupCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|variableCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|totalEfficiency |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|ControlAreaGeneratingUnit |ControlAreaGeneratingUnit |none|False | 65536| | |ControlArea specifications for this generating unit. | |
|RotatingMachine |RotatingMachine |none|False | 65536| | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|normalPF |float |none|True | 65536|SSH | |A floating point number. The range is unspecified and not limited. | |
### GeneratingUnitSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|GeneratingUnit |GeneratingUnit | |True | 65536|SHS | | | |
|GeneratingUnitTimePoint|GeneratingUnitTimePoint| |True | 65536|SHS | | | |
### GeneratingUnitTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GeneratingUnitSchedule|GeneratingUnitSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|normalPF |str | |True | 65536|SHS | | | |
### GenericAvailableSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|AvailabilityTimePoint|AvailabilityTimePoint| |True | 65536|SIS | | | |
|RemedialAction |RemedialAction | |False | 65536|SIS | | | |
### GenericEnablingSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|AssessedElementWithContingency |AssessedElementWithContingency | |False | 65536|SIS | | | |
|AssessedElementWithRemedialAction|AssessedElementWithRemedialAction| |False | 65536|SIS | | | |
|AutomationFunction |AutomationFunction | |False | 65536|SIS | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|SIS | | | |
|CrossBorderRelevance |CrossBorderRelevance | |False | 65536|SIS | | | |
|EnablingTimePoint |EnablingTimePoint | |True | 65536|SIS | | | |
|FunctionBlock |FunctionBlock | |False | 65536|SIS | | | |
|PowerTransferCorridor |PowerTransferCorridor | |False | 65536|SIS | | | |
|RemedialActionDependency |RemedialActionDependency | |False | 65536|SIS | | | |
### GenericSequenceSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|EnergyBlockOrder |EnergyBlockOrder | |False | 65536|SIS | | | |
|SequenceTimePoint |SequenceTimePoint| |True | 65536|SIS | | | |
### GenericValueSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|GenericValueTimePoint |GenericValueTimePoint | |True | 65536|RAS, SIS | | | |
|RangeConstraint |RangeConstraint | |False | 65536|SIS | | | |
|RemedialActionSchedule|RemedialActionSchedule| |False | 65536|RAS | | | |
### GenericValueTimePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|------------|-------|
|GenericValueSchedule|GenericValueSchedule| |True | 65536|RAS, SIS| | | |
|atTime |str | |True | 65536|RAS, SIS| | | |
|value |float | |True | 65536|RAS, SIS| | | |
### GeographicalRegion
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Regions |SubGeographicalRegion| |False | 65536| | |All sub-geograhpical regions within this geographical region. | |
### Geometry
No table info.
### GeothermalGeneratingUnit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|ControlAreaGeneratingUnit |ControlAreaGeneratingUnit |none|False | 65536|EQ | |ControlArea specifications for this generating unit. | |
|genControlSource |enum GeneratorControlSource|none|False | 65536|EQ | |The source of controls for a generating unit. Defines the control status of the generating unit. | |
|governorSCD |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|longPF |float |none|False | 65536|EQ | |Generating unit long term economic participation factor. | |
|maximumAllowableSpinningReserve|float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|nominalP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMinP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedNetMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|shortPF |float |none|False | 65536|EQ | |Generating unit short term economic participation factor. | |
|startupCost |float |none|False | 65536|EQ | |Amount of money. | |
|variableCost |float |none|False | 65536|EQ | |Amount of money. | |
|startupTime |float |s |False | 65536|EQ | |Time, in seconds. | |
|totalEfficiency |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|RotatingMachine |RotatingMachine |none|True | 65536|EQ | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|normalPF |float |none|True | 65536|SSH | |Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero. | |
|kind |str | |True | 65536|ER | | | |
### GridConnectionPoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ConnectivityNode |ConnectivityNode| |True | 65536|ER | | | |
|DCConverterUnit |DCConverterUnit | |False | 65536|ER | | | |
### GridDisturbance
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Fault |Fault | |False | 65536|NC, GD | | | |
### GridStateAlteration
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
### GridStateAlterationCollection
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilitySchedule|AvailabilitySchedule| |False | 65536|AVS | | | |
|GridStateAlteration |GridStateAlteration | |False | 65536|RA | | | |
|StageAction |Stage | |False | 65536|RA | | | |
### GridStateAlterationRemedialAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AppointedToRegion |Region | |True | 65536|RA | | | |
|AssessedElementWithRemedialAction|AssessedElementWithRemedialAction| |False | 65536|AE | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|DependentRemedialAction |RemedialActionDependency | |False | 65536|RA | | | |
|GenericAvailableSchedule |str | |False | 65536|SIS | | | |
|RemedialActionApplied |str | |False | 65536|SAR | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionOutcomeValue |RemedialActionOutcomeValue | |False | 65536|IAM | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
|RemedialActionSystemOperator |SystemOperator | |False | 65536|RA | | | |
|available |bool | |True | 65536|SSI | | | |
|impactThresholdMargin |float | |False | 65536|RA | | | |
|isCrossBorderRelevant |bool | |True | 65536|RA | | | |
|isManual |bool | |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
|normalAvailable |bool | |True | 65536|RA | | | |
|penaltyFactor |float | |False | 65536|RA | | | |
|timeToImplement |float | |False | 65536|RA | | | |
|GridStateAlteration |GridStateAlteration | |True | 65536|RA | | | |
|isActivationRestricted |bool | |True | 65536|RA | | | |
### GridStateAlterationSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|GridStateAlteration |GridStateAlteration | |True | 65536|SIS | | | |
|GridStateAlterationTimePoint|GridStateAlterationTimePoint| |True | 65536|SIS | | | |
### GridStateAlterationTimePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|---------------------------|---------------------------|----|---------|--------:|--------|-------------|------------|-------|
|GridStateAlterationSchedule|GridStateAlterationSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|enabled |bool | |False | 65536|SIS | | | |
|participationFactor |float | |False | 65536|SIS | | | |
### GridStateIntensitySchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|GenericValueTimePoint |GenericValueTimePoint | |True | 65536|RAS, SIS | | | |
|RangeConstraint |RangeConstraint | |False | 65536|SIS | | | |
|RemedialActionSchedule|RemedialActionSchedule| |False | 65536|RAS | | | |
|GridStateAlteration |GridStateAlteration | |True | 65536|RAS | | | |
|valueKind |str | |False | 65536|RAS, SIS | | | |
### Ground
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
### GroundDisconnector
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|normalOpen |bool |none|True | 65536|EQ |False |The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen. | |
|ratedCurrent |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|retained |bool |none|True | 65536|EQ |False |Branch is retained in a bus branch model. The flow through retained switches will normally be calculated in power flow. | |
|open |bool |none|True | 65536|SSH |False |The attribute tells if the switch is considered open when used as input to topology processing. | |
### GroundingImpedance
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|r |float |ohm |False | 65536| | |Resistance (real part of impedance). | |
|x |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
### HourPattern
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BaseRegularIntervalSchedule|BaseRegularIntervalSchedule| |False | 65536|SHS, SIS | | | |
|HourPeriod |HourPeriod | |True | 65536|SHS, SIS | | | |
|energyDemandKind |str | |False | 65536|SHS, SIS | | | |
|peakKind |str | |False | 65536|SHS, SIS | | | |
### HourPeriod
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|SHS, SIS | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|HourPattern |HourPattern| |True | 65536|SHS, SIS | | | |
|endTime |str | |True | 65536|SHS, SIS | | | |
|startTime |str | |True | 65536|SHS, SIS | | | |
### HydroGeneratingUnit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------------|------------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|genControlSource |enum GeneratorControlSource |none|False | 65536|EQ | |The source of controls for a generating unit. | |
|governorSCD |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|initialP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|longPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|maximumAllowableSpinningReserve|float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|nominalP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMinP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedNetMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|shortPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|startupCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|variableCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|totalEfficiency |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|ControlAreaGeneratingUnit |ControlAreaGeneratingUnit |none|False | 65536| | |ControlArea specifications for this generating unit. | |
|RotatingMachine |RotatingMachine |none|False | 65536| | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|normalPF |float |none|True | 65536|SSH | |A floating point number. The range is unspecified and not limited. | |
|energyConversionCapability |enum HydroEnergyConversionKind| |False | 65536|EQ | |Energy conversion capability for generating. | |
|HydroPowerPlant |HydroPowerPlant | |False | 65536|EQ | |The hydro generating unit belongs to a hydro power plant. | |
### HydroPowerPlant
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|---------------------|--------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|HydroGeneratingUnits |HydroGeneratingUnit | |False | 65536| | |The hydro generating unit belongs to a hydro power plant. | |
|hydroPlantStorageType|enum HydroPlantStorageKind| |True | 65536|EQ | |The type of hydro power plant water storage. | |
|HydroPumps |HydroPump | |False | 65536| | |The hydro pump may be a member of a pumped storage plant or a pump for distributing water. | |
### HydroPump
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|HydroPowerPlant |HydroPowerPlant | |False | 65536|EQ | |The hydro pump may be a member of a pumped storage plant or a pump for distributing water. | |
|RotatingMachine |RotatingMachine | |True | 65536|EQ | |The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating. | |
### IdentifiedObject
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
### ImpactAssessmentMatrix
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OutcomeValue |OutcomeValue| |True | 65536|IAM | | | |
### ImpedanceControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### InServiceAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|Equipment |Equipment | |True | 65536|RA | | | |
### InServiceRegularSchedule
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern| |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|Equipment |Equipment | |True | 65536|SHS | | | |
|inService |str | |True | 65536|SHS | | | |
### InServiceSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|Equipment |Equipment | |True | 65536|SHS | | | |
|InServiceTimePoint|InServiceTimePoint| |True | 65536|SHS | | | |
### InServiceTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|InServiceSchedule |InServiceSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|inService |str | |True | 65536|SHS | | | |
### InfeedLimit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OperationalLimitSet |OperationalLimitSet | |True | 65536|EQ | |The limit set to which the limit values belong. | |
|OperationalLimitType|OperationalLimitType| |True | 65536|EQ | |The limit type associated with this limit. | |
|InfeedLimitSchedule |str | |False | 65536|SIS | | | |
|InfeedTerminal |InfeedTerminal | |False | 65536|ER | | | |
|normalValueA |float | |False | 65536|ER | | | |
|normalValueW |float | |False | 65536|ER | | | |
|valueA |float | |False | 65536|SSI | | | |
|valueW |float | |False | 65536|SSI | | | |
### InfeedLimitSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|InfeedLimit |InfeedLimit | |True | 65536|SIS | | | |
|InfeedLimitTimePoint|InfeedLimitTimePoint| |True | 65536|SIS | | | |
### InfeedLimitTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|InfeedLimitSchedule|InfeedLimitSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|valueA |str | |False | 65536|SIS | | | |
|valueW |str | |False | 65536|SIS | | | |
### InfeedTerminal
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|----------------|------------|----|---------|--------:|--------|-------------|------------|-------|
|ACDCTerminal |ACDCTerminal| |True | 65536|ER | | | |
|InfeedConstraint|InfeedLimit | |True | 65536|ER | | | |
|mRID |str | |True | 65536|ER | | | |
### InfluenceArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaBorderTerminal |AreaBorderTerminal | |False | 65536|MA | | | |
|PowerFrequencyController |PowerFrequencyController| |False | 65536|ER | | | |
|Region |Region | |False | 65536|MA | | | |
|SynchronousArea |SynchronousArea | |False | 65536|MA | | | |
|SystemOperator |SystemOperator | |False | 65536|MA | | | |
|filteringInfluenceFactor |str | |False | 65536|MA | | | |
|identificationInfluenceFactor|str | |False | 65536|MA | | | |
|voltageInfluenceFactor |str | |False | 65536|MA | | | |
### InjectionController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|EquivalentInjection |EquivalentInjection | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
### Installation
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EdgeSchedulingArea |EdgeSchedulingArea | |False | 65536|ER | | | |
|EnergyConnection |EnergyConnection | |False | 65536|ER | | | |
### Interruption
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|InterruptedDeliveryEquipment|Equipment | |False | 65536|NC, GD | | | |
|Outage |Outage | |False | 65536|NC, GD | | | |
|duration |str | |False | 65536|NC, GD | | | |
|energyNotDelivered |str | |False | 65536|NC, GD | | | |
|energyNotSupplied |str | |False | 65536|NC, GD | | | |
|interruptedPower |str | |False | 65536|NC, GD | | | |
|startDateTime |str | |False | 65536|NC, GD | | | |
### IntertemporalPropertyRange
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GenericValueSchedule|GenericValueSchedule| |False | 65536|SIS | | | |
|GridStateAlteration |GridStateAlteration | |True | 65536|RA | | | |
|direction |str | |True | 65536|RA | | | |
|normalValue |float | |False | 65536|RA | | | |
|value |float | |True | 65536|SSI | | | |
|valueKind |str | |True | 65536|RA | | | |
### Junction
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
### LicenseDocument
No table info.
### Limit
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
### LimitDependencyCurve
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle|none|True | 65536|EQ | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol|none|True | 65536|EQ | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol|none|True | 65536|EQ | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol|none|False | 65536|EQ | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|True | 65536|EQ | |The point data values that define this curve. | |
### LimitSet
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|isPercentageLimits|bool | |False | 65536| | |Tells if the limit values are in percentage of normalValue or the specified Unit for Measurements and Controls. | |
### Line
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536| | |Contained equipment. | |
|Region |SubGeographicalRegion| |False | 65536|EQ | |The sub-geographical region of the line. | |
### LineCircuit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|CircuitShare |CircuitShare| |False | 65536|ER | | | |
|Equipment |Equipment | |False | 65536|ER | | | |
|IdentifyingTerminal|Terminal | |False | 65536|ER | | | |
|positiveFlowIn |bool | |True | 65536|ER | | | |
### LinearShuntCompensator
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|aVRDelay |float |s |False | 65536| | |Time, in seconds. | |
|grounded |bool |none|False | 65536| | |Used for Yn and Zn connections. True if the neutral is solidly grounded. | |
|maximumSections |int |none|False | 65536| | |The maximum number of sections that may be switched in. | |
|nomU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalSections |int |none|False | 65536| | |The normal number of sections switched in. | |
|switchOnCount |int |none|False | 65536| | |The switch on count since the capacitor count was last reset or initialized. | |
|switchOnDate |datetime |none|False | 65536| | |The date and time when the capacitor bank was last switched on. | |
|voltageSensitivity |float |kV |False | 65536| | |Voltage variation with reactive power. | |
|SvShuntCompensatorSections|SvShuntCompensatorSections|none|False | 65536| | |The state for the number of shunt compensator sections in service. | |
|sections |float |none|False | 65536| | |A floating point number. The range is unspecified and not limited. | |
|b0PerSection |float |S |True | 65536|SC | |Imaginary part of admittance. | |
|bPerSection |float |S |True | 65536|EQ | |Imaginary part of admittance. | |
|g0PerSection |float |S |True | 65536|SC | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance. | |
|gPerSection |float |S |True | 65536|EQ | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance. | |
### ListBasedImpactAssessmentMatrix
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OutcomeValue |OutcomeValue| |True | 65536|IAM | | | |
### LoadAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|EnergyConsumer |EnergyConsumer | |True | 65536|RA | | | |
### LoadArea
| name |class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ControlArea |ControlArea| |False | 65536| | |The control area specification that is used for the load forecast. | |
|SubLoadAreas |SubLoadArea| |False | 65536| | |The SubLoadAreas in the LoadArea. | |
### LoadBreakSwitch
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|normalOpen |bool |none|True | 65536|EQ |False |The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen. | |
|ratedCurrent |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|retained |bool |none|True | 65536|EQ |False |Branch is retained in a bus branch model. The flow through retained switches will normally be calculated in power flow. | |
|open |bool |none|True | 65536|SSH |False |The attribute tells if the switch is considered open when used as input to topology processing. | |
### LoadFrequencyControlArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|FrequencyControlOperator |str | |False | 65536|ER | | | |
|LoadFrequencyControlBlock |LoadFrequencyControlBlock| |False | 65536|ER | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
|TieCorridor |TieCorridor | |False | 65536|ER | | | |
|deficientGenerationLimit |float | |False | 65536|ER | | | |
|frequencyBiasFactor |float | |False | 65536|ER | | | |
|frequencyRestorationReserveDelay |float | |False | 65536|ER | | | |
|frequencyRestorationReserveMaxRamp |str | |False | 65536|ER | | | |
|frequencyRestorationReserveThreshold|float | |False | 65536|ER | | | |
|includeFrequencyBias |bool | |True | 65536|ER | | | |
### LoadFrequencyControlBlock
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|LoadFrequencyControlArea|LoadFrequencyControlArea| |False | 65536|ER | | | |
|SynchronousArea |SynchronousArea | |False | 65536|ER | | | |
### LoadFrequencyControlOperator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber|str | |False | 65536|ER | | | |
|FrequencyControlArea|LoadFrequencyControlArea| |False | 65536|ER | | | |
### LoadGroup
| name |class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|SubLoadArea |SubLoadArea| |False | 65536| | |The SubLoadArea where the Loadgroup belongs. | |
### LoadResponseCharacteristic
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|--------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergyConsumer |EnergyConsumer| |False | 65536| | |The set of loads that have the response characteristics. | |
|exponentModel |bool | |True | 65536|EQ | |Indicates the exponential voltage dependency model is to be used. If false, the coefficient model is to be used. The exponential voltage dependency model consist of the attributes - pVoltageExponent - qVoltageExponent. The coefficient model consist of the attributes - pConstantImpedance - pConstantCurrent - pConstantPower - qConstantImpedance - qConstantCurrent - qConstantPower. The sum of pConstantImpedance, pConstantCurrent and pConstantPower shall equal 1. The sum of qConstantImpedance, qConstantCurrent and qConstantPower shall equal 1. | |
|pConstantCurrent |float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|pConstantImpedance|float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|pConstantPower |float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|pFrequencyExponent|float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|pVoltageExponent |float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|qConstantCurrent |float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|qConstantImpedance|float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|qConstantPower |float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|qFrequencyExponent|float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|qVoltageExponent |float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
### Location
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|CoordinateSystem |CoordinateSystem | |True | 65536|GL | |Coordinate system used to describe position points of this location. | |
|PowerSystemResources|PowerSystemResource| |True | 65536|GL | |All power system resources at this location. | |
|PositionPoints |PositionPoint | |False | 65536| | |Sequence of position points describing this location, expressed in coordinate system 'Location.CoordinateSystem'. | |
### LossCurve
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle|none|True | 65536|EQ | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol|none|True | 65536|EQ | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol|none|True | 65536|EQ | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol|none|False | 65536|EQ | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|True | 65536|EQ | |The point data values that define this curve. | |
|FACTSEquipment |FACTSEquipment | |False | 65536|ER | | | |
### Measurement
| name | class_type | unit |mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|--------|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|measurementType |str |nonenone|False | 65536| | |Specifies the type of measurement. For example, this specifies if the measurement represents an indoor temperature, outdoor temperature, bus voltage, line flow, etc. | |
|phases |enum PhaseCode |nonenone|False | 65536| | |Indicates to which phases the measurement applies and avoids the need to use 'measurementType' to also encode phase information (which would explode the types). The phase information in Measurement, along with 'measurementType' and 'phases' uniquely defines a Measurement for a device, based on normal network phase. Their meaning will not change when the computed energizing phasing is changed due to jumpers or other reasons. If the attribute is missing three phases (ABC) shall be assumed. | |
|unitSymbol |enum UnitSymbol |nonenone|False | 65536| | |The unit of measure of the measured quantity. | |
|unitMultiplier |enum UnitMultiplier|nonenone|False | 65536| | |The unit multiplier of the measured quantity. | |
|Terminal |ACDCTerminal |nonenone|False | 65536| | |One or more measurements may be associated with a terminal in the network. | |
|PowerSystemResource|PowerSystemResource|nonenone|False | 65536| | |The measurements associated with this power system resource. | |
### MeasurementCalculator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|MeasurementCalculatorInput|MeasurementCalculatorInput| |True | 65536|RA | | | |
|PinMeasurement |PinMeasurement | |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
### MeasurementCalculatorInput
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Measurement |Measurement | |True | 65536|RA | | | |
|MeasurementCalculator|MeasurementCalculator| |True | 65536|RA | | | |
|absoluteValue |str | |True | 65536|RA | | | |
|order |str | |True | 65536|RA | | | |
### MeasurementValue
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|timeStamp |datetime |none|False | 65536| | |The time when the value was last updated | |
|sensorAccuracy |float |none|False | 65536| | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
### MergingAgent
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
### MobileElectricalUnit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|PowerElectronicsConnection|PowerElectronicsConnection|none|True | 65536|EQ | |A power electronics unit has a connection to the AC network. | |
|maxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedE |float |MWh |True | 65536|EQ | |Real electrical energy. | |
|batteryState |enum BatteryStateKind |none|True | 65536|SSH | |The current state of the battery (charging, full, etc.). | |
|storedE |float |MWh |True | 65536|SSH | |Real electrical energy. | |
|ElectricalChargingUnit |ElectricalChargingUnit | |False | 65536|ER | | | |
### Model
No table info.
### Modeling
No table info.
### ModelingAuthority
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
### ModellingAuthority
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
### ModularStaticSynchronousSeriesCompensator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|BaseVoltage |BaseVoltage | |False | 65536|EQ | |Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536|DY, EQ, EQ_BD | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536|SV | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536|EQ | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |True | 65536|SSH |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|LossCurve |LossCurve | |False | 65536|ER | | | |
|maxC |str | |False | 65536|ER | | | |
|maxL |str | |False | 65536|ER | | | |
|minC |str | |False | 65536|ER | | | |
|minL |str | |False | 65536|ER | | | |
|q |str | |True | 65536|SSI | | | |
|ratedC |str | |False | 65536|ER | | | |
|ratedI |str | |False | 65536|ER | | | |
|ratedL |str | |False | 65536|ER | | | |
|ratedU |str | |False | 65536|ER | | | |
|slope |str | |True | 65536|ER | | | |
### MonitoringArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaBorderTerminal |AreaBorderTerminal | |False | 65536|MA | | | |
|PowerFrequencyController|PowerFrequencyController| |False | 65536|ER | | | |
|Region |Region | |False | 65536|MA | | | |
|SynchronousArea |SynchronousArea | |False | 65536|MA | | | |
|SystemOperator |SystemOperator | |False | 65536|MA | | | |
### MonopolarDCSystem
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement| |False | 65536|OP | |The measurements associated with this power system resource. | |
|directionKind |str | |False | 65536|ER | | | |
|transmissionKind |str | |False | 65536|ER | | | |
|DCPole |DCPole | |False | 65536|ER | | | |
|isSymmetrical |str | |True | 65536|ER | | | |
### MustRunSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|DCTieCorridor |DCTieCorridor | |False | 65536|PS | | | |
|GeneratingUnit |GeneratingUnit | |False | 65536|PS | | | |
|MustRunTimePoint |MustRunTimePoint| |True | 65536|PS | | | |
### MustRunTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|MustRunSchedule |MustRunSchedule| |True | 65536|PS | | | |
|atTime |str | |True | 65536|PS | | | |
|mustRun |str | |False | 65536|PS | | | |
|mustRunP |str | |False | 65536|PS | | | |
|mustRunQ |str | |False | 65536|PS | | | |
### MutualCoupling
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|First_Terminal |Terminal |none|True | 65536|EQ | |The starting terminal for the calculation of distances along the first branch of the mutual coupling. Normally MutualCoupling would only be used for terminals of AC line segments. The first and second terminals of a mutual coupling should point to different AC line segments. | |
|Second_Terminal |Terminal |none|True | 65536|EQ | |The starting terminal for the calculation of distances along the second branch of the mutual coupling. | |
|b0ch |float |S |True | 65536|SC | |Imaginary part of admittance. | |
|distance11 |float |km |True | 65536|SC | |Unit of length. Never negative. | |
|distance12 |float |km |True | 65536|SC | |Unit of length. Never negative. | |
|distance21 |float |km |True | 65536|SC | |Unit of length. Never negative. | |
|distance22 |float |km |True | 65536|SC | |Unit of length. Never negative. | |
|g0ch |float |S |True | 65536|SC | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance. | |
|r0 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|x0 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
### Name
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|----------------------|----------------|----|---------|--------:|--------|-------------|------------|-------|
|IdentifiedObject |IdentifiedObject| |False | 65536|OR | | | |
|NameType |NameType | |False | 65536|OR | | | |
|NamingAuthority |NamingAuthority | |False | 65536|OR | | | |
|UniqueIdentifiedObject|IdentifiedObject| |False | 65536|OR | | | |
|language |str | |False | 65536|OR | | | |
|mRID |str | |False | 65536|OR | | | |
|name |str | |True | 65536|OR | | | |
### NameType
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|---------------|---------------|----|---------|--------:|--------|-------------|------------|-------|
|Name |Name | |False | 65536|OR | | | |
|NamingAuthority|NamingAuthority| |False | 65536|OR | | | |
|description |str | |False | 65536|OR | | | |
|mRID |str | |True | 65536|OR | | | |
|name |str | |True | 65536|OR | | | |
### NamingAuthority
| name |class_type|unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|-----------|----------|----|---------|--------:|--------|-------------|------------|-------|
|Name |Name | |False | 65536|OR | | | |
|NameType |NameType | |False | 65536|OR | | | |
|description|str | |False | 65536|OR | | | |
|mRID |str | |True | 65536|OR | | | |
|name |str | |True | 65536|OR | | | |
### NonConformLoad
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|--------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|pfixed |float |MW |False | 65536|OP | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|pfixedPct |float |none|False | 65536|OP | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|qfixed |float |MVAr|False | 65536|OP | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|qfixedPct |float |none|False | 65536|OP | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|LoadResponse |LoadResponseCharacteristic|none|False | 65536|EQ | |The load response characteristic of this load. If missing, this load is assumed to be constant power. | |
|p |float |MW |True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|LoadGroup |NonConformLoadGroup | |True | 65536|EQ | |Conform loads assigned to this ConformLoadGroup. | |
### NonConformLoadGroup
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|--------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|SubLoadArea |SubLoadArea | |False | 65536| | |The SubLoadArea where the Loadgroup belongs. | |
|EnergyConsumers |NonConformLoad| |False | 65536| | |Group of this ConformLoad. | |
### NonlinearShuntCompensator
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------------|------------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|aVRDelay |float |s |False | 65536| | |Time, in seconds. | |
|grounded |bool |none|False | 65536| | |Used for Yn and Zn connections. True if the neutral is solidly grounded. | |
|maximumSections |int |none|False | 65536| | |The maximum number of sections that may be switched in. | |
|nomU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalSections |int |none|False | 65536| | |The normal number of sections switched in. | |
|switchOnCount |int |none|False | 65536| | |The switch on count since the capacitor count was last reset or initialized. | |
|switchOnDate |datetime |none|False | 65536| | |The date and time when the capacitor bank was last switched on. | |
|voltageSensitivity |float |kV |False | 65536| | |Voltage variation with reactive power. | |
|SvShuntCompensatorSections |SvShuntCompensatorSections |none|False | 65536| | |The state for the number of shunt compensator sections in service. | |
|sections |float |none|False | 65536| | |A floating point number. The range is unspecified and not limited. | |
|NonlinearShuntCompensatorPoints|NonlinearShuntCompensatorPoint| |False | 65536| | |All points of the non-linear shunt compensator. | |
### NonlinearShuntCompensatorPoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------|-------|
|NonlinearShuntCompensator|NonlinearShuntCompensator|none|True | 65536|EQ | |Non-linear shunt compensator owning this point. | |
|b |float |S |True | 65536|EQ | |Imaginary part of admittance. | |
|b0 |float |S |True | 65536|SC | |Imaginary part of admittance. | |
|g |float |S |True | 65536|EQ | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance.| |
|g0 |float |S |True | 65536|SC | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance.| |
|sectionNumber |int |none|True | 65536|EQ | |The number of the section. | |
### NuclearGeneratingUnit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------------|---------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|genControlSource |enum GeneratorControlSource|none|False | 65536|EQ | |The source of controls for a generating unit. | |
|governorSCD |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|initialP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|longPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|maximumAllowableSpinningReserve|float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|nominalP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMinP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedNetMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|shortPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|startupCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|variableCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|totalEfficiency |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|ControlAreaGeneratingUnit |ControlAreaGeneratingUnit |none|False | 65536| | |ControlArea specifications for this generating unit. | |
|RotatingMachine |RotatingMachine |none|False | 65536| | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|normalPF |float |none|True | 65536|SSH | |A floating point number. The range is unspecified and not limited. | |
### ObjectType
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|----------------|----------------|----|---------|--------:|--------|-------------|------------|-------|
|IdentifiedObject|IdentifiedObject| |False | 65536|OR | | | |
|type |str | |True | 65536|OR | | | |
### ObservabilityArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaBorderTerminal |AreaBorderTerminal | |False | 65536|MA | | | |
|PowerFrequencyController|PowerFrequencyController| |False | 65536|ER | | | |
|Region |Region | |False | 65536|MA | | | |
|SynchronousArea |SynchronousArea | |False | 65536|MA | | | |
|SystemOperator |SystemOperator | |False | 65536|MA | | | |
### ObservableQuantity
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessedElement |AssessedElement | |True | 65536|SM | | | |
|Contingency |Contingency | |False | 65536|SM | | | |
|SensitivityFactor |SensitivityFactor| |True | 65536|SM | | | |
|observableQuantityKind|str | |True | 65536|SM | | | |
### OperationalLimit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |Values of equipment limits. | |
|OperationalLimitType|OperationalLimitType| |False | 65536| | |The limit type associated with this limit. | |
### OperationalLimitSet
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|---------------------|----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Terminal |ACDCTerminal | |False | 65536|EQ | |None | |
|Equipment |Equipment | |False | 65536|EQ | |The equipment to which the limit set applies. | |
|OperationalLimitValue|OperationalLimit| |False | 65536| | |The limit set to which the limit values belong. | |
### OperationalLimitType
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OperationalLimit |OperationalLimit |none|False | 65536| | |The operational limits associated with this type of limit. | |
|acceptableDuration|float |s |False | 65536|EQ | |Time, in seconds. | |
|limitType |enum LimitTypeKind |none|True | 65536|EQ | |Types of limits defined in the ENTSO-E Operational Handbook Policy 3. | |
|direction |enum OperationalLimitDirectionKind|none|False | 65536|EQ | |The direction of the limit. | |
### OrdinaryContingency
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessedElementWithContingency|AssessedElementWithContingency| |False | 65536|AE | | | |
|ContingencyElement |ContingencyElement | |True | 65536|CO | | | |
|ContingencyPowerFlowResult |ContingencyPowerFlowResult | |False | 65536|SAR | | | |
|ContingencySchedule |str | |False | 65536|SIS | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|CurativeRemedialActionSchedule|RemedialActionSchedule | |False | 65536|RAS | | | |
|EquipmentOperator |SystemOperator | |False | 65536|CO | | | |
|ObservableQuantity |str | |False | 65536|SM | | | |
|PinContingency |PinContingency | |False | 65536|RA | | | |
|SimulationEvents |str | |False | 65536|CO | | | |
|mustStudy |bool | |True | 65536|SSI | | | |
|normalMustStudy |bool | |True | 65536|CO | | | |
|normalProbability |float | |False | 65536|CO | | | |
|probability |float | |False | 65536|SSI | | | |
### OrdinaryPowerTransferCorridor
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|CircuitShare |CircuitShare | |False | 65536|ER | | | |
|GenericEnablingSchedule |str | |False | 65536|SIS | | | |
|OperationalLimitSet |OperationalLimitSet| |False | 65536|ER | | | |
|PTCActivePowerSupport |str | |False | 65536|RA | | | |
|PinPowerTransferCorridor|str | |False | 65536|RA | | | |
|PowerFlowResult |PowerFlowResult | |False | 65536|SAR | | | |
|enabled |bool | |True | 65536|SSI | | | |
|normalEnabled |bool | |False | 65536|ER | | | |
### Organisation
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Roles |OrganisationRole| |False | 65536|ER | | | |
### OrganisationRole
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation| |False | 65536|ER | | | |
|globalLocationNumber|str | |False | 65536|ER | | | |
### OutOfRangeContingency
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessedElementWithContingency|AssessedElementWithContingency| |False | 65536|AE | | | |
|ContingencyElement |ContingencyElement | |True | 65536|CO | | | |
|ContingencyPowerFlowResult |ContingencyPowerFlowResult | |False | 65536|SAR | | | |
|ContingencySchedule |str | |False | 65536|SIS | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|CurativeRemedialActionSchedule|RemedialActionSchedule | |False | 65536|RAS | | | |
|EquipmentOperator |SystemOperator | |False | 65536|CO | | | |
|ObservableQuantity |str | |False | 65536|SM | | | |
|PinContingency |PinContingency | |False | 65536|RA | | | |
|SimulationEvents |str | |False | 65536|CO | | | |
|mustStudy |bool | |True | 65536|SSI | | | |
|normalMustStudy |bool | |True | 65536|CO | | | |
|normalProbability |float | |False | 65536|CO | | | |
|probability |float | |False | 65536|SSI | | | |
### OutageCoordinationRegion
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|LimitViolation |PowerFlowResult | |False | 65536|SAR | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|NativeAssessedElement |AssessedElement | |False | 65536|AE | | | |
|OverlappingZone |str | |False | 65536|ER | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|RemedialActionSchedule|RemedialActionSchedule| |False | 65536|RAS | | | |
|ScannedAssessedElement|AssessedElement | |False | 65536|AE | | | |
|SecuredAssessedElement|AssessedElement | |False | 65536|AE | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|OutageCoordinator |OutageCoordinator | |False | 65536|ER | | | |
|OutagePlanningAgent |OutagePlanningAgent | |False | 65536|ER | | | |
|SecurityCoordinator |SecurityCoordinator | |False | 65536|ER | | | |
### OutageCoordinator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|OutageCoordinationRegion|OutageCoordinationRegion| |False | 65536|ER | | | |
### OutagePlanningAgent
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|OutageCoordinationRegion|OutageCoordinationRegion| |True | 65536|ER | | | |
### OutcomeValue
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|----------------------|----------------------|----|---------|--------:|--------|-------------|------------|-------|
|ImpactAssessmentMatrix|ImpactAssessmentMatrix| |True | 65536|IAM | | | |
|ImpactedSystemOperator|SystemOperator | |True | 65536|IAM | | | |
|mRID |str | |True | 65536|IAM | | | |
|outcome |str | |True | 65536|IAM | | | |
### OverlappingZone
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|---------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ImpactedRegion |Region | |False | 65536|ER | | | |
|OverlappingAssessedElement|AssessedElement| |False | 65536|AE | | | |
### OwnerRemedialActionAssessment
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|--------------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|IAM | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ImpactedSystemOperator|SystemOperator | |True | 65536|IAM | | | |
|RemedialActionImpact |RemedialActionImpact| |True | 65536|IAM | | | |
### PTCActivePowerSupport
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerTransferCorridor|PowerTransferCorridor| |True | 65536|RA | | | |
|RemedialActionScheme |RemedialActionScheme | |True | 65536|RA | | | |
|maximum |str | |True | 65536|RA | | | |
|normal |str | |True | 65536|RA | | | |
|value |str | |True | 65536|SSI | | | |
### ParticipationFactorTimePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|---------------------|---------------------|----|---------|--------:|--------|-------------|------------|-------|
|PowerShiftKeySchedule|PowerShiftKeySchedule| |True | 65536|SIS | | | |
|atTime |str | |False | 65536|SIS | | | |
|participationFactor |float | |False | 65536|SIS | | | |
### PerLengthDCLineParameter
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------|-------------|----|---------|--------:|--------|-------------|-----------------------------------------------------------------|-------|
|DCLineSegments|DCLineSegment|none|False | 65536| | |All line segments described by this set of per-length parameters.| |
|capacitance |float |F |False | 65536|EQ | |Capacitance per unit of length. | |
|inductance |float |H |False | 65536|EQ | |Inductance per unit of length. | |
|resistance |float |ohm |False | 65536|EQ | |Resistance (real part of impedance) per unit of length. | |
### PetersenCoil
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|r |float |ohm |False | 65536| | |Resistance (real part of impedance). | |
|mode |enum PetersenCoilModeKind|none|True | 65536|SC | |The mode of operation of the Petersen coil. | |
|nominalU |float |kV |True | 65536|SC | |Electrical voltage, can be both AC and DC. | |
|offsetCurrent |float |A |False | 65536|SC | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|positionCurrent |float |A |False | 65536|SC | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|xGroundMax |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|xGroundMin |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|xGroundNominal |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
### PhaseControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### PhaseTapChanger
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|highStep |int |none|False | 65536| | 0|Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep. | |
|lowStep |int |none|False | 65536| | 0|Lowest possible tap step position, retard from neutral | |
|ltcFlag |bool |none|False | 65536| |False |Specifies whether or not a TapChanger has load tap changing capabilities. | |
|neutralStep |int |none|False | 65536| | 0|The neutral tap step position for this winding. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|neutralU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalStep |int |none|False | 65536| | 0|The tap step position used in "normal" network operation for this winding. For a "Fixed" tap changer indicates the current physical tap setting. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|TapChangerControl |TapChangerControl|none|False | 65536| | |The tap changers that participates in this regulating tap control scheme. | |
|SvTapStep |SvTapStep |none|False | 65536| | |The tap step state associated with the tap changer. | |
|controlEnabled |bool |none|False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|step |float |none|False | 65536| | 0|A floating point number. The range is unspecified and not limited. | |
|TransformerEnd |TransformerEnd | |False | 65536| | |Phase tap changer associated with this transformer end. | |
### PhaseTapChangerAsymmetrical
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|----------------------|-----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|highStep |int |none|False | 65536| | 0|Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep. | |
|lowStep |int |none|False | 65536| | 0|Lowest possible tap step position, retard from neutral | |
|ltcFlag |bool |none|False | 65536| |False |Specifies whether or not a TapChanger has load tap changing capabilities. | |
|neutralStep |int |none|False | 65536| | 0|The neutral tap step position for this winding. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|neutralU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalStep |int |none|False | 65536| | 0|The tap step position used in "normal" network operation for this winding. For a "Fixed" tap changer indicates the current physical tap setting. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|TapChangerControl |TapChangerControl|none|False | 65536| | |The tap changers that participates in this regulating tap control scheme. | |
|SvTapStep |SvTapStep |none|False | 65536| | |The tap step state associated with the tap changer. | |
|controlEnabled |bool |none|False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|step |float |none|False | 65536| | 0|A floating point number. The range is unspecified and not limited. | |
|TransformerEnd |TransformerEnd | |False | 65536| | |Phase tap changer associated with this transformer end. | |
|voltageStepIncrement |float |none|False | 65536| | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|xMax |float |ohm |False | 65536| | |Reactance (imaginary part of impedance), at rated frequency. | |
|xMin |float |ohm |False | 65536| | |Reactance (imaginary part of impedance), at rated frequency. | |
|windingConnectionAngle|float |deg |True | 65536|EQ | |Measurement of angle in degrees. | |
### PhaseTapChangerLinear
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-----------------------|-----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|highStep |int |none|False | 65536| | 0|Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep. | |
|lowStep |int |none|False | 65536| | 0|Lowest possible tap step position, retard from neutral | |
|ltcFlag |bool |none|False | 65536| |False |Specifies whether or not a TapChanger has load tap changing capabilities. | |
|neutralStep |int |none|False | 65536| | 0|The neutral tap step position for this winding. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|neutralU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalStep |int |none|False | 65536| | 0|The tap step position used in "normal" network operation for this winding. For a "Fixed" tap changer indicates the current physical tap setting. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|TapChangerControl |TapChangerControl|none|False | 65536| | |The tap changers that participates in this regulating tap control scheme. | |
|SvTapStep |SvTapStep |none|False | 65536| | |The tap step state associated with the tap changer. | |
|controlEnabled |bool |none|False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|step |float |none|False | 65536| | 0|A floating point number. The range is unspecified and not limited. | |
|TransformerEnd |TransformerEnd | |False | 65536| | |Phase tap changer associated with this transformer end. | |
|stepPhaseShiftIncrement|float |deg |True | 65536|EQ | |Measurement of angle in degrees. | |
|xMax |float |ohm |True | 65536|EQ | |Reactance (imaginary part of impedance), at rated frequency. | |
|xMin |float |ohm |True | 65536|EQ | |Reactance (imaginary part of impedance), at rated frequency. | |
### PhaseTapChangerNonLinear
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|-----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|highStep |int |none|False | 65536| | 0|Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep. | |
|lowStep |int |none|False | 65536| | 0|Lowest possible tap step position, retard from neutral | |
|ltcFlag |bool |none|False | 65536| |False |Specifies whether or not a TapChanger has load tap changing capabilities. | |
|neutralStep |int |none|False | 65536| | 0|The neutral tap step position for this winding. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|neutralU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalStep |int |none|False | 65536| | 0|The tap step position used in "normal" network operation for this winding. For a "Fixed" tap changer indicates the current physical tap setting. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|TapChangerControl |TapChangerControl|none|False | 65536| | |The tap changers that participates in this regulating tap control scheme. | |
|SvTapStep |SvTapStep |none|False | 65536| | |The tap step state associated with the tap changer. | |
|controlEnabled |bool |none|False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|step |float |none|False | 65536| | 0|A floating point number. The range is unspecified and not limited. | |
|TransformerEnd |TransformerEnd | |False | 65536| | |Phase tap changer associated with this transformer end. | |
|voltageStepIncrement|float |none|False | 65536| | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|xMax |float |ohm |False | 65536| | |Reactance (imaginary part of impedance), at rated frequency. | |
|xMin |float |ohm |False | 65536| | |Reactance (imaginary part of impedance), at rated frequency. | |
### PhaseTapChangerSymmetrical
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|-----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|highStep |int |none|False | 65536| | 0|Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep. | |
|lowStep |int |none|False | 65536| | 0|Lowest possible tap step position, retard from neutral | |
|ltcFlag |bool |none|False | 65536| |False |Specifies whether or not a TapChanger has load tap changing capabilities. | |
|neutralStep |int |none|False | 65536| | 0|The neutral tap step position for this winding. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|neutralU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalStep |int |none|False | 65536| | 0|The tap step position used in "normal" network operation for this winding. For a "Fixed" tap changer indicates the current physical tap setting. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|TapChangerControl |TapChangerControl|none|False | 65536| | |The tap changers that participates in this regulating tap control scheme. | |
|SvTapStep |SvTapStep |none|False | 65536| | |The tap step state associated with the tap changer. | |
|controlEnabled |bool |none|False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|step |float |none|False | 65536| | 0|A floating point number. The range is unspecified and not limited. | |
|TransformerEnd |TransformerEnd | |False | 65536| | |Phase tap changer associated with this transformer end. | |
|voltageStepIncrement|float |none|False | 65536| | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|xMax |float |ohm |False | 65536| | |Reactance (imaginary part of impedance), at rated frequency. | |
|xMin |float |ohm |False | 65536| | |Reactance (imaginary part of impedance), at rated frequency. | |
### PhaseTapChangerTable
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PhaseTapChangerTablePoint|PhaseTapChangerTablePoint| |False | 65536| | |The points of this table. | |
|PhaseTapChangerTabular |PhaseTapChangerTabular | |False | 65536| | |The phase tap changers to which this phase tap table applies. | |
### PhaseTapChangerTablePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------|-------|
|PhaseTapChangerTable|PhaseTapChangerTable|none|True | 65536|EQ | |The table of this point. | |
|angle |float |deg |True | 65536|EQ | |Measurement of angle in degrees.| |
### PhaseTapChangerTabular
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|highStep |int |none|False | 65536| | 0|Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep. | |
|lowStep |int |none|False | 65536| | 0|Lowest possible tap step position, retard from neutral | |
|ltcFlag |bool |none|False | 65536| |False |Specifies whether or not a TapChanger has load tap changing capabilities. | |
|neutralStep |int |none|False | 65536| | 0|The neutral tap step position for this winding. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|neutralU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalStep |int |none|False | 65536| | 0|The tap step position used in "normal" network operation for this winding. For a "Fixed" tap changer indicates the current physical tap setting. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|TapChangerControl |TapChangerControl |none|False | 65536| | |The tap changers that participates in this regulating tap control scheme. | |
|SvTapStep |SvTapStep |none|False | 65536| | |The tap step state associated with the tap changer. | |
|controlEnabled |bool |none|False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|step |float |none|False | 65536| | 0|A floating point number. The range is unspecified and not limited. | |
|TransformerEnd |TransformerEnd | |False | 65536| | |Phase tap changer associated with this transformer end. | |
|PhaseTapChangerTable|PhaseTapChangerTable| |False | 65536|EQ | |The phase tap changer table for this phase tap changer. | |
### PinContingency
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage|float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
|Contingency |Contingency| |True | 65536|RA | | | |
### PinDCTerminal
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage|float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
|DCTerminal |DCTerminal| |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
### PinEquipment
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage|float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
|Equipment |Equipment | |True | 65536|RA | | | |
|PropertyReference |PropertyReference| |True | 65536|RA | | | |
### PinEquipmentTripping
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage|float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
|Equipment |Equipment | |True | 65536|RA | | | |
### PinGate
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage|float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
|GateOutput |Gate | |True | 65536|RA | | | |
### PinMeasurement
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage |float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
|Measurement |Measurement | |False | 65536|RA | | | |
|MeasurementCalculator|MeasurementCalculator| |False | 65536|RA | | | |
### PinOperationalLimit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage|float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
|OperationalLimit |OperationalLimit| |True | 65536|RA | | | |
### PinPowerTransferCorridor
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage |float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
|PowerTransferCorridor|PowerTransferCorridor| |True | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
### PinTerminal
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Function |str | |True | 65536|ER | | | |
|Gate |Gate | |True | 65536|RA | | | |
|absoluteValue |bool | |True | 65536|ER, RA | | | |
|duration |float | |True | 65536|ER, RA | | | |
|isValuePreFault |bool | |False | 65536|RA | | | |
|logicKind |str | |False | 65536|ER, RA | | | |
|negate |bool | |True | 65536|ER, RA | | | |
|thresholdPercentage|float | |False | 65536|ER, RA | | | |
|thresholdValue |float | |False | 65536|ER, RA | | | |
|Terminal |Terminal | |True | 65536|ER, RA | | | |
|kind |str | |True | 65536|ER, RA | | | |
### Plant
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement| |False | 65536|OP | |The measurements associated with this power system resource. | |
### PointOfCommonCoupling
| name |class_type|unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
### PositionPoint
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------|----------|----|---------|--------:|--------|-------------|----------------------------------------------------------------------|-------|
|Location |Location | |True | 65536|GL | |Location described by this position point. | |
|sequenceNumber|int | |False | 65536|GL | |Zero-relative sequence number of this point within a series of points.| |
|xPosition |str | |True | 65536|GL | |X axis position. | |
|yPosition |str | |True | 65536|GL | |Y axis position. | |
|zPosition |str | |False | 65536|GL | |(if applicable) Z axis position. | |
### PowerBidDependency
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|-------------------------|----------------|----|---------|--------:|--------|-------------|------------|-------|
|DependeePowerBidSchedule |PowerBidSchedule| |True | 65536|SIS | | | |
|DependentPowerBidSchedule|PowerBidSchedule| |True | 65536|SIS | | | |
|finishToFinishLag |float | |False | 65536|SIS | | | |
|finishToFinishLagKind |str | |False | 65536|SIS | | | |
|finishToStartLag |float | |False | 65536|SIS | | | |
|finishToStartLagKind |str | |False | 65536|SIS | | | |
|kind |str | |True | 65536|SIS | | | |
|mRID |str | |True | 65536|SIS | | | |
|overlap |float | |False | 65536|SIS | | | |
|overlapKind |str | |False | 65536|SIS | | | |
|startToStartLag |float | |False | 65536|SIS | | | |
|startToStartLagKind |str | |False | 65536|SIS | | | |
### PowerBidSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|DependeePowerBidDependency |PowerBidDependency | |False | 65536|SIS | | | |
|DependentPowerBidDependency|PowerBidDependency | |False | 65536|SIS | | | |
|PowerBidScheduleTimePoint |PowerBidScheduleTimePoint| |True | 65536|SIS | | | |
|PowerRemedialAction |PowerRemedialAction | |False | 65536|SIS | | | |
|PowerSchedulelAction |PowerScheduleAction | |False | 65536|RAS | | | |
|PowerShiftKeyDistribution |PowerShiftKeyDistribution| |False | 65536|SIS | | | |
|ScheduleResource |str | |False | 65536|SIS | | | |
|activationCost |float | |False | 65536|SIS | | | |
|currency |str | |False | 65536|SIS | | | |
|direction |str | |False | 65536|SIS | | | |
|isFixed |bool | |False | 65536|SIS | | | |
|isOffer |bool | |False | 65536|SIS | | | |
|leadTime |float | |False | 65536|SIS | | | |
|maxRampDownP |float | |False | 65536|SIS | | | |
|maxRampUpP |float | |False | 65536|SIS | | | |
|maximumUptime |float | |False | 65536|SIS | | | |
|minimumOffTime |float | |False | 65536|SIS | | | |
|minimumUptime |float | |False | 65536|SIS | | | |
|priority |int | |False | 65536|SIS | | | |
|shutdownCost |float | |False | 65536|SIS | | | |
|totalMaximumEnergy |str | |False | 65536|SIS | | | |
|totalMinimumEnergy |str | |False | 65536|SIS | | | |
### PowerBidScheduleTimePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|------------------|----------------|----|---------|--------:|--------|-------------|------------|-------|
|PowerBidSchedule |PowerBidSchedule| |True | 65536|SIS | | | |
|activationCost |float | |False | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|minimumActivationP|float | |False | 65536|SIS | | | |
|p |float | |False | 65536|SIS | | | |
|price |float | |False | 65536|SIS | | | |
|reservePrice |float | |False | 65536|SIS | | | |
|shutdownCost |float | |False | 65536|SIS | | | |
|stepIncrementP |float | |False | 65536|SIS | | | |
### PowerCapacity
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|--------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BiddingZone |BiddingZone | |False | 65536|ER | | | |
|SchedulingArea |SchedulingArea| |False | 65536|ER | | | |
|maxInterchange |str | |False | 65536|SSI | | | |
|minImportP |str | |False | 65536|SSI | | | |
|minInterchange |str | |False | 65536|SSI | | | |
|netACInterchange |str | |False | 65536|SSI | | | |
|netACInterchangeTolerance|str | |False | 65536|SSI | | | |
|netDCInterchange |str | |False | 65536|SSI | | | |
|regulatingDownAllocation |str | |False | 65536|SSI | | | |
|regulatingUpAllocation |str | |False | 65536|SSI | | | |
### PowerElectricalChemicalUnit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|PowerElectronicsConnection|PowerElectronicsConnection|none|True | 65536|EQ | |A power electronics unit has a connection to the AC network. | |
|maxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|kind |str | |True | 65536|ER | | | |
### PowerElectronicsConnectionAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|PowerElectronicsConnection |PowerElectronicsConnection | |True | 65536|RA | | | |
### PowerElectronicsConnectionController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction |EquipmentControllerAction | |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|PowerElectronicsUnitController|PowerElectronicsUnitController| |False | 65536|ER | | | |
### PowerElectronicsMarineUnit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|PowerElectronicsConnection|PowerElectronicsConnection|none|True | 65536|EQ | |A power electronics unit has a connection to the AC network. | |
|maxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|kind |str | |True | 65536|ER | | | |
### PowerElectronicsUnitController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------------|------------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction |EquipmentControllerAction | |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|PowerElectronicsConnectionController|PowerElectronicsConnectionController| |False | 65536|ER | | | |
|PowerElectronicsUnit |PowerElectronicsUnit | |False | 65536|ER | | | |
### PowerFactorControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### PowerFlowResult
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|---------------------|---------------------|----|---------|--------:|--------|-------------|------------|-------|
|ACDCTerminal |ACDCTerminal | |False | 65536|SAR | | | |
|OperationalLimit |OperationalLimit | |False | 65536|SAR | | | |
|PowerTransferCorridor|PowerTransferCorridor| |False | 65536|SAR | | | |
|RemedialActionApplied|str | |False | 65536|SAR | | | |
|ReportedByRegion |Region | |False | 65536|SAR | | | |
|TopologicalNode |TopologicalNode | |False | 65536|SAR | | | |
|absoluteValue |float | |False | 65536|SAR | | | |
|atTime |str | |True | 65536|SAR | | | |
|isViolation |bool | |True | 65536|SAR | | | |
|value |float | |False | 65536|SAR | | | |
|valueA |float | |False | 65536|SAR | | | |
|valueAngle |float | |False | 65536|SAR | | | |
|valueV |float | |False | 65536|SAR | | | |
|valueVA |float | |False | 65536|SAR | | | |
|valueVAR |float | |False | 65536|SAR | | | |
|valueW |float | |False | 65536|SAR | | | |
### PowerFrequencyController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentController |EquipmentController | |True | 65536|ER | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|FrequencyMonitoringTerminal|FrequencyMonitoringTerminal| |False | 65536|ER | | | |
|MonitoringArea |MonitoringArea | |False | 65536|ER | | | |
|PowerShiftKeyStrategy |PowerShiftKeyStrategy | |False | 65536|ER | | | |
|mode |str | |True | 65536|ER | | | |
### PowerPlantController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
### PowerRemedialAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AppointedToRegion |Region | |True | 65536|RA | | | |
|AssessedElementWithRemedialAction|AssessedElementWithRemedialAction| |False | 65536|AE | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|DependentRemedialAction |RemedialActionDependency | |False | 65536|RA | | | |
|GenericAvailableSchedule |str | |False | 65536|SIS | | | |
|RemedialActionApplied |str | |False | 65536|SAR | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionOutcomeValue |RemedialActionOutcomeValue | |False | 65536|IAM | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
|RemedialActionSystemOperator |SystemOperator | |False | 65536|RA | | | |
|available |bool | |True | 65536|SSI | | | |
|impactThresholdMargin |float | |False | 65536|RA | | | |
|isCrossBorderRelevant |bool | |True | 65536|RA | | | |
|isManual |bool | |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
|normalAvailable |bool | |True | 65536|RA | | | |
|penaltyFactor |float | |False | 65536|RA | | | |
|timeToImplement |float | |False | 65536|RA | | | |
|BiddingZone |BiddingZone | |False | 65536|RA | | | |
|BiddingZoneBorder |BiddingZoneBorder | |False | 65536|RA | | | |
|PowerBidSchedule |PowerBidSchedule | |False | 65536|SIS | | | |
|PowerRemedialActionSchedule |str | |False | 65536|SIS | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|PowerShiftKeyStrategy |PowerShiftKeyStrategy | |False | 65536|RA | | | |
|maxRegulatingDown |float | |False | 65536|SSI | | | |
|maxRegulatingUp |float | |False | 65536|SSI | | | |
### PowerRemedialActionSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|PowerRemedialAction |PowerRemedialAction | |True | 65536|SIS | | | |
|PowerRemedialActionTimePoint|PowerRemedialActionTimePoint| |True | 65536|SIS | | | |
### PowerRemedialActionTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerRemedialActionSchedule|PowerRemedialActionSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|maxRegulatingDown |str | |False | 65536|SIS | | | |
|maxRegulatingUp |str | |False | 65536|SIS | | | |
### PowerSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|AreaDispatchableUnit|AreaDispatchableUnit| |False | 65536|PS | | | |
|BiddingZone |BiddingZone | |False | 65536|PS | | | |
|BiddingZoneBorder |BiddingZoneBorder | |False | 65536|PS | | | |
|DCPole |str | |False | 65536|PS | | | |
|DCTieCorridor |str | |False | 65536|PS | | | |
|EnergyConnection |EnergyConnection | |False | 65536|PS | | | |
|EnergyGroup |str | |False | 65536|PS | | | |
|EquivalentInjection |EquivalentInjection | |False | 65536|PS | | | |
|GeneratingUnit |GeneratingUnit | |False | 65536|PS | | | |
|HydroPump |HydroPump | |False | 65536|PS | | | |
|PowerElectronicsUnit|PowerElectronicsUnit| |False | 65536|PS | | | |
|PowerRemedialAction |PowerRemedialAction | |False | 65536|PS | | | |
|PowerScheduleAction |PowerScheduleAction | |False | 65536|RAS | | | |
|PowerTimePoint |PowerTimePoint | |False | 65536|PS, RAS | | | |
|SchedulingArea |SchedulingArea | |False | 65536|PS | | | |
|currency |str | |False | 65536|PS, RAS | | | |
|direction |str | |False | 65536|PS | | | |
|powerScheduleKind |str | |True | 65536|PS | | | |
### PowerScheduleAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerBidSchedule |PowerBidSchedule | |False | 65536|RAS | | | |
|PowerSchedule |PowerSchedule | |True | 65536|RAS | | | |
|RemedialActionSchedule|RemedialActionSchedule| |True | 65536|RAS | | | |
|currency |str | |False | 65536|RAS | | | |
|energyPrice |float | |False | 65536|RAS | | | |
### PowerShiftKeyDistribution
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerBidSchedule |PowerBidSchedule | |False | 65536|SIS | | | |
|PowerShiftKeySchedule|PowerShiftKeySchedule| |True | 65536|SIS | | | |
|PowerShiftKeyStrategy|PowerShiftKeyStrategy| |False | 65536|SIS | | | |
### PowerShiftKeySchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|DCPole |str | |False | 65536|SIS | | | |
|EnergyBlockOrder |str | |False | 65536|SIS | | | |
|EnergyConsumer |EnergyConsumer | |False | 65536|SIS | | | |
|EnergyGroup |str | |False | 65536|SIS | | | |
|EnergySource |EnergySource | |False | 65536|SIS | | | |
|EquivalentInjection |EquivalentInjection | |False | 65536|SIS | | | |
|ExternalNetworkInjection |ExternalNetworkInjection | |False | 65536|SIS | | | |
|GeneratingUnit |GeneratingUnit | |False | 65536|SIS | | | |
|HydroPump |HydroPump | |False | 65536|SIS | | | |
|ParticipationFactorTimePoint|ParticipationFactorTimePoint| |False | 65536|SIS | | | |
|PowerElectronicsUnit |PowerElectronicsUnit | |False | 65536|SIS | | | |
|PowerShiftKeyDistribution |PowerShiftKeyDistribution | |False | 65536|SIS | | | |
|ScheduleResource |str | |False | 65536|SIS | | | |
### PowerShiftKeyStrategy
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerFrequencyController |str | |False | 65536|ER | | | |
|PowerRemedialAction |PowerRemedialAction | |True | 65536|RA | | | |
|PowerShiftKeyDistribution|PowerShiftKeyDistribution| |False | 65536|SIS | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
|dispatchableUnitOnly |bool | |False | 65536|ER | | | |
|enabled |bool | |True | 65536|SSI | | | |
|method |str | |False | 65536|ER | | | |
|normalEnabled |bool | |False | 65536|ER | | | |
|normalParticipationFactor|float | |False | 65536|ER | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|powerBlockKind |str | |False | 65536|ER | | | |
|powerShiftKey |str | |False | 65536|ER | | | |
### PowerSystemOrganisationRole
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation| |False | 65536|ER | | | |
|globalLocationNumber|str | |False | 65536|ER | | | |
### PowerSystemProject
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AlternativeProject |PowerSystemProject | |False | 65536|PSP | | | |
|AvailabilitySchedule |AvailabilitySchedule | |False | 65536|PSP | | | |
|DependentOnProject |PowerSystemProject | |False | 65536|PSP | | | |
|DifferenceModel |DifferenceModel | |False | 65536|PSP | | | |
|PriorityProject |PowerSystemProject | |False | 65536|PSP | | | |
|Project |PowerSystemProject | |False | 65536|PSP | | | |
|ProjectGroup |PowerSystemProjectGroup| |False | 65536|PSP | | | |
|ShadowProject |PowerSystemProject | |False | 65536|PSP | | | |
|SilhouetteProject |PowerSystemProject | |False | 65536|PSP | | | |
|cancelled |str | |False | 65536|PSP | | | |
|commissioned |str | |False | 65536|PSP | | | |
|committed |str | |False | 65536|PSP | | | |
|inBuild |str | |False | 65536|PSP | | | |
|inPlan |str | |False | 65536|PSP | | | |
|officialExpectedCommissioning|str | |True | 65536|PSP | | | |
|priority |str | |False | 65536|PSP | | | |
### PowerSystemProjectGroup
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|PSP | | | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Project |PowerSystemProject| |False | 65536|PSP | | | |
|identifier |str | |True | 65536|PSP | | | |
|title |str | |True | 65536|PSP | | | |
### PowerSystemResource
| name |class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement| |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
### PowerTimePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|--------------|-------------|----|---------|--------:|--------|-------------|------------|-------|
|PowerSchedule |PowerSchedule| |True | 65536|PS, RAS | | | |
|activatedP |float | |False | 65536|PS, RAS | | | |
|activatedPrice|float | |False | 65536|PS, RAS | | | |
|activatedQ |float | |False | 65536|PS | | | |
|atTime |str | |True | 65536|PS, RAS | | | |
|meritOrder |int | |False | 65536|PS | | | |
|p |float | |False | 65536|PS, RAS | | | |
|price |float | |False | 65536|PS, RAS | | | |
|q |float | |False | 65536|PS, RAS | | | |
### PowerTransferCorridor
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|CircuitShare |CircuitShare | |False | 65536|ER | | | |
|GenericEnablingSchedule |str | |False | 65536|SIS | | | |
|OperationalLimitSet |OperationalLimitSet| |False | 65536|ER | | | |
|PTCActivePowerSupport |str | |False | 65536|RA | | | |
|PinPowerTransferCorridor|str | |False | 65536|RA | | | |
|PowerFlowResult |PowerFlowResult | |False | 65536|SAR | | | |
|enabled |bool | |True | 65536|SSI | | | |
|normalEnabled |bool | |False | 65536|ER | | | |
### PowerTransformer
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|beforeShCircuitHighestOperatingCurrent|float |A |False | 65536|SC | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|beforeShCircuitHighestOperatingVoltage|float |kV |False | 65536|SC | |Electrical voltage, can be both AC and DC. | |
|beforeShortCircuitAnglePf |float |deg |False | 65536|SC | |Measurement of angle in degrees. | |
|highSideMinOperatingU |float |kV |False | 65536|SC | |Electrical voltage, can be both AC and DC. | |
|isPartOfGeneratorUnit |bool |none|True | 65536|SC | |Indicates whether the machine is part of a power station unit. Used for short circuit data exchange according to IEC 60909 | |
|operationalValuesConsidered |bool |none|False | 65536|SC | |It is used to define if the data (other attributes related to short circuit data exchange) defines long term operational conditions or not. Used for short circuit data exchange according to IEC 60909. | |
|PowerTransformerEnd |PowerTransformerEnd|none|False | 65536| | |The power transformer of this power transformer end. | |
### PowerTransformerCircuit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|CircuitShare |CircuitShare| |False | 65536|ER | | | |
|Equipment |Equipment | |False | 65536|ER | | | |
|IdentifyingTerminal|Terminal | |False | 65536|ER | | | |
|positiveFlowIn |bool | |True | 65536|ER | | | |
### PowerTransformerEnd
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BaseVoltage |BaseVoltage |none|False | 65536| | |Base voltage of the transformer end. This is essential for PU calculation. | |
|Terminal |Terminal |none|False | 65536| | |Terminal of the power transformer to which this transformer end belongs. | |
|PhaseTapChanger |PhaseTapChanger |none|False | 65536| | |Transformer end to which this phase tap changer belongs. | |
|RatioTapChanger |RatioTapChanger |none|False | 65536| | |Transformer end to which this ratio tap changer belongs. | |
|rground |float |ohm |False | 65536| | |Resistance (real part of impedance). | |
|endNumber |int |none|False | 65536| | |Number for this transformer end, corresponding to the end's order in the power transformer vector group or phase angle clock number. Highest voltage winding should be 1. Each end within a power transformer should have a unique subsequent end number. Note the transformer end number need not match the terminal sequence number. | |
|grounded |bool |none|False | 65536| | |(for Yn and Zn connections) True if the neutral is solidly grounded. | |
|xground |float |ohm |False | 65536| | |Reactance (imaginary part of impedance), at rated frequency. | |
|PowerTransformer |PowerTransformer |none|True | 65536|EQ | |The ends of this power transformer. | |
|b |float |S |True | 65536|EQ | |Imaginary part of admittance. | |
|connectionKind |enum WindingConnection|none|False | 65536|EQ | |Kind of connection. | |
|b0 |float |S |True | 65536|SC | |Imaginary part of admittance. | |
|phaseAngleClock |int |none|True | 65536|SC | |Terminal voltage phase angle displacement where 360 degrees are represented with clock hours. The valid values are 0 to 11. For example, for the secondary side end of a transformer with vector group code of 'Dyn11', specify the connection kind as wye with neutral and specify the phase angle of the clock as 11. The clock value of the transformer end number specified as 1, is assumed to be zero. Note the transformer end number is not assumed to be the same as the terminal sequence number. | |
|ratedS |float |MVA |False | 65536|EQ | |Product of the RMS value of the voltage and the RMS value of the current. | |
|g |float |S |False | 65536|EQ | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance. | |
|ratedU |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|g0 |float |S |True | 65536|SC | |Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance. | |
|r |float |ohm |True | 65536|EQ | |Resistance (real part of impedance). | |
|r0 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|x |float |ohm |True | 65536|EQ | |Reactance (imaginary part of impedance), at rated frequency. | |
|x0 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
### PropertyReference
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|FunctionOutputVariable|FunctionOutputVariable| |False | 65536|ER | | | |
|GridStateAlteration |GridStateAlteration | |False | 65536|RA | | | |
|PinEquipment |PinEquipment | |False | 65536|RA | | | |
|StaticPropertyRange |StaticPropertyRange | |False | 65536|RA | | | |
### ProportionalEnergyComponent
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergyConsumer |EnergyConsumer | |False | 65536|ER | | | |
|EnergyGroup |EnergyGroup | |False | 65536|ER | | | |
|GeneratingUnit |GeneratingUnit | |False | 65536|ER | | | |
|HydroPump |HydroPump | |False | 65536|ER | | | |
|PowerElectronicsUnit |PowerElectronicsUnit| |False | 65536|ER | | | |
|normalParticipationFactor|str | |False | 65536|ER | | | |
|powerDuration |str | |False | 65536|ER | | | |
### ProposingRemedialActionScheduleShare
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |False | 65536|RAS | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ProposingEntity |SystemOperator | |True | 65536|RAS | | | |
|RemedialActionSchedule|RemedialActionSchedule| |True | 65536|RAS | | | |
|costSharingFactor |str | |False | 65536|RAS | | | |
### ProtectedSwitch
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|normalOpen |bool |none|True | 65536|EQ |False |The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen. | |
|ratedCurrent |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|retained |bool |none|True | 65536|EQ |False |Branch is retained in a bus branch model. The flow through retained switches will normally be calculated in power flow. | |
|open |bool |none|True | 65536|SSH |False |The attribute tells if the switch is considered open when used as input to topology processing. | |
### QualitativeRemedialActionImpact
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|IAM | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessingSystemOperator |SystemOperator | |True | 65536|IAM | | | |
|OwnerRemedialActionAssessment|OwnerRemedialActionAssessment| |False | 65536|IAM | | | |
|RemedialAction |RemedialAction | |False | 65536|IAM | | | |
|RemedialActionGroup |RemedialActionGroup | |False | 65536|IAM | | | |
|impactQuantity |str | |False | 65536|IAM | | | |
|kind |str | |True | 65536|IAM | | | |
### Quality61850
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-----------------|-------------|----|---------|--------:|--------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|badReference |bool | |False | 65536| | |Measurement value may be incorrect due to a reference being out of calibration. | |
|estimatorReplaced|bool | |False | 65536| | |Value has been replaced by State Estimator. estimatorReplaced is not an IEC61850 quality bit but has been put in this class for convenience. | |
|failure |bool | |False | 65536| | |This identifier indicates that a supervision function has detected an internal or external failure, e.g. communication failure. | |
|oldData |bool | |False | 65536| | |Measurement value is old and possibly invalid, as it has not been successfully updated during a specified time interval. | |
|operatorBlocked |bool | |False | 65536| | |Measurement value is blocked and hence unavailable for transmission. | |
|oscillatory |bool | |False | 65536| | |To prevent some overload of the communication it is sensible to detect and suppress oscillating (fast changing) binary inputs. If a signal changes in a defined time (tosc) twice in the same direction (from 0 to 1 or from 1 to 0) then oscillation is detected and the detail quality identifier "oscillatory" is set. If it is detected a configured numbers of transient changes could be passed by. In this time the validity status "questionable" is set. If after this defined numbers of changes the signal is still in the oscillating state the value shall be set either to the opposite state of the previous stable value or to a defined default value. In this case the validity status "questionable" is reset and "invalid" is set as long as the signal is oscillating. If it is configured such that no transient changes should be passed by then the validity status "invalid" is set immediately in addition to the detail quality identifier "oscillatory" (used for status information only).| |
|outOfRange |bool | |False | 65536| | |Measurement value is beyond a predefined range of value. | |
|overFlow |bool | |False | 65536| | |Measurement value is beyond the capability of being represented properly. For example, a counter value overflows from maximum count back to a value of zero. | |
|source |enum Source | |False | 65536| | |Source gives information related to the origin of a value. The value may be acquired from the process, defaulted or substituted. | |
|suspect |bool | |False | 65536| | |A correlation function has detected that the value is not consitent with other values. Typically set by a network State Estimator. | |
|test |bool | |False | 65536| | |Measurement value is transmitted for test purposes. | |
|validity |enum Validity| |False | 65536| | |Validity of the measurement value. | |
### QuantitativeRemedialActionImpact
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|IAM | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessingSystemOperator |SystemOperator | |True | 65536|IAM | | | |
|OwnerRemedialActionAssessment|OwnerRemedialActionAssessment| |False | 65536|IAM | | | |
|RemedialAction |RemedialAction | |False | 65536|IAM | | | |
|RemedialActionGroup |RemedialActionGroup | |False | 65536|IAM | | | |
|impactQuantity |str | |False | 65536|IAM | | | |
|kind |str | |True | 65536|IAM | | | |
|SensitivityArea |SensitivityArea | |True | 65536|IAM | | | |
### QuantityValue
No table info.
### RangeConstraint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GenericValueSchedule|GenericValueSchedule| |False | 65536|SIS | | | |
|GridStateAlteration |GridStateAlteration | |True | 65536|RA | | | |
|direction |str | |True | 65536|RA | | | |
|normalValue |float | |False | 65536|RA | | | |
|value |float | |True | 65536|SSI | | | |
|valueKind |str | |True | 65536|RA | | | |
### RatioTapChanger
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|---------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|highStep |int |none|False | 65536| | 0|Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep. | |
|lowStep |int |none|False | 65536| | 0|Lowest possible tap step position, retard from neutral | |
|ltcFlag |bool |none|False | 65536| |False |Specifies whether or not a TapChanger has load tap changing capabilities. | |
|neutralStep |int |none|False | 65536| | 0|The neutral tap step position for this winding. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|neutralU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalStep |int |none|False | 65536| | 0|The tap step position used in "normal" network operation for this winding. For a "Fixed" tap changer indicates the current physical tap setting. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|TapChangerControl |TapChangerControl |none|False | 65536| | |The tap changers that participates in this regulating tap control scheme. | |
|SvTapStep |SvTapStep |none|False | 65536| | |The tap step state associated with the tap changer. | |
|controlEnabled |bool |none|False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|step |float |none|False | 65536| | 0|A floating point number. The range is unspecified and not limited. | |
|tculControlMode |enum TransformerControlMode|none|True | 65536|EQ | |Specifies the regulation control mode (voltage or reactive) of the RatioTapChanger. | |
|stepVoltageIncrement|float |none|True | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|RatioTapChangerTable|RatioTapChangerTable |none|False | 65536|EQ | |The ratio tap changer of this tap ratio table. | |
|TransformerEnd |TransformerEnd |none|True | 65536|EQ | |Ratio tap changer associated with this transformer end. | |
### RatioTapChangerTable
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|RatioTapChanger |RatioTapChanger | |False | 65536| | |The tap ratio table for this ratio tap changer. | |
|RatioTapChangerTablePoint|RatioTapChangerTablePoint| |False | 65536| | |Table of this point. | |
### RatioTapChangerTablePoint
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------|-------|
|RatioTapChangerTable|RatioTapChangerTable| |True | 65536|EQ | |Points of this table. | |
|b |float | |False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base.| |
|g |float | |False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base.| |
|r |float | |False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base.| |
|ratio |float | |False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|step |int | |True | 65536|EQ | |The tap step. | |
|x |float | |False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base.| |
### ReactiveCapabilityCurve
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|----------------------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle |none|False | 65536| | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol |none|False | 65536| | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol |none|False | 65536| | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol |none|False | 65536| | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|False | 65536| | |The curve of this curve data point. | |
|EquivalentInjection |EquivalentInjection| |False | 65536| | |The reactive capability curve used by this equivalent injection. | |
|InitiallyUsedBySynchronousMachines|SynchronousMachine | |False | 65536| | |The default reactive capability curve for use by a synchronous machine. | |
### ReactivePowerControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### RecoveryOverloadLimitCurve
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle |none|True | 65536|EQ | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol |none|True | 65536|EQ | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol |none|True | 65536|EQ | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol |none|False | 65536|EQ | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|True | 65536|EQ | |The point data values that define this curve. | |
|OperationalLimitType|OperationalLimitType| |False | 65536|ER | | | |
### RedispatchRemedialAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AppointedToRegion |Region | |True | 65536|RA | | | |
|AssessedElementWithRemedialAction|AssessedElementWithRemedialAction| |False | 65536|AE | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|DependentRemedialAction |RemedialActionDependency | |False | 65536|RA | | | |
|GenericAvailableSchedule |str | |False | 65536|SIS | | | |
|RemedialActionApplied |str | |False | 65536|SAR | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionOutcomeValue |RemedialActionOutcomeValue | |False | 65536|IAM | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
|RemedialActionSystemOperator |SystemOperator | |False | 65536|RA | | | |
|available |bool | |True | 65536|SSI | | | |
|impactThresholdMargin |float | |False | 65536|RA | | | |
|isCrossBorderRelevant |bool | |True | 65536|RA | | | |
|isManual |bool | |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
|normalAvailable |bool | |True | 65536|RA | | | |
|penaltyFactor |float | |False | 65536|RA | | | |
|timeToImplement |float | |False | 65536|RA | | | |
|BiddingZone |BiddingZone | |False | 65536|RA | | | |
|BiddingZoneBorder |BiddingZoneBorder | |False | 65536|RA | | | |
|PowerBidSchedule |PowerBidSchedule | |False | 65536|SIS | | | |
|PowerRemedialActionSchedule |str | |False | 65536|SIS | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|PowerShiftKeyStrategy |PowerShiftKeyStrategy | |False | 65536|RA | | | |
|maxRegulatingDown |float | |False | 65536|SSI | | | |
|maxRegulatingUp |float | |False | 65536|SSI | | | |
### RedispatchScheduleAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerBidSchedule |PowerBidSchedule | |False | 65536|RAS | | | |
|PowerSchedule |PowerSchedule | |True | 65536|RAS | | | |
|RemedialActionSchedule|RemedialActionSchedule| |True | 65536|RAS | | | |
|currency |str | |False | 65536|RAS | | | |
|energyPrice |float | |False | 65536|RAS | | | |
### Region
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|LimitViolation |PowerFlowResult | |False | 65536|SAR | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|NativeAssessedElement |AssessedElement | |False | 65536|AE | | | |
|OverlappingZone |str | |False | 65536|ER | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|RemedialActionSchedule|RemedialActionSchedule| |False | 65536|RAS | | | |
|ScannedAssessedElement|AssessedElement | |False | 65536|AE | | | |
|SecuredAssessedElement|AssessedElement | |False | 65536|AE | | | |
### RegularIntervalSchedule
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|startTime |datetime |none|False | 65536| | |The time for the first time point. | |
|value1Unit |enum UnitSymbol|none|False | 65536| | |Value1 units of measure. | |
|value2Unit |enum UnitSymbol|none|False | 65536| | |Value2 units of measure. | |
|timeStep |float |s |False | 65536| | |Time, in seconds. | |
|endTime |datetime |none|False | 65536| | |The time for the last time point. | |
### RegulatingCondEq
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
### RegulatingControl
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------|------------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|Terminal |Terminal | |True | 65536|EQ | |The controls regulating this terminal. | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536| | |The equipment that participates in this regulating control scheme. | |
|mode |enum RegulatingControlModeKind| |True | 65536|EQ | |The regulating control mode presently available. This specification allows for determining the kind of regulation without need for obtaining the units from a schedule. | |
|discrete |bool | |True | 65536|SSH |False |The regulation is performed in a discrete mode. This applies to equipment with discrete controls, e.g. tap changers and shunt compensators. | |
|enabled |bool | |True | 65536|SSH |False |The flag tells if regulation is enabled. | |
|targetDeadband |float | |False | 65536|SSH | 0|A floating point number. The range is unspecified and not limited. | |
|targetValue |float | |True | 65536|SSH | |A floating point number. The range is unspecified and not limited. | |
|targetValueUnitMultiplier|enum UnitMultiplier | |True | 65536|SSH | |Specify the multiplier for used for the targetValue. | |
### RegulatingControlAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|RegulatingControl |RegulatingControl | |True | 65536|RA | | | |
### RegulatingControlRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|RegulatingControl |RegulatingControl| |True | 65536|SHS | | | |
|maxAllowedTargetValue |str | |False | 65536|SHS | | | |
|minAllowedTargetValue |str | |False | 65536|SHS | | | |
|targetValue |str | |True | 65536|SHS | | | |
|targetValueUnitMultiplier|str | |True | 65536|SHS | | | |
### RegulatingControlSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|RegulatingControl |RegulatingControl | |True | 65536|SHS | | | |
|RegulatingControlTimePoint|RegulatingControlTimePoint| |True | 65536|SHS | | | |
### RegulatingControlTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|RegulatingControlSchedule|RegulatingControlSchedule| |True | 65536|SHS | | | |
|TapChangerControlSchedule|TapChangerControlSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|maxAllowedTargetValue |str | |False | 65536|SHS | | | |
|minAllowedTargetValue |str | |False | 65536|SHS | | | |
|targetValue |str | |True | 65536|SHS | | | |
|targetValueUnitMultiplier|str | |True | 65536|SHS | | | |
### RemedialAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AppointedToRegion |Region | |True | 65536|RA | | | |
|AssessedElementWithRemedialAction|AssessedElementWithRemedialAction| |False | 65536|AE | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|DependentRemedialAction |RemedialActionDependency | |False | 65536|RA | | | |
|GenericAvailableSchedule |str | |False | 65536|SIS | | | |
|RemedialActionApplied |str | |False | 65536|SAR | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionOutcomeValue |RemedialActionOutcomeValue | |False | 65536|IAM | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
|RemedialActionSystemOperator |SystemOperator | |False | 65536|RA | | | |
|available |bool | |True | 65536|SSI | | | |
|impactThresholdMargin |float | |False | 65536|RA | | | |
|isCrossBorderRelevant |bool | |True | 65536|RA | | | |
|isManual |bool | |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
|normalAvailable |bool | |True | 65536|RA | | | |
|penaltyFactor |float | |False | 65536|RA | | | |
|timeToImplement |float | |False | 65536|RA | | | |
### RemedialActionApplied
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|---------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|SAR | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|PowerFlowResult |PowerFlowResult| |True | 65536|SAR | | | |
|RemedialAction |RemedialAction | |True | 65536|SAR | | | |
|StageForRemedialActionScheme|Stage | |False | 65536|SAR | | | |
### RemedialActionCost
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|----------------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|RAS | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|RemedialActionSchedule|RemedialActionSchedule| |True | 65536|RAS | | | |
|costAllocationTime |str | |False | 65536|RAS | | | |
|kind |str | |True | 65536|RAS | | | |
|operationalCost |str | |False | 65536|RAS | | | |
|opportunityCost |str | |False | 65536|RAS | | | |
|otherCost |str | |False | 65536|RAS | | | |
|processingFee |str | |False | 65536|RAS | | | |
|savedFuelCost |str | |False | 65536|RAS | | | |
|shutdownCost |str | |False | 65536|RAS | | | |
|startupCost |str | |False | 65536|RAS | | | |
### RemedialActionDependency
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|----------------------------|-------------------|----|---------|--------:|--------|-------------|------------|-------|
|DependingRemedialActionGroup|RemedialActionGroup| |False | 65536|RA | | | |
|GenericEnablingSchedule |str | |False | 65536|SIS | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|kind |str | |True | 65536|RA | | | |
|mRID |str | |True | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
### RemedialActionGroup
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|RemedialAction |RemedialActionDependency | |False | 65536|RA | | | |
|RemedialActionGroupSchedule|str | |False | 65536|SIS | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionOutcomeValue |RemedialActionOutcomeValue| |False | 65536|IAM | | | |
|maxRegulatingDown |float | |False | 65536|SSI | | | |
|maxRegulatingUp |float | |False | 65536|SSI | | | |
### RemedialActionGroupSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|RemedialActionGroup |RemedialActionGroup | |True | 65536|SIS | | | |
|RemedialActionGroupTimePoint|RemedialActionGroupTimePoint| |True | 65536|SIS | | | |
### RemedialActionGroupTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|RemedialActionGroupSchedule|RemedialActionGroupSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|maxRegulatingDown |str | |False | 65536|SIS | | | |
|maxRegulatingUp |str | |False | 65536|SIS | | | |
### RemedialActionImpact
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|IAM | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssessingSystemOperator |SystemOperator | |True | 65536|IAM | | | |
|OwnerRemedialActionAssessment|OwnerRemedialActionAssessment| |False | 65536|IAM | | | |
|RemedialAction |RemedialAction | |False | 65536|IAM | | | |
|RemedialActionGroup |RemedialActionGroup | |False | 65536|IAM | | | |
|impactQuantity |str | |False | 65536|IAM | | | |
|kind |str | |True | 65536|IAM | | | |
### RemedialActionOutcomeValue
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|----------------------|----------------------|----|---------|--------:|--------|-------------|------------|-------|
|ImpactAssessmentMatrix|ImpactAssessmentMatrix| |True | 65536|IAM | | | |
|ImpactedSystemOperator|SystemOperator | |True | 65536|IAM | | | |
|mRID |str | |True | 65536|IAM | | | |
|outcome |str | |True | 65536|IAM | | | |
|RemedialAction |RemedialAction | |False | 65536|IAM | | | |
|RemedialActionGroup |RemedialActionGroup | |False | 65536|IAM | | | |
|impactQuantity |float | |False | 65536|IAM | | | |
### RemedialActionSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------------|----------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AssignedRegion |Region | |False | 65536|RAS | | | |
|Contingency |Contingency | |False | 65536|RAS | | | |
|EventSchedule |EventSchedule | |False | 65536|RAS | | | |
|GenericValueSchedule |GenericValueSchedule | |False | 65536|RAS | | | |
|PowerScheduleAction |PowerScheduleAction | |False | 65536|RAS | | | |
|ProposedDependency |RemedialActionScheduleDependency | |False | 65536|RAS | | | |
|ProposingEntity |SecurityCoordinator | |False | 65536|RAS | | | |
|ProposingRemedialActionScheduleShare|str | |False | 65536|RAS | | | |
|RemedialAction |RemedialAction | |True | 65536|RAS | | | |
|RemedialActionCost |str | |False | 65536|RAS | | | |
|RemedialActionScheduleOutcomeValue |RemedialActionScheduleOutcomeValue| |False | 65536|IAM | | | |
|RemedialActionScheduleResponse |RemedialActionScheduleResponse | |False | 65536|RAS | | | |
|ReplacedDependency |RemedialActionScheduleDependency | |False | 65536|RAS | | | |
|statusKind |str | |True | 65536|RAS | | | |
|statusReason |str | |False | 65536|RAS | | | |
|totalCostCurrency |str | |False | 65536|RAS | | | |
### RemedialActionScheduleDependency
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|------------------------------|----------------------|----|---------|--------:|--------|-------------|------------|-------|
|ProposedRemedialActionSchedule|RemedialActionSchedule| |False | 65536|RAS | | | |
|RemedialActionScheduleGroup |str | |False | 65536|RAS | | | |
|ReplacedRemedialActionSchedule|RemedialActionSchedule| |False | 65536|RAS | | | |
|kind |str | |False | 65536|RAS | | | |
|mRID |str | |True | 65536|RAS | | | |
### RemedialActionScheduleGroup
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|--------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GroupDependency |RemedialActionScheduleDependency| |False | 65536|RAS | | | |
### RemedialActionScheduleOutcomeValue
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|----------------------|----------------------|----|---------|--------:|--------|-------------|------------|-------|
|ImpactAssessmentMatrix|ImpactAssessmentMatrix| |True | 65536|IAM | | | |
|ImpactedSystemOperator|SystemOperator | |True | 65536|IAM | | | |
|mRID |str | |True | 65536|IAM | | | |
|outcome |str | |True | 65536|IAM | | | |
|RemedialActionSchedule|RemedialActionSchedule| |True | 65536|IAM | | | |
### RemedialActionScheduleResponse
| name | class_type |unit|mandatory|max_chars|profiles|default_value|descriptions|comment|
|----------------------|----------------------|----|---------|--------:|--------|-------------|------------|-------|
|RemedialActionSchedule|RemedialActionSchedule| |True | 65536|RAS | | | |
|RespondingEntity |SystemOperator | |True | 65536|RAS | | | |
|kind |str | |True | 65536|RAS | | | |
|mRID |str | |True | 65536|RAS | | | |
|rejectionReason |str | |False | 65536|RAS | | | |
|rejectionReasonKind |str | |False | 65536|RAS | | | |
### RemedialActionScheme
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AvailabilityRemedialActionScheme|str | |False | 65536|AVS | | | |
|GateArmed |Gate | |False | 65536|RA | | | |
|PTCActivePowerSupport |str | |False | 65536|RA | | | |
|RemedialActionSchemeSchedule |str | |False | 65536|SIS | | | |
|SchemeRemedialAction |SchemeRemedialAction| |False | 65536|RA | | | |
|Stage |Stage | |True | 65536|RA | | | |
|TriggerCondition |TriggerCondition | |False | 65536|RA | | | |
|armed |bool | |False | 65536|SSI | | | |
|inService |bool | |False | 65536|SSI | | | |
|kind |str | |True | 65536|RA | | | |
|normalArmed |bool | |True | 65536|RA | | | |
|normallyInService |bool | |False | 65536|RA | | | |
### RemedialActionSchemeSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|ArmedRemedialAction |RemedialActionScheme | |True | 65536|SIS | | | |
|RemedialActionSchemeTimePoint|RemedialActionSchemeTimePoint| |True | 65536|SIS | | | |
### RemedialActionSchemeTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|RemedialActionSchemeSchedule|RemedialActionSchemeSchedule| |True | 65536|SIS | | | |
|armed |str | |False | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|inService |str | |False | 65536|SIS | | | |
### ReportingGroup
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BusNameMarker |BusNameMarker | |False | 65536| | |The reporting group to which this bus name marker belongs. | |
|TopologicalNode |TopologicalNode| |False | 65536| | |The reporting group to which the topological node belongs. | |
### ReservoirRegularSchedule
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern| |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|Reservoir |Reservoir | |True | 65536|SHS | | | |
|energyStorage |str | |True | 65536|SHS | | | |
### ReservoirSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|Reservoir |Reservoir | |True | 65536|SHS, SIS | | | |
|ReservoirTimePoint|ReservoirTimePoint| |True | 65536|SHS, SIS | | | |
### ReservoirTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ReservoirSchedule |ReservoirSchedule| |True | 65536|SHS, SIS | | | |
|atTime |str | |True | 65536|SHS, SIS | | | |
|energyStorage |str | |True | 65536|SHS, SIS | | | |
### RightsStatement
No table info.
### RotatingMachine
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|GeneratingUnit |GeneratingUnit |none|False | 65536| | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|HydroPump |HydroPump |none|False | 65536| | |The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating. | |
|ratedPowerFactor |float |none|False | 65536| | |A floating point number. The range is unspecified and not limited. | |
|ratedS |float |MVA |False | 65536| | |Product of the RMS value of the voltage and the RMS value of the current. | |
|ratedU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|p |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|False | 65536| | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
### RotatingMachineAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|RotatingMachine |RotatingMachine | |True | 65536|RA | | | |
### RotatingMachineController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
### SSSCController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|CurrentDroopOverride |CurrentDroopOverride | |False | 65536|ER | | | |
|SSSCSimulationSettings |SSSCSimulationSettings | |False | 65536|ER | | | |
|maxInjectionU |str | |True | 65536|ER | | | |
|maxLimitI |str | |False | 65536|ER | | | |
|minInjectionU |str | |True | 65536|ER | | | |
|minLimitI |str | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
### SSSCSimulationSettings
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------|--------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|ER | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|SSSCController |SSSCController| |False | 65536|ER | | | |
|deltaX |str | |True | 65536|ER | | | |
|isEstimateDLDVSensitive|str | |True | 65536|ER | | | |
|maxCorrectionX |str | |True | 65536|ER | | | |
|maxIterations |str | |True | 65536|ER | | | |
|maxMismatch |str | |True | 65536|ER | | | |
### ScheduleResource
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaDispatchableUnit |AreaDispatchableUnit | |False | 65536|ER | | | |
|GeneratingUnit |GeneratingUnit | |False | 65536|ER | | | |
|HydroPump |HydroPump | |False | 65536|ER | | | |
|PowerBidSchedule |PowerBidSchedule | |False | 65536|SIS | | | |
|PowerElectronicsUnit |PowerElectronicsUnit | |False | 65536|ER | | | |
|PowerShiftKeySchedule |PowerShiftKeySchedule | |False | 65536|SIS | | | |
|PrimaryEnergySource |EnergyType | |False | 65536|ER | | | |
|ResourceOf |ScheduleResource | |False | 65536|ER | | | |
|ScheduleResourceController|ScheduleResourceController| |False | 65536|ER | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
|SubScheduleResource |ScheduleResource | |False | 65536|ER | | | |
|p |str | |False | 65536|SSI | | | |
|participationFactor |str | |False | 65536|SSI | | | |
### ScheduleResourceController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|ScheduleResource |ScheduleResource | |False | 65536|ER | | | |
### SchedulingArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaDispatchableUnit |AreaDispatchableUnit | |False | 65536|ER | | | |
|BiddingZone |BiddingZone | |False | 65536|ER | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|DCTieCorridor |str | |False | 65536|ER | | | |
|EnergyCoordinationRegion |str | |False | 65536|ER | | | |
|EnergyGroup |str | |False | 65536|ER | | | |
|HasPart |SchedulingArea | |False | 65536|ER | | | |
|Line |Line | |False | 65536|ER | | | |
|LoadFrequencyControlArea |LoadFrequencyControlArea| |False | 65536|ER | | | |
|PartOf |SchedulingArea | |False | 65536|ER | | | |
|PowerCapacity |str | |False | 65536|ER | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|PowerShiftKeyStrategy |PowerShiftKeyStrategy | |False | 65536|ER | | | |
|ScheduleResource |str | |False | 65536|ER | | | |
|SchedulingAreaExchangePoint|str | |False | 65536|ER | | | |
|Substation |Substation | |False | 65536|ER | | | |
|SynchronousArea |SynchronousArea | |False | 65536|ER | | | |
|SystemOperator |SystemOperator | |False | 65536|ER | | | |
|isIslandingEnabled |bool | |False | 65536|ER | | | |
|isMeteringGridArea |bool | |False | 65536|ER | | | |
|normalParticipationFactor |float | |False | 65536|ER | | | |
|p |float | |False | 65536|SSI | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|type |str | |False | 65536|ER | | | |
### SchedulingAreaExchangePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|ER | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|EnergyExchangePoint|EnergyExchangePoint| |True | 65536|ER | | | |
|SchedulingArea |SchedulingArea | |True | 65536|ER | | | |
### SchemeRemedialAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AppointedToRegion |Region | |True | 65536|RA | | | |
|AssessedElementWithRemedialAction|AssessedElementWithRemedialAction| |False | 65536|AE | | | |
|ContingencyWithRemedialAction |ContingencyWithRemedialAction | |False | 65536|RA | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|DependentRemedialAction |RemedialActionDependency | |False | 65536|RA | | | |
|GenericAvailableSchedule |str | |False | 65536|SIS | | | |
|RemedialActionApplied |str | |False | 65536|SAR | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionOutcomeValue |RemedialActionOutcomeValue | |False | 65536|IAM | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
|RemedialActionSystemOperator |SystemOperator | |False | 65536|RA | | | |
|available |bool | |True | 65536|SSI | | | |
|impactThresholdMargin |float | |False | 65536|RA | | | |
|isCrossBorderRelevant |bool | |True | 65536|RA | | | |
|isManual |bool | |False | 65536|RA | | | |
|kind |str | |True | 65536|RA | | | |
|normalAvailable |bool | |True | 65536|RA | | | |
|penaltyFactor |float | |False | 65536|RA | | | |
|timeToImplement |float | |False | 65536|RA | | | |
|RemedialActionScheme |RemedialActionScheme | |True | 65536|RA | | | |
|RemedialActionSchemeSchedule |str | |False | 65536|RAS | | | |
### SeasonDayTypeSchedule
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|startTime |datetime |none|False | 65536| | |The time for the first time point. | |
|value1Unit |enum UnitSymbol|none|False | 65536| | |Value1 units of measure. | |
|value2Unit |enum UnitSymbol|none|False | 65536| | |Value2 units of measure. | |
|timeStep |float |s |False | 65536| | |Time, in seconds. | |
|endTime |datetime |none|False | 65536| | |The time for the last time point. | |
### SecondarySubstation
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536|EQ, EQ_BD | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536|TP | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536|EQ, EQ_BD | |Contained equipment. | |
|DCConverterUnit |DCConverterUnit | |False | 65536|EQ | |The DC converter unit belonging of the substation. | |
|Region |SubGeographicalRegion| |True | 65536|EQ, EQ_BD | |The SubGeographicalRegion containing the substation. | |
|VoltageLevels |VoltageLevel | |False | 65536|EQ, EQ_BD | |The voltage levels within this substation. | |
|PrimarySubstation |Substation | |False | 65536|ER | | | |
|SubSchedulingArea |SubSchedulingArea | |False | 65536|ER | | | |
### SecurityCoordinator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|CapacityCalculationRegion|CapacityCalculationRegion| |False | 65536|ER | | | |
|OutageCoordinationRegion |str | |False | 65536|ER | | | |
|RemedialActionSchedule |RemedialActionSchedule | |False | 65536|RAS | | | |
### SemanticAsset
No table info.
### SensitivityArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------------|--------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaBorderTerminal |AreaBorderTerminal | |False | 65536|MA | | | |
|PowerFrequencyController |PowerFrequencyController | |False | 65536|ER | | | |
|Region |Region | |False | 65536|MA | | | |
|SynchronousArea |SynchronousArea | |False | 65536|MA | | | |
|SystemOperator |SystemOperator | |False | 65536|MA | | | |
|filteringInfluenceFactor |str | |False | 65536|MA | | | |
|identificationInfluenceFactor |str | |False | 65536|MA | | | |
|voltageInfluenceFactor |str | |False | 65536|MA | | | |
|QuantitativeRemedialActionImpact|QuantitativeRemedialActionImpact| |False | 65536|IAM | | | |
### SensitivityFactor
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ControllableQuantity|ControllableQuantity| |True | 65536|SM | | | |
|ObservableQuantity |ObservableQuantity | |True | 65536|SM | | | |
|SensitivityMatrix |SensitivityMatrix | |True | 65536|SM | | | |
|value |str | |True | 65536|SM | | | |
### SensitivityMatrix
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|SensitivityFactor |SensitivityFactor| |True | 65536|SM | | | |
|kind |str | |True | 65536|SM | | | |
### SequenceTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GenericSequenceSchedule|GenericSequenceSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|sequence |str | |True | 65536|SIS | | | |
### SeriesCompensator
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|r |float |ohm |True | 65536|EQ | |Resistance (real part of impedance). | |
|r0 |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|x |float |ohm |True | 65536|EQ | |Reactance (imaginary part of impedance), at rated frequency. | |
|x0 |float |ohm |True | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|varistorPresent |bool |none|True | 65536|EQ | |Describe if a metal oxide varistor (mov) for over voltage protection is configured at the series compensator. | |
|varistorRatedCurrent |float |A |True | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|varistorVoltageThreshold|float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
### SetPointAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
### ShuntCompensator
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|aVRDelay |float |s |False | 65536| | |Time, in seconds. | |
|grounded |bool |none|False | 65536| | |Used for Yn and Zn connections. True if the neutral is solidly grounded. | |
|maximumSections |int |none|False | 65536| | |The maximum number of sections that may be switched in. | |
|nomU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalSections |int |none|False | 65536| | |The normal number of sections switched in. | |
|switchOnCount |int |none|False | 65536| | |The switch on count since the capacitor count was last reset or initialized. | |
|switchOnDate |datetime |none|False | 65536| | |The date and time when the capacitor bank was last switched on. | |
|voltageSensitivity |float |kV |False | 65536| | |Voltage variation with reactive power. | |
|SvShuntCompensatorSections|SvShuntCompensatorSections|none|False | 65536| | |The state for the number of shunt compensator sections in service. | |
|sections |float |none|False | 65536| | |A floating point number. The range is unspecified and not limited. | |
### ShuntCompensatorModification
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|ShuntCompensator |ShuntCompensator | |True | 65536|RA | | | |
### ShuntCompensatorSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|ShuntCompensator |ShuntCompensator | |True | 65536|SHS | | | |
|ShuntCompensatorTimePoint|ShuntCompensatorTimePoint| |True | 65536|SHS | | | |
### ShuntCompensatorTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ShuntCompensatorSchedule|ShuntCompensatorSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|sections |str | |True | 65536|SHS | | | |
### SolarGeneratingUnit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------------|---------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|genControlSource |enum GeneratorControlSource|none|False | 65536|EQ | |The source of controls for a generating unit. | |
|governorSCD |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|initialP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|longPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|maximumAllowableSpinningReserve|float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|nominalP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMinP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedNetMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|shortPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|startupCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|variableCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|totalEfficiency |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|ControlAreaGeneratingUnit |ControlAreaGeneratingUnit |none|False | 65536| | |ControlArea specifications for this generating unit. | |
|RotatingMachine |RotatingMachine |none|False | 65536| | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|normalPF |float |none|True | 65536|SSH | |A floating point number. The range is unspecified and not limited. | |
### SolarRadiationDependencyCurve
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle |none|True | 65536|EQ | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol |none|True | 65536|EQ | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol |none|True | 65536|EQ | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol |none|False | 65536|EQ | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|True | 65536|EQ | |The point data values that define this curve. | |
|OperationalLimitType|OperationalLimitType| |False | 65536|ER | | | |
### Stage
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GridStateAlterationCollection|GridStateAlterationCollection| |False | 65536|RA | | | |
|RemedialActionApplied |str | |False | 65536|SAR | | | |
|RemedialActionScheme |RemedialActionScheme | |True | 65536|RA | | | |
|StageTrigger |StageTrigger | |True | 65536|RA | | | |
|priority |int | |True | 65536|RA | | | |
### StageTrigger
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement| |False | 65536|OP | |The measurements associated with this power system resource. | |
|GateArmed |Gate | |False | 65536|RA | | | |
|GateComCondition |Gate | |False | 65536|RA | | | |
|GateTrigger |Gate | |False | 65536|RA | | | |
|Stage |Stage | |True | 65536|RA | | | |
|StageTriggerSchedule|str | |False | 65536|SIS | | | |
|armed |bool | |False | 65536|SSI | | | |
|inService |bool | |False | 65536|SSI | | | |
|normalArmed |bool | |True | 65536|RA | | | |
|priority |int | |True | 65536|RA | | | |
### StageTriggerSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|StageTrigger |StageTrigger | |True | 65536|SIS | | | |
|StageTriggerTimePoint|StageTriggerTimePoint| |True | 65536|SIS | | | |
### StageTriggerTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|StageTriggerSchedule|StageTriggerSchedule| |True | 65536|SIS | | | |
|armed |str | |False | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|inService |str | |False | 65536|SIS | | | |
### StaticPropertyRange
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GenericValueSchedule|GenericValueSchedule| |False | 65536|SIS | | | |
|GridStateAlteration |GridStateAlteration | |True | 65536|RA | | | |
|direction |str | |True | 65536|RA | | | |
|normalValue |float | |False | 65536|RA | | | |
|value |float | |True | 65536|SSI | | | |
|valueKind |str | |True | 65536|RA | | | |
|PropertyReference |str | |True | 65536|RA | | | |
### StaticSynchronousCompensator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|BaseVoltage |BaseVoltage | |False | 65536|EQ | |Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536|DY, EQ, EQ_BD | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536|SV | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536|EQ | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |True | 65536|SSH |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|LossCurve |LossCurve | |False | 65536|ER | | | |
|maxC |str | |False | 65536|ER | | | |
|maxL |str | |False | 65536|ER | | | |
|minC |str | |False | 65536|ER | | | |
|minL |str | |False | 65536|ER | | | |
|q |str | |True | 65536|SSI | | | |
|ratedC |str | |False | 65536|ER | | | |
|ratedI |str | |False | 65536|ER | | | |
|ratedL |str | |False | 65536|ER | | | |
|ratedU |str | |False | 65536|ER | | | |
|slope |str | |True | 65536|ER | | | |
### StaticSynchronousSeriesCompensator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|BaseVoltage |BaseVoltage | |False | 65536|EQ | |Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536|DY, EQ, EQ_BD | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536|SV | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536|EQ | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |True | 65536|SSH |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|LossCurve |LossCurve | |False | 65536|ER | | | |
|maxC |str | |False | 65536|ER | | | |
|maxL |str | |False | 65536|ER | | | |
|minC |str | |False | 65536|ER | | | |
|minL |str | |False | 65536|ER | | | |
|q |str | |True | 65536|SSI | | | |
|ratedC |str | |False | 65536|ER | | | |
|ratedI |str | |False | 65536|ER | | | |
|ratedL |str | |False | 65536|ER | | | |
|ratedU |str | |False | 65536|ER | | | |
|slope |str | |True | 65536|ER | | | |
### StaticVarCompensator
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|capacitiveRating |float |ohm |True | 65536|EQ | |Reactance (imaginary part of impedance), at rated frequency. | |
|inductiveRating |float |ohm |True | 65536|EQ | |Reactance (imaginary part of impedance), at rated frequency. | |
|slope |float |kV |True | 65536|EQ | |Voltage variation with reactive power. | |
|sVCControlMode |enum SVCControlMode|none|True | 65536|EQ | |SVC control mode. | |
|voltageSetPoint |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|q |float |MVAr|True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
### StaticVarCompensatorAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|StaticVarCompensator |StaticVarCompensator | |True | 65536|RA | | | |
### StaticVarCompensatorSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------------|-----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|StaticVarCompensator |StaticVarCompensator | |True | 65536|SHS | | | |
|StaticVarCompensatorTimePoint|StaticVarCompensatorTimePoint| |True | 65536|SHS | | | |
### StaticVarCompensatorTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------------|----------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|StaticVarCompensatorSchedule|StaticVarCompensatorSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
### SubControlArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|type |enum ControlAreaTypeKind |none|True | 65536|EQ | |The primary type of control area definition used to determine if this is used for automatic generation control, for planning interchange control, or other purposes. A control area specified with primary type of automatic generation control could still be forecast and used as an interchange area in power flow analysis. | |
|TieFlow |TieFlow |none|False | 65536|EQ | |The tie flows associated with the control area. | |
|ControlAreaGeneratingUnit|ControlAreaGeneratingUnit|none|False | 65536|EQ | |The generating unit specifications for the control area. | |
|EnergyArea |EnergyArea |none|True | 65536|EQ | |The energy area that is forecast from this control area specification. | |
|netInterchange |float |MW |True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|pTolerance |float |MW |False | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
### SubGeographicalRegion
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|DCLines |DCLine | |False | 65536| | |None | |
|Region |GeographicalRegion| |True | 65536|EQ | |The geographical region to which this sub-geographical region is within. | |
|Lines |Line | |False | 65536| | |The lines within the sub-geographical region. | |
|Substations |Substation | |False | 65536| | |The substations in this sub-geographical region. | |
### SubLoadArea
| name |class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ControlArea |ControlArea| |False | 65536| | |The control area specification that is used for the load forecast. | |
|LoadArea |LoadArea | |True | 65536|EQ | |The LoadArea where the SubLoadArea belongs. | |
|LoadGroups |LoadGroup | |False | 65536| | |The Loadgroups in the SubLoadArea. | |
### SubSchedulingArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaDispatchableUnit |AreaDispatchableUnit | |False | 65536|ER | | | |
|BiddingZone |BiddingZone | |False | 65536|ER | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|DCTieCorridor |str | |False | 65536|ER | | | |
|EnergyCoordinationRegion |str | |False | 65536|ER | | | |
|EnergyGroup |str | |False | 65536|ER | | | |
|HasPart |SchedulingArea | |False | 65536|ER | | | |
|Line |Line | |False | 65536|ER | | | |
|LoadFrequencyControlArea |LoadFrequencyControlArea| |False | 65536|ER | | | |
|PartOf |SchedulingArea | |False | 65536|ER | | | |
|PowerCapacity |str | |False | 65536|ER | | | |
|PowerSchedule |PowerSchedule | |False | 65536|PS | | | |
|PowerShiftKeyStrategy |PowerShiftKeyStrategy | |False | 65536|ER | | | |
|ScheduleResource |str | |False | 65536|ER | | | |
|SchedulingAreaExchangePoint|str | |False | 65536|ER | | | |
|Substation |Substation | |False | 65536|ER | | | |
|SynchronousArea |SynchronousArea | |False | 65536|ER | | | |
|SystemOperator |SystemOperator | |False | 65536|ER | | | |
|isIslandingEnabled |bool | |False | 65536|ER | | | |
|isMeteringGridArea |bool | |False | 65536|ER | | | |
|normalParticipationFactor |float | |False | 65536|ER | | | |
|p |float | |False | 65536|SSI | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|type |str | |False | 65536|ER | | | |
|SecondarySubstation |SecondarySubstation | |False | 65536|ER | | | |
### Substation
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536| | |Contained equipment. | |
|DCConverterUnit |DCConverterUnit | |False | 65536| | |None | |
|Region |SubGeographicalRegion| |True | 65536|EQ | |The SubGeographicalRegion containing the substation. | |
|VoltageLevels |VoltageLevel | |False | 65536| | |The voltage levels within this substation. | |
### SubstationController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
### SupportedProfileCollection
No table info.
### SvInjection
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|---------------|---------------|----|---------|--------:|--------|-------------|-------------------------------------------------------------------------------------------------|-------|
|pInjection |float |MW |True | 65536|SV | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|qInjection |float |MVAr|False | 65536|SV | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current.| |
|TopologicalNode|TopologicalNode|none|True | 65536|SV | |The injection flows state variables associated with the topological node. | |
### SvPowerFlow
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------|----------|----|---------|--------:|--------|-------------|-------------------------------------------------------------------------------------------------|-------|
|Terminal|Terminal |none|True | 65536|SV | |The terminal associated with the power flow state variable. | |
|p |float |MW |True | 65536|SV | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|True | 65536|SV | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current.| |
### SvShuntCompensatorSections
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|----------------|----------------|----|---------|--------:|--------|-------------|------------------------------------------------------------------|-------|
|sections |float | |True | 65536|SV | |A floating point number. The range is unspecified and not limited.| |
|ShuntCompensator|ShuntCompensator| |True | 65536|SV | |The shunt compensator for which the state applies. | |
### SvStatus
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|-------------------------------------------------------------------|-------|
|ConductingEquipment|ConductingEquipment| |True | 65536|SV | |The conducting equipment associated with the status state variable.| |
|inService |bool | |True | 65536|OP | |The in service status as a result of topology processing. | |
### SvTapStep
| name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|----------|----------|----|---------|--------:|--------|-------------|------------------------------------------------------------------|-------|
|position |float | |True | 65536|SV | |A floating point number. The range is unspecified and not limited.| |
|TapChanger|TapChanger| |True | 65536|SV | |The tap changer associated with the tap step state. | |
### SvVoltage
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|---------------|---------------|----|---------|--------:|--------|-------------|-------------------------------------------------------|-------|
|angle |float |deg |True | 65536|SV | |Measurement of angle in degrees. | |
|v |float |kV |True | 65536|SV | |Electrical voltage, can be both AC and DC. | |
|TopologicalNode|TopologicalNode|none|True | 65536|SV | |The state voltage associated with the topological node.| |
### Switch
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet| |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|normalOpen |bool |none|True | 65536|EQ |False |The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen. | |
|ratedCurrent |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|retained |bool |none|True | 65536|EQ |False |Branch is retained in a bus branch model. The flow through retained switches will normally be calculated in power flow. | |
|open |bool |none|True | 65536|SSH |False |The attribute tells if the switch is considered open when used as input to topology processing. | |
### SwitchRegularSchedule
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern| |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|Switch |Switch | |True | 65536|SHS | | | |
|locked |str | |True | 65536|SHS | | | |
|open |str | |True | 65536|SHS | | | |
### SwitchSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|Switch |Switch | |True | 65536|SHS | | | |
|SwitchTimePoint |SwitchTimePoint| |True | 65536|SHS | | | |
### SwitchTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|--------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|SwitchSchedule |SwitchSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|locked |str | |True | 65536|SHS | | | |
|open |str | |True | 65536|SHS | | | |
### SynchronousArea
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|LoadFrequencyControlBlock|LoadFrequencyControlBlock| |False | 65536|ER | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
|nominalFrequency |float | |True | 65536|ER | | | |
### SynchronousMachine
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------------------|------------------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|GeneratingUnit |GeneratingUnit |none|False | 65536| | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|HydroPump |HydroPump |none|False | 65536| | |The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating. | |
|ratedPowerFactor |float |none|False | 65536| | |A floating point number. The range is unspecified and not limited. | |
|ratedS |float |MVA |False | 65536| | |Product of the RMS value of the voltage and the RMS value of the current. | |
|ratedU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|p |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|False | 65536| | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|InitialReactiveCapabilityCurve|ReactiveCapabilityCurve | |False | 65536|EQ | |Synchronous machines using this curve as default. | |
|earthing |bool | |True | 65536|SC | |Indicates whether or not the generator is earthed. Used for short circuit data exchange according to IEC 60909 | |
|earthingStarPointR |float |ohm |False | 65536|SC | |Resistance (real part of impedance). | |
|earthingStarPointX |float |ohm |False | 65536|SC | |Reactance (imaginary part of impedance), at rated frequency. | |
|ikk |float |A |False | 65536|SC | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|maxQ |float |MVAr|False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|minQ |float |MVAr|False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|mu |float | |False | 65536|SC | |A floating point number. The range is unspecified and not limited. | |
|qPercent |float | |False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|r0 |float | |True | 65536|SC | |Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10. | |
|r2 |float | |True | 65536|SC | |Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10. | |
|satDirectSubtransX |float | |True | 65536|SC | |Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10. | |
|satDirectSyncX |float | |False | 65536|SC | |Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10. | |
|satDirectTransX |float | |False | 65536|SC | |Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10. | |
|shortCircuitRotorType |enum ShortCircuitRotorKind | |False | 65536|SC | |Type of rotor, used by short circuit applications, only for single fed short circuit according to IEC 60909. | |
|type |enum SynchronousMachineKind | |True | 65536|EQ | |Modes that this synchronous machine can operate in. | |
|voltageRegulationRange |float | |False | 65536|SC | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|r |float |ohm |True | 65536|SC | |Resistance (real part of impedance). | |
|x0 |float | |True | 65536|SC | |Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10. | |
|x2 |float | |True | 65536|SC | |Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10. | |
|operatingMode |enum SynchronousMachineOperatingMode| |True | 65536|SSH | |Current mode of operation. | |
|referencePriority |int | |True | 65536|SSH | 0|Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on. | |
### SynchronousMachineRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|SynchronousMachine|SynchronousMachine | |True | 65536|SHS | | | |
|operatingMode |SynchronousMachineOperatingMode| |True | 65536|SHS | | | |
|referencePriority |str | |True | 65536|SHS | | | |
### SynchronousMachineSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------|---------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|SynchronousMachine |SynchronousMachine | |True | 65536|SHS | | | |
|SynchronousMachineTimePoint|SynchronousMachineTimePoint| |True | 65536|SHS | | | |
### SynchronousMachineTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|-------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|SynchronousMachineSchedule|SynchronousMachineSchedule | |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|operatingMode |SynchronousMachineOperatingMode| |True | 65536|SHS | | | |
|referencePriority |str | |True | 65536|SHS | | | |
### SystemControl
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-----------------------|-----------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule|GenericEnablingSchedule| |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentController |EquipmentController | |True | 65536|ER | | | |
### SystemOperationCoordinator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation| |False | 65536|ER | | | |
|globalLocationNumber|str | |False | 65536|ER | | | |
### SystemOperator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|Contingency |Contingency | |False | 65536|CO | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|Fault |str | |False | 65536|NC, MA | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|OutcomeValue |OutcomeValue | |False | 65536|IAM | | | |
|OwnerRemedialActionAssessment |str | |False | 65536|IAM | | | |
|ProposingRemedialActionScheduleShare|str | |False | 65536|RAS | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionScheduleResponse |RemedialActionScheduleResponse| |False | 65536|RAS | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
### TCSCCompensationPoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------------|------------------------------------|----|---------|--------:|---------------------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.| |
|mRID |str | |True | 65536|ER | | | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP| |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|ThyristorControlledSeriesCompensator|ThyristorControlledSeriesCompensator| |True | 65536|ER | | | |
|compensationZ |str | |True | 65536|ER | | | |
|section |str | |True | 65536|ER | | | |
### TCSCController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|mode |str | |True | 65536|SSI | | | |
### TapChanger
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|highStep |int |none|False | 65536| | 0|Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep. | |
|lowStep |int |none|False | 65536| | 0|Lowest possible tap step position, retard from neutral | |
|ltcFlag |bool |none|False | 65536| |False |Specifies whether or not a TapChanger has load tap changing capabilities. | |
|neutralStep |int |none|False | 65536| | 0|The neutral tap step position for this winding. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|neutralU |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|normalStep |int |none|False | 65536| | 0|The tap step position used in "normal" network operation for this winding. For a "Fixed" tap changer indicates the current physical tap setting. The attribute shall be equal or greater than lowStep and equal or less than highStep. | |
|TapChangerControl |TapChangerControl|none|False | 65536| | |The tap changers that participates in this regulating tap control scheme. | |
|SvTapStep |SvTapStep |none|False | 65536| | |The tap step state associated with the tap changer. | |
|controlEnabled |bool |none|False | 65536| |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|step |float |none|False | 65536| | 0|A floating point number. The range is unspecified and not limited. | |
### TapChangerControl
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------|------------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|Terminal |Terminal | |True | 65536|EQ | |The controls regulating this terminal. | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536| | |The equipment that participates in this regulating control scheme. | |
|mode |enum RegulatingControlModeKind| |True | 65536|EQ | |The regulating control mode presently available. This specification allows for determining the kind of regulation without need for obtaining the units from a schedule. | |
|discrete |bool | |True | 65536|SSH |False |The regulation is performed in a discrete mode. This applies to equipment with discrete controls, e.g. tap changers and shunt compensators. | |
|enabled |bool | |True | 65536|SSH |False |The flag tells if regulation is enabled. | |
|targetDeadband |float | |False | 65536|SSH | 0|A floating point number. The range is unspecified and not limited. | |
|targetValue |float | |True | 65536|SSH | |A floating point number. The range is unspecified and not limited. | |
|targetValueUnitMultiplier|enum UnitMultiplier | |True | 65536|SSH | |Specify the multiplier for used for the targetValue. | |
|TapChanger |TapChanger | |False | 65536| | |The regulating control scheme in which this tap changer participates. | |
### TapChangerControlRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|RegulatingControl |RegulatingControl| |True | 65536|SHS | | | |
|maxAllowedTargetValue |str | |False | 65536|SHS | | | |
|minAllowedTargetValue |str | |False | 65536|SHS | | | |
|targetValue |str | |True | 65536|SHS | | | |
|targetValueUnitMultiplier|str | |True | 65536|SHS | | | |
|TapChangerControl |TapChangerControl| |True | 65536|SHS | | | |
### TapChangerControlSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|RegulatingControlTimePoint|RegulatingControlTimePoint| |True | 65536|SHS | | | |
|TapChangerControl |TapChangerControl | |True | 65536|SHS | | | |
### TapChangerController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
|TapChanger |TapChanger | |False | 65536|ER | | | |
### TapChangerTablePoint
|name |class_type|unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-----|----------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------|-------|
|b |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base.| |
|g |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base.| |
|r |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base.| |
|ratio|float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|step |int |none|True | 65536|EQ | |The tap step. | |
|x |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base.| |
### TapPositionAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|TapChanger |TapChanger | |True | 65536|RA | | | |
### TapRegularSchedule
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern| |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|TapChanger |TapChanger | |True | 65536|SHS | | | |
|controlEnabled |str | |True | 65536|SHS | | | |
|step |str | |True | 65536|SHS | | | |
### TapSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|TapChanger |TapChanger | |True | 65536|SHS | | | |
|TapScheduleTimePoint|TapScheduleTimePoint| |True | 65536|SHS | | | |
### TapScheduleTimePoint
| name |class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|TapSchedule |TapSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|controlEnabled |str | |True | 65536|SHS | | | |
|step |str | |True | 65536|SHS | | | |
### Terminal
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-----------------------|-------------------|----|---------|--------:|--------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BusNameMarker |BusNameMarker | |False | 65536| | |The bus name marker used to name the bus (topological node). | |
|Measurements |Measurement | |False | 65536| | |Measurements associated with this terminal defining where the measurement is placed in the network topology. It may be used, for instance, to capture the sensor position, such as a voltage transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator. | |
|sequenceNumber |int | |False | 65536| | |The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the "starting point" for a two terminal branch. | |
|OperationalLimitSet |OperationalLimitSet| |False | 65536| | |None | |
|connected |bool | |False | 65536| |True |The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.| |
|ConverterDCSides |ACDCConverter | |False | 65536| | |Point of common coupling terminal for this converter DC side. It is typically the terminal on the power transformer (or switch) closest to the AC network. The power flow measurement must be the sum of all flows into the transformer. | |
|ConductingEquipment |ConductingEquipment| |True | 65536|EQ | |The conducting equipment of the terminal. Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|ConnectivityNode |ConnectivityNode | |True | 65536|EQ | |Terminals interconnected with zero impedance at a this connectivity node. | |
|phases |enum PhaseCode | |False | 65536|EQ | |Represents the normal network phasing condition. If the attribute is missing three phases (ABC or ABCN) shall be assumed. | |
|HasFirstMutualCoupling |MutualCoupling | |False | 65536| | |Mutual couplings associated with the branch as the first branch. | |
|HasSecondMutualCoupling|MutualCoupling | |False | 65536| | |Mutual couplings with the branch associated as the first branch. | |
|RegulatingControl |RegulatingControl | |False | 65536| | |The terminal associated with this regulating control. The terminal is associated instead of a node, since the terminal could connect into either a topological node (bus in bus-branch model) or a connectivity node (detailed switch model). Sometimes it is useful to model regulation at a terminal of a bus bar object since the bus bar can be present in both a bus-branch model or a model with switch detail. | |
|TieFlow |TieFlow | |False | 65536| | |The control area tie flows to which this terminal associates. | |
|TransformerEnd |TransformerEnd | |False | 65536| | |All transformer ends connected at this terminal. | |
|SvPowerFlow |SvPowerFlow | |False | 65536| | |The power flow state variable associated with the terminal. | |
|TopologicalNode |TopologicalNode | |True | 65536|TP | |The terminals associated with the topological node. This can be used as an alternative to the connectivity node path to terminal, thus making it unneccesary to model connectivity nodes in some cases. Note that if connectivity nodes are in the model, this association would probably not be used as an input specification. | |
### ThermalGeneratingUnit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------------|---------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|genControlSource |enum GeneratorControlSource|none|False | 65536|EQ | |The source of controls for a generating unit. | |
|governorSCD |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|initialP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|longPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|maximumAllowableSpinningReserve|float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|nominalP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMinP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedNetMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|shortPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|startupCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|variableCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|totalEfficiency |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|ControlAreaGeneratingUnit |ControlAreaGeneratingUnit |none|False | 65536| | |ControlArea specifications for this generating unit. | |
|RotatingMachine |RotatingMachine |none|False | 65536| | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|normalPF |float |none|True | 65536|SSH | |A floating point number. The range is unspecified and not limited. | |
|FossilFuels |FossilFuel | |False | 65536| | |A thermal generating unit may have one or more fossil fuels. | |
### ThyristorControlledSeriesCompensator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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. | |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|aggregate |bool | |False | 65536|EQ | |The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to �true� the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.| |
|normallyInService |bool | |False | 65536|EQ | |Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|EquipmentContainer |EquipmentContainer | |False | 65536|EQ, EQ_BD | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536|EQ | |The operational limit sets associated with this equipment. | |
|inService |bool | |True | 65536|SSH | |Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model. | |
|BaseVoltage |BaseVoltage | |False | 65536|EQ | |Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536|DY, EQ, EQ_BD | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536|SV | |The status state variable associated with this conducting equipment. | |
|RegulatingControl |RegulatingControl | |False | 65536|EQ | |The regulating control scheme in which this equipment participates. | |
|controlEnabled |bool | |True | 65536|SSH |False |Specifies the regulation status of the equipment. True is regulating, false is not regulating. | |
|LossCurve |LossCurve | |False | 65536|ER | | | |
|maxC |str | |False | 65536|ER | | | |
|maxL |str | |False | 65536|ER | | | |
|minC |str | |False | 65536|ER | | | |
|minL |str | |False | 65536|ER | | | |
|q |str | |True | 65536|SSI | | | |
|ratedC |str | |False | 65536|ER | | | |
|ratedI |str | |False | 65536|ER | | | |
|ratedL |str | |False | 65536|ER | | | |
|ratedU |str | |False | 65536|ER | | | |
|slope |str | |True | 65536|ER | | | |
|TCSCCompensationPoint|TCSCCompensationPoint| |False | 65536|ER | | | |
|compensationZ |str | |True | 65536|SSI | | | |
|currentSection |str | |True | 65536|SSI | | | |
|flexibleCapacitiveZ |str | |True | 65536|ER | | | |
|flexibleInductiveZ |str | |True | 65536|ER | | | |
|minI |str | |True | 65536|ER | | | |
|reconnectionI |str | |True | 65536|ER | | | |
### TieCorridor
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AreaDispatchableUnit |AreaDispatchableUnit | |False | 65536|ER | | | |
|BiddingZoneBorder |BiddingZoneBorder | |False | 65536|ER | | | |
|LoadFrequencyControlArea |LoadFrequencyControlArea| |False | 65536|ER | | | |
|TieFlow |TieFlow | |False | 65536|ER | | | |
|delayRegulatingReserve |float | |False | 65536|ER | | | |
|maxRegulatingReserveRamp |float | |False | 65536|ER | | | |
|thresholdRegulatingReserve|float | |False | 65536|ER | | | |
### TieFlow
| name |class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------|-----------|----|---------|--------:|--------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|Terminal |Terminal | |True | 65536|EQ | |The terminal to which this tie flow belongs. | |
|ControlArea |ControlArea| |True | 65536|EQ | |The control area of the tie flows. | |
|positiveFlowIn|bool | |True | 65536|EQ | |True if the flow into the terminal (load convention) is also flow into the control area. For example, this attribute should be true if using the tie line terminal further away from the control area. For example to represent a tie to a shunt component (like a load or generator) in another area, this is the near end of a branch and this attribute would be specified as false.| |
### TopologicalIsland
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-----------------------|---------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AngleRefTopologicalNode|TopologicalNode| |True | 65536|SV | |The angle reference for the island. Normally there is one TopologicalNode that is selected as the angle reference for each island. Other reference schemes exist, so the association is typically optional. | |
|TopologicalNodes |TopologicalNode| |True | 65536|SV | |A topological node belongs to a topological island. | |
### TopologicalNode
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|SvInjection |SvInjection | |False | 65536| | |The topological node associated with the flow injection state variable. | |
|SvVoltage |SvVoltage | |False | 65536| | |The topological node associated with the voltage state. | |
|AngleRefTopologicalIsland|TopologicalIsland | |False | 65536| | |The island for which the node is an angle reference. Normally there is one angle reference node for each island. | |
|TopologicalIsland |TopologicalIsland | |False | 65536| | |A topological node belongs to a topological island. | |
|BaseVoltage |BaseVoltage | |True | 65536|TP | |The base voltage of the topologocial node. | |
|ConnectivityNodes |ConnectivityNode | |False | 65536| | |The topological node to which this connectivity node is assigned. May depend on the current state of switches in the network. | |
|ConnectivityNodeContainer|ConnectivityNodeContainer| |True | 65536|TP | |The connectivity node container to which the toplogical node belongs. | |
|ReportingGroup |ReportingGroup | |False | 65536|TP | |The topological nodes that belong to the reporting group. | |
|Terminal |Terminal | |False | 65536| | |The topological node associated with the terminal. This can be used as an alternative to the connectivity node path to topological node, thus making it unneccesary to model connectivity nodes in some cases. Note that the if connectivity nodes are in the model, this association would probably not be used as an input specification. | |
### TopologyAction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------------------|---------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AvailabilityEnabled |str | |False | 65536|AVS | | | |
|ControllableQuantity |str | |False | 65536|SM | | | |
|GridStateAlterationCollection |GridStateAlterationCollection | |False | 65536|RA | | | |
|GridStateAlterationRemedialAction|GridStateAlterationRemedialAction| |False | 65536|RA | | | |
|GridStateAlterationSchedule |GridStateAlterationSchedule | |False | 65536|SIS | | | |
|GridStateIntensitySchedule |GridStateIntensitySchedule | |False | 65536|RAS | | | |
|PropertyReference |str | |True | 65536|RA | | | |
|RangeConstraint |RangeConstraint | |False | 65536|RA | | | |
|enabled |bool | |True | 65536|SSI | | | |
|maximumPerDay |int | |False | 65536|RA | | | |
|minimumActivation |float | |False | 65536|RA | | | |
|normalEnabled |bool | |False | 65536|RA | | | |
|participationFactor |float | |False | 65536|SSI | | | |
|timePerStage |float | |False | 65536|RA | | | |
|Switch |Switch | |True | 65536|RA | | | |
### TransformerEnd
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|BaseVoltage |BaseVoltage |none|False | 65536| | |Base voltage of the transformer end. This is essential for PU calculation. | |
|Terminal |Terminal |none|False | 65536| | |Terminal of the power transformer to which this transformer end belongs. | |
|PhaseTapChanger |PhaseTapChanger|none|False | 65536| | |Transformer end to which this phase tap changer belongs. | |
|RatioTapChanger |RatioTapChanger|none|False | 65536| | |Transformer end to which this ratio tap changer belongs. | |
|rground |float |ohm |False | 65536| | |Resistance (real part of impedance). | |
|endNumber |int |none|False | 65536| | |Number for this transformer end, corresponding to the end's order in the power transformer vector group or phase angle clock number. Highest voltage winding should be 1. Each end within a power transformer should have a unique subsequent end number. Note the transformer end number need not match the terminal sequence number. | |
|grounded |bool |none|False | 65536| | |(for Yn and Zn connections) True if the neutral is solidly grounded. | |
|xground |float |ohm |False | 65536| | |Reactance (imaginary part of impedance), at rated frequency. | |
### TransmissionSystemOperator
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------------------------|------------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Organisation |Organisation | |False | 65536|ER | | | |
|globalLocationNumber |str | |False | 65536|ER | | | |
|AssessedElement |AssessedElement | |False | 65536|AE | | | |
|Contingency |Contingency | |False | 65536|CO | | | |
|ControlArea |ControlArea | |False | 65536|ER | | | |
|Fault |str | |False | 65536|NC, MA | | | |
|MonitoringArea |str | |False | 65536|MA | | | |
|OutcomeValue |OutcomeValue | |False | 65536|IAM | | | |
|OwnerRemedialActionAssessment |str | |False | 65536|IAM | | | |
|ProposingRemedialActionScheduleShare|str | |False | 65536|RAS | | | |
|RemedialAction |RemedialAction | |False | 65536|RA | | | |
|RemedialActionImpact |str | |False | 65536|IAM | | | |
|RemedialActionScheduleResponse |RemedialActionScheduleResponse| |False | 65536|RAS | | | |
|SchedulingArea |SchedulingArea | |False | 65536|ER | | | |
### TriggerCondition
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|GateTrigger |Gate | |True | 65536|RA | | | |
|RemedialActionScheme|RemedialActionScheme| |True | 65536|RA | | | |
### UnifiedPowerFlowController
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|-------------------------|-------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Location |Location | |False | 65536|GL | |Location of this power system resource. | |
|Controls |Control | |False | 65536|OP | |The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator. | |
|Measurements |Measurement | |False | 65536|OP | |The measurements associated with this power system resource. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|FunctionBlock |FunctionBlock | |False | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|HasPart |AutomationFunction | |False | 65536|ER | | | |
|PartOf |AutomationFunction | |False | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|type |str | |False | 65536|ER | | | |
|EquipmentControllerAction|EquipmentControllerAction| |False | 65536|RA | | | |
|RegulatingCondEq |RegulatingCondEq | |False | 65536|ER | | | |
|SystemControl |SystemControl | |False | 65536|ER | | | |
### UnitCostSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|GeneratingUnit |GeneratingUnit | |True | 65536|SIS | | | |
|UnitCostTimePoint |UnitCostTimePoint| |True | 65536|SIS | | | |
|currency |Currency | |False | 65536|SIS | | | |
### UnitCostTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic|str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|UnitCostSchedule |UnitCostSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|shutdownCost |str | |False | 65536|SIS | | | |
|startupCost |str | |False | 65536|SIS | | | |
|warmStartupCost |str | |False | 65536|SIS | | | |
### Verification
No table info.
### VoltageAngleLimit
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|----------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OperationalLimitSet |OperationalLimitSet | |True | 65536|EQ | |The limit set to which the limit values belong. | |
|OperationalLimitType |OperationalLimitType| |True | 65536|EQ | |The limit type associated with this limit. | |
|AngleReferenceTerminal|Terminal | |True | 65536|ER | | | |
|VoltageAngleSchedule |str | |False | 65536|SIS | | | |
|isFlowToRefTerminal |bool | |False | 65536|ER | | | |
|normalValue |float | |True | 65536|ER | | | |
|value |float | |True | 65536|SSI | | | |
### VoltageAngleSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|VoltageAngleLimit |VoltageAngleLimit | |True | 65536|SIS | | | |
|VoltageAngletimePoint|VoltageAngleTimePoint| |True | 65536|SIS | | | |
### VoltageAngleTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|VoltageAngleSchedule|VoltageAngleSchedule| |True | 65536|SIS | | | |
|atTime |str | |True | 65536|SIS | | | |
|value |str | |True | 65536|SIS | | | |
### VoltageControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### VoltageInjectionControlFunction
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------------|--------------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|AutomationBlockGroup |AutomationBlockGroup | |False | 65536|ER | | | |
|AutomationFunction |AutomationFunction | |False | 65536|ER | | | |
|FunctionOutputVariable |FunctionOutputVariable | |True | 65536|ER | | | |
|GenericEnablingSchedule |GenericEnablingSchedule | |False | 65536|SIS | | | |
|Input |FunctionInputVariable | |True | 65536|ER | | | |
|enabled |str | |True | 65536|SSI | | | |
|normalEnabled |str | |False | 65536|ER | | | |
|ControlFunctionBlockAction|ControlFunctionBlockAction| |False | 65536|RA | | | |
|isDiscrete |str | |True | 65536|ER | | | |
|maxAllowedTargetValue |str | |False | 65536|ER | | | |
|minAllowedTargetValue |str | |False | 65536|ER | | | |
|targetDeadband |str | |False | 65536|ER | | | |
|targetValue |str | |True | 65536|SSI | | | |
### VoltageLevel
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|----------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|ConnectivityNodes |ConnectivityNode| |False | 65536| | |Connectivity nodes which belong to this connectivity node container. | |
|TopologicalNode |TopologicalNode | |False | 65536| | |The topological nodes which belong to this connectivity node container. | |
|Equipments |Equipment | |False | 65536| | |Contained equipment. | |
|BaseVoltage |BaseVoltage |none|True | 65536|EQ | |The base voltage used for all equipment within the voltage level. | |
|Bays |Bay |none|False | 65536| | |The bays within this voltage level. | |
|Substation |Substation |none|True | 65536|EQ | |The substation of the voltage level. | |
|highVoltageLimit |float |kV |False | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
|lowVoltageLimit |float |kV |False | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
### VoltageLimit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |Values of equipment limits. | |
|OperationalLimitType|OperationalLimitType| |False | 65536| | |The limit type associated with this limit. | |
|value |float |kV |True | 65536|EQ | |Electrical voltage, can be both AC and DC. | |
### VoltageLimitSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|---------------------|---------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|VoltageLimit |VoltageLimit | |True | 65536|SHS | | | |
|VoltageLimitTimePoint|VoltageLimitTimePoint| |True | 65536|SHS | | | |
### VoltageLimitTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|VoltageLimitSchedule|VoltageLimitSchedule| |True | 65536|SHS | | | |
|atTime |str | |True | 65536|SHS | | | |
|value |str | |True | 65536|SHS | | | |
### VsCapabilityCurve
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|------------------|---------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic|str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|curveStyle |enum CurveStyle|none|False | 65536| | |The style or shape of the curve. | |
|xUnit |enum UnitSymbol|none|False | 65536| | |The X-axis units of measure. | |
|y1Unit |enum UnitSymbol|none|False | 65536| | |The Y1-axis units of measure. | |
|y2Unit |enum UnitSymbol|none|False | 65536| | |The Y2-axis units of measure. | |
|CurveDatas |CurveData |none|False | 65536| | |The curve of this curve data point. | |
|VsConverterDCSides|VsConverter | |False | 65536| | |Capability curve of this converter. | |
### VsConverter
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------|-----------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet|OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|BaseVoltage |BaseVoltage | |False | 65536| | |All conducting equipment with this base voltage. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers. | |
|Terminals |Terminal | |False | 65536| | |Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes. | |
|SvStatus |SvStatus | |False | 65536| | |The status state variable associated with this conducting equipment. | |
|baseS |float |MVA |False | 65536| | |Product of the RMS value of the voltage and the RMS value of the current. | |
|idleLoss |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|minUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|numberOfValves |int |none|False | 65536| | |Number of valves in the converter. Used in loss calculations. | |
|ratedUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|resistiveLoss |float |ohm |False | 65536| | |Resistance (real part of impedance). | |
|switchingLoss |float |MW |False | 65536| | |None | |
|valveU0 |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|DCTerminals |ACDCConverterDCTerminal|none|False | 65536| | |None | |
|PccTerminal |Terminal |none|False | 65536| | |All converters' DC sides linked to this point of common coupling terminal. | |
|idc |float |A |False | 65536| | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|poleLossP |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|uc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|udc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|p |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|q |float |MVAr|False | 65536| | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|targetPpcc |float |MW |False | 65536| | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|targetUdc |float |kV |False | 65536| | |Electrical voltage, can be both AC and DC. | |
|CapabilityCurve |VsCapabilityCurve |none|False | 65536|EQ | |All converters with this capability curve. | |
|maxModulationIndex |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|maxValveCurrent |float |A |False | 65536|EQ | |Electrical current with sign convention: positive flow is out of the conducting equipment into the connectivity node. Can be both AC and DC. | |
|delta |float |deg |True | 65536|SV | |Measurement of angle in degrees. | |
|uf |float |kV |True | 65536|SV | |Electrical voltage, can be both AC and DC. | |
|droop |float |none|True | 65536|SSH | |Per Unit - a positive or negative value referred to a defined base. Values typically range from -10 to +10. | |
|droopCompensation |float |ohm |True | 65536|SSH | |Resistance (real part of impedance). | |
|pPccControl |enum VsPpccControlKind |none|True | 65536|SSH | |Kind of control of real power and/or DC voltage. | |
|qPccControl |enum VsQpccControlKind |none|True | 65536|SSH | |None | |
|qShare |float |none|True | 65536|SSH | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|targetQpcc |float |MVAr|True | 65536|SSH | |Product of RMS value of the voltage and the RMS value of the quadrature component of the current. | |
|targetUpcc |float |kV |True | 65536|SSH | |Electrical voltage, can be both AC and DC. | |
### VsConverterRegularSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|-----------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|HourPattern |HourPattern | |False | 65536|SHS, SIS | | | |
|Season |Season | |False | 65536|SHS, SIS | | | |
|dayOfWeek |str | |False | 65536|SHS, SIS | | | |
|intervalEndTime |str | |False | 65536|SHS, SIS | | | |
|intervalStartTime |str | |False | 65536|SHS, SIS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|targetPpcc |str | |False | 65536|SHS | | | |
|targetUdc |str | |False | 65536|SHS | | | |
|VsConverter |VsConverter | |True | 65536|SHS | | | |
|droop |str | |False | 65536|SHS | | | |
|droopCompensation |str | |False | 65536|SHS | | | |
|pPccControl |VsPpccControlKind| |True | 65536|SHS | | | |
|qPccControl |VsQpccControlKind| |True | 65536|SHS | | | |
|qShare |str | |False | 65536|SHS | | | |
|targetPWMfactor |str | |False | 65536|SHS | | | |
|targetPhasePcc |str | |False | 65536|SHS | | | |
|targetPowerFactorPcc|str | |False | 65536|SHS | | | |
|targetQpcc |str | |False | 65536|SHS | | | |
|targetUpcc |str | |False | 65536|SHS | | | |
### VsConverterSchedule
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|--------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|actionMethod |str | |False | 65536|PS, SIS | | | |
|generatedAtTime |str | |False | 65536|PS, SHS | | | |
|interpolationKind |str | |True | 65536|AVS, PS, RAS, SHS, SIS | | | |
|kind |str | |True | 65536|AVS | | | |
|percentile |int | |False | 65536|PS, SHS | | | |
|timeSeriesKind |str | |True | 65536|PS, SHS, SIS | | | |
|VsConverter |VsConverter | |True | 65536|SHS | | | |
|VsConverterTimePoint|VsConverterTimePoint| |True | 65536|SHS | | | |
### VsConverterTimePoint
| name | class_type |unit|mandatory|max_chars| profiles |default_value| descriptions |comment|
|--------------------|-------------------|----|---------|--------:|------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536|DL, DY, EQ, EQ_BD, OP, TP | |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. | |
|energyIdentCodeEic |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. | |
|mRID |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SC, SSH, SV, TP| |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.For 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.| |
|name |str | |True | 65536|DL, DY, EQ, EQ_BD, GL, OP, SV, TP | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536|EQ, EQ_BD, TP | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|atTime |str | |True | 65536|SHS | | | |
|p |str | |True | 65536|SHS | | | |
|q |str | |True | 65536|SHS | | | |
|targetPpcc |str | |False | 65536|SHS | | | |
|targetUdc |str | |False | 65536|SHS | | | |
|VsConverterSchedule |VsConverterSchedule| |True | 65536|SHS | | | |
|droop |str | |False | 65536|SHS | | | |
|droopCompensation |str | |False | 65536|SHS | | | |
|pPccControl |VsPpccControlKind | |True | 65536|SHS | | | |
|qPccControl |VsQpccControlKind | |True | 65536|SHS | | | |
|qShare |str | |False | 65536|SHS | | | |
|targetPWMfactor |str | |False | 65536|SHS | | | |
|targetPhasePcc |str | |False | 65536|SHS | | | |
|targetPowerFactorPcc|str | |False | 65536|SHS | | | |
|targetQpcc |str | |False | 65536|SHS | | | |
|targetUpcc |str | |False | 65536|SHS | | | |
### WindGeneratingUnit
| name | class_type |unit|mandatory|max_chars|profiles|default_value| descriptions |comment|
|-------------------------------|---------------------------|----|---------|--------:|--------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
|description |str | |False | 65536| | |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. | |
|energyIdentCodeEic |str | |False | 65536| | |The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. References: | |
|mRID |str | |False | 65536| | |Master resource identifier issued by a model authority. The mRID is globally 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. For CIMXML data files in RDF syntax conforming to IEC 61970-552 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. | |
|name |str | |False | 65536| | |The name is any free human readable and possibly non unique text naming the object. | |
|shortName |str | |False | 65536| | |The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. | |
|Controls |Control | |False | 65536| | |Regulating device governed by this control output. | |
|Measurements |Measurement | |False | 65536| | |The power system resource that contains the measurement. | |
|Location |Location | |False | 65536| | |Location of this power system resource. | |
|aggregate |bool | |False | 65536| | |The single instance of equipment represents multiple pieces of equipment that have been modeled together as an aggregate. Examples would be power transformers or synchronous machines operating in parallel modeled as a single aggregate power transformer or aggregate synchronous machine. This is not to be used to indicate equipment that is part of a group of interdependent equipment produced by a network production program. | |
|EquipmentContainer |EquipmentContainer | |False | 65536| | |Container of this equipment. | |
|OperationalLimitSet |OperationalLimitSet | |False | 65536| | |The operational limit sets associated with this equipment. | |
|genControlSource |enum GeneratorControlSource|none|False | 65536|EQ | |The source of controls for a generating unit. | |
|governorSCD |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|initialP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|longPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|maximumAllowableSpinningReserve|float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|maxOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|minOperatingP |float |MW |True | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|nominalP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedGrossMinP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|ratedNetMaxP |float |MW |False | 65536|EQ | |Product of RMS value of the voltage and the RMS value of the in-phase component of the current. | |
|shortPF |float |none|False | 65536|EQ | |A floating point number. The range is unspecified and not limited. | |
|startupCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|variableCost |float |EUR |False | 65536|EQ | |Amount of money. | |
|totalEfficiency |float |none|False | 65536|EQ | |Percentage on a defined base. For example, specify as 100 to indicate at the defined base. | |
|ControlAreaGeneratingUnit |ControlAreaGeneratingUnit |none|False | 65536| | |ControlArea specifications for this generating unit. | |
|RotatingMachine |RotatingMachine |none|False | 65536| | |A synchronous machine may operate as a generator and as such becomes a member of a generating unit. | |
|normalPF |float |none|True | 65536|SSH | |A floating point number. The range is unspecified and not limited. | |
|windGenUnitType |enum WindGenUnitKind | |True | 65536|EQ | |The kind of wind generating unit | |