Documentation for obj_object_profiled_data_schema

Complex Type: obj_dtsInstalledSystems

[Table of contents]

Super-types: None
Sub-types: None
Name obj_dtsInstalledSystems
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:dtsInstalledSystem> witsml:obj_dtsInstalledSystem </witsml:dtsInstalledSystem> [1..*]

'Main wrapper for all the distributed temperature survey information about the installed system. Note that this can serve as a standalone object for messages that are not part of the WITSML server architecture.'

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