root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / cs_localCRS.xsd @ 16

Revision 16, 3.0 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9        <!--                                                         -->
10        <!-- POSC License Agreement
11        This file is distributed under the POSC License Agreement at
12        http://www.posc.org/about/license.shtml.
13        Use of this file constitutes agreement with the POSC License Agreement.
14        -->
15        <!--                                                         -->
16        <xsd:include schemaLocation="typ_dataTypes.xsd"/>
17        <!--                                                         -->
18        <xsd:complexType name="cs_localCRS">
19                <xsd:sequence>
20                        <xsd:choice minOccurs="0" maxOccurs="1">
21                                <xsd:element name="usesWellAsOrigin" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
22                                        <xsd:annotation>
23                                                <xsd:documentation>True ("true" or "1") indicates that the well surface
24                                                point is the origin of this CRS. 
25                                                False ("false" or "0") or not given indicates otherwise.</xsd:documentation>
26                                        </xsd:annotation>
27                                </xsd:element>
28                                <xsd:element name="origin" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
29                                        <xsd:annotation>
30                                                <xsd:documentation>A pointer to the reference point that is the origin
31                                                of this CRS.</xsd:documentation>
32                                        </xsd:annotation>
33                                </xsd:element>
34                                <xsd:element name="originDescription" type="witsml:commentString" minOccurs="0" maxOccurs="1">
35                                        <xsd:annotation>
36                                                <xsd:documentation>A textual description of the origin.</xsd:documentation>
37                                        </xsd:annotation>
38                                </xsd:element>
39                        </xsd:choice>
40                        <xsd:element name="yAxisAzimuth" type="witsml:yAxisAzimuth" minOccurs="0" maxOccurs="1">
41                                <xsd:annotation>
42                                        <xsd:documentation>The angle of the Y axis from North (as described
43                                        in attribute northDirection). Defaults to zero. Positive clockwise.</xsd:documentation>
44                                </xsd:annotation>
45                        </xsd:element>
46                        <xsd:element name="yAxisDescription" type="witsml:commentString" minOccurs="0" maxOccurs="1">
47                                <xsd:annotation>
48                                        <xsd:documentation>A free-form description of the Y axis.
49                                        Examples would be 'parallel to the west side of the platform', or
50                                        'along the main entry road'.</xsd:documentation>
51                                </xsd:annotation>
52                        </xsd:element>
53                        <xsd:element name="xRotationCounterClockwise" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
54                                <xsd:annotation>
55                                        <xsd:documentation>True ("true" or "1") indicates that the X axis is rotated
56                                        counter-clockwise from the Y axis when viewed from above the earth looking down.
57                                        False ("false" or "0") or not given indicates a clockwise rotation.
58                                        Generally the X axis is rotated clockwise.</xsd:documentation>
59                                </xsd:annotation>
60                        </xsd:element>
61                </xsd:sequence>
62        </xsd:complexType>
63        <!--                                                         -->
64</xsd:schema>
Note: See TracBrowser for help on using the browser.