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

Revision 16, 5.8 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_nameTag.xsd"/>
17        <xsd:include schemaLocation="cs_instrumentBoxCalibration.xsd"/>
18        <xsd:include schemaLocation="attgrp_uid.xsd"/>
19        <!--                                                         -->
20        <xsd:annotation>
21                <xsd:documentation>DTS Instrument Box Object</xsd:documentation>
22        </xsd:annotation>
23        <!--                                                         -->
24        <xsd:complexType name="cs_instrumentBox">
25                <xsd:annotation>
26                        <xsd:documentation>The instrument box used for distributed temperature surveys</xsd:documentation>
27                </xsd:annotation>
28                <xsd:sequence>
29                        <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>A name for the instrument box. This can be used to access
32                                        the instrument box.</xsd:documentation>
33                                </xsd:annotation>
34                        </xsd:element>
35                        <xsd:element name="manufacturer" type="witsml:nameString" minOccurs="0" maxOccurs="1">
36                                <xsd:annotation>
37                                        <xsd:documentation>The ultimate manufacturer of the instrument box.</xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                        <xsd:element name="manufacturingDate" type="witsml:anyDate" minOccurs="0" maxOccurs="1">
41                                <xsd:annotation>
42                                        <xsd:documentation>The date the manufacturing of the instrument box was completed.</xsd:documentation>
43                                </xsd:annotation>
44                        </xsd:element>
45                        <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
46                                <xsd:annotation>
47                                        <xsd:documentation>The type of instrument box used.</xsd:documentation>
48                                </xsd:annotation>
49                        </xsd:element>
50                        <xsd:element name="nameTag" type="witsml:cs_nameTag" minOccurs="0" maxOccurs="unbounded">
51                                <xsd:annotation>
52                                        <xsd:documentation>An identification tag for the instrument box.
53                                        A serial number is a type of identification tag however
54                                        some tags contain many pieces of information.
55                                        This structure just identifies the tag and does not describe the contents.</xsd:documentation>
56                                </xsd:annotation>
57                        </xsd:element>
58                        <xsd:element name="softwareVersion" type="witsml:nameString" minOccurs="0" maxOccurs="1">
59                                <xsd:annotation>
60                                        <xsd:documentation>The version of the software installed in the instrument box.</xsd:documentation>
61                                </xsd:annotation>
62                        </xsd:element>
63                        <xsd:element name="factoryCalibration" type="witsml:cs_instrumentBoxCalibration" minOccurs="0" maxOccurs="unbounded">
64                                <xsd:annotation>
65                                        <xsd:documentation>Information about the calibration of the instrument box that
66                                        was performed. This includes factory calibrations before shipping, and bench
67                                        calibrations. This does not include calibrations made in preparation for
68                                        taking measurements.</xsd:documentation>
69                                </xsd:annotation>
70                        </xsd:element>
71                        <xsd:element name="internalOvenLocationNear" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
72                                <xsd:annotation>
73                                        <xsd:documentation>Near distance of the oven from the beginning of the fiber.</xsd:documentation>
74                                </xsd:annotation>
75                        </xsd:element>
76                        <xsd:element name="internalOvenLocationFar" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
77                                <xsd:annotation>
78                                        <xsd:documentation>Far distance of the oven from the beginning of the fiber.</xsd:documentation>
79                                </xsd:annotation>
80                        </xsd:element>
81                        <xsd:element name="ovenSetPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1">
82                                <xsd:annotation>
83                                        <xsd:documentation>The temperature of the oven.</xsd:documentation>
84                                </xsd:annotation>
85                        </xsd:element>
86                        <xsd:element name="testCable" type="witsml:nameString" minOccurs="0" maxOccurs="1">
87                                <xsd:annotation>
88                                        <xsd:documentation>The cable used to test the instrument box.</xsd:documentation>
89                                </xsd:annotation>
90                        </xsd:element>
91                        <xsd:element name="offset" type="witsml:nameString" minOccurs="0" maxOccurs="1">
92                                <xsd:annotation>
93                                        <xsd:documentation>The offset setting applied to the instrument box based on
94                                        the factory or bench calibration.</xsd:documentation>
95                                </xsd:annotation>
96                        </xsd:element>
97                        <xsd:element name="differentialLossSetting" type="witsml:generalMeasureType" minOccurs="0" maxOccurs="1">
98                                <xsd:annotation>
99                                        <xsd:documentation>The power loss over the length of the cable.</xsd:documentation>
100                                </xsd:annotation>
101                        </xsd:element>
102                        <xsd:element name="parameter" type="witsml:indexedObject" minOccurs="0" maxOccurs="unbounded">
103                                <xsd:annotation>
104                                        <xsd:documentation>Additional parameters to define the instrument box as a
105                                        piece of equipment. These should not be parameters to define the installation
106                                        or use of the box in the wellbore, or other system. This element should be used
107                                        only if an appropriate parameter is not available as an element, or in the
108                                        calibration operation.</xsd:documentation>
109                                </xsd:annotation>
110                        </xsd:element>
111                </xsd:sequence>
112                <xsd:attributeGroup ref="witsml:attgrp_uid">
113                        <xsd:annotation>
114                                <xsd:documentation>Unique identifier for the instrument box.  </xsd:documentation>
115                        </xsd:annotation>
116                </xsd:attributeGroup>
117        </xsd:complexType>
118        <!--                                                         -->
119</xsd:schema>
Note: See TracBrowser for help on using the browser.