Definition Type: Element
Name: deliveryType
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Indicates the under what conditions the Parties' delivery obligations apply.
Collapse XSD Schema Diagram:
Drilldown into unitFirm in schema fpml-com-5-0_xsd1 Drilldown into systemFirm in schema fpml-com-5-0_xsd1 Drilldown into nonFirm in schema fpml-com-5-0_xsd1 Drilldown into firm in schema fpml-com-5-0_xsd1XSD Diagram of deliveryType in schema fpml-com-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="deliveryType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Indicates the under what conditions the Parties' delivery obligations apply.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice>
            <xsd:element name="firm" type="ElectricityDeliveryFirm" minOccurs="0">
                <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" minOccurs="0">
                <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" minOccurs="0">
                <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" minOccurs="0">
                <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>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
firm nsB:firm 0 (1)
nonFirm nsB:nonFirm 0 (1)
systemFirm nsB:systemFirm 0 (1)
unitFirm nsB:unitFirm 0 (1)