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

Revision 16, 3.2 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="typ_dataTypes.xsd"/>
17        <!--                                                         -->
18        <xsd:complexType name="cs_channel">
19                <xsd:annotation>
20                        <xsd:documentation> WITSML - Realtime Channel Component Schema </xsd:documentation>
21                </xsd:annotation>
22                <xsd:sequence>
23                        <xsd:element name="id" type="witsml:str32" minOccurs="1" maxOccurs="1">
24                                <xsd:annotation>
25                                        <xsd:documentation>The id of the group that this channel represents.</xsd:documentation>
26                                </xsd:annotation>
27                        </xsd:element>
28                        <xsd:element name="mnemonic" type="witsml:str32" minOccurs="1" maxOccurs="1">
29                                <xsd:annotation>
30                                        <xsd:documentation>The mnemonic assigned to the channel. This must match
31                                        a mnemonic of a channel definition in the header and represents the unique
32                                        key of the channel. Multiple (de-multiplexed) channels with the same mnemonic cannot exist
33                                        in the same realtime.</xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37                                <xsd:annotation>
38                                        <xsd:documentation>The time index for the realtime channel if the interval
39                                        type is time-based. </xsd:documentation>
40                                </xsd:annotation>
41                        </xsd:element>
42                        <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
43                                <xsd:annotation>
44                                        <xsd:documentation>Along hole measured depth of measurement from the drill datum.</xsd:documentation>
45                                </xsd:annotation>
46                        </xsd:element>
47                        <xsd:element name="value" type="witsml:encodedArrayString"  minOccurs="1" maxOccurs="1">
48                                <xsd:annotation>
49                                        <xsd:documentation>Value of the channel.
50                                        The encoding of the value is defined by "dataType" in the header.
51                                        For array channels, this will be a space delimited list of values. </xsd:documentation>
52                                </xsd:annotation>
53                        </xsd:element>
54                        <xsd:element name="densData" type="witsml:perLengthMeasure" minOccurs="0" maxOccurs="1">
55                                <xsd:annotation>
56                                        <xsd:documentation>Data density of sample in samples per length unit  </xsd:documentation>
57                                </xsd:annotation>
58                        </xsd:element>
59                        <xsd:element name="qualData" type="witsml:str16" minOccurs="0" maxOccurs="1">
60                                <xsd:annotation>
61                                        <xsd:documentation>Data quality indicator.  </xsd:documentation>
62                                </xsd:annotation>
63                        </xsd:element>
64                        <xsd:element name="fet" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
65                                <xsd:annotation>
66                                        <xsd:documentation>Formation exposure time.  </xsd:documentation>
67                                </xsd:annotation>
68                        </xsd:element>
69                </xsd:sequence>
70        </xsd:complexType>
71</xsd:schema>
Note: See TracBrowser for help on using the browser.