Documentation for obj_object_profiled_data_schema

Complex Type: cs_productVolumeDestination

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productVolumeDestination
Used by (from the same schema document) Complex Type cs_productVolumeSalesSet
Abstract no
Documentation WITSML - Product Flow Sales Destination Schema.
XML Instance Representation
<...>
<witsml:name> witsml:nameString </witsml:name> [0..1]

'The name of the destination.'

<witsml:type> witsml:SaleDestinationType </witsml:type> [0..1]

'The type of destination.'

<witsml:country> witsml:nameString </witsml:country> [0..1]

'The country of the destination.'

</...>
Diagram
h-269201247 h-1790045060 h-269201247
Schema Component Representation
<xsd:complexType name="cs_productVolumeDestination">
<xsd:sequence>
<xsd:element name="name" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="type" type=" witsml:SaleDestinationType " minOccurs="0" maxOccurs="1"/>
<xsd:element name="country" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>