-<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 constitutes agreement with the POSC License Agreement.
	
 -->
<!--
                                                         
 -->
 <xsd:include schemaLocation="cs_wellborePathStation.xsd"/>
<!--
                                                         
 -->
-<xsd:complexType name="cs_wellborePath">
-<xsd:annotation>
 <xsd:documentation>The path of the centerline of a wellbore through the subsurface.</xsd:documentation>
 </xsd:annotation>
-<xsd:sequence>
-<xsd:element name="serviceCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>Name of contractor who provided the service.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="aziRef" type="witsml:AziRef" minOccurs="0" maxOccurs="1">
-<xsd:annotation>
 <xsd:documentation>Specifies the definition of north. While this is optional because of legacy data, it is strongly recommended that this always be specified.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
-<xsd:element name="station" type="witsml:cs_wellborePathStation" minOccurs="0" maxOccurs="unbounded">
-<xsd:annotation>
 <xsd:documentation>A point along the wellbore path.</xsd:documentation>
 </xsd:annotation>
 </xsd:element>
 </xsd:sequence>
 </xsd:complexType>
 </xsd:schema>