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 | <!-- --> |
---|
18 | <xsd:complexType name="cs_mudLosses"> |
---|
19 | <xsd:annotation> |
---|
20 | <xsd:documentation>WITSML - Operations Mud Losses Component Schema</xsd:documentation> |
---|
21 | </xsd:annotation> |
---|
22 | <xsd:sequence> |
---|
23 | <xsd:element name="volLostShakerSurf" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
24 | <xsd:annotation> |
---|
25 | <xsd:documentation>Volume of mud lost at shakers (at surface). </xsd:documentation> |
---|
26 | </xsd:annotation> |
---|
27 | </xsd:element> |
---|
28 | <xsd:element name="volLostMudCleanerSurf" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
29 | <xsd:annotation> |
---|
30 | <xsd:documentation>Volume of mud lost in mud cleaning equipment (at surface). </xsd:documentation> |
---|
31 | </xsd:annotation> |
---|
32 | </xsd:element> |
---|
33 | <xsd:element name="volLostPitsSurf" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
34 | <xsd:annotation> |
---|
35 | <xsd:documentation>Volume of mud lost in pit room (at surface). </xsd:documentation> |
---|
36 | </xsd:annotation> |
---|
37 | </xsd:element> |
---|
38 | <xsd:element name="volLostTrippingSurf" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
39 | <xsd:annotation> |
---|
40 | <xsd:documentation>Volume of mud lost while tripping (at surface). </xsd:documentation> |
---|
41 | </xsd:annotation> |
---|
42 | </xsd:element> |
---|
43 | <xsd:element name="volLostOtherSurf" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
44 | <xsd:annotation> |
---|
45 | <xsd:documentation>Surface volume lost other location. </xsd:documentation> |
---|
46 | </xsd:annotation> |
---|
47 | </xsd:element> |
---|
48 | <xsd:element name="volTotMudLostSurf" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
49 | <xsd:annotation> |
---|
50 | <xsd:documentation>Total volume of mud lost at surface. </xsd:documentation> |
---|
51 | </xsd:annotation> |
---|
52 | </xsd:element> |
---|
53 | <xsd:element name="volLostCircHole" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
54 | <xsd:annotation> |
---|
55 | <xsd:documentation>Mud volume lost downhole while circulating. </xsd:documentation> |
---|
56 | </xsd:annotation> |
---|
57 | </xsd:element> |
---|
58 | <xsd:element name="volLostCsgHole" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
59 | <xsd:annotation> |
---|
60 | <xsd:documentation>Mud volume lost downhole while running casing. </xsd:documentation> |
---|
61 | </xsd:annotation> |
---|
62 | </xsd:element> |
---|
63 | <xsd:element name="volLostCmtHole" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
64 | <xsd:annotation> |
---|
65 | <xsd:documentation>Mud volume lost downhole while cementing. </xsd:documentation> |
---|
66 | </xsd:annotation> |
---|
67 | </xsd:element> |
---|
68 | <xsd:element name="volLostBhdCsgHole" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
69 | <xsd:annotation> |
---|
70 | <xsd:documentation>Mud volume lost downhole behind casing. </xsd:documentation> |
---|
71 | </xsd:annotation> |
---|
72 | </xsd:element> |
---|
73 | <xsd:element name="volLostAbandonHole" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
74 | <xsd:annotation> |
---|
75 | <xsd:documentation>Mud volume lost downhole during abandonment. </xsd:documentation> |
---|
76 | </xsd:annotation> |
---|
77 | </xsd:element> |
---|
78 | <xsd:element name="volLostOtherHole" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
79 | <xsd:annotation> |
---|
80 | <xsd:documentation>Mud volume lost downhole from other location. </xsd:documentation> |
---|
81 | </xsd:annotation> |
---|
82 | </xsd:element> |
---|
83 | <xsd:element name="volTotMudLostHole" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1"> |
---|
84 | <xsd:annotation> |
---|
85 | <xsd:documentation>Total volume of mud lost downhole. </xsd:documentation> |
---|
86 | </xsd:annotation> |
---|
87 | </xsd:element> |
---|
88 | </xsd:sequence> |
---|
89 | </xsd:complexType> |
---|
90 | </xsd:schema> |
---|