Definition Type: ComplexType
Name: OilDelivery
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The physical delivery conditions for an oil product.
Collapse XSD Schema Diagram:
Drilldown into transfer in schema fpml-com-5-10_xsd3 Drilldown into pipeline in schema fpml-com-5-10_xsd3XSD Diagram of OilDelivery in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OilDelivery">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The physical delivery conditions for an oil product.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="pipeline" type="OilPipelineDelivery">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specified the delivery conditions where the oil product is to be delivered by pipeline.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="transfer" type="OilTransferDelivery">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specified the delivery conditions where the oil product is to be delivered by title transfer.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pipeline nsF:pipeline (1) (1)
transfer nsF:transfer (1) (1)
Collapse Derivation Tree:
Collapse References:
nsF:deliveryConditions