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

Revision 16, 6.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="cs_qualifier.xsd"/>
17        <xsd:include schemaLocation="attgrp_uid.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_lithology">
20                <xsd:annotation>
21                        <xsd:documentation>WITSML - Lithology Component Schema</xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="type" type="witsml:LithologyType" minOccurs="0" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>The type of lithology. </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="codeLith" type="witsml:str16" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Lithology official codes if desired. Operator typically
32                                        to define what the codes are.  </xsd:documentation>
33                                </xsd:annotation>
34                        </xsd:element>
35                        <xsd:element name="lithPc" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">
36                                <xsd:annotation>
37                                        <xsd:documentation>The lithology represents what portion of the sampled interval.
38                                        The total of the lithologies within an interval should add up to 100 percent.
39                                        The "undifferentiated" code should be used to fill out to 100.</xsd:documentation>
40                                </xsd:annotation>
41                        </xsd:element>
42                        <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
43                                <xsd:annotation>
44                                        <xsd:documentation>Description of item and details.  </xsd:documentation>
45                                </xsd:annotation>
46                        </xsd:element>
47                        <xsd:element name="lithClass" type="witsml:str32" minOccurs="0" maxOccurs="1">
48                                <xsd:annotation>
49                                        <xsd:documentation>Lithology classification description.  </xsd:documentation>
50                                </xsd:annotation>
51                        </xsd:element>
52                        <xsd:element name="grainType" type="witsml:str32" minOccurs="0" maxOccurs="1">
53                                <xsd:annotation>
54                                        <xsd:documentation>Granulometry.  </xsd:documentation>
55                                </xsd:annotation>
56                        </xsd:element>
57                        <xsd:element name="dunhamClass" type="witsml:str32" minOccurs="0" maxOccurs="1">
58                                <xsd:annotation>
59                                        <xsd:documentation>Dunham limestone classification.  </xsd:documentation>
60                                </xsd:annotation>
61                        </xsd:element>
62                        <xsd:element name="color" type="witsml:str16" minOccurs="0" maxOccurs="1">
63                                <xsd:annotation>
64                                        <xsd:documentation>Lithology color description.  </xsd:documentation>
65                                </xsd:annotation>
66                        </xsd:element>
67                        <xsd:element name="texture" type="witsml:str32" minOccurs="0" maxOccurs="1">
68                                <xsd:annotation>
69                                        <xsd:documentation>Lithology texture description.  </xsd:documentation>
70                                </xsd:annotation>
71                        </xsd:element>
72                        <xsd:element name="hardness" type="witsml:str32" minOccurs="0" maxOccurs="1">
73                                <xsd:annotation>
74                                        <xsd:documentation>Lithology hardness description.  </xsd:documentation>
75                                </xsd:annotation>
76                        </xsd:element>
77                        <xsd:element name="sizeGrain" type="witsml:str32" minOccurs="0" maxOccurs="1">
78                                <xsd:annotation>
79                                        <xsd:documentation>Lithology grain size description.  </xsd:documentation>
80                                </xsd:annotation>
81                        </xsd:element>
82                        <xsd:element name="roundness" type="witsml:str32" minOccurs="0" maxOccurs="1">
83                                <xsd:annotation>
84                                        <xsd:documentation>Lithology roundness description.  </xsd:documentation>
85                                </xsd:annotation>
86                        </xsd:element>
87                        <xsd:element name="sorting" type="witsml:str32" minOccurs="0" maxOccurs="1">
88                                <xsd:annotation>
89                                        <xsd:documentation>Lithology sorting description.  </xsd:documentation>
90                                </xsd:annotation>
91                        </xsd:element>
92                        <xsd:element name="matrixCement" type="witsml:str32" minOccurs="0" maxOccurs="1">
93                                <xsd:annotation>
94                                        <xsd:documentation>Lithology matrix/cement description.  </xsd:documentation>
95                                </xsd:annotation>
96                        </xsd:element>
97                        <xsd:element name="porosityVisible" type="witsml:str32" minOccurs="0" maxOccurs="1">
98                                <xsd:annotation>
99                                        <xsd:documentation>Lithology visible porosity description.  </xsd:documentation>
100                                </xsd:annotation>
101                        </xsd:element>
102                        <xsd:element name="permeability" type="witsml:str32" minOccurs="0" maxOccurs="1">
103                                <xsd:annotation>
104                                        <xsd:documentation>Lithology permeability description.  </xsd:documentation>
105                                </xsd:annotation>
106                        </xsd:element>
107                        <xsd:element name="densShale" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
108                                <xsd:annotation>
109                                        <xsd:documentation>Shale density for the interval.  </xsd:documentation>
110                                </xsd:annotation>
111                        </xsd:element>
112                        <xsd:element name="qualifier" type="witsml:cs_qualifier" minOccurs="0" maxOccurs="unbounded">
113                                <xsd:annotation>
114                                        <xsd:documentation>A single qualifier.
115                                        In mudlogging terms, a qualifier is a graphical symbol in the
116                                        Interpreted Lithology column of the Formation Evaluation Log (aka "the
117                                        mudlog").
118                                        In addition to the major lithologies (e.g., sand, shale, etc) existing in the
119                                        sample, other minerals (present as accessories or inclusions e.g. chert,
120                                        pyrite, glauconite) and fossils (forams, oyster shells, bryozoans, etc)
121                                        may exist and their abundance is generally categorized using ranges
122                                        such as Trace (less than 10%), Common (10-25%) and
123                                        Abundant (greater than 25%). These additional minerals and fossils can be of
124                                        disproportionately great diagnostic and descriptive value. For example,
125                                        qualifiers can be used to indicate facies changes, marker beds or
126                                        something that impacted drilling conditions.
127                                        These qualifiers (representing accessories, inclusions and/or fossils)
128                                        are used to rapidly and graphically indicate to the recipient of the
129                                        mudlog that a significant lithological event was encountered while
130                                        drilling the well. </xsd:documentation>
131                                </xsd:annotation>
132                        </xsd:element>
133                </xsd:sequence>
134                <xsd:attributeGroup ref="witsml:attgrp_uid">
135                        <xsd:annotation>
136                                <xsd:documentation>Unique identifier for the lithology object.  </xsd:documentation>
137                        </xsd:annotation>
138                </xsd:attributeGroup>
139        </xsd:complexType>
140</xsd:schema>
Note: See TracBrowser for help on using the browser.