Definition Type: ComplexType
Name: OilPipelineDelivery
Namespace: http://www.fpml.org/FpML-5/transparency
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 risk in schema fpml-com-5-10_xsd3 Drilldown into deliverableByBarge in schema fpml-com-5-10_xsd3 Drilldown into entryPoint in schema fpml-com-5-10_xsd3 Drilldown into withdrawalPoint in schema fpml-com-5-10_xsd3 Drilldown into pipelineName in schema fpml-com-5-10_xsd3XSD Diagram of OilPipelineDelivery in schema fpml-com-5-10_xsd3 (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">
            <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" minOccurs="0">
            <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:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pipelineName nsF:pipelineName (1) (1)
withdrawalPoint nsF:withdrawalPoint (1) (1)
entryPoint nsF:entryPoint 0 (1)
deliverableByBarge nsF:deliverableByBarge 0 (1)
risk nsF:risk 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:pipeline