root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / cs_blockCurveInfo.xsd

Revision 16, 3.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        <!-- 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        <xsd:include schemaLocation="attgrp_uid.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_blockCurveInfo">
20                <xsd:annotation>
21                        <xsd:documentation>Descriptor of a curve associated with a block.
22                        This captures the representational aspects of the curve.
23                        The data semantics is defined by logCurveInfo.</xsd:documentation>
24                </xsd:annotation>
25                <xsd:sequence>
26                        <xsd:element name="curveId" type="witsml:refString" minOccurs="1" maxOccurs="1">
27                                <xsd:annotation>
28                                        <xsd:documentation>A pointer to the curveInfo's curveId that this curve represents.</xsd:documentation>
29                                </xsd:annotation>
30                        </xsd:element>
31                        <xsd:element name="columnIndex" type="witsml:nonNegativeCount" minOccurs="1" maxOccurs="1">
32                                <xsd:annotation>
33                                        <xsd:documentation>A 1-based index of curve data in the data records.
34                                        A value of zero indicates an implied curve with no values in the data record.</xsd:documentation>
35                                </xsd:annotation>
36                        </xsd:element>
37                        <xsd:element name="minIndex" type="witsml:genericMeasure" minOccurs="0" maxOccurs="1">
38                                <xsd:annotation>
39                                        <xsd:documentation>The minimum index value at which the first valid data point is located.
40                                        This value will be properly set by the server to reflect data in the returned document.</xsd:documentation>
41                                </xsd:annotation>
42                        </xsd:element>
43                        <xsd:element name="maxIndex" type="witsml:genericMeasure" minOccurs="0" maxOccurs="1">
44                                <xsd:annotation>
45                                        <xsd:documentation>The maximum index value at which the last valid data point is located.
46                                        This value will be properly set by the server to reflect data in the returned document. </xsd:documentation>
47                                </xsd:annotation>
48                        </xsd:element>
49                        <xsd:element name="minDateTimeIndex" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
50                                <xsd:annotation>
51                                        <xsd:documentation>The minimum index value at which the first valid data point
52                                        is located. This value will be properly set by the server to reflect data
53                                        in the returned document. </xsd:documentation>
54                                </xsd:annotation>
55                        </xsd:element>
56                        <xsd:element name="maxDateTimeIndex" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
57                                <xsd:annotation>
58                                        <xsd:documentation>The maximum index value at which the last valid data point
59                                        is located. This value will be properly set by the server to reflect data
60                                        in the returned document. </xsd:documentation>
61                                </xsd:annotation>
62                        </xsd:element>
63                </xsd:sequence>
64                <xsd:attributeGroup ref="witsml:attgrp_uid">
65                        <xsd:annotation>
66                                <xsd:documentation>Unique identifier for the curve information.  </xsd:documentation>
67                        </xsd:annotation>
68                </xsd:attributeGroup>
69        </xsd:complexType>
70        <!--                                                         -->
71</xsd:schema>
Note: See TracBrowser for help on using the browser.