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

Revision 16, 4.0 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        <xsd:include schemaLocation="attgrp_uid.xsd"/>
19        <!--                                                         -->
20        <xsd:complexType name="cs_connection">
21                <xsd:annotation>
22                        <xsd:documentation> WITSML - Tubular Connection Component Schema </xsd:documentation>
23                </xsd:annotation>
24                <xsd:sequence>
25                        <xsd:element name="id" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
26                                <xsd:annotation>
27                                        <xsd:documentation>Internal diameter of object.  </xsd:documentation>
28                                </xsd:annotation>
29                        </xsd:element>
30                        <xsd:element name="od" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
31                                <xsd:annotation>
32                                        <xsd:documentation>Outside diameter of the body of the item.  </xsd:documentation>
33                                </xsd:annotation>
34                        </xsd:element>
35                        <xsd:element name="len" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
36                                <xsd:annotation>
37                                        <xsd:documentation>Length of the item.  </xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                        <xsd:element name="typeThread" type="witsml:str32" minOccurs="0" maxOccurs="1">
41                                <xsd:annotation>
42                                        <xsd:documentation>Thread type from API RP7G, 5CT.  </xsd:documentation>
43                                </xsd:annotation>
44                        </xsd:element>
45                        <xsd:element name="sizeThread" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
46                                <xsd:annotation>
47                                        <xsd:documentation>Thread size.  </xsd:documentation>
48                                </xsd:annotation>
49                        </xsd:element>
50                        <xsd:element name="tensYield" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
51                                <xsd:annotation>
52                                        <xsd:documentation>Yield stress of steel - worn stress.  </xsd:documentation>
53                                </xsd:annotation>
54                        </xsd:element>
55                        <xsd:element name="tqYield" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
56                                <xsd:annotation>
57                                        <xsd:documentation>Torque yield stress.  </xsd:documentation>
58                                </xsd:annotation>
59                        </xsd:element>
60                        <xsd:element name="position" type="witsml:ConnectionPosition" minOccurs="0" maxOccurs="1">
61                                <xsd:annotation>
62                                        <xsd:documentation>Where connected.  </xsd:documentation>
63                                </xsd:annotation>
64                        </xsd:element>
65                        <xsd:element name="criticalCrossSection" type="witsml:areaMeasure" minOccurs="0" maxOccurs="1">
66                                <xsd:annotation>
67                                        <xsd:documentation>For bending stiffness ratio.  </xsd:documentation>
68                                </xsd:annotation>
69                        </xsd:element>
70                        <xsd:element name="presLeak" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
71                                <xsd:annotation>
72                                        <xsd:documentation>Leak pressure rating.  </xsd:documentation>
73                                </xsd:annotation>
74                        </xsd:element>
75                        <xsd:element name="tqMakeup" type="witsml:momentOfForceMeasure" minOccurs="0" maxOccurs="1">
76                                <xsd:annotation>
77                                        <xsd:documentation>Make up torque.  </xsd:documentation>
78                                </xsd:annotation>
79                        </xsd:element>
80                        <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
81                                <xsd:annotation>
82                                        <xsd:documentation>A container element that can contain custom or user defined
83                                        data elements.</xsd:documentation>
84                                </xsd:annotation>
85                        </xsd:element>
86                </xsd:sequence>
87                <xsd:attributeGroup ref="witsml:attgrp_uid">
88                        <xsd:annotation>
89                                <xsd:documentation>Unique identifier for the connection.  </xsd:documentation>
90                        </xsd:annotation>
91                </xsd:attributeGroup>
92        </xsd:complexType>
93</xsd:schema>
Note: See TracBrowser for help on using the browser.