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

Revision 16, 3.6 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_qualifier">
20                <xsd:annotation>
21                        <xsd:documentation>WITSML - lithology qualifier Component Schema</xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="type" type="witsml:QualifierType" minOccurs="1" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>The type of qualifier.</xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:sequence minOccurs="0" maxOccurs="1">
30                                <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1">
31                                        <xsd:annotation>
32                                                <xsd:documentation>The measured depth at the top of the interval represented
33                                                by the qualifier. This must be within the range of the parent geologic interval.</xsd:documentation>
34                                        </xsd:annotation>
35                                </xsd:element>
36                                <xsd:element name="mdBottom" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
37                                        <xsd:annotation>
38                                                <xsd:documentation>The measured depth at the bottom of the interval represented by the qualifier.
39                                                A point can be indicated by specifying bottom=top.
40                                                This must be within the range of the parent geologic interval.</xsd:documentation>
41                                        </xsd:annotation>
42                                </xsd:element>
43                        </xsd:sequence>
44                        <xsd:element name="abundance" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">
45                                <xsd:annotation>
46                                        <xsd:documentation>The relative abundance of the qualifier.
47                                        This is usually estimated based on a "visual area" basis by inspecting the cuttings
48                                        spread out on the shaker table. This either represents a point value or the
49                                        upperbound of a range (e.g., 0% to 10%).</xsd:documentation>
50                                </xsd:annotation>
51                        </xsd:element>
52                        <xsd:element name="abundanceCode" type="witsml:kindString" minOccurs="0" maxOccurs="1">
53                                <xsd:annotation>
54                                        <xsd:documentation>A code associated with the relative abundance of the qualifier.
55                                        For example, "trace", "common" or "abundant".
56                                        This is generally a proprietary code. The interoperable semantics are provided
57                                        by the above abundance value. The presumption is that the value range associated with
58                                        a code is mapped to a single value. On the other end of an exchange, the single
59                                        value is mapped to the range associated with the local codes on that end.</xsd:documentation>
60                                </xsd:annotation>
61                        </xsd:element>
62                        <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
63                                <xsd:annotation>
64                                        <xsd:documentation>A textual description of the qualifier.</xsd:documentation>
65                                </xsd:annotation>
66                        </xsd:element>
67                </xsd:sequence>
68                <xsd:attributeGroup ref="witsml:attgrp_uid">
69                        <xsd:annotation>
70                                <xsd:documentation>Unique identifier for the lithology qualifier.</xsd:documentation>
71                        </xsd:annotation>
72                </xsd:attributeGroup>
73        </xsd:complexType>
74</xsd:schema>
Note: See TracBrowser for help on using the browser.