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_stabilizer"> |
---|
21 | <xsd:annotation> |
---|
22 | <xsd:documentation>WITSML - Stablizer Component Schema</xsd:documentation> |
---|
23 | </xsd:annotation> |
---|
24 | <xsd:sequence> |
---|
25 | <xsd:element name="lenBlade" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
26 | <xsd:annotation> |
---|
27 | <xsd:documentation>Length of blade. </xsd:documentation> |
---|
28 | </xsd:annotation> |
---|
29 | </xsd:element> |
---|
30 | <xsd:element name="lenBladeGauge" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
31 | <xsd:annotation> |
---|
32 | <xsd:documentation>Gauge Length of blade. That is, the length of the |
---|
33 | blade which measures at the odBladeMx.</xsd:documentation> |
---|
34 | </xsd:annotation> |
---|
35 | </xsd:element> |
---|
36 | <xsd:element name="odBladeMx" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
37 | <xsd:annotation> |
---|
38 | <xsd:documentation>Maximum outer diameter of blade. </xsd:documentation> |
---|
39 | </xsd:annotation> |
---|
40 | </xsd:element> |
---|
41 | <xsd:element name="odBladeMn" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
42 | <xsd:annotation> |
---|
43 | <xsd:documentation>Minimum outer diameter of blade. </xsd:documentation> |
---|
44 | </xsd:annotation> |
---|
45 | </xsd:element> |
---|
46 | <xsd:element name="distBladeBot" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
47 | <xsd:annotation> |
---|
48 | <xsd:documentation>Distance of blade bottom from bottom of component. </xsd:documentation> |
---|
49 | </xsd:annotation> |
---|
50 | </xsd:element> |
---|
51 | <xsd:element name="shapeBlade" type="witsml:BladeShapeType" minOccurs="0" maxOccurs="1"> |
---|
52 | <xsd:annotation> |
---|
53 | <xsd:documentation>Blade shape. </xsd:documentation> |
---|
54 | </xsd:annotation> |
---|
55 | </xsd:element> |
---|
56 | <xsd:element name="factFric" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1"> |
---|
57 | <xsd:annotation> |
---|
58 | <xsd:documentation>Friction factor. </xsd:documentation> |
---|
59 | </xsd:annotation> |
---|
60 | </xsd:element> |
---|
61 | <xsd:element name="typeBlade" type="witsml:BladeType" minOccurs="0" maxOccurs="1"> |
---|
62 | <xsd:annotation> |
---|
63 | <xsd:documentation>Blade type. </xsd:documentation> |
---|
64 | </xsd:annotation> |
---|
65 | </xsd:element> |
---|
66 | <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1"> |
---|
67 | <xsd:annotation> |
---|
68 | <xsd:documentation>A container element that can contain custom or user defined |
---|
69 | data elements.</xsd:documentation> |
---|
70 | </xsd:annotation> |
---|
71 | </xsd:element> |
---|
72 | </xsd:sequence> |
---|
73 | <xsd:attributeGroup ref="witsml:attgrp_uid"> |
---|
74 | <xsd:annotation> |
---|
75 | <xsd:documentation>Unique identifier for the stabilizer. </xsd:documentation> |
---|
76 | </xsd:annotation> |
---|
77 | </xsd:attributeGroup> |
---|
78 | </xsd:complexType> |
---|
79 | </xsd:schema> |
---|