Definition Type: ComplexType
Name: OilPipelineDelivery
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The physical delivery conditions specific to an oil product delivered by pipeline.
Collapse XSD Schema Diagram:
Drilldown into cycle in schema fpml-com-5-10_xsd Drilldown into risk in schema fpml-com-5-10_xsd Drilldown into deliverableByBarge in schema fpml-com-5-10_xsd Drilldown into entryPoint in schema fpml-com-5-10_xsd Drilldown into withdrawalPoint in schema fpml-com-5-10_xsd Drilldown into pipelineName in schema fpml-com-5-10_xsdXSD Diagram of OilPipelineDelivery in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OilPipelineDelivery">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The physical delivery conditions specific to an oil product delivered by pipeline.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="pipelineName" type="CommodityPipeline">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The name of pipeline by which the oil product will be delivered.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="withdrawalPoint" type="CommodityDeliveryPoint" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The location at which the transfer of the title to the commodity takes place.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="entryPoint" type="CommodityDeliveryPoint" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The point at which the oil product will enter the pipeline.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="deliverableByBarge" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Whether or not the delivery can go to barge. For trades documented under the ISDA Master Agreement and Oil Annex, this should always be set to 'false'.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="risk" type="CommodityDeliveryRisk" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies how the risk associated with the delivery is assigned. For trades documented under the ISDA Master Agreement and Oil Annex, this presence of this element indicates that the provisions of clause (b)(i) of the ISDA Oil Annex are being varied.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="cycle" type="CommodityPipelineCycle" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The cycle(s) during which the oil product will be transported in the pipeline.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pipelineName nsA:pipelineName (1) (1)
withdrawalPoint nsA:withdrawalPoint 0 (1)
entryPoint nsA:entryPoint 0 (1)
deliverableByBarge nsA:deliverableByBarge (1) (1)
risk nsA:risk 0 (1)
cycle nsA:cycle 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:pipeline