Documentation for obj_object_profiled_data_schema

Complex Type: cs_fluidResultCompositeComposition

[Table of contents]

Super-types: None
Sub-types: None
Name cs_fluidResultCompositeComposition
Used by (from the same schema document) Model Group grp_fluidResultCommonTestGroup
Abstract no
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:componentName> witsml:kindString </witsml:componentName> [1]
<witsml:weightPercent> witsml:massConcentrationMeasurePercent </witsml:weightPercent> [0..1]
<witsml:molePercent> witsml:molarFractionMeasurePercent </witsml:molePercent> [0..1]
<witsml:kValue> witsml:unitlessQuantity </witsml:kValue> [0..1]
</...>
Diagram
h-399087894 h1384030779 h177822399 h526607149 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_fluidResultCompositeComposition">
<xsd:sequence>
<xsd:element name="componentName" type=" witsml:kindString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="weightPercent" type=" witsml:massConcentrationMeasurePercent " minOccurs="0" maxOccurs="1"/>
<xsd:element name="molePercent" type=" witsml:molarFractionMeasurePercent " minOccurs="0" maxOccurs="1"/>
<xsd:element name="kValue" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>