Documentation for obj_object_profiled_data_schema

Complex Type: cs_productVolumeBusinessAccountInfo

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productVolumeBusinessAccountInfo
Used by (from the same schema document) Complex Type cs_productVolumeBusinessSubUnit
Abstract no
Documentation WITSML - Product Volume component schema for defining account information.
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:accountId> witsml:nameString </witsml:accountId> [1]

'The identifier of the account of the sub-unit within the whole business unit.'

<witsml:product> witsml:ReportingProduct </witsml:product> [0..1]

'The product associated with the account identifier.'

</...>
Diagram
h-269201247 h-2135613082 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productVolumeBusinessAccountInfo">
<xsd:sequence>
<xsd:element name="accountId" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="product" type=" witsml:ReportingProduct " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>