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:misc="http://www.bfn.de/misc-1.0.1" xmlns:res="eml://ecoinformatics.org/resource-2.0.1" xmlns:doc="eml://ecoinformatics.org/documentation-2.0.1" xmlns:party="eml://ecoinformatics.org/party-2.0.1" xmlns="http://www.bfn.de/plot-1.0.1" xmlns:dwg="http://rs.tdwg.org/dwc/geospatial/" targetNamespace="http://www.bfn.de/plot-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/documentation-2.0.1" schemaLocation="eml-documentation.xsd"/>
|
7
|
<xsd:import namespace="http://www.bfn.de/misc-1.0.1" schemaLocation="veg-misc.xsd"/>
|
8
|
<xsd:import namespace="http://rs.tdwg.org/dwc/geospatial/" schemaLocation="tdwg_dw_geospatial.xsd"/>
|
9
|
<xsd:complexType name="PlotType">
|
10
|
<xsd:annotation>
|
11
|
<xsd:documentation xml:lang="en">A plot is a sampling location. It records the properties of the vegetation plot independent of time and can be referenced by many observations by links to the unique plot code.
|
12
|
</xsd:documentation>
|
13
|
<xsd:documentation xml:lang="de">
|
14
|
Hier stehen alle zeitlich unver?nderlichen Eigenschaften einer
|
15
|
Vegetationsaufnahmefl?che. Die fachliche Identifizierung innerhalb eines
|
16
|
oder mehreren Importen erfolgt ?ber den eindeutigen Plotcode
|
17
|
</xsd:documentation>
|
18
|
<xsd:appinfo>
|
19
|
<doc:moduleDocs>
|
20
|
<doc:moduleName>PlotType</doc:moduleName>
|
21
|
<doc:moduleDescription>
|
22
|
<section xmlns="">
|
23
|
<title>Plot - A Plot is a sampling location. It records the properties of the vegetation plot independent of time and can be referenced by many observations by links to the unique plot code</title>
|
24
|
<para>A Plot is a sampling location represented as one or more points, lines, polygons, or volumes, and is the basis for experimentation or measurement. Its properties are assumed to be constant over time. A point within the plot may be used as center for relative coordinates, which are required to be Cartesian. Plots may have no explicit bounds, and may refer to an area of inference. A plot may be related to other plots in order to express parent-child, contiguity, or other type of links. </para>
|
25
|
</section>
|
26
|
</doc:moduleDescription>
|
27
|
<doc:recommendedUsage/>
|
28
|
<doc:standAlone>no</doc:standAlone>
|
29
|
</doc:moduleDocs>
|
30
|
</xsd:appinfo>
|
31
|
</xsd:annotation>
|
32
|
<xsd:sequence>
|
33
|
<xsd:element name="plotUniqueIdentifier" type="xsd:string">
|
34
|
<xsd:annotation>
|
35
|
<xsd:documentation xml:lang="en">Plot identifier that is unique across the dataset and derived from the data source, and preferably globally unique. A GUID (globally unique identifier) would be ideal for this purpose, such as LSID (Life Science Identifier). See http://www.tdwg.org/activities/online-services/lsid-authority-ids/. </xsd:documentation>
|
36
|
<xsd:documentation xml:lang="de">
|
37
|
Eindeutiger Code, am besten, weil automtisiert, zusammengesetzt
|
38
|
aus dem sechsstelligen Projektcode und der vierstelligen
|
39
|
Fl?chennummer, aufgef?llt mit f?hrenden Nullen
|
40
|
</xsd:documentation>
|
41
|
</xsd:annotation>
|
42
|
</xsd:element>
|
43
|
<xsd:element name="plotName" type="xsd:string">
|
44
|
<xsd:annotation>
|
45
|
<xsd:documentation xml:lang="en">Name or label for a plot. </xsd:documentation>
|
46
|
<xsd:documentation xml:lang="de">
|
47
|
Die Fl?chennummer muss ganzzahlig und innerhalb eines Projekt
|
48
|
eindeutig sein, sie dient auch zur Sortierung
|
49
|
</xsd:documentation>
|
50
|
</xsd:annotation>
|
51
|
</xsd:element>
|
52
|
<xsd:element name="relatedPlot" type="misc:relatedPlotType" minOccurs="0" maxOccurs="unbounded">
|
53
|
<xsd:annotation>
|
54
|
<xsd:documentation>A plot may be related spatially to other plots in order to express parent-child, sub-plot or contiguity. </xsd:documentation>
|
55
|
</xsd:annotation>
|
56
|
</xsd:element>
|
57
|
<xsd:element name="plotOrigin" minOccurs="0">
|
58
|
<xsd:complexType>
|
59
|
<xsd:sequence>
|
60
|
<xsd:element name="originLabel">
|
61
|
<xsd:annotation>
|
62
|
<xsd:documentation>An identifier used to label the plot origin.</xsd:documentation>
|
63
|
</xsd:annotation>
|
64
|
</xsd:element>
|
65
|
<xsd:element name="originPosition">
|
66
|
<xsd:annotation>
|
67
|
<xsd:documentation>The position on the plot of the origin point. Suggested options include center or one of the four corners of 4-sided plots e.g., bottom-left, top-right etc.</xsd:documentation>
|
68
|
</xsd:annotation>
|
69
|
</xsd:element>
|
70
|
</xsd:sequence>
|
71
|
</xsd:complexType>
|
72
|
</xsd:element>
|
73
|
<xsd:element name="note" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
|
74
|
<xsd:element name="partyWithRole" type="misc:partyWithRoleType" minOccurs="0" maxOccurs="unbounded"/>
|
75
|
<xsd:element name="locationNarrative" type="xsd:string" minOccurs="0">
|
76
|
<xsd:annotation>
|
77
|
<xsd:documentation source="VegBank" xml:lang="en">
|
78
|
Text description that provides information useful for plot relocation.
|
79
|
</xsd:documentation>
|
80
|
<xsd:documentation xml:lang="de">
|
81
|
Gel?ndeorientierung anhand von Einpeilungen und Abstandsmessungen
|
82
|
zu Markern
|
83
|
</xsd:documentation>
|
84
|
</xsd:annotation>
|
85
|
</xsd:element>
|
86
|
<xsd:element name="placementMethod" type="xsd:string" minOccurs="0">
|
87
|
<xsd:annotation>
|
88
|
<xsd:documentation source="VegBank" xml:lang="en">
|
89
|
Brief description of strategy for determining plot placement within the stand.
|
90
|
</xsd:documentation>
|
91
|
<xsd:documentation xml:lang="de">
|
92
|
Methodik entweder klassisch nach Braun-Blanquet oder Raster etc.
|
93
|
</xsd:documentation>
|
94
|
</xsd:annotation>
|
95
|
</xsd:element>
|
96
|
<xsd:element name="geospatial" type="misc:geospatialType" minOccurs="0">
|
97
|
<xsd:annotation>
|
98
|
<xsd:documentation>Geographic location of the plot. Based on Darwin Core Geospatial extension. Includes an additional extension for depth and elevation following TDWG taxonOccurrence ontology. How to store multiple coordinates eg 4 corners of plot. How to label the point of origin? or vectors from point of origin. </xsd:documentation>
|
99
|
</xsd:annotation>
|
100
|
</xsd:element>
|
101
|
<xsd:element name="authorLocation" type="xsd:string" minOccurs="0">
|
102
|
<xsd:annotation>
|
103
|
<xsd:documentation xml:lang="en">Descriptive note about the original location described by author (e.g. Town-Range-Section).</xsd:documentation>
|
104
|
<xsd:documentation xml:lang="de">
|
105
|
Bezeichnung der Lokalit?t
|
106
|
</xsd:documentation>
|
107
|
</xsd:annotation>
|
108
|
</xsd:element>
|
109
|
<xsd:element name="location" minOccurs="0" maxOccurs="unbounded">
|
110
|
<xsd:annotation>
|
111
|
<xsd:documentation>A collection of named places or geographic regions. Includes elements to indicate what type of place and which place/geo-region schema it was from.</xsd:documentation>
|
112
|
</xsd:annotation>
|
113
|
<xsd:complexType>
|
114
|
<xsd:sequence>
|
115
|
<xsd:element name="placeName">
|
116
|
<xsd:annotation>
|
117
|
<xsd:documentation>A plane name, e.g. Germany.</xsd:documentation>
|
118
|
</xsd:annotation>
|
119
|
</xsd:element>
|
120
|
<xsd:element name="placeType">
|
121
|
<xsd:annotation>
|
122
|
<xsd:documentation>What type of place name it is e.g. administrative region, country name, city name etc. </xsd:documentation>
|
123
|
</xsd:annotation>
|
124
|
</xsd:element>
|
125
|
<xsd:element name="placeSchema" minOccurs="0">
|
126
|
<xsd:annotation>
|
127
|
<xsd:documentation>A place/geo-region schema from which the type and name were derived e.g. ISO country names.</xsd:documentation>
|
128
|
</xsd:annotation>
|
129
|
</xsd:element>
|
130
|
</xsd:sequence>
|
131
|
</xsd:complexType>
|
132
|
</xsd:element>
|
133
|
<xsd:element name="area" type="misc:MeasurementType" minOccurs="0">
|
134
|
<xsd:annotation>
|
135
|
<xsd:documentation xml:lang="en">Total area of the plot. Usually recorded in square meters.</xsd:documentation>
|
136
|
<xsd:documentation xml:lang="de">
|
137
|
Fl?che der Untersuchungsfl?che in qm
|
138
|
</xsd:documentation>
|
139
|
</xsd:annotation>
|
140
|
</xsd:element>
|
141
|
<xsd:element name="shape" type="xsd:string" minOccurs="0">
|
142
|
<xsd:annotation>
|
143
|
<xsd:documentation source="VegBank" xml:lang="en">Shape of the plot area. </xsd:documentation>
|
144
|
<xsd:documentation xml:lang="de">
|
145
|
Form der Untersuchungsfl?che
|
146
|
</xsd:documentation>
|
147
|
</xsd:annotation>
|
148
|
</xsd:element>
|
149
|
<xsd:element name="plotDimension" minOccurs="0">
|
150
|
<xsd:annotation>
|
151
|
<xsd:documentation>Length and width of regular rectangle. Usually recorded in meters. Must be null if plot geometry not rectangular.</xsd:documentation>
|
152
|
</xsd:annotation>
|
153
|
<xsd:complexType>
|
154
|
<xsd:sequence>
|
155
|
<xsd:element name="length" type="misc:MeasurementType">
|
156
|
<xsd:annotation>
|
157
|
<xsd:documentation source="NVS" xml:lang="en">Length of regular rectangle.</xsd:documentation>
|
158
|
<xsd:documentation xml:lang="de">
|
159
|
L?nge der Untersuchungsfl?che in m
|
160
|
</xsd:documentation>
|
161
|
</xsd:annotation>
|
162
|
</xsd:element>
|
163
|
<xsd:element name="width" type="misc:MeasurementType">
|
164
|
<xsd:annotation>
|
165
|
<xsd:documentation source="NVS" xml:lang="en">Width of regular rectangle. </xsd:documentation>
|
166
|
<xsd:documentation xml:lang="de">
|
167
|
Breite der Untersuchungsfl?che in m
|
168
|
</xsd:documentation>
|
169
|
</xsd:annotation>
|
170
|
</xsd:element>
|
171
|
</xsd:sequence>
|
172
|
</xsd:complexType>
|
173
|
</xsd:element>
|
174
|
<xsd:element name="radius" type="misc:MeasurementType" minOccurs="0">
|
175
|
<xsd:annotation>
|
176
|
<xsd:documentation>Define the radius of circular plots. Usually recorded in meters.</xsd:documentation>
|
177
|
</xsd:annotation>
|
178
|
</xsd:element>
|
179
|
<xsd:element name="slopeAspect" minOccurs="0">
|
180
|
<xsd:annotation>
|
181
|
<xsd:documentation xml:lang="en">Representative azimuth of slope gradient (0-360 degrees) or as a cardinal direction (e.g. N, S, NE).</xsd:documentation>
|
182
|
<xsd:documentation xml:lang="de">
|
183
|
Exposition in Grad
|
184
|
</xsd:documentation>
|
185
|
</xsd:annotation>
|
186
|
<xsd:complexType>
|
187
|
<xsd:choice>
|
188
|
<xsd:annotation>
|
189
|
<xsd:documentation>Slope value may either be a categorical or numerical. Cardinal values link to an attributeID where the category is defined. Numerical values can be further defined uppervalue, accuracy etc.</xsd:documentation>
|
190
|
</xsd:annotation>
|
191
|
<xsd:element name="attributeID" type="xsd:string">
|
192
|
<xsd:annotation>
|
193
|
<xsd:documentation>Allows a slope aspect to be recorded as a categorical value. AttributeID links to a specific categorical value stored either in the ordinal or qualitative elements of the 'Attributes' parent element group. </xsd:documentation>
|
194
|
</xsd:annotation>
|
195
|
</xsd:element>
|
196
|
<xsd:element name="slopeAspectMeasurement" type="misc:MeasurementType">
|
197
|
<xsd:annotation>
|
198
|
<xsd:documentation>A simple measurement for a slope aspect. Usually in degrees.</xsd:documentation>
|
199
|
</xsd:annotation>
|
200
|
</xsd:element>
|
201
|
</xsd:choice>
|
202
|
</xsd:complexType>
|
203
|
</xsd:element>
|
204
|
<xsd:element name="slopeGradient" type="misc:MeasurementType" minOccurs="0">
|
205
|
<xsd:annotation>
|
206
|
<xsd:documentation xml:lang="en">Representative inclination of slope in degrees.</xsd:documentation>
|
207
|
<xsd:documentation xml:lang="de">Neigung in Grad</xsd:documentation>
|
208
|
</xsd:annotation>
|
209
|
</xsd:element>
|
210
|
<xsd:element name="geology" minOccurs="0" maxOccurs="unbounded">
|
211
|
<xsd:annotation>
|
212
|
<xsd:documentation source="BfN, VegBank" xml:lang="en">RockType values from closed lists. </xsd:documentation>
|
213
|
<xsd:documentation xml:lang="de">
|
214
|
Geologische Bezeichnung aus der geschlossenen Liste des BfN
|
215
|
</xsd:documentation>
|
216
|
</xsd:annotation>
|
217
|
<xsd:complexType>
|
218
|
<xsd:sequence>
|
219
|
<xsd:element name="rockType">
|
220
|
<xsd:annotation>
|
221
|
<xsd:documentation>Rock type. May be a code or a name.</xsd:documentation>
|
222
|
</xsd:annotation>
|
223
|
</xsd:element>
|
224
|
<xsd:element name="geologicalSchema" minOccurs="0">
|
225
|
<xsd:annotation>
|
226
|
<xsd:documentation>A standard geological series of lithic types, e.g. the FGDC Soil Geographic Data Standards.</xsd:documentation>
|
227
|
</xsd:annotation>
|
228
|
</xsd:element>
|
229
|
</xsd:sequence>
|
230
|
</xsd:complexType>
|
231
|
</xsd:element>
|
232
|
<xsd:element name="landform" type="xsd:string" minOccurs="0">
|
233
|
<xsd:annotation>
|
234
|
<xsd:documentation source="VegBank" xml:lang="en">A recognizable physical feature on the surface of the earth, often including consideration of the natural cause of its formation. </xsd:documentation>
|
235
|
<xsd:documentation xml:lang="de">
|
236
|
Freie Bezeichnung der Gel?ndeform
|
237
|
</xsd:documentation>
|
238
|
</xsd:annotation>
|
239
|
</xsd:element>
|
240
|
<xsd:element name="simpleUserdefined" type="misc:simpleUserdefinedType" minOccurs="0" maxOccurs="unbounded">
|
241
|
<xsd:annotation>
|
242
|
<xsd:documentation>May include for example Land Parcel, Natural Area, Geological Era etc.</xsd:documentation>
|
243
|
</xsd:annotation>
|
244
|
</xsd:element>
|
245
|
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
|
246
|
</xsd:sequence>
|
247
|
</xsd:complexType>
|
248
|
</xsd:schema>
|