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

Revision 16, 5.1 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="grp_dtsInstalledSystem.xsd"/>
17        <xsd:include schemaLocation="cs_documentInfo.xsd"/>
18        <xsd:include schemaLocation="cs_customData.xsd"/>
19        <xsd:include schemaLocation="cs_commonData.xsd"/>
20        <xsd:include schemaLocation="attgrp_uid.xsd"/>
21        <!--                                                         -->
22        <xsd:element name="dtsInstalledSystems" type="witsml:obj_dtsInstalledSystems">
23                <xsd:annotation>
24                        <xsd:documentation>The WITSML API mandated plural root element which allows
25                        multiple singular objects to be sent. The plural name is formed by adding
26                        an "s" to the singular name.</xsd:documentation>
27                </xsd:annotation>
28        </xsd:element>
29        <!--                                                         -->
30        <xsd:complexType name="obj_dtsInstalledSystems">
31                <xsd:sequence>
32                        <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
33                                <xsd:annotation>
34                                        <xsd:documentation>Information about the XML message instance.</xsd:documentation>
35                                </xsd:annotation>
36                        </xsd:element>
37                        <xsd:element name="dtsInstalledSystem" type="witsml:obj_dtsInstalledSystem" minOccurs="1" maxOccurs="unbounded">
38                                <xsd:annotation>
39                                        <xsd:documentation>Main wrapper for all the distributed temperature survey
40                                        information about the installed system. Note that this can serve as a standalone
41                                        object for messages that are not part of the WITSML server architecture.</xsd:documentation>
42                                </xsd:annotation>
43                        </xsd:element>
44                </xsd:sequence>
45                <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
46                        <xsd:annotation>
47                                <xsd:documentation>Data object schema version.  The fourth level must match the
48                                version of the schema constraints (enumerations and XML loader files) that are assumed
49                                by the document instance.</xsd:documentation>
50                        </xsd:annotation>
51                </xsd:attribute>
52        </xsd:complexType>
53        <!--                                                         -->
54        <xsd:complexType name="obj_dtsInstalledSystem">
55                <xsd:sequence>
56                        <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">
57                                <xsd:annotation>
58                                        <xsd:documentation>Human recognizable context for the well that contains the wellbore.</xsd:documentation>
59                                </xsd:annotation>
60                        </xsd:element>
61                        <xsd:element name="nameWellbore" type="witsml:nameString" minOccurs="1" maxOccurs="1">
62                                <xsd:annotation>
63                                        <xsd:documentation>Human recognizable context for the wellbore that contains the installed system.</xsd:documentation>
64                                </xsd:annotation>
65                        </xsd:element>
66                        <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
67                                <xsd:annotation>
68                                        <xsd:documentation>Human recognizable context for the dts.</xsd:documentation>
69                                </xsd:annotation>
70                        </xsd:element>
71                        <xsd:group ref="witsml:grp_dtsInstalledSystem">
72                                <xsd:annotation>
73                                        <xsd:documentation>The information content of a dts installed system object</xsd:documentation>
74                                </xsd:annotation>
75                        </xsd:group>
76                        <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
77                                <xsd:annotation>
78                                        <xsd:documentation>A container element that contains elements that are common to all data
79                                        objects.  </xsd:documentation>
80                                </xsd:annotation>
81                        </xsd:element>
82                        <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
83                                <xsd:annotation>
84                                        <xsd:documentation>A container element that can contain custom or user defined
85                                        data elements.</xsd:documentation>
86                                </xsd:annotation>
87                        </xsd:element>
88                </xsd:sequence>
89                <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">
90                        <xsd:annotation>
91                                <xsd:documentation>Unique identifier for the well. This uniquely represents
92                                the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>
93                        </xsd:annotation>
94                </xsd:attribute>
95                <xsd:attribute name="uidWellbore" type="witsml:uidString" use="optional">
96                        <xsd:annotation>
97                                <xsd:documentation>Unique identifier for the wellbore. This uniquely represents
98                                the wellbore referenced by the (possibly non-unique) nameWellbore.</xsd:documentation>
99                        </xsd:annotation>
100                </xsd:attribute>
101                <xsd:attributeGroup ref="witsml:attgrp_uid">
102                        <xsd:annotation>
103                                <xsd:documentation>Unique identifier for the installed system.  </xsd:documentation>
104                        </xsd:annotation>
105                </xsd:attributeGroup>
106        </xsd:complexType>
107        <!--                                                         -->
108</xsd:schema>
Note: See TracBrowser for help on using the browser.