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

Revision 16, 2.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="cs_customData.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_holeOpener">
20                <xsd:annotation>
21                        <xsd:documentation>WITSML - Hole Opener Component Schema</xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="typeHoleOpener" type="witsml:HoleOpenerType" minOccurs="0" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Under reamer or fixed blade.  </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="numCutter" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Number of cutters.  </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="manufacturer" type="witsml:nameString" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>Manufacturer / supplier of the item.  </xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                        <xsd:element name="diaHoleOpener" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
40                                <xsd:annotation>
41                                        <xsd:documentation>Diameter of the reamer.  </xsd:documentation>
42                                </xsd:annotation>
43                        </xsd:element>
44                        <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
45                                <xsd:annotation>
46                                        <xsd:documentation>A container element that can contain custom or user defined
47                                        data elements.</xsd:documentation>
48                                </xsd:annotation>
49                        </xsd:element>
50                </xsd:sequence>
51        </xsd:complexType>
52</xsd:schema>
Note: See TracBrowser for help on using the browser.