Definition Type: Element
Name: deliveryType
Namespace: http://www.fpml.org/FpML-5/confirmation
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_xsd Drilldown into systemFirm in schema fpml-com-5-0_xsd Drilldown into nonFirm in schema fpml-com-5-0_xsd Drilldown into firm in schema fpml-com-5-0_xsdXSD Diagram of deliveryType in schema fpml-com-5-0_xsd (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">
                <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>
</xsd:element>
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)