1
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2
|
<!-- edited with XMLSpy v2010 (http://www.altova.com) by Nick Spencer (Landcare Research) -->
|
3
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:res="eml://ecoinformatics.org/resource-2.0.1" xmlns:party="eml://ecoinformatics.org/party-2.0.1" xmlns:doc="eml://ecoinformatics.org/documentation-2.0.1" xmlns:proj="eml://ecoinformatics.org/project-2.0.1" xmlns="http://www.bfn.de/plotobservation-1.0.1" xmlns:plot="http://www.bfn.de/plot-1.0.1" xmlns:misc="http://www.bfn.de/misc-1.0.1" targetNamespace="http://www.bfn.de/plotobservation-1.0.1">
|
4
|
<xsd:import namespace="eml://ecoinformatics.org/party-2.0.1" schemaLocation="eml-party.xsd"/>
|
5
|
<xsd:import namespace="eml://ecoinformatics.org/resource-2.0.1" schemaLocation="eml-resource.xsd"/>
|
6
|
<xsd:import namespace="eml://ecoinformatics.org/project-2.0.1" schemaLocation="eml-project.xsd"/>
|
7
|
<xsd:import namespace="eml://ecoinformatics.org/documentation-2.0.1" schemaLocation="eml-documentation.xsd"/>
|
8
|
<xsd:import namespace="http://www.bfn.de/misc-1.0.1" schemaLocation="veg-misc.xsd"/>
|
9
|
<xsd:import namespace="http://www.bfn.de/plot-1.0.1" schemaLocation="veg-plot.xsd"/>
|
10
|
<xsd:complexType name="ObservationType">
|
11
|
<xsd:annotation>
|
12
|
<xsd:documentation xml:lang="en">Observations made on a single plot and during a single date-time period. This allows all time dependent parameters to be grouped.</xsd:documentation>
|
13
|
<xsd:documentation xml:lang="de">
|
14
|
Wegen m?glicher Wiederholungsuntersuchungen (Dauerquadrate) werden hier
|
15
|
alle zeitlich ver?nderbaren Aufnahmeparameter abgetrennt. Der Verweis auf
|
16
|
die zeitlich unver?nderbaren Parameter erfolgt mit dem Attribut Plot.
|
17
|
</xsd:documentation>
|
18
|
<xsd:appinfo>
|
19
|
</xsd:appinfo>
|
20
|
</xsd:annotation>
|
21
|
<xsd:sequence>
|
22
|
<xsd:element name="plotUniqueIdentifierID" type="xsd:string">
|
23
|
<xsd:annotation>
|
24
|
<xsd:documentation xml:lang="en">Link to complex type plot with plot code. A reference to a specific plot by the plotUniqueIdentifier. The individual plot is defined within the element veg:plots which is a container for all plots within the dataset. </xsd:documentation>
|
25
|
<xsd:documentation xml:lang="de">
|
26
|
Verweis in den komplexen Typ 'plot' mittels des Plotcodes
|
27
|
</xsd:documentation>
|
28
|
</xsd:annotation>
|
29
|
</xsd:element>
|
30
|
<xsd:element name="obsStartDate" type="xsd:date">
|
31
|
<xsd:annotation>
|
32
|
<xsd:documentation source="NVS" xml:lang="en">
|
33
|
The start date of this specific observation of the plot. Recorded in ISO 8601 date format: yyyy-mm-dd.
|
34
|
</xsd:documentation>
|
35
|
<xsd:documentation xml:lang="de">
|
36
|
Optionales Datumsfeld bei Erfassung ?ber l?ngeren Zeitraum
|
37
|
</xsd:documentation>
|
38
|
</xsd:annotation>
|
39
|
</xsd:element>
|
40
|
<xsd:element name="obsEndDate" type="xsd:date" minOccurs="0">
|
41
|
<xsd:annotation>
|
42
|
<xsd:documentation source="NVS" xml:lang="en">
|
43
|
The end date of this specific observation of the plot. Recorded in ISO 8601 date format: yyyy-mm-dd.
|
44
|
</xsd:documentation>
|
45
|
<xsd:documentation xml:lang="de">
|
46
|
Enddatum der Erfassung.
|
47
|
</xsd:documentation>
|
48
|
</xsd:annotation>
|
49
|
</xsd:element>
|
50
|
<xsd:element name="projectID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
|
51
|
<xsd:annotation>
|
52
|
<xsd:documentation xml:lang="en">A reference to a specific 'project'. The individual project is defined within the element veg:projects which is a container for all projects within the dataset. Note a plot can only be linked to a project via the plot observation.</xsd:documentation>
|
53
|
</xsd:annotation>
|
54
|
</xsd:element>
|
55
|
<xsd:element name="partyWithRole" type="misc:partyWithRoleType" minOccurs="0" maxOccurs="unbounded">
|
56
|
<xsd:annotation>
|
57
|
<xsd:documentation>The party that undertook the plot observation.</xsd:documentation>
|
58
|
</xsd:annotation>
|
59
|
</xsd:element>
|
60
|
<xsd:element name="note" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
|
61
|
<xsd:annotation>
|
62
|
<xsd:documentation xml:lang="en">For specifying additional comments or explanations pertaining to the element of concern.</xsd:documentation>
|
63
|
</xsd:annotation>
|
64
|
</xsd:element>
|
65
|
<xsd:element name="taxonomicQuality" minOccurs="0" maxOccurs="unbounded">
|
66
|
<xsd:annotation>
|
67
|
<xsd:documentation>Subjective assessment of the taxonomic quality on the plot.</xsd:documentation>
|
68
|
</xsd:annotation>
|
69
|
<xsd:complexType>
|
70
|
<xsd:sequence>
|
71
|
<xsd:element name="qualityAssessment">
|
72
|
<xsd:annotation>
|
73
|
<xsd:documentation>Subjective assessment of the taxonomic quality on the plot (e.g., Highest, High, High but incomplete, Moderate, Moderate and incomplete, Low, Very incomplete, absent). </xsd:documentation>
|
74
|
</xsd:annotation>
|
75
|
</xsd:element>
|
76
|
<xsd:element name="assessmentType">
|
77
|
<xsd:annotation>
|
78
|
<xsd:documentation>Type that is being assessed, e.g. bryophytes or lichens.</xsd:documentation>
|
79
|
</xsd:annotation>
|
80
|
</xsd:element>
|
81
|
<xsd:element name="qualityAssessmentMethodID" type="xsd:string" minOccurs="0">
|
82
|
<xsd:annotation>
|
83
|
<xsd:documentation>A reference to a specific method used to assess taxonomic quality. Defined within the element veg:method which is a container for all methods within the dataset. </xsd:documentation>
|
84
|
</xsd:annotation>
|
85
|
</xsd:element>
|
86
|
</xsd:sequence>
|
87
|
</xsd:complexType>
|
88
|
</xsd:element>
|
89
|
<xsd:element name="previousPlotObservation" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
|
90
|
<xsd:annotation>
|
91
|
<xsd:documentation xml:lang="en">Unique Identifier to previous plot observations.
|
92
|
</xsd:documentation>
|
93
|
<xsd:documentation xml:lang="de">
|
94
|
Bei Daueruntersuchung Verweis zur Vorbeobachung mittels des
|
95
|
Beobachtungscodes.
|
96
|
</xsd:documentation>
|
97
|
</xsd:annotation>
|
98
|
</xsd:element>
|
99
|
<xsd:element name="landUse" minOccurs="0">
|
100
|
<xsd:annotation>
|
101
|
<xsd:documentation xml:lang="en">Landuse, e.g. Agricultural types. </xsd:documentation>
|
102
|
<xsd:documentation xml:lang="de">
|
103
|
Nutzungsbezeichnung
|
104
|
</xsd:documentation>
|
105
|
</xsd:annotation>
|
106
|
<xsd:complexType>
|
107
|
<xsd:sequence>
|
108
|
<xsd:element name="landuseValue">
|
109
|
<xsd:annotation>
|
110
|
<xsd:documentation>Landuse value</xsd:documentation>
|
111
|
</xsd:annotation>
|
112
|
</xsd:element>
|
113
|
<xsd:element name="landuseType" minOccurs="0">
|
114
|
<xsd:annotation>
|
115
|
<xsd:documentation>Landuse categories, e.g. Agricultural.</xsd:documentation>
|
116
|
</xsd:annotation>
|
117
|
</xsd:element>
|
118
|
</xsd:sequence>
|
119
|
</xsd:complexType>
|
120
|
</xsd:element>
|
121
|
<xsd:element name="surfaceCover" type="misc:percentCoverType" minOccurs="0">
|
122
|
<xsd:annotation>
|
123
|
<xsd:documentation source="VegBank" xml:lang="en">Percent of surface covered for different surface categories, e.g. water, litter exposed bedrock, bare soil, gravel etc. </xsd:documentation>
|
124
|
<xsd:documentation xml:lang="de">
|
125
|
Anteil der Streuschicht in Prozent
|
126
|
</xsd:documentation>
|
127
|
</xsd:annotation>
|
128
|
</xsd:element>
|
129
|
<xsd:element name="vegetationCover" type="misc:percentCoverType" minOccurs="0">
|
130
|
<xsd:annotation>
|
131
|
<xsd:documentation source="VegBank" xml:lang="en">Percent of total covered for different vegetation categories observed on the plot, e.g. tree, shrub, field layer (Herb stratum), non-vascular layer, floating and submerged cover (wetlands) etc. </xsd:documentation>
|
132
|
<xsd:documentation xml:lang="de">
|
133
|
Anteil der Streuschicht in Prozent
|
134
|
</xsd:documentation>
|
135
|
</xsd:annotation>
|
136
|
</xsd:element>
|
137
|
<xsd:element name="vegetationStructure" type="misc:vegetationStructureType" minOccurs="0">
|
138
|
<xsd:annotation>
|
139
|
<xsd:documentation>Height of vegetation components observed on the plot, e.g. tree, shrub, field layer (Herb stratum) etc.</xsd:documentation>
|
140
|
</xsd:annotation>
|
141
|
</xsd:element>
|
142
|
<xsd:element name="observationNarrative" type="xsd:string" minOccurs="0">
|
143
|
<xsd:annotation>
|
144
|
<xsd:documentation source="VegBank" xml:lang="en">Additional unstructured observations useful for understanding the ecological attributes and significance of the plot observations. </xsd:documentation>
|
145
|
<xsd:documentation xml:lang="de">
|
146
|
Sonstige Kommentare zur Beobachtung
|
147
|
</xsd:documentation>
|
148
|
</xsd:annotation>
|
149
|
</xsd:element>
|
150
|
<xsd:element name="referencePublication" minOccurs="0">
|
151
|
<xsd:annotation>
|
152
|
<xsd:documentation xml:lang="en">Reference to an original publication and additionally a table or section within a publication.</xsd:documentation>
|
153
|
<xsd:documentation xml:lang="de">
|
154
|
Verweis auf die Originalpublikation der Vegetationsaufnahme
|
155
|
</xsd:documentation>
|
156
|
</xsd:annotation>
|
157
|
<xsd:complexType>
|
158
|
<xsd:sequence>
|
159
|
<xsd:element name="referenceCitationID" type="xsd:string">
|
160
|
<xsd:annotation>
|
161
|
<xsd:documentation>A reference to a specific citation of literature. The literature to which the citation pertains is defined within the element veg:literature [EML] which is a container for all the literature within the dataset.</xsd:documentation>
|
162
|
</xsd:annotation>
|
163
|
</xsd:element>
|
164
|
<xsd:element name="referenceTable" type="xsd:string" minOccurs="0">
|
165
|
<xsd:annotation>
|
166
|
<xsd:documentation xml:lang="en">Reference to a specific table in the cited publication.</xsd:documentation>
|
167
|
<xsd:documentation xml:lang="de">
|
168
|
Tabelle in der Originalpublikation
|
169
|
</xsd:documentation>
|
170
|
</xsd:annotation>
|
171
|
</xsd:element>
|
172
|
<xsd:element name="referencePlot" type="xsd:string" minOccurs="0">
|
173
|
<xsd:annotation>
|
174
|
<xsd:documentation xml:lang="en">Plot number in original publication.
|
175
|
</xsd:documentation>
|
176
|
<xsd:documentation xml:lang="de">
|
177
|
Nummer der Aufnahme in der Originalpublikation
|
178
|
</xsd:documentation>
|
179
|
</xsd:annotation>
|
180
|
</xsd:element>
|
181
|
<xsd:element name="referenceText" type="xsd:anyType" minOccurs="0">
|
182
|
<xsd:annotation>
|
183
|
<xsd:documentation>Reference to a section within a publication. Type unspecified. </xsd:documentation>
|
184
|
</xsd:annotation>
|
185
|
</xsd:element>
|
186
|
</xsd:sequence>
|
187
|
</xsd:complexType>
|
188
|
</xsd:element>
|
189
|
<xsd:element name="successionalStatus" type="xsd:string" minOccurs="0">
|
190
|
<xsd:annotation>
|
191
|
<xsd:documentation source="VegBank" xml:lang="en">Description of the assumed successional status of the plot. This description is of necessity highly subjective. </xsd:documentation>
|
192
|
<xsd:documentation xml:lang="de">
|
193
|
Stadium der zeitlichen Vegetationsentwicklung
|
194
|
</xsd:documentation>
|
195
|
</xsd:annotation>
|
196
|
</xsd:element>
|
197
|
<xsd:element name="standMaturity" type="xsd:decimal" minOccurs="0">
|
198
|
<xsd:annotation>
|
199
|
<xsd:documentation source="VegBank" xml:lang="en">Descriptive assessment of stand maturity, e.g. young, mature, aged, old-growth etc. </xsd:documentation>
|
200
|
<xsd:documentation xml:lang="de">
|
201
|
Alter der aufgenommen Vegetation nach Neubesiedlung
|
202
|
</xsd:documentation>
|
203
|
</xsd:annotation>
|
204
|
</xsd:element>
|
205
|
<xsd:element name="hydrology" minOccurs="0">
|
206
|
<xsd:complexType>
|
207
|
<xsd:sequence>
|
208
|
<xsd:element name="hydrologicRegime" minOccurs="0">
|
209
|
<xsd:annotation>
|
210
|
<xsd:documentation source="VegBank, Bfn" xml:lang="en">What is the hydrologic regime, which is a reflection of frequency and duration of flooding? </xsd:documentation>
|
211
|
<xsd:documentation xml:lang="de">
|
212
|
Geschlossene Liste von Hydrologiebezeichnung nach BfN
|
213
|
</xsd:documentation>
|
214
|
</xsd:annotation>
|
215
|
<xsd:complexType>
|
216
|
<xsd:sequence>
|
217
|
<xsd:element name="regimeName" type="xsd:string">
|
218
|
<xsd:annotation>
|
219
|
<xsd:documentation>Name.</xsd:documentation>
|
220
|
</xsd:annotation>
|
221
|
</xsd:element>
|
222
|
<xsd:element name="regimeSchema" type="xsd:string">
|
223
|
<xsd:annotation>
|
224
|
<xsd:documentation>For example taken from Cowardin et al. 1979, 1985.</xsd:documentation>
|
225
|
</xsd:annotation>
|
226
|
</xsd:element>
|
227
|
</xsd:sequence>
|
228
|
</xsd:complexType>
|
229
|
</xsd:element>
|
230
|
<xsd:element name="waterDepth" type="misc:MeasurementType" minOccurs="0">
|
231
|
<xsd:annotation>
|
232
|
<xsd:documentation xml:lang="en">Distance from surface to ground water. Usually recorded in meters. </xsd:documentation>
|
233
|
<xsd:documentation xml:lang="de">
|
234
|
Grundwasserflurabstand in m
|
235
|
</xsd:documentation>
|
236
|
</xsd:annotation>
|
237
|
</xsd:element>
|
238
|
<xsd:element name="shoreDistance" type="misc:MeasurementType" minOccurs="0">
|
239
|
<xsd:annotation>
|
240
|
<xsd:documentation source="VegBank" xml:lang="en">For aquatic or marine vegetation, what was the closest distance to shore. Usually recorded in meters.</xsd:documentation>
|
241
|
<xsd:documentation xml:lang="de">
|
242
|
Bei aquatischer Vegetation Uferentfernung in m
|
243
|
</xsd:documentation>
|
244
|
</xsd:annotation>
|
245
|
</xsd:element>
|
246
|
</xsd:sequence>
|
247
|
</xsd:complexType>
|
248
|
</xsd:element>
|
249
|
<xsd:element name="soil" minOccurs="0">
|
250
|
<xsd:annotation>
|
251
|
<xsd:documentation xml:lang="en">Specific soil attributes.
|
252
|
</xsd:documentation>
|
253
|
<xsd:documentation xml:lang="de">
|
254
|
Geschlossene Liste von Bodenartsbezeichnungen nach BfN
|
255
|
</xsd:documentation>
|
256
|
</xsd:annotation>
|
257
|
<xsd:complexType>
|
258
|
<xsd:sequence>
|
259
|
<xsd:element name="soilName" minOccurs="0">
|
260
|
<xsd:annotation>
|
261
|
<xsd:documentation>A specific soil name. </xsd:documentation>
|
262
|
</xsd:annotation>
|
263
|
<xsd:complexType>
|
264
|
<xsd:sequence>
|
265
|
<xsd:element name="name" type="xsd:string">
|
266
|
<xsd:annotation>
|
267
|
<xsd:documentation>Name.</xsd:documentation>
|
268
|
</xsd:annotation>
|
269
|
</xsd:element>
|
270
|
<xsd:element name="schema" type="xsd:string" minOccurs="0"/>
|
271
|
</xsd:sequence>
|
272
|
</xsd:complexType>
|
273
|
</xsd:element>
|
274
|
<xsd:element name="soilType" minOccurs="0">
|
275
|
<xsd:annotation>
|
276
|
<xsd:documentation xml:lang="en">A specific soil type. </xsd:documentation>
|
277
|
<xsd:documentation xml:lang="de">
|
278
|
Geschlossene Liste von Bodentypsbezeichnungen nach BfN
|
279
|
</xsd:documentation>
|
280
|
</xsd:annotation>
|
281
|
<xsd:complexType>
|
282
|
<xsd:sequence>
|
283
|
<xsd:element name="name" type="xsd:string">
|
284
|
<xsd:annotation>
|
285
|
<xsd:documentation>Name.</xsd:documentation>
|
286
|
</xsd:annotation>
|
287
|
</xsd:element>
|
288
|
<xsd:element name="schema" type="xsd:string" minOccurs="0"/>
|
289
|
</xsd:sequence>
|
290
|
</xsd:complexType>
|
291
|
</xsd:element>
|
292
|
<xsd:element name="humusType" minOccurs="0">
|
293
|
<xsd:annotation>
|
294
|
<xsd:documentation xml:lang="en">A specific humus type. </xsd:documentation>
|
295
|
<xsd:documentation xml:lang="de">
|
296
|
Geschlossene Liste von Humusformbezeichnungen nach BfN
|
297
|
</xsd:documentation>
|
298
|
</xsd:annotation>
|
299
|
<xsd:complexType>
|
300
|
<xsd:sequence>
|
301
|
<xsd:element name="name" type="xsd:string">
|
302
|
<xsd:annotation>
|
303
|
<xsd:documentation>Name.</xsd:documentation>
|
304
|
</xsd:annotation>
|
305
|
</xsd:element>
|
306
|
<xsd:element name="schema" minOccurs="0"/>
|
307
|
</xsd:sequence>
|
308
|
</xsd:complexType>
|
309
|
</xsd:element>
|
310
|
</xsd:sequence>
|
311
|
</xsd:complexType>
|
312
|
</xsd:element>
|
313
|
<xsd:element name="biotope" minOccurs="0">
|
314
|
<xsd:annotation>
|
315
|
<xsd:documentation xml:lang="en">A specific biotope type that existing during this plot observation.
|
316
|
</xsd:documentation>
|
317
|
<xsd:documentation xml:lang="de">
|
318
|
Kurzbezeichnung des Biotoptyps
|
319
|
</xsd:documentation>
|
320
|
</xsd:annotation>
|
321
|
<xsd:complexType>
|
322
|
<xsd:sequence>
|
323
|
<xsd:element name="biotypeName" type="xsd:string">
|
324
|
<xsd:annotation>
|
325
|
<xsd:documentation>Name.</xsd:documentation>
|
326
|
</xsd:annotation>
|
327
|
</xsd:element>
|
328
|
<xsd:element name="biotopeType" type="xsd:string" minOccurs="0">
|
329
|
<xsd:annotation>
|
330
|
<xsd:documentation>Recommended from a closed list of biotope types.</xsd:documentation>
|
331
|
</xsd:annotation>
|
332
|
</xsd:element>
|
333
|
</xsd:sequence>
|
334
|
</xsd:complexType>
|
335
|
</xsd:element>
|
336
|
<xsd:element name="observationConditions" minOccurs="0">
|
337
|
<xsd:annotation>
|
338
|
<xsd:documentation>Conditions at the time of observation.</xsd:documentation>
|
339
|
</xsd:annotation>
|
340
|
<xsd:complexType>
|
341
|
<xsd:sequence>
|
342
|
<xsd:element name="temperature" type="misc:MeasurementType" minOccurs="0">
|
343
|
<xsd:annotation>
|
344
|
<xsd:documentation xml:lang="en">Temperature during observation. </xsd:documentation>
|
345
|
<xsd:documentation xml:lang="de">
|
346
|
Temperatur bei der Aufnahme in Grad Celsius
|
347
|
</xsd:documentation>
|
348
|
</xsd:annotation>
|
349
|
</xsd:element>
|
350
|
<xsd:element name="weather" minOccurs="0">
|
351
|
<xsd:annotation>
|
352
|
<xsd:documentation>Descriptive assessment of weather conditions during the observation.</xsd:documentation>
|
353
|
</xsd:annotation>
|
354
|
</xsd:element>
|
355
|
</xsd:sequence>
|
356
|
</xsd:complexType>
|
357
|
</xsd:element>
|
358
|
<xsd:element name="legalProtection" minOccurs="0">
|
359
|
<xsd:annotation>
|
360
|
<xsd:documentation xml:lang="en">A code for legal protection status of the plot during the plot observation. Recommended that this is from a closed list of legal protection status types. This will vary depending on region.
|
361
|
</xsd:documentation>
|
362
|
<xsd:documentation xml:lang="de">
|
363
|
Code des Schutzstatus der Aufnahmefl?che
|
364
|
</xsd:documentation>
|
365
|
</xsd:annotation>
|
366
|
<xsd:complexType>
|
367
|
<xsd:sequence>
|
368
|
<xsd:element name="legalCode" type="xsd:string"/>
|
369
|
<xsd:element name="legalProtectionType" type="xsd:string" minOccurs="0">
|
370
|
<xsd:annotation>
|
371
|
<xsd:documentation>Recommended that this is from a recognised set of legal protection status types.</xsd:documentation>
|
372
|
</xsd:annotation>
|
373
|
</xsd:element>
|
374
|
</xsd:sequence>
|
375
|
</xsd:complexType>
|
376
|
</xsd:element>
|
377
|
<xsd:element name="observationGroupingID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
|
378
|
<xsd:annotation>
|
379
|
<xsd:documentation>A set of observation records, of any kind, that are grouped in the data management system owing to some common characteristic. </xsd:documentation>
|
380
|
</xsd:annotation>
|
381
|
</xsd:element>
|
382
|
<xsd:element name="simpleUserdefined" type="misc:simpleUserdefinedType" minOccurs="0" maxOccurs="unbounded"/>
|
383
|
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
|
384
|
</xsd:sequence>
|
385
|
<xsd:attribute name="id" type="res:IDType" use="optional">
|
386
|
<xsd:annotation>
|
387
|
<xsd:documentation>Unique identifier (key) of the element. It can be unique locally to the data set for a given data element type (e.g., plots) or a GUID in which case it can be resolved to a location on the internet where the record is stored. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema. For example, a single plot entity may be the basis for numerous measurements of different types (e.g., plot observation and aggregated organism observation). Therefore the plot entity is stored in a single location within schema and referenced by this identifier rather than repeating this information throughout the dataset instance. The identifier may have a specific system and scope.</xsd:documentation>
|
388
|
</xsd:annotation>
|
389
|
</xsd:attribute>
|
390
|
<xsd:attribute name="system" type="res:SystemType" use="optional"/>
|
391
|
<xsd:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
|
392
|
</xsd:complexType>
|
393
|
<xsd:complexType name="AbioticObservationType">
|
394
|
<xsd:annotation>
|
395
|
<xsd:documentation xml:lang="en">The abiotic measurements made on a single plot during a single date-time period. </xsd:documentation>
|
396
|
<xsd:documentation xml:lang="de"> </xsd:documentation>
|
397
|
<xsd:appinfo>
|
398
|
</xsd:appinfo>
|
399
|
</xsd:annotation>
|
400
|
<xsd:sequence>
|
401
|
<xsd:element name="plotObservationID" type="xsd:string">
|
402
|
<xsd:annotation>
|
403
|
<xsd:documentation xml:lang="en">A reference to a specific plotObservation. The individual plotObservation is defined within the element veg:plotObservation which is a container for all the plotObservations within the dataset.</xsd:documentation>
|
404
|
</xsd:annotation>
|
405
|
</xsd:element>
|
406
|
<xsd:element name="relatedObservation" type="misc:relatedItemType" minOccurs="0" maxOccurs="unbounded">
|
407
|
<xsd:annotation>
|
408
|
<xsd:documentation xml:lang="en">An abiotic observation may be related to a another.</xsd:documentation>
|
409
|
</xsd:annotation>
|
410
|
</xsd:element>
|
411
|
<xsd:element name="phosphorus" type="misc:MeasurementType" minOccurs="0">
|
412
|
<xsd:annotation>
|
413
|
<xsd:documentation xml:lang="en">Phosphorus of soil in ppm. </xsd:documentation>
|
414
|
<xsd:documentation xml:lang="de">
|
415
|
Phosphorgehalt des Bodens in ppm
|
416
|
</xsd:documentation>
|
417
|
</xsd:annotation>
|
418
|
</xsd:element>
|
419
|
<xsd:element name="pottasium" type="misc:MeasurementType" minOccurs="0">
|
420
|
<xsd:annotation>
|
421
|
<xsd:documentation xml:lang="en">Pottasium of soil in ppm. </xsd:documentation>
|
422
|
<xsd:documentation xml:lang="de">
|
423
|
Kaliumgehalt des Bodens in ppm
|
424
|
</xsd:documentation>
|
425
|
</xsd:annotation>
|
426
|
</xsd:element>
|
427
|
<xsd:element name="magnesium" type="misc:MeasurementType" minOccurs="0">
|
428
|
<xsd:annotation>
|
429
|
<xsd:documentation xml:lang="en">Magnesium of soil in ppm. </xsd:documentation>
|
430
|
<xsd:documentation xml:lang="de">
|
431
|
Magnesiumgehalt des Bodens in ppm
|
432
|
</xsd:documentation>
|
433
|
</xsd:annotation>
|
434
|
</xsd:element>
|
435
|
<xsd:element name="nitrogen" type="misc:MeasurementType" minOccurs="0">
|
436
|
<xsd:annotation>
|
437
|
<xsd:documentation xml:lang="en">Nitrogen of soil in ppm </xsd:documentation>
|
438
|
<xsd:documentation xml:lang="de">
|
439
|
Gesamtstickstoffgehalt des Boden in ppm
|
440
|
</xsd:documentation>
|
441
|
</xsd:annotation>
|
442
|
</xsd:element>
|
443
|
<xsd:element name="ph" type="misc:MeasurementType" minOccurs="0">
|
444
|
<xsd:annotation>
|
445
|
<xsd:documentation xml:lang="en">the pH of the soil</xsd:documentation>
|
446
|
</xsd:annotation>
|
447
|
</xsd:element>
|
448
|
<xsd:element name="observationGroupingID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
|
449
|
<xsd:annotation>
|
450
|
<xsd:documentation xml:lang="en">A reference to a specific observationGrouping. The individual observationGrouping is defined within the element veg:observationGrouping which is a container for all observation groupings within the dataset.</xsd:documentation>
|
451
|
</xsd:annotation>
|
452
|
</xsd:element>
|
453
|
<xsd:element name="simpleUserdefined" type="misc:simpleUserdefinedType" minOccurs="0" maxOccurs="unbounded">
|
454
|
<xsd:annotation>
|
455
|
<xsd:documentation xml:lang="en">Simple user-defined information types, relevant to the abioticObservation stored as a name-value pair. </xsd:documentation>
|
456
|
</xsd:annotation>
|
457
|
</xsd:element>
|
458
|
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded">
|
459
|
<xsd:annotation>
|
460
|
<xsd:documentation xml:lang="en">Complex user-defined information types that pertain to the abioticObservation.</xsd:documentation>
|
461
|
</xsd:annotation>
|
462
|
</xsd:element>
|
463
|
</xsd:sequence>
|
464
|
<xsd:attribute name="id" type="res:IDType" use="optional"/>
|
465
|
<xsd:attribute name="system" type="res:SystemType" use="optional"/>
|
466
|
<xsd:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
|
467
|
</xsd:complexType>
|
468
|
</xsd:schema>
|