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

Revision 16, 4.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="typ_dataTypes.xsd"/>
17        <xsd:include schemaLocation="attgrp_uid.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_wbGeometrySection">
20                <xsd:annotation>
21                        <xsd:documentation> WITSML - Wellbore Geometry Component Schema.
22                        This defines the "fixed" components in a wellbore.
23                        It does not define the "transient" drilling strings or the "hanging"
24                        production components. </xsd:documentation>
25                </xsd:annotation>
26                <xsd:sequence>
27                        <xsd:element name="typeHoleCasing" type="witsml:HoleCasingType" minOccurs="0" maxOccurs="1">
28                                <xsd:annotation>
29                                        <xsd:documentation>Type of fixed component.  </xsd:documentation>
30                                </xsd:annotation>
31                        </xsd:element>
32                        <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
33                                <xsd:annotation>
34                                        <xsd:documentation>Measured depth at Top of Interval.  </xsd:documentation>
35                                </xsd:annotation>
36                        </xsd:element>
37                        <xsd:element name="mdBottom" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
38                                <xsd:annotation>
39                                        <xsd:documentation>Measured depth at bottom of the section.  </xsd:documentation>
40                                </xsd:annotation>
41                        </xsd:element>
42                        <xsd:element name="tvdTop" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
43                                <xsd:annotation>
44                                        <xsd:documentation>True vertical depth at top of the section.  </xsd:documentation>
45                                </xsd:annotation>
46                        </xsd:element>
47                        <xsd:element name="tvdBottom" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
48                                <xsd:annotation>
49                                        <xsd:documentation>True vertical depth at bottom of the section.  </xsd:documentation>
50                                </xsd:annotation>
51                        </xsd:element>
52                        <xsd:element name="idSection" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
53                                <xsd:annotation>
54                                        <xsd:documentation>Inner diameter.  </xsd:documentation>
55                                </xsd:annotation>
56                        </xsd:element>
57                        <xsd:element name="odSection" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
58                                <xsd:annotation>
59                                        <xsd:documentation>Outer diameter - Only for casings and risers.  </xsd:documentation>
60                                </xsd:annotation>
61                        </xsd:element>
62                        <xsd:element name="wtPerLen" type="witsml:massPerLengthMeasure" minOccurs="0" maxOccurs="1">
63                                <xsd:annotation>
64                                        <xsd:documentation>Weight per unit length for casing sections.  </xsd:documentation>
65                                </xsd:annotation>
66                        </xsd:element>
67                        <xsd:element name="grade" type="witsml:str32" minOccurs="0" maxOccurs="1">
68                                <xsd:annotation>
69                                        <xsd:documentation>Material grade for the tubular section.  </xsd:documentation>
70                                </xsd:annotation>
71                        </xsd:element>
72                        <xsd:element name="curveConductor" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
73                                <xsd:annotation>
74                                        <xsd:documentation>Curved conductor? Values are "true" (or "1") and "false" (or "0").  </xsd:documentation>
75                                </xsd:annotation>
76                        </xsd:element>
77                        <xsd:element name="diaDrift" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
78                                <xsd:annotation>
79                                        <xsd:documentation>Maximum diameter that can pass through.  </xsd:documentation>
80                                </xsd:annotation>
81                        </xsd:element>
82                        <xsd:element name="factFric" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
83                                <xsd:annotation>
84                                        <xsd:documentation>Friction factor.  </xsd:documentation>
85                                </xsd:annotation>
86                        </xsd:element>
87                </xsd:sequence>
88                <xsd:attributeGroup ref="witsml:attgrp_uid">
89                        <xsd:annotation>
90                                <xsd:documentation>Unique identifier for the wellbore geometry section.  </xsd:documentation>
91                        </xsd:annotation>
92                </xsd:attributeGroup>
93        </xsd:complexType>
94</xsd:schema>
Note: See TracBrowser for help on using the browser.