-<xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.witsml.org/schemas/131" version="1.0">
<!--
                                                         
 -->
<!--
POSC License Agreement
	This file is distributed under the POSC License Agreement at
	http://www.posc.org/about/license.shtml.
	Use of this file implies agreement with the POSC License Agreement.
	
 -->
<!--
                                                         
 -->
 <xsd:include schemaLocation="typ_dataTypes.xsd"/>
<!--
                                                         
 -->
-<xsd:complexType name="cs_phoneNumberStruct">
-<xsd:annotation>
 <xsd:documentation>A phone number with two attributes, used to "type" and "qualify" a phone number. The type would carry information such as fax, modem, voice, and the qualifier would carry information such as home or office.</xsd:documentation>
 </xsd:annotation>
-<xsd:simpleContent>
-<xsd:extension base="witsml:abstractTypeEnum">
-<xsd:attribute name="type" type="witsml:PhoneEnum" use="required">
-<xsd:annotation>
 <xsd:documentation>The kind of phone such as voice or fax.</xsd:documentation>
 </xsd:annotation>
 </xsd:attribute>
-<xsd:attribute name="qualifier" type="witsml:AddressQualifier" use="optional">
-<xsd:annotation>
 <xsd:documentation>Indicates whether the number is personal, business or both.</xsd:documentation>
 </xsd:annotation>
 </xsd:attribute>
-<xsd:attribute name="extension" type="witsml:codeString" use="optional">
-<xsd:annotation>
 <xsd:documentation>The phone number extension.</xsd:documentation>
 </xsd:annotation>
 </xsd:attribute>
 </xsd:extension>
 </xsd:simpleContent>
 </xsd:complexType>
<!--
                                                         
 -->
-<xsd:simpleType name="PhoneEnum">
-<xsd:annotation>
 <xsd:documentation>One method of characterizing a phone number.</xsd:documentation>
 </xsd:annotation>
-<xsd:restriction base="witsml:abstractTypeEnum">
-<xsd:enumeration value="voice">
-<xsd:annotation>
 <xsd:documentation>The telephone number is a conventional number which is used for voice contact.</xsd:documentation>
 </xsd:annotation>
 </xsd:enumeration>
-<xsd:enumeration value="fax">
-<xsd:annotation>
 <xsd:documentation>The telephone number is exclusively used for receiving faxes.</xsd:documentation>
 </xsd:annotation>
 </xsd:enumeration>
-<xsd:enumeration value="mobile">
-<xsd:annotation>
 <xsd:documentation>The telephone number is a mobile telephone, such as a cell phone.</xsd:documentation>
 </xsd:annotation>
 </xsd:enumeration>
-<xsd:enumeration value="voice/fax">
-<xsd:annotation>
 <xsd:documentation>The telephone at this number is capable of voice communication and of receiving faxes.</xsd:documentation>
 </xsd:annotation>
 </xsd:enumeration>
-<xsd:enumeration value="voicemail">
-<xsd:annotation>
 <xsd:documentation>The telephone is connected directly to voice mail. A voice phone may lead a caller to voice mail. However this choice qualifies the phone type as being only voice mail.</xsd:documentation>
 </xsd:annotation>
 </xsd:enumeration>
-<xsd:enumeration value="pager">
-<xsd:annotation>
 <xsd:documentation>The telephone is intended only for pages.</xsd:documentation>
 </xsd:annotation>
 </xsd:enumeration>
 </xsd:restriction>
 </xsd:simpleType>
<!--
                                                         
 -->
 </xsd:schema>