Definition Type: ComplexType
Name: OilDelivery
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The physical delivery conditions for an oil product.
Collapse XSD Schema Diagram:
Drilldown into percentageTolerance in schema fpml-com-5-10_xsd Drilldown into absoluteTolerance in schema fpml-com-5-10_xsd Drilldown into importerOfRecord in schema fpml-com-5-10_xsd Drilldown into transfer in schema fpml-com-5-10_xsd Drilldown into pipeline in schema fpml-com-5-10_xsdXSD Diagram of OilDelivery in schema fpml-com-5-10_xsd (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:element name="importerOfRecord" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies which party is the Importer of Record for the purposes of paying customs duties and applicable taxes or costs related to the import of the oil product.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:element name="absoluteTolerance" type="AbsoluteTolerance">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the allowable quantity tolerance as an absolute quantity.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="percentageTolerance" type="PercentageTolerance">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the allowable quantity tolerance as a percentage of the quantity.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pipeline nsA:pipeline (1) (1)
transfer nsA:transfer (1) (1)
importerOfRecord nsA:importerOfRecord 0 (1)
absoluteTolerance nsA:absoluteTolerance (1) (1)
percentageTolerance nsA:percentageTolerance (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:deliveryConditions