<xsd:complexType name="ElectricityTransmissionContingency">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure to specify the tranmission contingency and the party that bears the obligation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="contingency" type="ElectricityTransmissionContingencyType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The conditions under which the party specified in contingentParty will be excused from damages if transmission is interrupted or curtailed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contingentParty" type="PartyReference" minOccurs="0" maxOccurs="2">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party to which the contingency applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|