Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cit="eml://ecoinformatics.org/literature-2.0.1" xmlns:rp="eml://ecoinformatics.org/party-2.0.1" xmlns:doc="eml://ecoinformatics.org/documentation-2.0.1" xmlns:res="eml://ecoinformatics.org/resource-2.0.1" xmlns="eml://ecoinformatics.org/coverage-2.0.1" targetNamespace="eml://ecoinformatics.org/coverage-2.0.1">
3
	<xs:import namespace="eml://ecoinformatics.org/literature-2.0.1" schemaLocation="eml-literature.xsd"/>
4
	<xs:import namespace="eml://ecoinformatics.org/documentation-2.0.1" schemaLocation="eml-documentation.xsd"/>
5
	<xs:import namespace="eml://ecoinformatics.org/party-2.0.1" schemaLocation="eml-party.xsd"/>
6
	<xs:import namespace="eml://ecoinformatics.org/resource-2.0.1" schemaLocation="eml-resource.xsd"/>
7
        <xs:include schemaLocation="tdwg_basetypes.xsd"/>
8
	<xs:annotation>
9
		<xs:documentation>
10
               '$RCSfile: eml-coverage.xsd,v $'
11
       Copyright: 1997-2002 Regents of the University of California,
12
                            University of New Mexico, and
13
                            Arizona State University
14
        Sponsors: National Center for Ecological Analysis and Synthesis and
15
                  Partnership for Interdisciplinary Studies of Coastal Oceans,
16
                     University of California Santa Barbara
17
                  Long-Term Ecological Research Network Office,
18
                     University of New Mexico
19
                  Center for Environmental Studies, Arizona State University
20
   Other funding: National Science Foundation (see README for details)
21
                  The David and Lucile Packard Foundation
22
     For Details: http://knb.ecoinformatics.org/
23

    
24
        '$Author: jones $'
25
          '$Date: 2003/11/06 20:15:20 $'
26
      '$Revision: 1.77 $'
27

    
28
    This program is free software; you can redistribute it and/or modify
29
    it under the terms of the GNU General Public License as published by
30
    the Free Software Foundation; either version 2 of the License, or
31
    (at your option) any later version.
32

    
33
    This program is distributed in the hope that it will be useful,
34
    but WITHOUT ANY WARRANTY; without even the implied warranty of
35
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
36
    GNU General Public License for more details.
37

    
38
    You should have received a copy of the GNU General Public License
39
    along with this program; if not, write to the Free Software
40
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
41
    </xs:documentation>
42
		<xs:appinfo>
43
		</xs:appinfo>
44
	</xs:annotation>
45
	<xs:complexType name="Coverage">
46
		<xs:annotation>
47
			<xs:appinfo>
48
				<doc:tooltip>Coverage</doc:tooltip>
49
				<doc:summary>
50
          Spatial, temporal, and taxonomic coverage information.
51
        </doc:summary>
52
				</xs:appinfo>
53
		</xs:annotation>
54
		<xs:choice>
55
			<xs:choice maxOccurs="unbounded">
56
				<xs:element name="geographicCoverage" type="GeographicCoverage">
57
					<xs:annotation>
58
						<xs:appinfo>
59
							<doc:tooltip>Geographic coverage</doc:tooltip>
60
							<doc:summary>Geographic coverage information.</doc:summary>
61
						</xs:appinfo>
62
					</xs:annotation>
63
				</xs:element>
64
				<xs:element name="temporalCoverageLC">
65
					<xs:annotation>
66
						<xs:appinfo>
67
							<doc:tooltip>Temporal coverage</doc:tooltip>
68
							<doc:summary>Temporal coverage information.</doc:summary>
69
						</xs:appinfo>
70
					</xs:annotation>
71
					<xs:complexType>
72
						<xs:complexContent>
73
							<xs:extension base="TemporalCoverage">
74
								<xs:attribute name="system" type="res:SystemType" use="optional"/>
75
								<xs:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
76
							</xs:extension>
77
						</xs:complexContent>
78
					</xs:complexType>
79
				</xs:element>
80
				<xs:element name="taxonomicCoverageLC">
81
					<xs:annotation>
82
						<xs:appinfo>
83
							<doc:tooltip>Taxonomic coverage</doc:tooltip>
84
							<doc:summary>Taxonomic coverage information.</doc:summary>
85
						</xs:appinfo>
86
					</xs:annotation>
87
					<xs:complexType>
88
						<xs:complexContent>
89
							<xs:extension base="TaxonomicCoverage">
90
								<xs:attribute name="system" type="res:SystemType" use="optional"/>
91
								<xs:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
92
							</xs:extension>
93
						</xs:complexContent>
94
					</xs:complexType>
95
				</xs:element>
96
			</xs:choice>
97
			<xs:group ref="res:ReferencesGroup"/>
98
		</xs:choice>
99
		<xs:attribute name="id" type="res:IDType" use="optional"/>
100
		<xs:attribute name="system" type="res:SystemType" use="optional"/>
101
		<xs:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
102
	</xs:complexType>
103
	<xs:complexType name="TemporalCoverage">
104
		<xs:annotation>
105
			<xs:appinfo>
106
				<doc:tooltip>Temporal coverage</doc:tooltip>
107
				<doc:summary>Temporal coverage information.</doc:summary>
108
			</xs:appinfo>
109
		</xs:annotation>
110
		<xs:choice>
111
			<xs:choice>
112
				<xs:element name="singleDateTime" type="SingleDateTimeType" maxOccurs="unbounded">
113
					<xs:annotation>
114
						<xs:appinfo>
115
							<doc:tooltip>Single Date/Time</doc:tooltip>
116
							<doc:summary>Means of encoding a single date and
117
              time</doc:summary>
118
						</xs:appinfo>
119
					</xs:annotation>
120
				</xs:element>
121
				<xs:element name="rangeOfDates">
122
					<xs:annotation>
123
						<xs:appinfo>
124
							<doc:tooltip>Range of dates/times</doc:tooltip>
125
							<doc:summary>Means of encoding a range of dates and
126
        times.</doc:summary>
127
						</xs:appinfo>
128
					</xs:annotation>
129
					<xs:complexType>
130
						<xs:sequence>
131
							<xs:element name="beginDate" type="SingleDateTimeType">
132
								<xs:annotation>
133
									<xs:appinfo>
134
										<doc:tooltip>Begin Date</doc:tooltip>
135
										<doc:summary>A single time stamp signifying the beginning of
136
              some time period</doc:summary>
137
									</xs:appinfo>
138
								</xs:annotation>
139
							</xs:element>
140
							<xs:element name="endDate" type="SingleDateTimeType">
141
								<xs:annotation>
142
									<xs:appinfo>
143
										<doc:tooltip>End Date</doc:tooltip>
144
										<doc:summary>A single time stamp signifying the end of
145
              some time period</doc:summary>
146
									</xs:appinfo>
147
								</xs:annotation>
148
							</xs:element>
149
						</xs:sequence>
150
					</xs:complexType>
151
				</xs:element>
152
			</xs:choice>
153
			<xs:group ref="res:ReferencesGroup"/>
154
		</xs:choice>
155
		<xs:attribute name="id" type="res:IDType" use="optional"/>
156
	</xs:complexType>
157
	<xs:complexType name="SingleDateTimeType">
158
		<xs:annotation>
159
			<xs:appinfo>
160
				<doc:tooltip>Single Date/Time</doc:tooltip>
161
				<doc:summary>Means of encoding a single date and time</doc:summary>
162
			</xs:appinfo>
163
		</xs:annotation>
164
		<xs:choice>
165
			<xs:sequence>
166
				<xs:element name="calendarDate" type="res:yearDate">
167
					<xs:annotation>
168
						<xs:appinfo>
169
							<doc:tooltip>Calendar date</doc:tooltip>
170
							<doc:summary>The calendar date for an event.</doc:summary>
171
						</xs:appinfo>
172
					</xs:annotation>
173
				</xs:element>
174
				<xs:element name="time" type="xs:time" minOccurs="0">
175
					<xs:annotation>
176
						<xs:appinfo>
177
							<doc:tooltip>Time of day</doc:tooltip>
178
							<doc:summary>The time of day for an event.</doc:summary>
179
						</xs:appinfo>
180
					</xs:annotation>
181
				</xs:element>
182
			</xs:sequence>
183
			<xs:element name="alternativeTimeScale">
184
				<xs:annotation>
185
					<xs:appinfo>
186
						<doc:tooltip>Alternative Time Scale</doc:tooltip>
187
						<doc:summary>A name, code, or date describing an event or period
188
            in an alternative time scale, such as one of the geologic time
189
            scales.</doc:summary>
190
					</xs:appinfo>
191
				</xs:annotation>
192
				<xs:complexType>
193
					<xs:sequence>
194
						<xs:element name="timeScaleName" type="xs:string">
195
							<xs:annotation>
196
								<xs:appinfo>
197
									<doc:tooltip>alternative time scale</doc:tooltip>
198
									<doc:summary>Name of a recognized alternative time
199
                  scale.</doc:summary>
200
								</xs:appinfo>
201
							</xs:annotation>
202
						</xs:element>
203
						<xs:element name="timeScaleAgeEstimate" type="xs:string">
204
							<xs:annotation>
205
								<xs:appinfo>
206
									<doc:tooltip>Time scale age estimate</doc:tooltip>
207
									<doc:summary/>
208
								</xs:appinfo>
209
							</xs:annotation>
210
						</xs:element>
211
						<xs:element name="timeScaleAgeUncertainty" type="xs:string" minOccurs="0">
212
							<xs:annotation>
213
								<xs:appinfo>
214
									<doc:tooltip>Time scale age uncertainty</doc:tooltip>
215
									<doc:summary>The error estimate for the alternative time
216
                  scale.</doc:summary>
217
								</xs:appinfo>
218
							</xs:annotation>
219
						</xs:element>
220
						<xs:element name="timeScaleAgeExplanation" type="xs:string" minOccurs="0">
221
							<xs:annotation>
222
								<xs:appinfo>
223
									<doc:tooltip>Time scale age explanation</doc:tooltip>
224
									<doc:summary>The name and/or description of the method used to
225
                  calculate the time scale age estimate.</doc:summary>
226
								</xs:appinfo>
227
							</xs:annotation>
228
						</xs:element>
229
						<xs:element name="timeScaleCitation" type="cit:CitationType" minOccurs="0" maxOccurs="unbounded">
230
							<xs:annotation>
231
								<xs:appinfo>
232
									<doc:tooltip>Time Scale citation</doc:tooltip>
233
									<doc:summary>Citation for works providing detailed information
234
                  about any element of the time scale age.</doc:summary>
235
								</xs:appinfo>
236
							</xs:annotation>
237
						</xs:element>
238
					</xs:sequence>
239
				</xs:complexType>
240
			</xs:element>
241
		</xs:choice>
242
	</xs:complexType>
243
	<xs:complexType name="GeographicCoverage">
244
		<xs:annotation>
245
			<xs:appinfo>
246
				<doc:tooltip>Geographic coverage</doc:tooltip>
247
				<doc:summary>Geographic coverage information.</doc:summary>
248
			</xs:appinfo>
249
		</xs:annotation>
250
		<xs:choice>
251
			<xs:sequence>
252
				<xs:element name="geographicDescription" type="xs:string">
253
					<xs:annotation>
254
						<xs:appinfo>
255
							<doc:tooltip>Description of geographic extent</doc:tooltip>
256
							<doc:summary>Short description of the geographic areal domain of
257
              the data set.</doc:summary>
258
						</xs:appinfo>
259
					</xs:annotation>
260
				</xs:element>
261
				<xs:element name="boundingCoordinates">
262
					<xs:annotation>
263
						<xs:appinfo>
264
							<doc:tooltip>Bounding coordinates</doc:tooltip>
265
							<doc:summary>The 4 points (latitude and longitude pairs) that
266
              define a bounding box on the earth's surface. To define a single
267
              point, use the same point in both lat/lon pairs.</doc:summary>
268
						</xs:appinfo>
269
					</xs:annotation>
270
					<xs:complexType>
271
						<xs:sequence>
272
							<xs:element name="westBoundingCoordinate" type="xs:string">
273
								<xs:annotation>
274
									<xs:appinfo>
275
										<doc:tooltip>West bounding coordinate</doc:tooltip>
276
										<doc:summary>Western-most coordinate of the limit of
277
                    coverage for a bounding box, expressed in degrees of
278
                    longitude.</doc:summary>
279
									</xs:appinfo>
280
								</xs:annotation>
281
							</xs:element>
282
							<xs:element name="eastBoundingCoordinate" type="xs:string">
283
								<xs:annotation>
284
									<xs:appinfo>
285
										<doc:tooltip>East bounding coordinate</doc:tooltip>
286
										<doc:summary>Eastern-most coordinate of the limit of
287
                    coverage of a bounding box, expressed in degrees of
288
                    longitude.</doc:summary>
289
									</xs:appinfo>
290
								</xs:annotation>
291
							</xs:element>
292
							<xs:element name="northBoundingCoordinate" type="xs:string">
293
								<xs:annotation>
294
									<xs:appinfo>
295
										<doc:tooltip>North bounding coordinate</doc:tooltip>
296
										<doc:summary>Northern-most coordinate of the limit of
297
                    coverage expressed in latitude.</doc:summary>
298
									</xs:appinfo>
299
								</xs:annotation>
300
							</xs:element>
301
							<xs:element name="southBoundingCoordinate" type="xs:string">
302
								<xs:annotation>
303
									<xs:appinfo>
304
										<doc:tooltip>South bounding coordinate</doc:tooltip>
305
										<doc:summary>Southern-most coordinate of the limit of
306
                    coverage expressed in latitude.</doc:summary>
307
									</xs:appinfo>
308
								</xs:annotation>
309
							</xs:element>
310
							<xs:element name="boundingAltitudes" minOccurs="0">
311
								<xs:annotation>
312
									<xs:appinfo>
313
										<doc:tooltip>Bounding altitudes</doc:tooltip>
314
										<doc:summary>The limits of coverage of a data set expressed
315
                    by altitude.</doc:summary>
316
									</xs:appinfo>
317
								</xs:annotation>
318
								<xs:complexType>
319
									<xs:sequence>
320
										<xs:element name="altitudeMinimum" type="xs:string">
321
											<xs:annotation>
322
												<xs:appinfo>
323
													<doc:tooltip>Minimum altitude</doc:tooltip>
324
													<doc:summary>The minimum altitude extent of
325
                          coverage.</doc:summary>
326
												
327
												</xs:appinfo>
328
											</xs:annotation>
329
										</xs:element>
330
										<xs:element name="altitudeMaximum" type="xs:string">
331
											<xs:annotation>
332
												<xs:appinfo>
333
													<doc:tooltip>Maximum altitude</doc:tooltip>
334
													<doc:summary>The maximum altitude extent of
335
                          coverage.</doc:summary>
336
												</xs:appinfo>
337
											</xs:annotation>
338
										</xs:element>
339
										<xs:element name="altitudeUnits" type="xs:string">
340
											<xs:annotation>
341
												<xs:appinfo>
342
													<doc:tooltip>Units of altitude</doc:tooltip>
343
													<doc:summary>Units in which altitude is
344
                          measured.</doc:summary>
345
												</xs:appinfo>
346
											</xs:annotation>
347
										</xs:element>
348
									</xs:sequence>
349
								</xs:complexType>
350
							</xs:element>
351
						</xs:sequence>
352
					</xs:complexType>
353
				</xs:element>
354
				<xs:element name="datasetGPolygon" minOccurs="0" maxOccurs="unbounded">
355
					<xs:annotation>
356
						<xs:appinfo>
357
							<doc:tooltip>Polygon data set</doc:tooltip>
358
							<doc:summary>This construct creates a spatial ring with a
359
              hollow center.</doc:summary>
360
						</xs:appinfo>
361
					</xs:annotation>
362
					<xs:complexType>
363
						<xs:sequence>
364
							<xs:element name="datasetGPolygonOuterGRing">
365
								<xs:annotation>
366
									<xs:appinfo>
367
										<doc:tooltip>Outer polygon</doc:tooltip>
368
										<doc:summary>
369
                      The outer containment loop of a datasetGPolygon.
370
                    </doc:summary>
371
									</xs:appinfo>
372
								</xs:annotation>
373
								<xs:complexType>
374
									<xs:choice>
375
										<xs:sequence>
376
											<xs:element name="gRingPoint" type="GRingPointType" minOccurs="3" maxOccurs="unbounded"/>
377
										</xs:sequence>
378
										<xs:element name="gRing" type="GRingPointType"/>
379
									</xs:choice>
380
								</xs:complexType>
381
							</xs:element>
382
							<xs:element name="datasetGPolygonExclusionGRing" minOccurs="0" maxOccurs="unbounded">
383
								<xs:annotation>
384
									<xs:appinfo>
385
										<doc:tooltip>Exclusion polygon</doc:tooltip>
386
										<doc:summary>
387
                    Data Set G-Polygon Exclusion G-Ring, the
388
                    closed nonintersecting boundary of a void area (or hole in
389
                    an interior area).
390
                    </doc:summary>
391
                    </xs:appinfo>
392
								</xs:annotation>
393
								<xs:complexType>
394
									<xs:choice>
395
										<xs:element name="gRingPoint" type="GRingPointType" maxOccurs="unbounded"/>
396
										<xs:element name="gRing" type="GRingPointType"/>
397
									</xs:choice>
398
								</xs:complexType>
399
							</xs:element>
400
						</xs:sequence>
401
					</xs:complexType>
402
				</xs:element>
403
			</xs:sequence>
404
			<xs:group ref="res:ReferencesGroup"/>
405
		</xs:choice>
406
		<xs:attribute name="id" type="res:IDType" use="optional"/>
407
		<xs:attribute name="system" type="res:SystemType" use="optional"/>
408
		<xs:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
409
	</xs:complexType>
410
	<xs:complexType name="GRingPointType">
411
		<xs:annotation>
412
			<xs:appinfo>
413
				<doc:tooltip>G-Ring point</doc:tooltip>
414
				<doc:summary>
415
        A single geographic location.
416
        </doc:summary>
417
			</xs:appinfo>
418
		</xs:annotation>
419
		<xs:sequence>
420
			<xs:element name="gRingLatitude" type="dwg:decimalLatitudeDataType">
421
				<xs:annotation>
422
					<xs:appinfo>
423
						<doc:tooltip>G-Ring Latitude</doc:tooltip>
424
						<doc:summary/>
425
					</xs:appinfo>
426
				</xs:annotation>
427
			</xs:element>
428
			<xs:element name="gRingLongitude" type="dwg:decimalLongitudeDataType">
429
				<xs:annotation>
430
					<xs:appinfo>
431
						<doc:tooltip>G-Ring Longitude</doc:tooltip>
432
						<doc:summary/>
433
					</xs:appinfo>
434
				</xs:annotation>
435
			</xs:element>
436
		</xs:sequence>
437
	</xs:complexType>
438
	<xs:complexType name="GRingType">
439
		<xs:annotation>
440
			<xs:appinfo>
441
				<doc:tooltip>G-Ring</doc:tooltip>
442
				<doc:summary/>
443
			</xs:appinfo>
444
		</xs:annotation>
445
	</xs:complexType>
446
	<xs:complexType name="TaxonomicCoverage">
447
		<xs:annotation>
448
			<xs:appinfo>
449
				<doc:tooltip>Taxonomic coverage</doc:tooltip>
450
				<doc:summary>Taxonomic coverage information.</doc:summary>
451
			</xs:appinfo>
452
		</xs:annotation>
453
		<xs:choice>
454
			<xs:sequence>
455
				<xs:element name="taxonomicSystem" minOccurs="0">
456
					<xs:annotation>
457
						<xs:appinfo>
458
							<doc:tooltip>Taxonomic system</doc:tooltip>
459
							<doc:summary>Documentation of taxonomic sources, procedures, and
460
              treatments.</doc:summary>
461
						</xs:appinfo>
462
					</xs:annotation>
463
					<xs:complexType>
464
						<xs:sequence>
465
							<xs:element name="classificationSystem" maxOccurs="unbounded">
466
								<xs:annotation>
467
									<xs:appinfo>
468
										<doc:tooltip>Classification system/authority</doc:tooltip>
469
										<doc:summary>Information about the classification system or
470
                    authority used.</doc:summary>
471
									</xs:appinfo>
472
								</xs:annotation>
473
								<xs:complexType>
474
									<xs:sequence>
475
										<xs:element name="classificationSystemCitation" type="cit:CitationType">
476
											<xs:annotation>
477
												<xs:appinfo>
478
													<doc:tooltip>Taxonomic citation</doc:tooltip>
479
													<doc:summary/>
480
												</xs:appinfo>
481
											</xs:annotation>
482
										</xs:element>
483
										<xs:element name="classificationSystemModifications" type="xs:string" minOccurs="0">
484
											<xs:annotation>
485
												<xs:appinfo>
486
													<doc:tooltip>Classification system
487
                          modification</doc:tooltip>
488
													<doc:summary/>
489
												</xs:appinfo>
490
											</xs:annotation>
491
										</xs:element>
492
									</xs:sequence>
493
								</xs:complexType>
494
							</xs:element>
495
							<xs:element name="identificationReference" type="cit:CitationType" minOccurs="0" maxOccurs="unbounded">
496
								<xs:annotation>
497
									<xs:appinfo>
498
										<doc:tooltip>Non-authoritative citation</doc:tooltip>
499
										<doc:summary/>
500
									</xs:appinfo>
501
								</xs:annotation>
502
							</xs:element>
503
							<xs:element name="identifierName" type="rp:ResponsibleParty" maxOccurs="unbounded">
504
								<xs:annotation>
505
									<xs:appinfo>
506
										<doc:tooltip>Identifier's Name</doc:tooltip>
507
										<doc:summary/>
508
									</xs:appinfo>
509
								</xs:annotation>
510
							</xs:element>
511
							<xs:element name="taxonomicProcedures" type="xs:string">
512
								<xs:annotation>
513
									<xs:appinfo>
514
										<doc:tooltip>Taxonomic procedures</doc:tooltip>
515
										<doc:summary/>
516
									</xs:appinfo>
517
								</xs:annotation>
518
							</xs:element>
519
							<xs:element name="taxonomicCompleteness" type="xs:string" minOccurs="0">
520
								<xs:annotation>
521
									<xs:appinfo>
522
										<doc:tooltip>Taxonomic completeness</doc:tooltip>
523
										<doc:summary/>
524
									</xs:appinfo>
525
								</xs:annotation>
526
							</xs:element>
527
							<xs:element name="vouchers" minOccurs="0" maxOccurs="unbounded">
528
								<xs:annotation>
529
									<xs:appinfo>
530
										<doc:tooltip>Specimen information</doc:tooltip>
531
										<doc:summary/>
532
									</xs:appinfo>
533
								</xs:annotation>
534
								<xs:complexType>
535
									<xs:sequence>
536
										<xs:element name="specimen" type="xs:string">
537
											<xs:annotation>
538
												<xs:appinfo>
539
													<doc:tooltip>Specimen type</doc:tooltip>
540
													<doc:summary/>
541
												</xs:appinfo>
542
											</xs:annotation>
543
										</xs:element>
544
										<xs:element name="repository">
545
											<xs:annotation>
546
												<xs:appinfo>
547
													<doc:tooltip>Storage location of
548
                          specimen</doc:tooltip>
549
													<doc:summary/>
550
												</xs:appinfo>
551
											</xs:annotation>
552
											<xs:complexType>
553
												<xs:sequence>
554
													<xs:element name="originator" type="rp:ResponsibleParty" maxOccurs="unbounded">
555
														<xs:annotation>
556
															<xs:appinfo>
557
																<doc:tooltip>Originator</doc:tooltip>
558
																<doc:summary>A person or organization asociated
559
                                with this resource.</doc:summary>
560
															</xs:appinfo>
561
														</xs:annotation>
562
													</xs:element>
563
												</xs:sequence>
564
											</xs:complexType>
565
										</xs:element>
566
									</xs:sequence>
567
								</xs:complexType>
568
							</xs:element>
569
						</xs:sequence>
570
					</xs:complexType>
571
				</xs:element>
572
				<xs:element name="generalTaxonomicCoverage" type="xs:string" minOccurs="0">
573
					<xs:annotation>
574
						<xs:appinfo>
575
							<doc:tooltip>General taxonomic coverage</doc:tooltip>
576
							<doc:summary>A description of the range of taxa addressed in the
577
              data set or collection.</doc:summary>
578
						</xs:appinfo>
579
					</xs:annotation>
580
				</xs:element>
581
				<xs:element name="taxonomicClassification" type="TaxonomicClassificationType" maxOccurs="unbounded"/>
582
			</xs:sequence>
583
			<xs:group ref="res:ReferencesGroup"/>
584
		</xs:choice>
585
		<xs:attribute name="id" type="res:IDType" use="optional"/>
586
	</xs:complexType>
587
	<xs:complexType name="TaxonomicClassificationType">
588
		<xs:annotation>
589
			<xs:appinfo>
590
				<doc:tooltip>Taxonomic classification</doc:tooltip>
591
				<doc:summary>Information about the range of taxa addressed in the data
592
        set or collection.</doc:summary>
593
			</xs:appinfo>
594
		</xs:annotation>
595
		<xs:sequence>
596
			<xs:element name="taxonRankName" type="xs:string" minOccurs="0">
597
				<xs:annotation>
598
					<xs:appinfo>
599
						<doc:tooltip>Taxon rank name</doc:tooltip>
600
						<doc:summary>The name of the taxonomic rank for which the Taxon
601
            rank value is provided.</doc:summary>
602
					</xs:appinfo>
603
				</xs:annotation>
604
			</xs:element>
605
			<xs:element name="taxonRankValue" type="xs:string" minOccurs="0">
606
				<xs:annotation>
607
					<xs:appinfo>
608
						<doc:tooltip>Taxon rank value</doc:tooltip>
609
						<doc:summary>The name representing the taxonomic rank of the
610
            taxon being described.</doc:summary>
611
					</xs:appinfo>
612
				</xs:annotation>
613
			</xs:element>
614
			<xs:element name="commonName" type="xs:string" minOccurs="0" maxOccurs="unbounded">
615
				<xs:annotation>
616
					<xs:appinfo>
617
						<doc:tooltip>Common name</doc:tooltip>
618
						<doc:summary>Specification of applicable common
619
            names.</doc:summary>
620
					</xs:appinfo>
621
				</xs:annotation>
622
			</xs:element>
623
			<xs:element name="taxonomicClassification" type="TaxonomicClassificationType" minOccurs="0" maxOccurs="unbounded"/>
624
		</xs:sequence>
625
	</xs:complexType>
626
</xs:schema>
(2-2/19)