-<xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.witsml.org/schemas/131">
<!--
                                                         
 -->
<!--
 POSC License Agreement
	This file is distributed under the POSC License Agreement at
	http://www.posc.org/about/license.shtml.
	Use of this file constitutes agreement with the POSC License Agreement.
	
 -->
<!--
                                                         
 -->
 <xsd:include schemaLocation="typ_dataTypes.xsd"/>
<!--
                                                         
 -->
-<xsd:annotation>
 <xsd:documentation>Schema for listing standardized values as an alternative to using an enumeration in XML Schema.</xsd:documentation>
 </xsd:annotation>
<!--
                                                         
 -->
-<xsd:element name="enumListSet" type="witsml:enumListSet">
-<xsd:annotation>
 <xsd:documentation>A container for enumeration lists.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
<!--
                                                         
 -->
-<xsd:complexType name="enumListSet">
-<xsd:sequence>
-<xsd:element name="enumList" type="witsml:enumList" minOccurs="1" maxOccurs="unbounded">
-<xsd:annotation>
 <xsd:documentation>A single enumeration list.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
 </xsd:sequence>
-<xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
-<xsd:annotation>
 <xsd:documentation>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.</xsd:documentation>
 </xsd:annotation>
 </xsd:attribute>
 </xsd:complexType>
<!--
                                                         
 -->
-<xsd:complexType name="enumList">
-<xsd:sequence>
-<xsd:element name="name" type="witsml:str32" minOccurs="1" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>The name of the list.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>A description of the list. This specifies what the individual values represent.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="namingSystem" type="witsml:nameString" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>The naming system within which the terms are defined.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="value" type="witsml:enumValue" minOccurs="1" maxOccurs="unbounded">
-<xsd:annotation>
 <xsd:documentation>A description of an enumberation value.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
 </xsd:sequence>
 </xsd:complexType>
<!--
                                                         
 -->
-<xsd:complexType name="enumValue">
-<xsd:sequence>
-<xsd:element name="name" type="witsml:kindString" minOccurs="1" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>The name of the value.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>A description of the value. </xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="deprecated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>True (false or 1) indicates that the value has been deprecated and may be removed in future versions.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
 </xsd:sequence>
 </xsd:complexType>
<!--
                                                         
 -->
 </xsd:schema>