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

Revision 16, 6.4 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="cs_location.xsd"/>
17        <xsd:include schemaLocation="cs_targetSection.xsd"/>
18
19        <!--                                                         -->
20        <xsd:group name="grp_target">
21                <xsd:annotation>
22                        <xsd:documentation>The non-contextual content of a WITSML Target object.</xsd:documentation>
23                </xsd:annotation>
24                <xsd:sequence>
25                        <xsd:element name="parentTarget" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
26                                <xsd:annotation>
27                                        <xsd:documentation>A pointer to the parent target. This represents a relationship
28                                        between a drillers and geological target.  </xsd:documentation>
29                                </xsd:annotation>
30                        </xsd:element>
31                        <xsd:element name="dispNsCenter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
32                                <xsd:annotation>
33                                        <xsd:documentation>Northing of target center point in map coordinates.  </xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                        <xsd:element name="dispEwCenter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
37                                <xsd:annotation>
38                                        <xsd:documentation>Easting of target center point in map coordinates.  </xsd:documentation>
39                                </xsd:annotation>
40                        </xsd:element>
41                        <xsd:element name="tvd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
42                                <xsd:annotation>
43                                        <xsd:documentation>Vertical depth of the measurements.  </xsd:documentation>
44                                </xsd:annotation>
45                        </xsd:element>
46                        <xsd:element name="dispNsOffset" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
47                                <xsd:annotation>
48                                        <xsd:documentation>North-south offset of target intercept point from shape center.  </xsd:documentation>
49                                </xsd:annotation>
50                        </xsd:element>
51                        <xsd:element name="dispEwOffset" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
52                                <xsd:annotation>
53                                        <xsd:documentation>East-west offset of target intercept point from shape center.  </xsd:documentation>
54                                </xsd:annotation>
55                        </xsd:element>
56                        <xsd:element name="thickAbove" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
57                                <xsd:annotation>
58                                        <xsd:documentation>Height of target above center point.  </xsd:documentation>
59                                </xsd:annotation>
60                        </xsd:element>
61                        <xsd:element name="thickBelow" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
62                                <xsd:annotation>
63                                        <xsd:documentation>Depth of target below center point.  </xsd:documentation>
64                                </xsd:annotation>
65                        </xsd:element>
66                        <xsd:element name="dip" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
67                                <xsd:annotation>
68                                        <xsd:documentation>Angle of dip with respect to horizontal.  </xsd:documentation>
69                                </xsd:annotation>
70                        </xsd:element>
71                        <xsd:element name="strike" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
72                                <xsd:annotation>
73                                        <xsd:documentation>Direction of dip with respect to north azimuth reference.  </xsd:documentation>
74                                </xsd:annotation>
75                        </xsd:element>
76                        <xsd:element name="rotation" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
77                                <xsd:annotation>
78                                        <xsd:documentation>Direction of target geometry with respect to north azimuth reference.  </xsd:documentation>
79                                </xsd:annotation>
80                        </xsd:element>
81                        <xsd:element name="lenMajorAxis" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
82                                <xsd:annotation>
83                                        <xsd:documentation>Distance from center to perimeter in rotation direction. 
84                                        This may be ignored depending on the value of typeTargetScope.</xsd:documentation>
85                                </xsd:annotation>
86                        </xsd:element>
87                        <xsd:element name="widMinorAxis" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
88                                <xsd:annotation>
89                                        <xsd:documentation>Distance from center to perimeter at 90 deg to rotation direction. 
90                                        This may be ignored depending on the value of typeTargetScope. </xsd:documentation>
91                                </xsd:annotation>
92                        </xsd:element>
93                        <xsd:element name="typeTargetScope" type="witsml:TargetScope" minOccurs="0" maxOccurs="1">
94                                <xsd:annotation>
95                                        <xsd:documentation>The type of scope of the drilling target.</xsd:documentation>
96                                </xsd:annotation>
97                        </xsd:element>
98                        <xsd:element name="dispNsSectOrig" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
99                                <xsd:annotation>
100                                        <xsd:documentation>Origin north-south used as starting point for sections, mandatory parameter when sections are used..  </xsd:documentation>
101                                </xsd:annotation>
102                        </xsd:element>
103                        <xsd:element name="dispEwSectOrig" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
104                                <xsd:annotation>
105                                        <xsd:documentation>Origin east-west used as starting point for sections, mandatory parameter when sections are used.
106                                        </xsd:documentation>
107                                </xsd:annotation>
108                        </xsd:element>
109                        <xsd:element name="aziRef" type="witsml:AziRef" minOccurs="0" maxOccurs="1">
110                                <xsd:annotation>
111                                        <xsd:documentation>Specifies the definition of north.  </xsd:documentation>
112                                </xsd:annotation>
113                        </xsd:element>
114                        <xsd:element name="catTarg" type="witsml:TargetCategory" minOccurs="0" maxOccurs="1">
115                                <xsd:annotation>
116                                        <xsd:documentation>Geological or drillers target.  </xsd:documentation>
117                                </xsd:annotation>
118                        </xsd:element>
119                        <xsd:element name="location" type="witsml:cs_location" minOccurs="0" maxOccurs="unbounded">
120                                <xsd:annotation>
121                                        <xsd:documentation>The 2D coordinates of the item at the start of the
122                                        section. The location object is mandatory for the first section starting point.  </xsd:documentation>
123                                </xsd:annotation>
124                        </xsd:element>
125                        <xsd:element name="targetSection" type="witsml:cs_targetSection" minOccurs="0" maxOccurs="unbounded">
126                                <xsd:annotation>
127                                        <xsd:documentation>Sections describing target. These may be ignored depending on the value of typeTargetScope.  </xsd:documentation>
128                                </xsd:annotation>
129                        </xsd:element>
130                </xsd:sequence>
131        </xsd:group>
132</xsd:schema>
Note: See TracBrowser for help on using the browser.