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

Revision 16, 3.4 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_groupDefinition.xsd"/>
17        <!--                                                         -->
18        <xsd:complexType name="cs_realtimeHeader">
19                <xsd:annotation>
20                        <xsd:documentation>WITSML realtime header component object.
21                        The header is only transmitted with the first realtime, when the header changes
22                        or when a retransmit is requested.</xsd:documentation>
23                </xsd:annotation>
24                <xsd:sequence>
25                        <xsd:element name="nameWell" type="witsml:nameString" minOccurs="0" maxOccurs="1">
26                                <xsd:annotation>
27                                        <xsd:documentation>Human recognizable context for the well that contains the wellbore.  </xsd:documentation>
28                                </xsd:annotation>
29                        </xsd:element>
30                        <xsd:element name="nameWellbore" type="witsml:nameString" minOccurs="0" maxOccurs="1">
31                                <xsd:annotation>
32                                        <xsd:documentation>Human recognizable context for the wellbore that contains the tubular.  </xsd:documentation>
33                                </xsd:annotation>
34                        </xsd:element>
35                        <xsd:element name="serviceCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
36                                <xsd:annotation>
37                                        <xsd:documentation>Name of contractor who provided the service.</xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                        <xsd:element name="runNumber" type="witsml:str16" minOccurs="0" maxOccurs="1">
41                                <xsd:annotation>
42                                        <xsd:documentation>Log run number. This should normally be a number; however
43                                        some legacy systems encode other information in this value.</xsd:documentation>
44                                </xsd:annotation>
45                        </xsd:element>
46                        <xsd:element name="bhaRunNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
47                                <xsd:annotation>
48                                        <xsd:documentation>The bottom hole assembly run number associated with this log.</xsd:documentation>
49                                </xsd:annotation>
50                        </xsd:element>
51                        <xsd:element name="pass" type="witsml:str16" minOccurs="0" maxOccurs="1">
52                                <xsd:annotation>
53                                        <xsd:documentation>Identifies the pass within the run.</xsd:documentation>
54                                </xsd:annotation>
55                        </xsd:element>
56                        <xsd:element name="creationDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
57                                <xsd:annotation>
58                                        <xsd:documentation>Date and time that the realtime was created.</xsd:documentation>
59                                </xsd:annotation>
60                        </xsd:element>
61                        <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
62                                <xsd:annotation>
63                                        <xsd:documentation>Comments about the realtime.</xsd:documentation>
64                                </xsd:annotation>
65                        </xsd:element>
66                        <xsd:element name="groupDefinition" type="witsml:cs_groupDefinition" minOccurs="1" maxOccurs="unbounded">
67                                <xsd:annotation>
68                                        <xsd:documentation>The definition of a group of channels.</xsd:documentation>
69                                </xsd:annotation>
70                        </xsd:element>
71                </xsd:sequence>
72        </xsd:complexType>
73</xsd:schema>
Note: See TracBrowser for help on using the browser.