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

Revision 16, 3.3 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="typ_dataTypes.xsd"/>
18        <xsd:include schemaLocation="attgrp_uid.xsd"/>
19        <!--                                                         -->
20        <xsd:complexType name="cs_pit">
21                <xsd:annotation>
22                        <xsd:documentation> WITSML - Rig Pit Component Schema </xsd:documentation>
23                </xsd:annotation>
24                <xsd:sequence>
25                        <xsd:element name="index" type="witsml:positiveCount" minOccurs="1" maxOccurs="1">
26                                <xsd:annotation>
27                                        <xsd:documentation>Relative pit number of all pits on the rig. One-based.  </xsd:documentation>
28                                </xsd:annotation>
29                        </xsd:element>
30                        <xsd:element name="dTimInstall" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
31                                <xsd:annotation>
32                                        <xsd:documentation>Date and time of installation.  </xsd:documentation>
33                                </xsd:annotation>
34                        </xsd:element>
35                        <xsd:element name="dTimRemove" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
36                                <xsd:annotation>
37                                        <xsd:documentation>Removal date and time.  </xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                        <xsd:element name="capMx" type="witsml:volumeMeasure" minOccurs="1" maxOccurs="1">
41                                <xsd:annotation>
42                                        <xsd:documentation>Maximum pit capacity.  </xsd:documentation>
43                                </xsd:annotation>
44                        </xsd:element>
45                        <xsd:element name="owner" type="witsml:str32" minOccurs="0" maxOccurs="1">
46                                <xsd:annotation>
47                                        <xsd:documentation>Contractor/owner.  </xsd:documentation>
48                                </xsd:annotation>
49                        </xsd:element>
50                        <xsd:element name="typePit" type="witsml:PitType" minOccurs="0" maxOccurs="1">
51                                <xsd:annotation>
52                                        <xsd:documentation>The type of pit.  </xsd:documentation>
53                                </xsd:annotation>
54                        </xsd:element>
55                        <xsd:element name="isActive" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">         
56                                <xsd:annotation>
57                                        <xsd:documentation>Flag to indicate if Pit is part of the active system. 
58                                        Values are "true" (or "1") and "false" (or "0").  </xsd:documentation>
59                                </xsd:annotation>
60                        </xsd:element>
61                        <xsd:element name="nameTag" type="witsml:cs_nameTag" minOccurs="0" maxOccurs="unbounded">
62                                <xsd:annotation>
63                                        <xsd:documentation>An identification tag for the pit.
64                                        A serial number is a type of identification tag however
65                                        some tags contain many pieces of information.
66                                        This structure just identifies the tag and does not describe the contents.</xsd:documentation>
67                                </xsd:annotation>
68                        </xsd:element>
69                </xsd:sequence>
70                <xsd:attributeGroup ref="witsml:attgrp_uid">
71                        <xsd:annotation>
72                                <xsd:documentation>Unique identifier for the pit.  </xsd:documentation>
73                        </xsd:annotation>
74                </xsd:attributeGroup>
75        </xsd:complexType>
76</xsd:schema>
Note: See TracBrowser for help on using the browser.