Documentation for obj_object_profiled_data_schema

Complex Type: obj_fluidSamples

[Table of contents]

Super-types: None
Sub-types: None
Name obj_fluidSamples
Abstract no
XML Instance Representation
<...
version=" witsml:schemaVersionString [1]

'Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed by the documenti nstance.'

"
>
<witsml:documentInfo> witsml:cs_documentInfo </witsml:documentInfo> [0..1]

'Information about the XML message instance.'

<witsml:fluidSample> witsml:obj_fluidSample </witsml:fluidSample> [0..*]

'Information about a single Fluid Sample.'

</...>
Diagram
h337438931 h-1159324217 h1792248419
Schema Component Representation
<xsd:complexType name="obj_fluidSamples">
<xsd:sequence>
<xsd:element name="documentInfo" type=" witsml:cs_documentInfo " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fluidSample" type=" witsml:obj_fluidSample " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="version" type=" witsml:schemaVersionString " use="required"/>
</xsd:complexType>