Documentation for obj_object_profiled_data_schema

Complex Type: cs_productVolumeSalesSet

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productVolumeSalesSet
Used by (from the same schema document) Complex Type cs_productVolumePeriod
Abstract no
Documentation WITSML - Product Flow Sales Set Schema.
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:kind> witsml:SalesFlowPart </witsml:kind> [0..1]

'Defines the aspect being described.'

<witsml:cargoNumber> witsml:kindString </witsml:cargoNumber> [0..1]

'A cargo identifier for the product.'

<witsml:cargoBatchNumber> witsml:nonNegativeCount </witsml:cargoBatchNumber> [0..1]

'A cargo batch number. Used if the vessel needs to temporarily disconnect for some reason (e.g., weather).'

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

'The name of the shipper'

<witsml:destination> witsml:cs_productVolumeDestination </witsml:destination> [0..1]

'Defines the destination of the sale.'

<witsml:salesDetail> witsml:cs_productVolumeSalesDetail </witsml:salesDetail> [0..*]

'Provides details on the sale.'

</...>
Diagram
h-1360931064 h-399087894 h-1583229326 h-269201247 h1278178511 h-638941890 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productVolumeSalesSet">
<xsd:sequence>
<xsd:element name="kind" type=" witsml:SalesFlowPart " minOccurs="0" maxOccurs="1"/>
<xsd:element name="cargoNumber" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="cargoBatchNumber" type=" witsml:nonNegativeCount " minOccurs="0" maxOccurs="1"/>
<xsd:element name="shipper" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="destination" type=" witsml:cs_productVolumeDestination " minOccurs="0" maxOccurs="1"/>
<xsd:element name="salesDetail" type=" witsml:cs_productVolumeSalesDetail " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>