<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>
|