Documentation for obj_object_profiled_data_schema

Complex Type: cs_productVolumeSalesDetail

[Table of contents]

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

'A pointer to the business unit which owns the product.'

<witsml:sourceUnit> witsml:refNameString </witsml:sourceUnit> [0..1]

'Points to the business unit from which the product originated.'

<witsml:share> witsml:volumePerVolumeMeasurePercent </witsml:share> [0..1]

'The owner\'s share of the product.'

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

'An account identifier for the sale.'

<witsml:event> witsml:cs_productVolumeSaleEvent </witsml:event> [0..1]

'A dated event related to the sale.'

<witsml:volumeValue> witsml:cs_volumeValue </witsml:volumeValue> [0..*]

'The volume of the fluid, possibly corrected to specific conditions of temperature and pressure. Different volumes may be defined at different conditions but they should all represent the same mass of material.'

<witsml:sampleAnalysisResult> witsml:refNameString </witsml:sampleAnalysisResult> [0..*]

'A pointer to a fluid sample analysis result object that is relevant to the sale. This sample may have been acquired previous to or after this period and is used for determining the allocated characteristics.'

<witsml:componentContent> witsml:cs_productVolumeComponentContent </witsml:componentContent> [0..*]

'The relative amount of a component product in the product.'

</...>
Diagram
h65068842 h65068842 h1377473727 h-399087894 h1281246100 h-548101939 h65068842 h-719411045
Schema Component Representation
<xsd:complexType name="cs_productVolumeSalesDetail">
<xsd:sequence>
<xsd:element name="owner" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="sourceUnit" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="share" type=" witsml:volumePerVolumeMeasurePercent " minOccurs="0" maxOccurs="1"/>
<xsd:element name="accountNumber" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="event" type=" witsml:cs_productVolumeSaleEvent " minOccurs="0" maxOccurs="1"/>
<xsd:element name="volumeValue" type=" witsml:cs_volumeValue " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="sampleAnalysisResult" type=" witsml:refNameString " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="componentContent" type=" witsml:cs_productVolumeComponentContent " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>