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

Revision 16, 3.9 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="cs_errorReport.xsd"/>
17        <xsd:include schemaLocation="cs_singleInstalledPoint.xsd"/>
18        <!--                                                         -->
19        <xsd:annotation>
20                <xsd:documentation>DTS Measurement Type</xsd:documentation>
21        </xsd:annotation>
22        <!--                                                         -->
23        <xsd:group name="grp_dtsMeasurement">
24                <xsd:annotation>
25                        <xsd:documentation>The information content of a DTS temperature run is captured in the
26                        following elements, and in the referenced dtsInstalledFiber (for context) and the
27                        reference well log (captures the table of data).</xsd:documentation>
28                </xsd:annotation>
29                <xsd:sequence>
30                        <xsd:element name="runDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
31                                <xsd:annotation>
32                                        <xsd:documentation>The length of time that the instrument box was operating
33                                        while collecting DTS data.</xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                        <xsd:element name="installedSystemUsed" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
37                                <xsd:annotation>
38                                        <xsd:documentation>A reference to the installed system that was used to make the measurements.</xsd:documentation>
39                                </xsd:annotation>
40                        </xsd:element>
41                        <xsd:element name="dataInWellLog" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
42                                <xsd:annotation>
43                                        <xsd:documentation>A reference to the well log used to record the table of data.</xsd:documentation>
44                                </xsd:annotation>
45                        </xsd:element>
46                        <xsd:element name="connectedToFiber" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
47                                <xsd:annotation>
48                                        <xsd:documentation>A reference to the fiber used to record the table of data.
49                                        This is necessary only in the cases in which a dtsInstalledSystem has a multi-fiber
50                                        installation. If there is only a single installed fiber, this element is unnecessary.</xsd:documentation>
51                                </xsd:annotation>
52                        </xsd:element>
53                        <xsd:element name="fiberEndConnected" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
54                                <xsd:annotation>
55                                        <xsd:documentation>A pointer to the fiber connection node. If more than one node
56                                        is available for a well/wellbore, this element is used to specify which node
57                                        is connected to the instrument box. This name should correspond to the
58                                        fiberEndPoint/name that is recorded in the installed system object.</xsd:documentation>
59                                </xsd:annotation>
60                        </xsd:element>
61                        <xsd:element name="fiberDefinedPoint" type="witsml:cs_singleInstalledPoint" minOccurs="0" maxOccurs="1">
62                                <xsd:annotation>
63                                        <xsd:documentation>A known point of the fiber. This point should correspond
64                                        to one that is given in the wellboreFiberSchematic, so that the relationship
65                                        between the length of fiber values in the wellboreFiberSchematic can be related
66                                        to the values in the measurement table.</xsd:documentation>
67                                </xsd:annotation>
68                        </xsd:element>
69                        <xsd:element name="errorReport" type="witsml:cs_errorReport" minOccurs="0" maxOccurs="unbounded">
70                                <xsd:annotation>
71                                        <xsd:documentation>An error that occurred during the measurement.</xsd:documentation>
72                                </xsd:annotation>
73                        </xsd:element>
74                </xsd:sequence>
75        </xsd:group>
76        <!--                                                         -->
77</xsd:schema>
Note: See TracBrowser for help on using the browser.