-
Notifications
You must be signed in to change notification settings - Fork 0
/
eml-spatialVector.xsd
298 lines (294 loc) · 13.1 KB
/
eml-spatialVector.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
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:res="eml://ecoinformatics.org/resource-2.1.1"
xmlns:doc="eml://ecoinformatics.org/documentation-2.1.1"
xmlns:con="eml://ecoinformatics.org/constraint-2.1.1"
xmlns:att="eml://ecoinformatics.org/attribute-2.1.1"
xmlns:spref="eml://ecoinformatics.org/spatialReference-2.1.1"
xmlns:ent="eml://ecoinformatics.org/entity-2.1.1"
xmlns="eml://ecoinformatics.org/spatialVector-2.1.1"
targetNamespace="eml://ecoinformatics.org/spatialVector-2.1.1">
<xs:import namespace="eml://ecoinformatics.org/documentation-2.1.1"
schemaLocation="eml-documentation.xsd"/>
<xs:import namespace="eml://ecoinformatics.org/spatialReference-2.1.1"
schemaLocation="eml-spatialReference.xsd"/>
<xs:import namespace="eml://ecoinformatics.org/entity-2.1.1"
schemaLocation="eml-entity.xsd"/>
<xs:import namespace="eml://ecoinformatics.org/resource-2.1.1"
schemaLocation="eml-resource.xsd"/>
<xs:import namespace="eml://ecoinformatics.org/attribute-2.1.1"
schemaLocation="eml-attribute.xsd"/>
<xs:import namespace="eml://ecoinformatics.org/constraint-2.1.1"
schemaLocation="eml-constraint.xsd"/>
<xs:annotation>
<xs:documentation>
'$RCSfile: eml-spatialVector.xsd,v $'
Copyright: 1997-2002 Regents of the University of California,
University of New Mexico, and
Arizona State University
Sponsors: National Center for Ecological Analysis and Synthesis and
Partnership for Interdisciplinary Studies of Coastal Oceans,
University of California Santa Barbara
Long-Term Ecological Research Network Office,
University of New Mexico
Center for Environmental Studies, Arizona State University
Other funding: National Science Foundation (see README for details)
The David and Lucile Packard Foundation
For Details: http://knb.ecoinformatics.org/
'$Author: obrien $'
'$Date: 2009-02-25 23:51:54 $'
'$Revision: 1.43 $'
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</xs:documentation>
<xs:appinfo>
<doc:moduleDocs>
<doc:moduleName>eml-spatialVector</doc:moduleName>
<doc:moduleDescription>
<section xmlns="">
<title>
The eml-spatialVector module - Logical information about
non-gridded geospatial image data
</title>
<para>
The eml-spatialVector module allows for the description of
spatial objects in a GIS system that are not defined in a
regularly gridded pattern. These geometries include points and
vectors and the relationships among them. Specific attributes of
a spatial vector can be documented here including the vector's
geometry type, count and topology level.
</para>
</section>
</doc:moduleDescription>
<doc:recommendedUsage>all spatial datasets that contain spatial data
entities represented as vector features.</doc:recommendedUsage>
<doc:standAlone>yes</doc:standAlone>
</doc:moduleDocs>
</xs:appinfo>
</xs:annotation>
<xs:element name="spatialVector" type="SpatialVectorType">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Spatial Vector</doc:tooltip>
<doc:summary>Description of a spatial data entity based on features
represented by vectors</doc:summary>
<doc:description>Description of a spatial data entity based on features
represented by vectors</doc:description>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:complexType name="SpatialVectorType">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Spatial Vector Type</doc:tooltip>
<doc:summary/>
<doc:description/>
</xs:appinfo>
</xs:annotation>
<xs:choice>
<xs:sequence>
<xs:group ref="ent:EntityGroup"/>
<xs:element name="attributeList" type="att:AttributeListType">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Attribute List</doc:tooltip>
<doc:summary>The list of attributes associated with this
entity.</doc:summary>
<doc:description>The list of attributes associated with this
entity. For more information see the eml-attribute
module.</doc:description>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="constraint" type="con:ConstraintType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Constraint</doc:tooltip>
<doc:summary>Description of any relational constraints on
this entity.</doc:summary>
<doc:description>Description of any relational constraints on
this entity. For more information see the eml-constraint
module.</doc:description>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="geometry" type="GeometryType" maxOccurs="unbounded">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Geometry</doc:tooltip>
<doc:summary>Type of geometric feature(s) represented in the
entity.</doc:summary>
<doc:description>Geometric feature classification is based on an
enumeration of simple feature classes defined by the OpenGIS
consortium and implemented in Geographic Markup Language as
simple feature types.</doc:description>
<doc:example>polygon</doc:example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="geometricObjectCount" type="res:NonEmptyStringType" minOccurs="0">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Geometric Object Count</doc:tooltip>
<doc:summary>Total number of the geometric objects
occurring in the dataset.</doc:summary>
<doc:description>Total number of the geometric objects
occurring in the dataset.</doc:description>
<doc:example>24</doc:example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="topologyLevel" type="TopologyLevel" minOccurs="0">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Topology Level</doc:tooltip>
<doc:summary>Code which identifies the degree of
complexity.</doc:summary>
<doc:description>This element describes the relative complexity
of the geometric information in the data file.</doc:description>
<doc:example>geometryOnly</doc:example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="spatialReference" type="spref:SpatialReferenceType" minOccurs="0">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Spatial Reference</doc:tooltip>
<doc:summary/>
<doc:description/>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="horizontalAccuracy" type="DataQuality" minOccurs="0">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Horizontal Accuracy</doc:tooltip>
<doc:summary>Horizontal positional accuracy of the data</doc:summary>
<doc:description>Horizontal positional accuracy of the data
expressed as either text or quantitative assessment.
</doc:description>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="verticalAccuracy" type="DataQuality" minOccurs="0">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Vertical Accuracy</doc:tooltip>
<doc:summary>Vertical positional accuracy of the data</doc:summary>
<doc:description>Vertical positional accuracy of the data
expressed as either text or quantitative assessment.
</doc:description>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:group ref="res:ReferencesGroup"/>
</xs:choice>
<xs:attribute name="id" type="res:IDType" use="optional"/>
<xs:attribute name="system" type="res:SystemType" use="optional"/>
<xs:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
</xs:complexType>
<xs:simpleType name="GeometryType">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Geometry Type</doc:tooltip>
<doc:summary/>
<doc:description/>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Point"/>
<xs:enumeration value="LineString"/>
<xs:enumeration value="LinearRing"/>
<xs:enumeration value="Polygon"/>
<xs:enumeration value="MultiPoint"/>
<xs:enumeration value="MultiLineString"/>
<xs:enumeration value="MultiPolygon"/>
<xs:enumeration value="MultiGeometry"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TopologyLevel">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Topology Level Type</doc:tooltip>
<doc:summary/>
<doc:description/>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="geometryOnly"/>
<xs:enumeration value="nonPlanarGraph"/>
<xs:enumeration value="planarLineGraph"/>
<xs:enumeration value="fullPlanarGraph"/>
<xs:enumeration value="surfaceGraph"/>
<xs:enumeration value="fullTopology3D"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="DataQuality">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Data Quality Type</doc:tooltip>
<doc:summary/>
<doc:description/>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element name="accuracyReport" type="res:NonEmptyStringType">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Accuracy Report</doc:tooltip>
<doc:summary>A qualitative statement about the accuracy of the data.</doc:summary>
<doc:description>A text statement of the data quality, included the means by which it was determined.
</doc:description>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="quantitativeAccuracyReport" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Quantitative Accuracy Report</doc:tooltip>
<doc:summary>A quantitative assessment of the data quality.</doc:summary>
<doc:description>A quantitative assessment of the data quality expressed as a value and
the method of its determination.</doc:description>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="quantitativeAccuracyValue" type="res:NonEmptyStringType">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Quantitative Accuracy Value</doc:tooltip>
<doc:summary>The value resulting from the accuracy test.</doc:summary>
<doc:description>The value resulting from the accuracy test. Typically, this will be expressed
in units corresponding to those declared for the parameter being assessed.</doc:description>
<doc:example>4.5</doc:example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="quantitativeAccuracyMethod" type="res:NonEmptyStringType">
<xs:annotation>
<xs:appinfo>
<doc:tooltip>Quantitative Accuracy Method</doc:tooltip>
<doc:summary>The method used to calculate the accuracy value.</doc:summary>
<doc:description>Identification and explanation of the method used to calculate the quantitative
accuracy assessment.</doc:description>
<doc:example>Error expressed as root mean square of 5 control points. </doc:example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>