Documentation for obj_object_profiled_data_schema

Complex Type: obj_dtsMeasurements

[Table of contents]

Super-types: None
Sub-types: None
Name obj_dtsMeasurements
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 document instance.'

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

'Information about the XML message instance.'

<witsml:dtsMeasurement> witsml:obj_dtsMeasurement </witsml:dtsMeasurement> [1..*]

'Main wrapper for all the distributed temperature survey information about the measurement. Note that this object must be accompanied by a wellLog object in order to be complete.'

</...>
Diagram
h337438931 h15974214 h1792248419
Schema Component Representation
<xsd:complexType name="obj_dtsMeasurements">
<xsd:sequence>
<xsd:element name="documentInfo" type=" witsml:cs_documentInfo " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dtsMeasurement" type=" witsml:obj_dtsMeasurement " minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="version" type=" witsml:schemaVersionString " use="required"/>
</xsd:complexType>