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_fluid.xsd"/> |
---|
17 | <!-- --> |
---|
18 | <xsd:group name="grp_fluidsReport"> |
---|
19 | <xsd:annotation> |
---|
20 | <xsd:documentation>The non-contextual content of a WITSML Fluids Report.</xsd:documentation> |
---|
21 | </xsd:annotation> |
---|
22 | <xsd:sequence> |
---|
23 | <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1"> |
---|
24 | <xsd:annotation> |
---|
25 | <xsd:documentation>Date and time the information is related to. </xsd:documentation> |
---|
26 | </xsd:annotation> |
---|
27 | </xsd:element> |
---|
28 | <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1"> |
---|
29 | <xsd:annotation> |
---|
30 | <xsd:documentation>Along hole measured depth of measurement from the drill datum. </xsd:documentation> |
---|
31 | </xsd:annotation> |
---|
32 | </xsd:element> |
---|
33 | <xsd:element name="tvd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1"> |
---|
34 | <xsd:annotation> |
---|
35 | <xsd:documentation>Vertical depth of the measurements. </xsd:documentation> |
---|
36 | </xsd:annotation> |
---|
37 | </xsd:element> |
---|
38 | <xsd:element name="numReport" type="witsml:positiveCount" minOccurs="0" maxOccurs="1"> |
---|
39 | <xsd:annotation> |
---|
40 | <xsd:documentation>Fluids report number. </xsd:documentation> |
---|
41 | </xsd:annotation> |
---|
42 | </xsd:element> |
---|
43 | <xsd:element name="fluid" type="witsml:cs_fluid" minOccurs="0" maxOccurs="unbounded"> |
---|
44 | <xsd:annotation> |
---|
45 | <xsd:documentation>A Fluid record. </xsd:documentation> |
---|
46 | </xsd:annotation> |
---|
47 | </xsd:element> |
---|
48 | </xsd:sequence> |
---|
49 | </xsd:group> |
---|
50 | </xsd:schema> |
---|