XML Schema Documentation

Complex Type: ElectricityTransmissionContingency

[Table of contents]

Super-types: None
Sub-types: None
Name ElectricityTransmissionContingency
Used by (from the same schema document) Complex Type ElectricityDelivery
Abstract no
Documentation A structure to specify the tranmission contingency and the party that bears the obligation.
XML Instance Representation
<...>
<contingency> ElectricityTransmissionContingencyType </contingency> [1]

'The conditions under which the party specified in contingentParty will be excused from damages if transmission is interrupted or curtailed.'

<contingentParty> PartyReference </contingentParty> [1..2]

'The party to which the contingency applies.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ElectricityTransmissionContingency">
<xsd:sequence>
<xsd:element name="contingency" type=" ElectricityTransmissionContingencyType "/>
<xsd:element name="contingentParty" type=" PartyReference " maxOccurs="2"/>
</xsd:sequence>
</xsd:complexType>