Definition Type: ComplexType
Name: OilPipelineDelivery
Namespace: http://www.fpml.org/FpML-5/reporting
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_xsd2 Drilldown into risk in schema fpml-com-5-10_xsd2 Drilldown into deliverableByBarge in schema fpml-com-5-10_xsd2 Drilldown into entryPoint in schema fpml-com-5-10_xsd2 Drilldown into withdrawalPoint in schema fpml-com-5-10_xsd2 Drilldown into pipelineName in schema fpml-com-5-10_xsd2XSD Diagram of OilPipelineDelivery in schema fpml-com-5-10_xsd2 (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" minOccurs="0">
            <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" 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: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 nsE:pipelineName 0 (1)
withdrawalPoint nsE:withdrawalPoint 0 (1)
entryPoint nsE:entryPoint 0 (1)
deliverableByBarge nsE:deliverableByBarge 0 (1)
risk nsE:risk 0 (1)
cycle nsE:cycle 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:pipeline