Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- edited with XMLSpy v2008 rel. 2 (http://www.altova.com) by Adrienne Phillips (Landcare Research) -->
3
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:doc="eml://ecoinformatics.org/documentation-2.0.1" xmlns:txt="eml://ecoinformatics.org/text-2.0.1" xmlns:rp="eml://ecoinformatics.org/party-2.0.1" xmlns:cov="eml://ecoinformatics.org/coverage-2.0.1" xmlns="eml://ecoinformatics.org/resource-2.0.1" targetNamespace="eml://ecoinformatics.org/resource-2.0.1">
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/coverage-2.0.1" schemaLocation="eml-coverage.xsd"/>
7
	<xs:import namespace="eml://ecoinformatics.org/text-2.0.1" schemaLocation="eml-text.xsd"/>
8
	<xs:annotation>
9
		<xs:documentation>
10
       '$RCSfile: eml-resource.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:21 $'
26
      '$Revision: 1.78 $'
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:group name="ResourceGroup">
46
		<xs:annotation>
47
			<xs:appinfo>
48
				<doc:tooltip>Resource Base</doc:tooltip>
49
				<doc:summary>Generic information about any resource that is being
50
        described.</doc:summary>
51
			</xs:appinfo>
52
		</xs:annotation>
53
		<xs:sequence>
54
			<xs:element name="alternateIdentifier" minOccurs="0" maxOccurs="unbounded">
55
				<xs:annotation>
56
					<xs:appinfo>
57
						<doc:tooltip>Alternate Identifier</doc:tooltip>
58
						<doc:summary>A secondary identifier for this entity</doc:summary>
59
					</xs:appinfo>
60
				</xs:annotation>
61
				<xs:complexType>
62
					<xs:simpleContent>
63
						<xs:extension base="xs:string">
64
							<xs:attribute name="system" type="SystemType" use="optional"/>
65
						</xs:extension>
66
					</xs:simpleContent>
67
				</xs:complexType>
68
			</xs:element>
69
			<xs:element name="shortName" type="xs:string" minOccurs="0">
70
				<xs:annotation>
71
					<xs:appinfo>
72
						<doc:tooltip>Short Name</doc:tooltip>
73
						<doc:summary>A short name that describes the resource, sometimes a
74
            filename.</doc:summary>
75
					</xs:appinfo>
76
				</xs:annotation>
77
			</xs:element>
78
			<xs:element name="title" type="xs:string" maxOccurs="unbounded">
79
				<xs:annotation>
80
					<xs:appinfo>
81
						<doc:tooltip>Title</doc:tooltip>
82
						<doc:summary>A brief description of the resource, providing enough
83
            detail to differentiate it from other similar
84
            resources.</doc:summary>
85
					</xs:appinfo>
86
				</xs:annotation>
87
			</xs:element>
88
			<xs:element name="creator" type="rp:ResponsibleParty" maxOccurs="unbounded">
89
				<xs:annotation>
90
					<xs:appinfo>
91
						<doc:tooltip>Creator</doc:tooltip>
92
						<doc:summary>The people or organizations who created this
93
            resource.</doc:summary>
94
					</xs:appinfo>
95
				</xs:annotation>
96
			</xs:element>
97
			<xs:element name="metadataProvider" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
98
				<xs:annotation>
99
					<xs:appinfo>
100
						<doc:tooltip>Metadata Provider</doc:tooltip>
101
						<doc:summary>The people or organizations who created provided
102
            documentation and other metadata for this resource.</doc:summary>
103
					</xs:appinfo>
104
				</xs:annotation>
105
			</xs:element>
106
			<xs:element name="associatedParty" minOccurs="0" maxOccurs="unbounded">
107
				<xs:annotation>
108
					<xs:appinfo>
109
						<doc:tooltip>Associated Party</doc:tooltip>
110
						<doc:summary>Other people or organizations who should be associated
111
            with this resource.</doc:summary>
112
					</xs:appinfo>
113
				</xs:annotation>
114
				<xs:complexType>
115
					<xs:complexContent>
116
						<xs:extension base="rp:ResponsibleParty">
117
							<xs:sequence>
118
								<xs:element name="role" type="rp:RoleType">
119
									<xs:annotation>
120
										<xs:appinfo>
121
											<doc:tooltip>Role</doc:tooltip>
122
											<doc:summary>The role the party played with respect to
123
                      the resource.</doc:summary>
124
										</xs:appinfo>
125
									</xs:annotation>
126
								</xs:element>
127
							</xs:sequence>
128
						</xs:extension>
129
					</xs:complexContent>
130
				</xs:complexType>
131
			</xs:element>
132
			<xs:element name="pubDate" type="yearDate" minOccurs="0">
133
				<xs:annotation>
134
					<xs:appinfo>
135
						<doc:tooltip>Publication date</doc:tooltip>
136
						<doc:summary>The publication date of the resource.</doc:summary>
137
					</xs:appinfo>
138
				</xs:annotation>
139
			</xs:element>
140
			<xs:element name="language" type="xs:string" minOccurs="0">
141
				<xs:annotation>
142
					<xs:appinfo>
143
						<doc:tooltip>Language</doc:tooltip>
144
						<doc:summary>The language in which the resource is
145
            written.</doc:summary>
146
					</xs:appinfo>
147
				</xs:annotation>
148
			</xs:element>
149
			<xs:element name="series" type="xs:string" minOccurs="0">
150
				<xs:annotation>
151
					<xs:appinfo>
152
						<doc:tooltip>Series</doc:tooltip>
153
						<doc:summary>The series from which the resource came.</doc:summary>
154
					</xs:appinfo>
155
				</xs:annotation>
156
			</xs:element>
157
			<xs:element name="abstract" type="txt:TextType" minOccurs="0">
158
				<xs:annotation>
159
					<xs:appinfo>
160
						<doc:tooltip>Abstract</doc:tooltip>
161
						<doc:summary>A brief overview of the resource.</doc:summary>
162
					</xs:appinfo>
163
				</xs:annotation>
164
			</xs:element>
165
			<xs:element name="keywordSet" minOccurs="0" maxOccurs="unbounded">
166
				<xs:annotation>
167
					<xs:appinfo>
168
						<doc:tooltip>Keyword information</doc:tooltip>
169
						<doc:summary>Keyword information that describes the
170
            resource.</doc:summary>
171
					</xs:appinfo>
172
				</xs:annotation>
173
				<xs:complexType>
174
					<xs:sequence>
175
						<xs:element name="keyword" maxOccurs="unbounded">
176
							<xs:annotation>
177
								<xs:appinfo>
178
									<doc:tooltip>Keyword</doc:tooltip>
179
									<doc:summary>A single keyword that describes the
180
                  resource.</doc:summary>
181
								</xs:appinfo>
182
							</xs:annotation>
183
							<xs:complexType>
184
								<xs:simpleContent>
185
									<xs:extension base="xs:string">
186
										<xs:attribute name="keywordType" type="KeyTypeCode" use="optional">
187
											<xs:annotation>
188
												<xs:appinfo>
189
													<doc:tooltip>Keyword type</doc:tooltip>
190
													<doc:summary>The type of each keyword.</doc:summary>
191
												</xs:appinfo>
192
											</xs:annotation>
193
										</xs:attribute>
194
									</xs:extension>
195
								</xs:simpleContent>
196
							</xs:complexType>
197
						</xs:element>
198
						<xs:element name="keywordThesaurus" type="xs:string" minOccurs="0">
199
							<xs:annotation>
200
								<xs:appinfo>
201
									<doc:tooltip>Keyword thesaurus</doc:tooltip>
202
									<doc:summary>The name of a thesaurus from which the keyword
203
                  is derived.</doc:summary>
204
								</xs:appinfo>
205
							</xs:annotation>
206
						</xs:element>
207
					</xs:sequence>
208
				</xs:complexType>
209
			</xs:element>
210
			<xs:element name="additionalInfo" type="txt:TextType" minOccurs="0" maxOccurs="unbounded">
211
				<xs:annotation>
212
					<xs:appinfo>
213
						<doc:tooltip>Additional Information</doc:tooltip>
214
						<doc:summary>Any extra information pertitent to the
215
            resource.</doc:summary>
216
						</xs:appinfo>
217
				</xs:annotation>
218
			</xs:element>
219
			<xs:element name="intellectualRights" type="txt:TextType" minOccurs="0">
220
				<xs:annotation>
221
					<xs:appinfo>
222
						<doc:tooltip>Intellectual Property Rights</doc:tooltip>
223
						<doc:summary>Intellectual property rights regarding usage and
224
            licensing of this resource.</doc:summary>
225
					</xs:appinfo>
226
				</xs:annotation>
227
			</xs:element>
228
			<xs:element name="distribution" type="DistributionType" minOccurs="0" maxOccurs="unbounded">
229
				<xs:annotation>
230
					<xs:appinfo>
231
						<doc:tooltip>Distribution Information</doc:tooltip>
232
						<doc:summary>Information on how the resource is distributed online
233
            and offline</doc:summary>
234
					</xs:appinfo>
235
				</xs:annotation>
236
			</xs:element>
237
			<xs:element name="coverage" type="cov:Coverage" minOccurs="0">
238
				<xs:annotation>
239
					<xs:appinfo>
240
						<doc:tooltip>Resource coverage</doc:tooltip>
241
						<doc:summary>Extent of the coverage of the resource.</doc:summary>
242
					</xs:appinfo>
243
				</xs:annotation>
244
			</xs:element>
245
		</xs:sequence>
246
	</xs:group>
247
	<xs:simpleType name="KeyTypeCode">
248
		<xs:annotation>
249
			<xs:appinfo>
250
				<doc:tooltip>Keyword type codes</doc:tooltip>
251
				<doc:summary>The list of keyword categories</doc:summary>
252
			</xs:appinfo>
253
		</xs:annotation>
254
		<xs:restriction base="xs:string">
255
			<xs:enumeration value="place">
256
				<xs:annotation>
257
					<xs:appinfo>
258
						<doc:tooltip>Place Keywords</doc:tooltip>
259
						<doc:summary>Keywords pertaining to a spatial location</doc:summary>
260
					</xs:appinfo>
261
				</xs:annotation>
262
			</xs:enumeration>
263
			<xs:enumeration value="stratum">
264
				<xs:annotation>
265
					<xs:appinfo>
266
						<doc:tooltip>Stratum Keywords</doc:tooltip>
267
						<doc:summary>Keywords pertaining to a vertical stratum</doc:summary>
268
					</xs:appinfo>
269
				</xs:annotation>
270
			</xs:enumeration>
271
			<xs:enumeration value="temporal">
272
				<xs:annotation>
273
					<xs:appinfo>
274
						<doc:tooltip>Temporal Keywords</doc:tooltip>
275
						<doc:summary>Keywords pertaining to temporal data</doc:summary>
276
					</xs:appinfo>
277
				</xs:annotation>
278
			</xs:enumeration>
279
			<xs:enumeration value="theme">
280
				<xs:annotation>
281
					<xs:appinfo>
282
						<doc:tooltip>Thematic Keywords</doc:tooltip>
283
						<doc:summary>Keywords pertaining to thematic subject</doc:summary>
284
					</xs:appinfo>
285
				</xs:annotation>
286
			</xs:enumeration>
287
			<xs:enumeration value="taxonomic">
288
				<xs:annotation>
289
					<xs:appinfo>
290
						<doc:tooltip>Taxonomic Keywords</doc:tooltip>
291
						<doc:summary>Keywords pertaining to taxon information</doc:summary>
292
					</xs:appinfo>
293
				</xs:annotation>
294
			</xs:enumeration>
295
		</xs:restriction>
296
	</xs:simpleType>
297
	<xs:simpleType name="yearDate">
298
		<xs:annotation>
299
			<xs:appinfo>
300
				<doc:tooltip>Year or Date</doc:tooltip>
301
				<doc:summary>A type allowing a year or date value</doc:summary>
302
			</xs:appinfo>
303
		</xs:annotation>
304
		<xs:union memberTypes="xs:gYear xs:date"/>
305
	</xs:simpleType>
306
	<xs:simpleType name="IDType">
307
		<xs:annotation>
308
			<xs:appinfo>
309
				<doc:tooltip>Identifer</doc:tooltip>
310
				<doc:summary>A unique identifier for this additional
311
        metadata that can be used to reference it elsewhere.
312
        </doc:summary>
313
			</xs:appinfo>
314
			<xs: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.</xs:documentation>
315
		</xs:annotation>
316
		<xs:list itemType="xs:string"/>
317
	</xs:simpleType>
318
	<xs:simpleType name="SystemType">
319
		<xs:annotation>
320
			<xs:appinfo>
321
				<doc:tooltip>Identifer System</doc:tooltip>
322
				<doc:summary>The data management system within which an
323
        identifier is in scope and therefore unique.
324
        </doc:summary>
325
			</xs:appinfo>
326
		</xs:annotation>
327
		<xs:list itemType="xs:string"/>
328
	</xs:simpleType>
329
	<xs:simpleType name="ScopeType">
330
		<xs:annotation>
331
			<xs:appinfo>
332
				<doc:tooltip>Identifer Scope</doc:tooltip>
333
				<doc:summary>The scope of the identifier.</doc:summary>
334
			</xs:appinfo>
335
		</xs:annotation>
336
		<xs:restriction base="xs:string">
337
			<xs:enumeration value="system"/>
338
			<xs:enumeration value="document"/>
339
		</xs:restriction>
340
	</xs:simpleType>
341
	<xs:simpleType name="FunctionType">
342
		<xs:restriction base="xs:string">
343
			<xs:enumeration value="download"/>
344
			<xs:enumeration value="information"/>
345
		</xs:restriction>
346
	</xs:simpleType>
347
	<xs:complexType name="DistributionType">
348
		<xs:choice>
349
			<xs:choice>
350
				<xs:element name="online">
351
					<xs:annotation>
352
						<xs:appinfo>
353
							<doc:tooltip>Online Distribution Information</doc:tooltip>
354
							<doc:summary>Distribution information for accessing the
355
              resource online.</doc:summary>
356
						</xs:appinfo>
357
					</xs:annotation>
358
					<xs:complexType>
359
						<xs:choice>
360
							<xs:element name="url">
361
								<xs:annotation>
362
									<xs:appinfo>
363
										<doc:tooltip>Download site URL</doc:tooltip>
364
										<doc:summary>A URL (Uniform Resource Locator) from which
365
                    this resource can be downloaded or information can be
366
                    obtained about downloading it.</doc:summary>
367
									</xs:appinfo>
368
								</xs:annotation>
369
								<xs:complexType>
370
									<xs:simpleContent>
371
										<xs:extension base="xs:anyURI">
372
											<xs:attribute name="function" type="FunctionType" use="optional" default="download"/>
373
										</xs:extension>
374
									</xs:simpleContent>
375
								</xs:complexType>
376
							</xs:element>
377
							<xs:element name="connection">
378
								<xs:annotation>
379
									<xs:appinfo>
380
										<doc:tooltip>Connection</doc:tooltip>
381
										<doc:summary>A description of the information needed
382
                    to make an application connection to a data service.
383
                    </doc:summary>
384
									</xs:appinfo>
385
								</xs:annotation>
386
								<xs:complexType>
387
									<xs:choice>
388
										<xs:sequence>
389
											<xs:element name="connectionDefinition" type="ConnectionDefinitionType">
390
												<xs:annotation>
391
													<xs:appinfo>
392
														<doc:tooltip>Connection Definition</doc:tooltip>
393
														<doc:summary>Definition of the connection protocol
394
                            to be used for this connection.</doc:summary>
395
													</xs:appinfo>
396
												</xs:annotation>
397
											</xs:element>
398
											<xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
399
												<xs:annotation>
400
													<xs:appinfo>
401
														<doc:tooltip>Parameter</doc:tooltip>
402
														<doc:summary>A parameter to be used to make this
403
                            connection.</doc:summary>
404
													</xs:appinfo>
405
												</xs:annotation>
406
												<xs:complexType>
407
													<xs:sequence>
408
														<xs:element name="name" type="xs:string">
409
															<xs:annotation>
410
																<xs:appinfo>
411
																	<doc:tooltip>Parameter Name</doc:tooltip>
412
																	<doc:summary>Name of the parameter to be
413
                                  used to make this connection.</doc:summary>
414
																</xs:appinfo>
415
															</xs:annotation>
416
														</xs:element>
417
														<xs:element name="value" type="xs:string">
418
															<xs:annotation>
419
																<xs:appinfo>
420
																	<doc:tooltip>Parameter Value</doc:tooltip>
421
																	<doc:summary>The value of the parameter to
422
                                  be used to make this connection.
423
                                  </doc:summary>
424
																</xs:appinfo>
425
															</xs:annotation>
426
														</xs:element>
427
													</xs:sequence>
428
												</xs:complexType>
429
											</xs:element>
430
										</xs:sequence>
431
										<xs:group ref="ReferencesGroup"/>
432
									</xs:choice>
433
									<xs:attribute name="id" type="IDType" use="optional"/>
434
									<xs:attribute name="system" type="SystemType" use="optional"/>
435
									<xs:attribute name="scope" type="ScopeType" use="optional" default="document"/>
436
								</xs:complexType>
437
							</xs:element>
438
							<xs:element name="connectionDefinition" type="ConnectionDefinitionType">
439
								<xs:annotation>
440
									<xs:appinfo>
441
										<doc:tooltip>Connection Definition</doc:tooltip>
442
										<doc:summary>The definition of a type of connection
443
                    that will be used in another location in the EML
444
                    document.</doc:summary>
445
									</xs:appinfo>
446
								</xs:annotation>
447
							</xs:element>
448
						</xs:choice>
449
					</xs:complexType>
450
				</xs:element>
451
				<xs:element name="offline">
452
					<xs:annotation>
453
						<xs:appinfo>
454
							<doc:tooltip>medium of the resource</doc:tooltip>
455
							<doc:summary>the medium on which this resource is distributed,
456
              either digitally or as hardcopy</doc:summary>
457
						</xs:appinfo>
458
					</xs:annotation>
459
					<xs:complexType>
460
						<xs:sequence>
461
							<xs:element name="mediumName" type="xs:string" minOccurs="0">
462
								<xs:annotation>
463
									<xs:appinfo>
464
										<doc:tooltip>Medium name</doc:tooltip>
465
										<doc:summary>Name of the medium that for this resource
466
                    distribution</doc:summary>
467
									</xs:appinfo>
468
								</xs:annotation>
469
							</xs:element>
470
							<xs:element name="mediumDensity" type="xs:string" minOccurs="0">
471
								<xs:annotation>
472
									<xs:appinfo>
473
										<doc:tooltip>density of the digital medium</doc:tooltip>
474
										<doc:summary>the density of the digital medium if this is
475
                    relevant.</doc:summary>
476
									</xs:appinfo>
477
								</xs:annotation>
478
							</xs:element>
479
							<xs:element name="mediumDensityUnits" type="xs:string" minOccurs="0">
480
								<xs:annotation>
481
									<xs:appinfo>
482
										<doc:tooltip>units of a numerical density</doc:tooltip>
483
										<doc:summary>a numerical density's units</doc:summary>
484
									</xs:appinfo>
485
								</xs:annotation>
486
							</xs:element>
487
							<xs:element name="mediumVolume" type="xs:string" minOccurs="0">
488
								<xs:annotation>
489
									<xs:appinfo>
490
										<doc:tooltip>storage volume</doc:tooltip>
491
										<doc:summary>total volume of the storage
492
                    medium</doc:summary>
493
									</xs:appinfo>
494
								</xs:annotation>
495
							</xs:element>
496
							<xs:element name="mediumFormat" type="xs:string" minOccurs="0" maxOccurs="unbounded">
497
								<xs:annotation>
498
									<xs:appinfo>
499
										<doc:tooltip>medium format</doc:tooltip>
500
										<doc:summary>format of the medium on which the resource is
501
                    shipped.</doc:summary>
502
									</xs:appinfo>
503
								</xs:annotation>
504
							</xs:element>
505
							<xs:element name="mediumNote" type="xs:string" minOccurs="0">
506
								<xs:annotation>
507
									<xs:appinfo>
508
										<doc:tooltip>note about the media</doc:tooltip>
509
										<doc:summary>note about the media</doc:summary>
510
									</xs:appinfo>
511
								</xs:annotation>
512
							</xs:element>
513
						</xs:sequence>
514
					</xs:complexType>
515
				</xs:element>
516
				<xs:element name="inline" type="InlineType"/>
517
			</xs:choice>
518
			<xs:group ref="ReferencesGroup"/>
519
		</xs:choice>
520
		<xs:attribute name="id" type="IDType" use="optional"/>
521
		<xs:attribute name="system" type="SystemType" use="optional"/>
522
		<xs:attribute name="scope" type="ScopeType" use="optional" default="document"/>
523
	</xs:complexType>
524
	<xs:complexType name="ConnectionDefinitionType">
525
		<xs:annotation>
526
			<xs:appinfo>
527
				<doc:tooltip>Connection Definition</doc:tooltip>
528
				<doc:summary>The definition of a type of connection
529
        that will be used in another location in the EML
530
        document.</doc:summary>
531
			</xs:appinfo>
532
		</xs:annotation>
533
		<xs:choice>
534
			<xs:sequence>
535
				<xs:element name="schemeName">
536
					<xs:annotation>
537
						<xs:appinfo>
538
							<doc:tooltip>Scheme Name</doc:tooltip>
539
							<doc:summary>The name of the scheme used to identify this
540
              connection.</doc:summary>
541
						</xs:appinfo>
542
					</xs:annotation>
543
					<xs:complexType>
544
						<xs:simpleContent>
545
							<xs:extension base="xs:string">
546
								<xs:attribute name="system" type="SystemType" use="optional">
547
									<xs:annotation>
548
										<xs:appinfo>
549
											<doc:tooltip>Scheme System</doc:tooltip>
550
											<doc:summary>The system in which this scheme name is
551
                      relevant</doc:summary>
552
										</xs:appinfo>
553
									</xs:annotation>
554
								</xs:attribute>
555
							</xs:extension>
556
						</xs:simpleContent>
557
					</xs:complexType>
558
				</xs:element>
559
				<xs:element name="description" type="txt:TextType">
560
					<xs:annotation>
561
						<xs:appinfo>
562
							<doc:tooltip>Scheme Description</doc:tooltip>
563
							<doc:summary>The description of the scheme used to identify this
564
              connection.</doc:summary>
565
						</xs:appinfo>
566
					</xs:annotation>
567
				</xs:element>
568
				<xs:element name="parameterDefinition" maxOccurs="unbounded">
569
					<xs:annotation>
570
						<xs:appinfo>
571
							<doc:tooltip>Parameter Definition</doc:tooltip>
572
							<doc:summary>The definition of a parameter that is needed to
573
              properly use this connection scheme.</doc:summary>
574
						</xs:appinfo>
575
					</xs:annotation>
576
					<xs:complexType>
577
						<xs:sequence>
578
							<xs:element name="name" type="xs:string">
579
								<xs:annotation>
580
									<xs:appinfo>
581
										<doc:tooltip>Parameter Name</doc:tooltip>
582
										<doc:summary>The Name of a parameter that is needed to
583
                    properly use this connection scheme.</doc:summary>
584
								
585
									</xs:appinfo>
586
								</xs:annotation>
587
							</xs:element>
588
							<xs:element name="definition" type="xs:string">
589
								<xs:annotation>
590
									<xs:appinfo>
591
										<doc:tooltip>Parameter Definition</doc:tooltip>
592
										<doc:summary>The definition of a parameter that is needed
593
                    to properly use this connection scheme.</doc:summary>
594
									</xs:appinfo>
595
								</xs:annotation>
596
							</xs:element>
597
							<xs:element name="defaultValue" type="xs:string" minOccurs="0">
598
								<xs:annotation>
599
									<xs:appinfo>
600
										<doc:tooltip>Default Parameter Value</doc:tooltip>
601
										<doc:summary>The default value for a parameter that is
602
                    needed to properly use this connection scheme.</doc:summary>
603
									</xs:appinfo>
604
								</xs:annotation>
605
							</xs:element>
606
						</xs:sequence>
607
					</xs:complexType>
608
				</xs:element>
609
			</xs:sequence>
610
			<xs:group ref="ReferencesGroup"/>
611
		</xs:choice>
612
		<xs:attribute name="id" type="IDType" use="optional"/>
613
		<xs:attribute name="system" type="SystemType" use="optional"/>
614
		<xs:attribute name="scope" type="ScopeType" use="optional" default="document"/>
615
	</xs:complexType>
616
	<xs:group name="ReferencesGroup">
617
		<xs:annotation>
618
			<xs:appinfo>
619
				<doc:tooltip>References Group</doc:tooltip>
620
				<doc:summary>A group of elements repeatedly used throughout EML
621
        to reference IDs.</doc:summary>
622
			</xs:appinfo>
623
		</xs:annotation>
624
		<xs:sequence>
625
			<xs:element name="references" type="xs:string">
626
				<xs:annotation>
627
					<xs:appinfo>
628
						<doc:tooltip>References</doc:tooltip>
629
						<doc:summary>The id of another element in this
630
            EML document to be used to here in this context.
631
            </doc:summary>
632
					</xs:appinfo>
633
				</xs:annotation>
634
			</xs:element>
635
		</xs:sequence>
636
	</xs:group>
637
	<xs:complexType name="InlineType" mixed="true">
638
		<xs:annotation>
639
			<xs:appinfo>
640
				<doc:tooltip>Inline distribution</doc:tooltip>
641
				<doc:summary>Object data distributed inline in the metadata.
642
              </doc:summary>
643
			</xs:appinfo>
644
		</xs:annotation>
645
		<xs:complexContent mixed="true">
646
			<xs:restriction base="xs:anyType">
647
				<xs:sequence>
648
					<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
649
				</xs:sequence>
650
			</xs:restriction>
651
		</xs:complexContent>
652
	</xs:complexType>
653
</xs:schema>
(7-7/19)