Documentation for obj_object_profiled_data_schema

Complex Type: cs_productVolumeBusinessSubUnit

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productVolumeBusinessSubUnit
Used by (from the same schema document) Complex Type cs_productVolumeBusinessUnit
Abstract no
Documentation WITSML - Product Volume component schema for defining ownership shares of business units.
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:refNameString </witsml:kind> [1]

'Points to business unit which is part of another business unit.'

Start Choice [1]
<witsml:ownershipShare> witsml:cs_productVolumeBusinessOwnershipShare </witsml:ownershipShare> [0..*]

'Defines the ownership share in the parent unit at a point in time. This commonly applies at a parent source unit (e.g., a field or platform).'

<witsml:accountInformation> witsml:cs_productVolumeBusinessAccountInfo </witsml:accountInformation> [0..*]

'Defines account information in the parent unit. This commonly applies at a parent terminus unit (e.g., a terminal),'

End Choice
</...>
Diagram
h65068842 h8743471 h22017116 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productVolumeBusinessSubUnit">
<xsd:sequence>
<xsd:element name="kind" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:choice>
<xsd:element name="ownershipShare" type=" witsml:cs_productVolumeBusinessOwnershipShare " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="accountInformation" type=" witsml:cs_productVolumeBusinessAccountInfo " minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>