-<xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.witsml.org/schemas/131/addendum/combo" version="1.3.1">
<!--
 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_baseType.xsd"/>
<!--
                                                         
 -->
<!--
                                                         
 -->
<!--
 ================= ABSTRACT BASE TYPES ================= 
 -->
<!--
                                                         
 -->
<!--
                                                         
 -->
-<xsd:simpleType name="abstractNonNegativeCount">
-<xsd:annotation>
 <xsd:documentation>A non-negative integer (zero based count or index) with a maximum vaulue of 32767 (2-bytes).</xsd:documentation>
 </xsd:annotation>
-<xsd:restriction base="witsml:abstractShort">
-<xsd:minInclusive value="0">
-<xsd:annotation>
 <xsd:documentation>This value cannot be negative.</xsd:documentation>
 </xsd:annotation>
 </xsd:minInclusive>
 </xsd:restriction>
 </xsd:simpleType>
<!--
                                                         
 -->
 </xsd:schema>