-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThermalConductivity.xsd
374 lines (374 loc) · 24.4 KB
/
ThermalConductivity.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:aasg="http://stategeothermaldata.org/uri-gin/aasg/xmlschema/thermalconductivity/2.2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" xmlns:gmlsf="http://www.opengis.net/gmlsf" targetNamespace="http://stategeothermaldata.org/uri-gin/aasg/xmlschema/thermalconductivity/2.2" elementFormDefault="qualified" version="02.2">
<xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
<xs:import namespace="http://www.opengis.net/gmlsf" schemaLocation="http://schemas.opengis.net/gml/3.1.1/profiles/gmlsfProfile/1.0.0/gmlsfLevels.xsd"/>
<xs:annotation>
<!--This XSD document, including XML schema, indicates the content requested for thermal conductivity measurements obtained for the AASG geothermal data project. Typically thermal conductivity measurements are obtained to determine the conductivity of heat in the subsurface. The HeaderURI for a particular borehole (well for simple wells) is the cross-referencing link (foreign key) used to associate the header record, well logs, temperature measurements, and other information from a particular borehole. Each measurement should have a unique ObservationURI. -->
<!--Version 2.1.1 changed date types to 'dateTIme'. Annotated version 2.1. This XSD document was created on 2012-03-05 by Celia Coleman, AZGS. This schema is based on the data available in the AASG Web Feature Services created for the heat flow measurements of samples collected from boreholes and core. Later versions include samples from the surface. Field Description annotations standardized 2013-08-22 by Esty Pape, AZGS.-->
<xs:appinfo source="http://schemas.opengis.net/gml/3.1.1/profiles/gmlsfProfile/1.0.0/gmlsfLevels.xsd">
<gmlsf:ComplianceLevel>0</gmlsf:ComplianceLevel>
<gmlsf:GMLProfileSchema>
http://schemas.opengis.net/gml/3.1.1/profiles/gmlsfProfile/1.0.0/gmlsf.xsd </gmlsf:GMLProfileSchema>
</xs:appinfo>
</xs:annotation>
<xs:element name="ThermalConductivity" type="aasg:ThermalConductivityType" substitutionGroup="gml:_Feature"/>
<xs:complexType name="ThermalConductivityType">
<xs:complexContent>
<xs:extension base="gml:AbstractFeatureType">
<xs:sequence>
<xs:element name="OBJECTID" type="xs:int" minOccurs="0">
<xs:annotation>
<xs:documentation>Integer record count, added by ArcGIS servers during service deployment; not required but cannot be removed when deploying from ArcGIS feature class. Not user maintained, so this element appears in XML implementation but not in the Content Model Template.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ObservationURI">
<xs:annotation>
<xs:documentation>Unique identifier for this observation. This is the identifier (Uniform Resource Identifier) that will be used to cross-reference data, samples, and other observations to the observation represented by this record. Best practice is to define an http URI that will dereference to a normative description of the observation. USGIN URI's may be redirected to any URL using the http://resources.usgin.org redirector; contact the USGIN development team at AZGS for instructions. </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ObservationName" type="xs:string">
<xs:annotation>
<xs:documentation>The human-intelligible name for the observation; may be a concatenation of observation type and feature name.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Label" type="xs:string">
<xs:annotation>
<xs:documentation>Short text string for labeling the feature on maps. Can be the same as observation name. A label may be an OtherLocationName, OtherID or the Name or some combination.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RelatedSampleURI" minOccurs="0">
<xs:annotation>
<xs:documentation>If the thermal conductivity value is based on an average of several samples, multiple observationURIs are listed here, delimited by pipe '|' characters. Recommend use of http URI that will dereference to give representation of sample.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OtherID" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Alternative identifier(s) for observation or site information. Indicate the authority from which the OtherID is derived with a short (lower case) prefix delimited by a colon ':' If identifiers from multiple different authorities are available, delimit these identifiers with the pipe character '|'. For example, if a well were known to the Arizona Geological Survey (AZGS) by the id number 1337, the identifier string would be azgs:1337. Any such prefixes used to scope identifiers should be explained in the dataset metadata.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleDepth" type="xs:double">
<xs:annotation>
<xs:documentation>If sample is from the surface enter zero, else put depth of formation sampled.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MeasurementUnits" type="xs:string">
<xs:annotation>
<xs:documentation>Valid choices for depth units = Meters or Feet. If depth is reported as 'surface' or 'missing', select 'meters'.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SiteLocationURI">
<xs:annotation>
<xs:documentation>Unique identifier that specifies the feature represented: e.g. a geologic feature, aquifer or facility structure. Ideally, the identifier is an http URI that will dereference to a known, useful representation of the feature. This identifier will be used to cross reference the feature to other information related to this feature.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SiteLocationName" type="xs:string">
<xs:annotation>
<xs:documentation>Common or human-readable name by which the feature is known. Recommend using only web-safe characters (a-z A-Z 0-9 _-.) in the name. Be consistent in the naming convention used within any given dataset.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocalityTerms" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Additional information or more geographic names associated with sample collection location; if multiple names supplied, delimit with pipe '|' character, e.g. Arizona | La Paz County | Harquahala Mountains | Browns Canyon.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="County" type="xs:string">
<xs:annotation>
<xs:documentation>Required. County name. If unknown or not applicable use 'missing'. If offshore, specify 'offshore' in this field.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="State" type="xs:string">
<xs:annotation>
<xs:documentation>Required. State name without abbreviations. If unknown or not applicable use 'missing'. For offshore locations, specify the governing or nearest state and list the county as 'offshore'.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LatDegree" type="xs:double">
<xs:annotation>
<xs:documentation>Latitude coordinate for the surface location of the feature (use center point for areas); values should be provided with at least 4 significant digits for sufficient precision (7 decimal places is recommended by the USGS (OFR 02-463, p. 6). Use decimal degrees.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LongDegree" type="xs:double">
<xs:annotation>
<xs:documentation>Longitude coordinate for the surface location of the feature (use center point for areas); values should be provided with at least 4 significant digits for sufficient precision (7 decimal places is recommended by the USGS (OFR 02-463, p. 6). Use decimal degrees.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SRS" type="xs:string">
<xs:annotation>
<xs:documentation>The spatial reference system. It is recommended that an EPSG code be used to identify the SRS used to specify the location. If an EPSG code is used, identify it as such with the prefix 'EPSG:' For common EPSG codes, see the Data Valid Terms tab. EPSG:4326 is the identifier for WGS84, and should be the text in this field. EPSG stands for European Petroleum Survey Group. EPSSG codes can be dereferenced by putting the code in this URL (replace 4326) http://spatialreference.org/ref/epsg/4326/.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocationUncertaintyStatement" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Information on how the original location was determined, e.g.: 1:250,000 map, gps unit, Google Earth, PLSS Conversion, Spatial Datum Conversion, e.g., NAD27 to WGS84.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleCollectionDate" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>Date for the record (date on which observation, measurement or test was made or specimen was collected. Day, month and year must be specified; Excel will display using ISO 8601 date and time (yyyy-mm-ddT:hh:mm) format. If only the year is known, enter month and day as 'Jan. 1', (or '1/1/', or '1-1-', or 'January 1,'). All dates will be converted to yyyy-mm-ddThh:mm.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleMeasurementDate" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>Date for the record (date on which observation, measurement or test was made or specimen was collected. Day, month and year must be specified; Excel will display using ISO 8601 date and time (yyyy-mm-ddT:hh:mm) format. If only the year is known, enter month and day as 'Jan. 1', (or '1/1/', or '1-1-', or 'January 1,'). All dates will be converted to yyyy-mm-ddThh:mm.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleType" type="xs:string">
<xs:annotation>
<xs:documentation>Type of material used for sample measurement. Category from simple material classification scheme e.g. rock, sediment, liquid, gas, biological material.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleShape" type="xs:string">
<xs:annotation>
<xs:documentation>Shape of sample for measurement: cylinder, square, rectangular, irregular, fine material, coarse material, unknown.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleDimensionsHeight" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Description of sample: height of vertical edge. If using a form for cuttings or unconsolidated measurements, put in the values of the form.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleDimensionsWidth" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Description of sample: width or radius or horizontal edge. If using a form for cuttings or unconsolidated measurements, put in the values of the form.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleDimensionsLength" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Description of sample: length of 2nd horizontal dimension. If using a form for cuttings or unconsolidated measurements, put in the values of the form.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleDimensionsUnits" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Units used for height, length and width: centimeters or inches.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleDensity" type="xs:double" minOccurs="0">
<xs:annotation>
<xs:documentation>Density of the rock sample or Bulk Density for Crushed/Cutting samples.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UncertaintyDensity" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Uncertainty of the density of the sample.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleDensityUnits" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Units used for density: grams per cubic centimeters (g/cm3) or pound per cubic inch (lb/in3).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Laboratory" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>If a Laboratory performed the analysis, include name and address here.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MeasurementDevice" type="xs:string">
<xs:annotation>
<xs:documentation>Type of analysis performed on sample for the measurement: Divided Bar, Portable Divided Bar, Needle Probe, Half-Space Needle Probe, Laser - Infrared, other, unknown.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MeasurementProcedure" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Text description of how the measurement was made - instrumentation, logging rate, correction or extrapolation process, how time since circulation was determined, etc. Data provider should indicate QA/QC performed on the data, including individual or institution, time frame and depth of quality check. If following a paper or standard include reference.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MeasurementPressure" type="xs:double" minOccurs="0">
<xs:annotation>
<xs:documentation>Pressure used on sample during measurement.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MeasurementPressureUnits" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Units for Pressure used on sample during measurement. Valid terms include: Bars or p.s.i. (pounds per square inch).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleTemperature" type="xs:double" minOccurs="0">
<xs:annotation>
<xs:documentation>Temperature, in decimal format, used on sample during measurement. Degrees Celsius is preferred and will be reported for consistency in service implementations.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SampleTemperatureUnits" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Units for Temperature used on sample during measurement. Valid terms include: C (Celsius), F (Fahrenheit), or K (Kelvin).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MeasurementDuration" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Duration of time the sample was under pressure at specified temperature (in minutes).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MeasurementDirection" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>If sample is anisotropic then describe direction of sample.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MeasurementRun" type="xs:string">
<xs:annotation>
<xs:documentation>Total number of measurements made on this sample.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BulkMixingFormula" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Method used to calculate Bulk Conductivity if cuttings or unconsolidated material.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SaturationFluid" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Fluid used with rock/sediment material to fill void spaces and saturate (ie: tap water, oil, etc.).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SaturatedSampleConductivity" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Saturated measured conductivity or in situ value.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DrySampleConductivity" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Measured conductivity value of dry rock core or sample.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SiteThermalConductivity" type="xs:double">
<xs:annotation>
<xs:documentation>Determined Thermal Conductivity for sample/formation of rock material.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UncertaintyTC" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Calculated uncertainty of Thermal Conductivity or Bulk Conductivity value.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CorrectionTC" type="xs:double" minOccurs="0">
<xs:annotation>
<xs:documentation>Correction applied to thermal conductivity for in situ conditions.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CorrectionDescription" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Description of Correction to thermal conductivity.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UnitsTC" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Reporting units for thermal conductivity measurements; SI (Système International) = watts per meter per Kelvin (W m-1 K-1), or other units.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SpecificHeat" type="xs:double" minOccurs="0">
<xs:annotation>
<xs:documentation>The amount of heat per unit mass required to raise the temperature by one degree Celsius.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UncertaintySpecificHeat" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Report uncertainty if reporting specific heat.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SpecificHeatUnits" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Reporting units for specific heat. Common units are: calorie/gram, joule/gram.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ThermalDiffusivity" type="xs:double" minOccurs="0">
<xs:annotation>
<xs:documentation>How rapidly a material changes temperature to match the surroundings - equilibrium.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UncertaintyThermalDiffusivity" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Report uncertainty of thermal diffusivity.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UnitsThermalDiffusivity" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Reporting units for Thermal Diffusivity are meters squared per second (m2/s).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GeologicFormationName" type="xs:string">
<xs:annotation>
<xs:documentation>Name of geologic unit that was sampled. Include hierarchy of names if the unit is part of a higher-rank geologic unit, e.g. Group name/Formation name, or Formation/Member, or Group/ Formation. Spell out unit names in full.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GeologicFormationURI" minOccurs="0">
<xs:annotation>
<xs:documentation>Unique identifier for the geologic formation of this record.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="GeologicFormationType" type="xs:string">
<xs:annotation>
<xs:documentation>Name of sample material type, e.g., granite, sandstone, arkose, schist.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatumElevation" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The point of reference against which elevation measurements are made. Best practice: use mean sea level (MSL) as datum.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Elevation" type="xs:double" minOccurs="0">
<xs:annotation>
<xs:documentation>Elevation at ground level for the feature. 3 decimal places is recommended by the USGS (OFR 02-463, p.6). Elevations should be reported relative to mean sea level (MSL).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Permeability" type="xs:double" minOccurs="0">
<xs:annotation>
<xs:documentation>The property or capacity of a porous rock, sediment, or soil for transmitting a fluid; it is a measure of the relative ease of fluid flow under unequal pressure.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UnitsPermeability" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Units for the reported permability. The SI unit for permeability is m^2. A practical unit for permeability is the darcy (D), or more commonly the millidarcy (mD) (1 darcy \approx10−12/m^2). </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Porosity" type="xs:double" minOccurs="0">
<xs:annotation>
<xs:documentation>Porosity measures the void or "empty" space in a material; the volume of void over the total volume as a fraction between 0–1. Enter as decimal value.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Notes" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Any additional information to be provided, including description and other data not captured by the template, details about collection method, contact information for related parties (original collector, project PI), collection platform or Launch, etc.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MetadataURI" minOccurs="0">
<xs:annotation>
<xs:documentation>URI identifying (and ideally dereferencing to get) a full formal metadata record for the observation report. A time series of observations may all reference the same metadata record that provides contact information and details on procedure, etc.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Source" type="xs:string">
<xs:annotation>
<xs:documentation>Mandatory. Short text explanation of source of information defining feature; may be author-date type citation, but should include some indication of how digital data originated. If unpublished data, provide researcher name, date and research institution for proper citation. Separate multiple citations with pipe '|' character.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Shape" type="gml:PointPropertyType">
<xs:annotation>
<xs:documentation>Added by GIS for WFS service; this element appears in the xml output, but is generated during service deployment from the latitude and longitude, therefore it doesn't appear in the template.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>