XML Schema Documentation

Complex Type: OilTransferDelivery

[Table of contents]

Super-types: None
Sub-types: None
Name OilTransferDelivery
Used by (from the same schema document) Complex Type OilDelivery
Abstract no
Documentation The physical delivery conditions specific to an oil product delivered by title transfer.
XML Instance Representation
<...>
<applicable> xsd:boolean </applicable> [1]

'Indicates that the oil product will be delivered by title transfer. Should always be set to \"true\".'

<deliveryLocation> CommodityDeliveryPoint </deliveryLocation> [0..1]

'The location at which the transfer of the title to the commodity takes place.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="OilTransferDelivery">
<xsd:sequence>
<xsd:element name="applicable" type=" xsd:boolean "/>
<xsd:element name="deliveryLocation" type=" CommodityDeliveryPoint " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>