root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / cs_bopComponent.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="typ_dataTypes.xsd"/>
17        <xsd:include schemaLocation="attgrp_uid.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_bopComponent">
20                <xsd:annotation>
21                        <xsd:documentation>WITSML - Blow Out Preventer Component Schema.</xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="typeBopComp" type="witsml:BopType" minOccurs="0" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Type of ram/preventer.  </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="descComp" type="witsml:shortDescriptionString" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Description of component.  </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="idPassThru" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>Inner diameter that tubulars can pass thru.  </xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                        <xsd:element name="presWork" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
40                                <xsd:annotation>
41                                        <xsd:documentation>Working rating pressure of the component.  </xsd:documentation>
42                                </xsd:annotation>
43                        </xsd:element>
44                        <xsd:element name="diaCloseMn" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
45                                <xsd:annotation>
46                                        <xsd:documentation>Minimum diameter of component it will seal.  </xsd:documentation>
47                                </xsd:annotation>
48                        </xsd:element>
49                        <xsd:element name="diaCloseMx" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
50                                <xsd:annotation>
51                                        <xsd:documentation>Maximum diameter of component it will seal.  </xsd:documentation>
52                                </xsd:annotation>
53                        </xsd:element>
54                        <xsd:element name="nomenclature" type="witsml:str2" minOccurs="0" maxOccurs="1">
55                                <xsd:annotation>
56                                        <xsd:documentation>Arrangement nomenclature for the Blow Out Preventer stack (e.g. S, R, A).</xsd:documentation>
57                                </xsd:annotation>
58                        </xsd:element>
59                        <xsd:element name="isVariable" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
60                                <xsd:annotation>
61                                        <xsd:documentation>Is Ram bore variable or single size? Defaults to false. 
62                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
63                                </xsd:annotation>
64                        </xsd:element>
65                </xsd:sequence>
66                <xsd:attributeGroup ref="witsml:attgrp_uid">
67                        <xsd:annotation>
68                                <xsd:documentation>Unique identifier for the Blow Out Preventer Component.  </xsd:documentation>
69                        </xsd:annotation>
70                </xsd:attributeGroup>
71        </xsd:complexType>
72</xsd:schema>
Note: See TracBrowser for help on using the browser.