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

Revision 16, 2.5 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        <!--                                                         -->
11        <!-- POSC License Agreement
12        This file is distributed under the POSC License Agreement at
13        http://www.posc.org/about/license.shtml.
14        Use of this file constitutes agreement with the POSC License Agreement.
15        -->
16        <!--                                                         -->
17        <xsd:include schemaLocation="cs_instrumentBox.xsd"/>
18        <xsd:include schemaLocation="attgrp_uid.xsd"/>
19        <!--                                                         -->
20        <xsd:annotation>
21                <xsd:documentation>DTS Instrument Box Information</xsd:documentation>
22        </xsd:annotation>
23        <!--                                                         -->
24        <xsd:complexType name="cs_boxInformation">
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="installationDate" type="witsml:anyDate" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>The date the instrument box was installed.</xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="installationCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>The company that installed the instrument box in the wellbore
37                                        measurement system.</xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                        <xsd:element name="deInstallationDate" type="witsml:anyDate" minOccurs="0" maxOccurs="1">
41                                <xsd:annotation>
42                                        <xsd:documentation>The date the instrument box was de-installed from the wellbore.</xsd:documentation>
43                                </xsd:annotation>
44                        </xsd:element>
45                        <xsd:element name="instrumentBox" type="witsml:cs_instrumentBox" minOccurs="0" maxOccurs="1">
46                                <xsd:annotation>
47                                        <xsd:documentation>The properties of the instrument box.</xsd:documentation>
48                                </xsd:annotation>
49                        </xsd:element>
50                </xsd:sequence>
51                <xsd:attributeGroup ref="witsml:attgrp_uid">
52                        <xsd:annotation>
53                                <xsd:documentation>Unique identifier for the box information.  </xsd:documentation>
54                        </xsd:annotation>
55                </xsd:attributeGroup>
56        </xsd:complexType>
57        <!--                                                         -->
58</xsd:schema>
Note: See TracBrowser for help on using the browser.