Documentation for obj_object_profiled_data_schema

Complex Type: indexCurve

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < str32 (by restriction) < indexCurve (by extension)
Sub-types: None
Name indexCurve
Abstract no
Documentation The mnemonic of a log index curve plus the column index of the curve.
XML Instance Representation
<...
columnIndex=" witsml:nonNegativeCount [1]

'The column index of the curve.'

"
>
witsml:str32
</...>
Diagram
Schema Component Representation
<xsd:complexType name="indexCurve">
<xsd:simpleContent>
<xsd:extension base=" witsml:str32 ">
<xsd:attribute name="columnIndex" type=" witsml:nonNegativeCount " use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>