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