Documentation for obj_object_profiled_data_schema

Complex Type: indexedObject

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < indexedObject (by extension)
Sub-types: None
Name indexedObject
Used by (from the same schema document) Complex Type cs_dtsFiber , Complex Type cs_dtsInstrumentBox
Abstract no
XML Instance Representation
<...
index=" witsml:positiveCount [1]

'Indexes things with the same name. That is the first one, the second one, etc.'

"

name=" witsml:kindString [0..1]"
uom=" witsml:uomString [0..1]"
description=" witsml:descriptionString [0..1]">
witsml:abstractTypeEnum
</...>
Diagram
Schema Component Representation
<xsd:complexType name="indexedObject">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractTypeEnum ">
<xsd:attribute name="index" type=" witsml:positiveCount " use="required"/>
<xsd:attribute name="name" type=" witsml:kindString " use="optional"/>
<xsd:attribute name="uom" type=" witsml:uomString " use="optional"/>
<xsd:attribute name="description" type=" witsml:descriptionString " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>