-
<!--
edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com)
-->
-
<
xsd:schema
targetNamespace
="
http://www.witsml.org/schemas/131
"
elementFormDefault
="
qualified
"
attributeFormDefault
="
unqualified
"
version
="
1.0
"
>
-
<!--
-->
<
xsd:include
schemaLocation
="
cs_wellNoticeSpatialSeparation.xsd
"
/>
<
xsd:include
schemaLocation
="
cs_wellNoticeLocation.xsd
"
/>
<
xsd:include
schemaLocation
="
cs_wellNoticeAssociate.xsd
"
/>
-
<!--
-->
-
<
xsd:complexType
name
="
cs_wellNoticeWellLocation
"
>
-
<
xsd:sequence
>
-
<
xsd:element
name
="
spatialSeparation
"
type
="
witsml:cs_wellNoticeSpatialSeparation
"
minOccurs
="
0
"
maxOccurs
="
unbounded
"
>
-
<
xsd:annotation
>
<
xsd:documentation
>
Measured distances between features at the well site.
</
xsd:documentation
>
</
xsd:annotation
>
</
xsd:element
>
-
<
xsd:element
name
="
locSurface
"
type
="
witsml:cs_wellNoticeLocation
"
minOccurs
="
0
"
maxOccurs
="
1
"
>
-
<
xsd:annotation
>
<
xsd:documentation
>
The 2D location of the well at the surface.
</
xsd:documentation
>
</
xsd:annotation
>
</
xsd:element
>
-
<
xsd:element
name
="
locationAssociate
"
type
="
witsml:cs_wellNoticeAssociate
"
minOccurs
="
0
"
maxOccurs
="
1
"
>
-
<
xsd:annotation
>
<
xsd:documentation
>
The person who records the GPS reading or measured distances.
</
xsd:documentation
>
</
xsd:annotation
>
</
xsd:element
>
</
xsd:sequence
>
</
xsd:complexType
>
-
<!--
-->
</
xsd:schema
>