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="cs_nameTag.xsd"/> |
---|
17 | <xsd:include schemaLocation="typ_dataTypes.xsd"/> |
---|
18 | <xsd:include schemaLocation="attgrp_uid.xsd"/> |
---|
19 | <!-- --> |
---|
20 | <xsd:complexType name="cs_shaker"> |
---|
21 | <xsd:annotation> |
---|
22 | <xsd:documentation> WITSML - Rig Shaker Component Schema </xsd:documentation> |
---|
23 | </xsd:annotation> |
---|
24 | <xsd:sequence> |
---|
25 | <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1"> |
---|
26 | <xsd:annotation> |
---|
27 | <xsd:documentation>Human recognizable context for the shaker.</xsd:documentation> |
---|
28 | </xsd:annotation> |
---|
29 | </xsd:element> |
---|
30 | <xsd:element name="manufacturer" type="witsml:nameString" minOccurs="0" maxOccurs="1"> |
---|
31 | <xsd:annotation> |
---|
32 | <xsd:documentation>Manufacturer / supplier of the item. </xsd:documentation> |
---|
33 | </xsd:annotation> |
---|
34 | </xsd:element> |
---|
35 | <xsd:element name="model" type="witsml:str32" minOccurs="0" maxOccurs="1"> |
---|
36 | <xsd:annotation> |
---|
37 | <xsd:documentation>Manufacturers designated model. </xsd:documentation> |
---|
38 | </xsd:annotation> |
---|
39 | </xsd:element> |
---|
40 | <xsd:element name="dTimInstall" type="witsml:timestamp" minOccurs="0" maxOccurs="1"> |
---|
41 | <xsd:annotation> |
---|
42 | <xsd:documentation>Date and time of installation. </xsd:documentation> |
---|
43 | </xsd:annotation> |
---|
44 | </xsd:element> |
---|
45 | <xsd:element name="dTimRemove" type="witsml:timestamp" minOccurs="0" maxOccurs="1"> |
---|
46 | <xsd:annotation> |
---|
47 | <xsd:documentation>Removal date and time. </xsd:documentation> |
---|
48 | </xsd:annotation> |
---|
49 | </xsd:element> |
---|
50 | <xsd:element name="type" type="witsml:str32" minOccurs="0" maxOccurs="1"> |
---|
51 | <xsd:annotation> |
---|
52 | <xsd:documentation>Description for the type of object. </xsd:documentation> |
---|
53 | </xsd:annotation> |
---|
54 | </xsd:element> |
---|
55 | <xsd:element name="locationShaker" type="witsml:str32" minOccurs="0" maxOccurs="1"> |
---|
56 | <xsd:annotation> |
---|
57 | <xsd:documentation>Shaker location on rig. </xsd:documentation> |
---|
58 | </xsd:annotation> |
---|
59 | </xsd:element> |
---|
60 | <xsd:element name="numDecks" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1"> |
---|
61 | <xsd:annotation> |
---|
62 | <xsd:documentation>Number of decks. </xsd:documentation> |
---|
63 | </xsd:annotation> |
---|
64 | </xsd:element> |
---|
65 | <xsd:element name="numCascLevel" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1"> |
---|
66 | <xsd:annotation> |
---|
67 | <xsd:documentation>Number of cascade levels. </xsd:documentation> |
---|
68 | </xsd:annotation> |
---|
69 | </xsd:element> |
---|
70 | <xsd:element name="mudCleaner" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1"> |
---|
71 | <xsd:annotation> |
---|
72 | <xsd:documentation>Is part of mud cleaning assembly as opposed to discrete Shale Shaker. |
---|
73 | Values are "true" (or "1") and "false" (or "0").</xsd:documentation> |
---|
74 | </xsd:annotation> |
---|
75 | </xsd:element> |
---|
76 | <xsd:element name="capFlow" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1"> |
---|
77 | <xsd:annotation> |
---|
78 | <xsd:documentation>Maximum pump rate at which the unit will efficiently operate. </xsd:documentation> |
---|
79 | </xsd:annotation> |
---|
80 | </xsd:element> |
---|
81 | <xsd:element name="owner" type="witsml:str32" minOccurs="0" maxOccurs="1"> |
---|
82 | <xsd:annotation> |
---|
83 | <xsd:documentation>Contractor/owner. </xsd:documentation> |
---|
84 | </xsd:annotation> |
---|
85 | </xsd:element> |
---|
86 | <xsd:element name="sizeMeshMn" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"> |
---|
87 | <xsd:annotation> |
---|
88 | <xsd:documentation>Minimum mesh size. </xsd:documentation> |
---|
89 | </xsd:annotation> |
---|
90 | </xsd:element> |
---|
91 | <xsd:element name="nameTag" type="witsml:cs_nameTag" minOccurs="0" maxOccurs="unbounded"> |
---|
92 | <xsd:annotation> |
---|
93 | <xsd:documentation>An identification tag for the shaker. |
---|
94 | A serial number is a type of identification tag however |
---|
95 | some tags contain many pieces of information. |
---|
96 | This structure just identifies the tag and does not describe the contents.</xsd:documentation> |
---|
97 | </xsd:annotation> |
---|
98 | </xsd:element> |
---|
99 | </xsd:sequence> |
---|
100 | <xsd:attributeGroup ref="witsml:attgrp_uid"> |
---|
101 | <xsd:annotation> |
---|
102 | <xsd:documentation>Unique identifier for the shaker. </xsd:documentation> |
---|
103 | </xsd:annotation> |
---|
104 | </xsd:attributeGroup> |
---|
105 | </xsd:complexType> |
---|
106 | </xsd:schema> |
---|