Documentation for obj_object_profiled_data_schema

Complex Type: enumValue

[Table of contents]

Super-types: None
Sub-types: None
Name enumValue
Used by (from the same schema document) Complex Type enumList
Abstract no
XML Instance Representation
<...>
<witsml:name> witsml:kindString </witsml:name> [1]

'The name of the value.'

<witsml:description> witsml:commentString </witsml:description> [0..1]

'A description of the value.'

<witsml:deprecated> witsml:logicalBoolean </witsml:deprecated> [0..1]

'True (false or 1) indicates that the value has been deprecated and may be removed in future versions.'

</...>
Diagram
h-399087894 h-793122037 h2055323524
Schema Component Representation
<xsd:complexType name="enumValue">
<xsd:sequence>
<xsd:element name="name" type=" witsml:kindString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="description" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="deprecated" type=" witsml:logicalBoolean " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>