-<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_dataTypes.xsd"/>
 <xsd:include schemaLocation="typ_catalog_New.xsd"/>
<!--
                                                         
 -->
<!--
                                                         
 -->
-<xsd:complexType name="emailQualifierStruct" final="#all">
-<xsd:annotation>
 <xsd:documentation>An email address with an attribute, used to "qualify" an email as personal, work, or permanent.</xsd:documentation>
 </xsd:annotation>
-<xsd:simpleContent>
-<xsd:extension base="witsml:abstractTypeEnum">
 <xsd:attribute name="qualifier" type="witsml:AddressQualifier" use="optional"/>
 </xsd:extension>
 </xsd:simpleContent>
 </xsd:complexType>
<!--
                                                         
 -->
-<xsd:complexType name="facilityIdentifierStruct" final="#all">
-<xsd:annotation>
 <xsd:documentation>Identifies a facility.</xsd:documentation>
 </xsd:annotation>
-<xsd:simpleContent>
-<xsd:extension base="witsml:abstractNameString">
-<xsd:attribute name="kind" type="witsml:ReportingFacility" use="optional">
-<xsd:annotation>
 <xsd:documentation>The kind of facility.</xsd:documentation>
 </xsd:annotation>
 </xsd:attribute>
-<xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
-<xsd:annotation>
 <xsd:documentation>The naming system within which the name is unique. For example, API or NPD.</xsd:documentation>
 </xsd:annotation>
 </xsd:attribute>
-<xsd:attribute name="uidRef" type="witsml:uidString" use="optional">
-<xsd:annotation>
 <xsd:documentation>If the facility is defined and instantiated within the context of a WITSML server, this is a pointer to the uid value of that object instance.</xsd:documentation>
 </xsd:annotation>
 </xsd:attribute>
 </xsd:extension>
 </xsd:simpleContent>
 </xsd:complexType>
<!--
                                                         
 -->
-<xsd:complexType name="phoneNumberStruct" final="#all">
-<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:PhoneType" 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:kindString" use="optional">
-<xsd:annotation>
 <xsd:documentation>The phone number extension.</xsd:documentation>
 </xsd:annotation>
 </xsd:attribute>
 </xsd:extension>
 </xsd:simpleContent>
 </xsd:complexType>
<!--
                                                         
 -->
 </xsd:schema>