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

Revision 16, 4.3 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        <xsd:include schemaLocation="attgrp_uid.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_surveySection">
20                <xsd:annotation>
21                        <xsd:documentation> WITSML - Survey Section Component Schema </xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="sequence" type="witsml:positiveCount" minOccurs="1" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Order in which program sections will be executed / were executed.  </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Name of survey program section.  </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="mdStart" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>Hole measured depth at which the survey run will begin/began.  </xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                        <xsd:element name="mdEnd" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1">
40                                <xsd:annotation>
41                                        <xsd:documentation>Hole measured depth at which the survey run will end/ended.  </xsd:documentation>
42                                </xsd:annotation>
43                        </xsd:element>
44                        <xsd:element name="nameSurveyCompany" type="witsml:nameString" minOccurs="1" maxOccurs="1">
45                                <xsd:annotation>
46                                        <xsd:documentation>Company who will run / has run sruvey tool.  </xsd:documentation>
47                                </xsd:annotation>
48                        </xsd:element>
49                        <xsd:element name="nameTool" type="witsml:nameString" minOccurs="1" maxOccurs="1">
50                                <xsd:annotation>
51                                        <xsd:documentation>Name of survey tool to be used / used for this section.  </xsd:documentation>
52                                </xsd:annotation>
53                        </xsd:element>
54                        <xsd:element name="typeTool" type="witsml:nameString" minOccurs="1" maxOccurs="1">
55                                <xsd:annotation>
56                                        <xsd:documentation>Type of tool used.  </xsd:documentation>
57                                </xsd:annotation>
58                        </xsd:element>
59                        <xsd:element name="modelError" type="witsml:nameString" minOccurs="0" maxOccurs="1">
60                                <xsd:annotation>
61                                        <xsd:documentation>Error model used to calculate ellipses of uncertainty.  </xsd:documentation>
62                                </xsd:annotation>
63                        </xsd:element>
64                        <xsd:element name="overwrite" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
65                                <xsd:annotation>
66                                        <xsd:documentation>Normally true, higher index trajectory takes precedence over overlapping
67                                        section of previous trajectory.  Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
68                                </xsd:annotation>
69                        </xsd:element>
70                        <xsd:element name="frequencyMx" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
71                                <xsd:annotation>
72                                        <xsd:documentation>Maximum allowable depth frequency for survey stations for this survey run.
73                                        </xsd:documentation>
74                                </xsd:annotation>
75                        </xsd:element>
76                        <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
77                                <xsd:annotation>
78                                        <xsd:documentation>The item state for the data object.  </xsd:documentation>
79                                </xsd:annotation>
80                        </xsd:element>
81                        <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
82                                <xsd:annotation>
83                                        <xsd:documentation>Comments and remarks.  </xsd:documentation>
84                                </xsd:annotation>
85                        </xsd:element>
86                </xsd:sequence>
87                <xsd:attributeGroup ref="witsml:attgrp_uid">
88                        <xsd:annotation>
89                                <xsd:documentation>Unique identifier for the section.  </xsd:documentation>
90                        </xsd:annotation>
91                </xsd:attributeGroup>
92        </xsd:complexType>
93</xsd:schema>
Note: See TracBrowser for help on using the browser.