Definition Type: ComplexType
Name: ElectricityDelivery
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The physical delivery conditions for electricity.
Collapse XSD Schema Diagram:
Drilldown into electingPartyReference in schema fpml-com-5-10_xsd2 Drilldown into deliveryZone in schema fpml-com-5-10_xsd2 Drilldown into interconnectionPoint in schema fpml-com-5-10_xsd2 Drilldown into transmissionContingency in schema fpml-com-5-10_xsd2 Drilldown into deliveryType in schema fpml-com-5-10_xsd2 Drilldown into deliveryPoint in schema fpml-com-5-10_xsd2XSD Diagram of ElectricityDelivery in schema fpml-com-5-10_xsd2 (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" type="ElectricityDeliveryType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Indicates the under what conditions the Parties' delivery obligations apply.</xsd:documentation>
                </xsd:annotation>
            </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:element name="interconnectionPoint" type="InterconnectionPoint" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Identification of the border(s) or border point(s) of a transportation contract.</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 nsE:deliveryPoint 0 (1)
deliveryType nsE:deliveryType 0 (1)
transmissionContingency nsE:transmissionContingency 0 (1)
interconnectionPoint nsE:interconnectionPoint 0 (1)
deliveryZone nsE:deliveryZone 0 (1)
electingPartyReference nsE:electingPartyReference 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:deliveryConditions