Documentation for obj_object_profiled_data_schema

Complex Type: enumList

[Table of contents]

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

'The name of the list.'

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

'A description of the list. This specifies what the individual values represent.'

<witsml:namingSystem> witsml:nameString </witsml:namingSystem> [0..1]

'The naming system within which the terms are defined.'

<witsml:value> witsml:enumValue </witsml:value> [1..*]

'A description of an enumberation value.'

</...>
Diagram
h-1080026357 h-793122037 h-269201247 h-444248533
Schema Component Representation
<xsd:complexType name="enumList">
<xsd:sequence>
<xsd:element name="name" type=" witsml:str32 " minOccurs="1" maxOccurs="1"/>
<xsd:element name="description" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="namingSystem" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="value" type=" witsml:enumValue " minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>