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

Revision 16, 3.2 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_referencePoint">
20                <xsd:annotation>
21                        <xsd:documentation>WITSML - Reference Point Component Schema.</xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Human recognizable context for the point.  </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>The kind of point. For example,
32                                        'well reference point', 'platform reference point', 'sea surface',
33                                        'sea bottom'.  </xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                        <xsd:element name="elevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">
37                                <xsd:annotation>
38                                        <xsd:documentation>The gravity based elevation coordinate of this point
39                                        as measured from a datum. Positive moving upward from the elevation datum. </xsd:documentation>
40                                </xsd:annotation>
41                        </xsd:element>
42                        <xsd:element name="measuredDepth" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
43                                <xsd:annotation>
44                                        <xsd:documentation>The measured depth coordinate of this reference point.
45                                        Positive moving toward the bottomhole from the measured depth datum.
46                                        This should be given when the reference is "downhole", such as an ocean
47                                        bottom template, or when the reference point is also used as a vertical well datum.
48                                        The measured depth value can be used to determine if the reference point
49                                        and a vertical well datum are at the same point.</xsd:documentation>
50                                </xsd:annotation>
51                        </xsd:element>
52                        <xsd:element name="location" type="witsml:cs_location" minOccurs="1" maxOccurs="unbounded">
53                                <xsd:annotation>
54                                        <xsd:documentation>Two dimensional coordinates that locate the point.  </xsd:documentation>
55                                </xsd:annotation>
56                        </xsd:element>
57                        <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
58                                <xsd:annotation>
59                                        <xsd:documentation>A textual description of the point.  </xsd:documentation>
60                                </xsd:annotation>
61                        </xsd:element>
62                </xsd:sequence>
63                <xsd:attributeGroup ref="witsml:attgrp_uid">
64                        <xsd:annotation>
65                                <xsd:documentation>Unique identifier for the point.  </xsd:documentation>
66                        </xsd:annotation>
67                </xsd:attributeGroup>
68        </xsd:complexType>
69</xsd:schema>
Note: See TracBrowser for help on using the browser.