Definition Type: ComplexType
Name: ElectricityTransmissionContingency
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
A structure to specify the tranmission contingency and the party that bears the obligation.
Collapse XSD Schema Diagram:
Drilldown into contingentParty in schema fpml-com-5-10_xsd2 Drilldown into contingency in schema fpml-com-5-10_xsd2XSD Diagram of ElectricityTransmissionContingency in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contingency nsE:contingency 0 (1)
contingentParty nsE:contingentParty 0 2
Collapse Derivation Tree:
Collapse References:
nsE:transmissionContingency