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

Revision 16, 3.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="attgrp_uid.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_targetSection">
20                <xsd:annotation>
21                        <xsd:documentation>WITSML Element Types</xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="sectNumber" type="witsml:positiveCount" minOccurs="1" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Sequence number of section, 1,2,3.  </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="typeTargetSectionScope" type="witsml:TargetSectionScope" minOccurs="1" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Section scope: Line or Arc.  </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="lenRadius" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>Length of straight line section or radius of arc for continuous curve section.  </xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                        <xsd:element name="angleArc" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
40                                <xsd:annotation>
41                                        <xsd:documentation>Direction of straight line section or radius of arc for continuous curve section. 
42                                </xsd:documentation>
43                                </xsd:annotation>
44                        </xsd:element>
45                        <xsd:element name="thickAbove" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
46                                <xsd:annotation>
47                                        <xsd:documentation>Height of target above center point at the start of the section. 
48                                        In the case of an arc, the thickness above should vary linearly with the arc length. 
49                                        </xsd:documentation>
50                                </xsd:annotation>
51                        </xsd:element>
52                        <xsd:element name="thickBelow" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
53                                <xsd:annotation>
54                                        <xsd:documentation>Depth of target below center point at the start of the section. 
55                                        In the case of an arc, the thickness below should vary linearly with the arc length. 
56                                        </xsd:documentation>
57                                </xsd:annotation>
58                        </xsd:element>
59                        <xsd:element name="location" type="witsml:cs_location" minOccurs="0" maxOccurs="unbounded">
60                                <xsd:annotation>
61                                        <xsd:documentation>The 2D coordinates of the item at the start of the section. 
62                                        This is redundant information and can be computed by starting at the section origin and applying
63                                        the sequence of angleArcs and lenRadius.  </xsd:documentation>
64                                </xsd:annotation>
65                        </xsd:element>
66                </xsd:sequence>
67                <xsd:attributeGroup ref="witsml:attgrp_uid">
68                        <xsd:annotation>
69                                <xsd:documentation>Unique identifier for the section.  </xsd:documentation>
70                        </xsd:annotation>
71                </xsd:attributeGroup>
72        </xsd:complexType>
73</xsd:schema>
Note: See TracBrowser for help on using the browser.