Documentation for obj_object_profiled_data_schema

Complex Type: cs_productVolumeBusinessUnit

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productVolumeBusinessUnit
Used by (from the same schema document) Model Group grp_productVolume
Abstract no
Documentation WITSML - Product Volume component schema for defining 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:BusinessUnitKind </witsml:kind> [1]

'The type of business unit.'

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

'The human contextual name of the business unit.'

<witsml:description> witsml:descriptionString </witsml:description> [0..1]

'A textual description of the business unit.'

<witsml:subUnit> witsml:cs_productVolumeBusinessSubUnit </witsml:subUnit> [0..*]

'A component part of the unit. The composition of a unit may vary with time. This defines the ownership share or account information for a sub unit within the context of the whole unit. For ownership shares, at any one point in time the sum of the shares should be 100%.'

</...>
Diagram
h-2115912291 h-269201247 h-357449368 h-184388539 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productVolumeBusinessUnit">
<xsd:sequence>
<xsd:element name="kind" type=" witsml:BusinessUnitKind " minOccurs="1" maxOccurs="1"/>
<xsd:element name="name" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="description" type=" witsml:descriptionString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="subUnit" type=" witsml:cs_productVolumeBusinessSubUnit " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>