Definition Type: ComplexType
Name: ElectricityDelivery
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-0.xsd
Abstract
Documentation:
The physical delivery conditions for electricity.
Collapse XSD Schema Diagram:
Drilldown into electingPartyReference in schema fpml-com-5-0_xsd1 Drilldown into deliveryZone in schema fpml-com-5-0_xsd1 Drilldown into transmissionContingency in schema fpml-com-5-0_xsd1 Drilldown into deliveryType in schema fpml-com-5-0_xsd1 Drilldown into deliveryPoint in schema fpml-com-5-0_xsd1XSD Diagram of ElectricityDelivery in schema fpml-com-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ElectricityDelivery">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The physical delivery conditions for electricity.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="deliveryPoint" type="ElectricityDeliveryPoint" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The point at which delivery of the electricity will occur.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <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>
            <xsd:element name="transmissionContingency" type="ElectricityTransmissionContingency" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Indicates that the performance of the buyer or seller shall be excused (under the conditions specified) if transmission of the elctricity is unavailable or interrupted.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:sequence>
            <xsd:annotation>
                <xsd:documentation xml:lang="en">For EEI transactions, indicates that this transaction is for an "into" product.</xsd:documentation>
            </xsd:annotation>
            <xsd:element name="deliveryZone" type="CommodityDeliveryPoint" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The zone covering potential delivery points for the electricity.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="electingPartyReference" type="PartyReference" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Indicates the party able to decide which delivery point within the deliveryPoint is used for delivery. For EEI transactions, this should reference the seller of the electricity.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveryPoint nsB:deliveryPoint 0 (1)
deliveryType nsB:deliveryType 0 (1)
transmissionContingency nsB:transmissionContingency 0 (1)
deliveryZone nsB:deliveryZone 0 (1)
electingPartyReference nsB:electingPartyReference 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:deliveryConditions