Definition Type: ComplexType
Name: ElectricityDeliveryType
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into unitFirm in schema fpml-com-5-10_xsd Drilldown into systemFirm in schema fpml-com-5-10_xsd Drilldown into nonFirm in schema fpml-com-5-10_xsd Drilldown into firm in schema fpml-com-5-10_xsdXSD Diagram of ElectricityDeliveryType in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ElectricityDeliveryType">
    <xsd:choice>
        <xsd:element name="firm" type="ElectricityDeliveryFirm">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates under what condtitions the Parties' delivery obligations apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="nonFirm" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If present and set to true, indicates that delivery or receipt of the electricity may be interrupted for any reason or for no reason, without liability on the part of either Party. This element should never have a value of false.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="systemFirm" type="ElectricityDeliverySystemFirm">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that the electricity is intended to be supplied from the owned or controlled generation or pre-existing purchased power assets of the system specified.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="unitFirm" type="ElectricityDeliveryUnitFirm">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates that the electricity is intended to be supplied from a generation asset which can optionally be specified.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
firm nsA:firm (1) (1)
nonFirm nsA:nonFirm (1) (1)
systemFirm nsA:systemFirm (1) (1)
unitFirm nsA:unitFirm (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:deliveryType