Definition Type: Group
Name: CommodityDeliveryPoints.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Documentation:
A Delivery Point, applicable to physically settled commodity transactions.
Collapse XSD Schema Diagram:
Drilldown into withdrawalPoint in schema fpml-com-5-10_xsd1 Drilldown into entryPoint in schema fpml-com-5-10_xsd1 Drilldown into deliveryPoint in schema fpml-com-5-10_xsd1XSD Diagram of CommodityDeliveryPoints.model in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityDeliveryPoints.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A Delivery Point, applicable to physically settled commodity transactions.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="deliveryPoint" type="GasDeliveryPoint">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The physical or virtual point at which the commodity will be delivered.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence>
            <xsd:element name="entryPoint" type="CommodityDeliveryPoint" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The physical or virtual point at which the commodity enters a transportation system.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="withdrawalPoint" type="CommodityDeliveryPoint" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The physical or virtual point at which the commodity is withdrawn from a transportation system.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveryPoint nsD:deliveryPoint (1) (1)
entryPoint nsD:entryPoint 0 (1)
withdrawalPoint nsD:withdrawalPoint 0 (1)