1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<!-- edited with XML Spy v4.0.1 U (http://www.xmlspy.com) by Owen Eddins (University of New Mexico) -->
|
3
|
<xs:schema targetNamespace="eml:literature-2.0.0beta8" xmlns="eml:literature-2.0.0beta8" xmlns:res="eml:resource-2.0.0beta8" xmlns:cov="eml:coverage-2.0.0beta8" xmlns:rp="eml:party-2.0.0beta8" xmlns:doc="eml:documentation-2.0.0beta8" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
4
|
<xs:import namespace="eml:documentation-2.0.0beta8" schemaLocation="eml-documentation.xsd"/>
|
5
|
<xs:annotation>
|
6
|
<xs:documentation>
|
7
|
'$RCSfile: eml-literature.xsd,v $'
|
8
|
Copyright: 2000 Regents of the University of California and the
|
9
|
National Center for Ecological Analysis and Synthesis
|
10
|
For Details: http://knb.ecoinformatics.org/
|
11
|
|
12
|
'$Author: berkley $'
|
13
|
'$Date: 2002/04/21 22:45:30 $'
|
14
|
'$Revision: 1.13 $'
|
15
|
|
16
|
This program is free software; you can redistribute it and/or modify
|
17
|
it under the terms of the GNU General Public License as published by
|
18
|
the Free Software Foundation; either version 2 of the License, or
|
19
|
(at your option) any later version.
|
20
|
|
21
|
This program is distributed in the hope that it will be useful,
|
22
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
23
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
24
|
GNU General Public License for more details.
|
25
|
|
26
|
You should have received a copy of the GNU General Public License
|
27
|
along with this program; if not, write to the Free Software
|
28
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
29
|
</xs:documentation>
|
30
|
<xs:appinfo>
|
31
|
<doc:moduleName>eml-literature</doc:moduleName>
|
32
|
<doc:moduleDescription>
|
33
|
The eml-literature module contains information that describes
|
34
|
literature resources. It is intended to provide overview information
|
35
|
about the literature citation, including title, abstract, keywords,
|
36
|
and contacts.
|
37
|
</doc:moduleDescription>
|
38
|
</xs:appinfo>
|
39
|
</xs:annotation>
|
40
|
<!-- import the elements from eml-resource -->
|
41
|
<xs:import namespace="eml:resource-2.0.0beta8" schemaLocation="eml-resource.xsd"/>
|
42
|
<xs:import namespace="eml:coverage-2.0.0beta8" schemaLocation="eml-coverage.xsd"/>
|
43
|
<xs:import namespace="eml:party-2.0.0beta8" schemaLocation="eml-party.xsd"/>
|
44
|
<!-- import the elements from responsible party -->
|
45
|
<xs:element name="citation" type="LitCitation">
|
46
|
<xs:annotation>
|
47
|
<xs:appinfo>
|
48
|
<doc:tooltip>
|
49
|
Literature Citation
|
50
|
</doc:tooltip>
|
51
|
<doc:summary>
|
52
|
Information describing a literature resource.
|
53
|
</doc:summary>
|
54
|
<doc:description>
|
55
|
The literature element contains general information about a
|
56
|
literature resource that is being documented, or a piece of
|
57
|
literature that is being cited in support of a given resource,
|
58
|
such as a dataset. It contains subelements that are specific to a
|
59
|
literature resource such as a book, a journal article,
|
60
|
a thesis, etc. It extends the generic resource elements with
|
61
|
literature specific fields.
|
62
|
</doc:description>
|
63
|
<doc:example>
|
64
|
Please see the examples within the subelements for this type.
|
65
|
</doc:example>
|
66
|
<doc:lineage>
|
67
|
This field was introduced in EML 2.0.
|
68
|
</doc:lineage>
|
69
|
</xs:appinfo>
|
70
|
</xs:annotation>
|
71
|
</xs:element>
|
72
|
<xs:complexType name="LitCitation">
|
73
|
<xs:annotation>
|
74
|
<xs:appinfo>
|
75
|
<doc:tooltip>
|
76
|
Literature Citation
|
77
|
</doc:tooltip>
|
78
|
<doc:summary>
|
79
|
Information describing a literature resource.
|
80
|
</doc:summary>
|
81
|
<doc:description>
|
82
|
The 'LitCitation' type contains general information about a
|
83
|
literature resource that is being documented, or a piece of
|
84
|
literature that is being cited in support of a given resource,
|
85
|
such as a dataset.
|
86
|
It contains subelements that are specific to a
|
87
|
literature resource such as a book, a journal article,
|
88
|
a thesis, etc. It extends the generic resource elements with
|
89
|
literature specific fields.
|
90
|
</doc:description>
|
91
|
<doc:example>
|
92
|
Please see the examples within the subelements for this type.
|
93
|
</doc:example>
|
94
|
<doc:lineage>
|
95
|
This field was introduced in EML 2.0.
|
96
|
</doc:lineage>
|
97
|
</xs:appinfo>
|
98
|
</xs:annotation>
|
99
|
<xs:complexContent>
|
100
|
<xs:extension base="res:ResourceBase">
|
101
|
<xs:sequence>
|
102
|
<xs:choice>
|
103
|
<xs:element name="article">
|
104
|
<xs:annotation>
|
105
|
<xs:appinfo>
|
106
|
<doc:tooltip>Journal article</doc:tooltip>
|
107
|
<doc:summary>
|
108
|
Information for full citation of a journal article
|
109
|
</doc:summary>
|
110
|
<doc:description>The article field provides sub-fields
|
111
|
for a full citation of a journal article. These fields
|
112
|
include the journal name, its volume number, the issue,
|
113
|
and the page range for the article.</doc:description>
|
114
|
<doc:example>
|
115
|
Please see the individual sub-fields for specific
|
116
|
examples
|
117
|
</doc:example>
|
118
|
<doc:lineage>
|
119
|
This field was introduced into EML 2.0 beta 1, and was
|
120
|
derived from MARC/various software packages handling
|
121
|
literature
|
122
|
</doc:lineage>
|
123
|
</xs:appinfo>
|
124
|
</xs:annotation>
|
125
|
<xs:complexType>
|
126
|
<xs:complexContent>
|
127
|
<xs:extension base="Article"/>
|
128
|
</xs:complexContent>
|
129
|
</xs:complexType>
|
130
|
</xs:element>
|
131
|
<xs:element name="book">
|
132
|
<xs:annotation>
|
133
|
<xs:appinfo>
|
134
|
<doc:tooltip>Book</doc:tooltip>
|
135
|
<doc:summary>
|
136
|
Information for full citation of a book
|
137
|
</doc:summary>
|
138
|
<doc:description>
|
139
|
The book field provides sub-fields for a full citation of a
|
140
|
book. The sub-fields include the volume, the edition, the
|
141
|
total pages, the total figures, and the total tables.
|
142
|
</doc:description>
|
143
|
<doc:example>
|
144
|
Please see the individual sub-fiels for specific examples.
|
145
|
</doc:example>
|
146
|
<doc:lineage>
|
147
|
This field was introduced into EML 2.0 beta 1, and was
|
148
|
derived from MARC/various software packages handling
|
149
|
literature
|
150
|
</doc:lineage>
|
151
|
</xs:appinfo>
|
152
|
</xs:annotation>
|
153
|
<xs:complexType>
|
154
|
<xs:complexContent>
|
155
|
<xs:extension base="Book"/>
|
156
|
</xs:complexContent>
|
157
|
</xs:complexType>
|
158
|
</xs:element>
|
159
|
<xs:element name="editedBook">
|
160
|
<xs:complexType>
|
161
|
<xs:complexContent>
|
162
|
<xs:extension base="Book">
|
163
|
<xs:sequence>
|
164
|
<xs:element name="editor" type="rp:ResponsibleParty" maxOccurs="unbounded"/>
|
165
|
</xs:sequence>
|
166
|
</xs:extension>
|
167
|
</xs:complexContent>
|
168
|
</xs:complexType>
|
169
|
</xs:element>
|
170
|
<xs:element name="manuscript" type="Manuscript">
|
171
|
<xs:annotation>
|
172
|
<xs:appinfo>
|
173
|
<doc:tooltip>unpublished manuscipt</doc:tooltip>
|
174
|
<doc:summary>
|
175
|
Information about an unpublished manuscript
|
176
|
</doc:summary>
|
177
|
<doc:description>
|
178
|
The manuscript field provides sub-fields for a full
|
179
|
citation of an unpublished manuscript. The two main fields
|
180
|
include the the publication information, and the location
|
181
|
of the manuscript. The publication information allows for
|
182
|
referencing the party that created the manuscript and all of
|
183
|
the contact information.
|
184
|
</doc:description>
|
185
|
<doc:example>
|
186
|
Please see the individual sub-fields for specific examples.
|
187
|
</doc:example>
|
188
|
<doc:lineage>
|
189
|
This field was introduced into EML 2.0 beta 1, and was
|
190
|
derived from MARC/various software packages handling literature
|
191
|
</doc:lineage>
|
192
|
</xs:appinfo>
|
193
|
</xs:annotation>
|
194
|
</xs:element>
|
195
|
<xs:element name="report" type="Report">
|
196
|
<xs:annotation>
|
197
|
<xs:appinfo>
|
198
|
<doc:tooltip>Report</doc:tooltip>
|
199
|
<doc:summary>
|
200
|
Information about a report published by an institution
|
201
|
for in-house purposes. They usually are available by
|
202
|
request to the institution.
|
203
|
</doc:summary>
|
204
|
<doc:description>
|
205
|
The report field provides nformation about a report
|
206
|
published by an institution for in-house purposes. They
|
207
|
usually are available by request to the institution. It
|
208
|
provides sub-fields for the institution's contact information,
|
209
|
as well as the report number.
|
210
|
</doc:description>
|
211
|
<doc:example>
|
212
|
Please see the individual sub-fields for specific examples.
|
213
|
</doc:example>
|
214
|
<doc:lineage>
|
215
|
This field was introduced into EML 2.0 beta 1, and was
|
216
|
derived from MARC/various software packages handling literature
|
217
|
</doc:lineage>
|
218
|
</xs:appinfo>
|
219
|
</xs:annotation>
|
220
|
</xs:element>
|
221
|
<xs:element name="thesis" type="Thesis">
|
222
|
<xs:annotation>
|
223
|
<xs:appinfo>
|
224
|
<doc:tooltip>Thesis as part of a degree</doc:tooltip>
|
225
|
<doc:summary>
|
226
|
Information about a thesis that has been written as part of a
|
227
|
degree requirement and is frequently published in small numbers
|
228
|
by the degree awarding institution.
|
229
|
</doc:summary>
|
230
|
<doc:description>
|
231
|
Information about a thesis that has been written as part of a
|
232
|
degree requirement and is frequently published in small numbers
|
233
|
by the degree awarding institution. It provides sub-fields
|
234
|
for the degree obtained, the contact information, the degree
|
235
|
institution, and the total number of pages.
|
236
|
</doc:description>
|
237
|
<doc:example>
|
238
|
Please see the individual sub-fields for specific examples.
|
239
|
</doc:example>
|
240
|
<doc:lineage>
|
241
|
This field was introduced into EML 2.0 beta 1, and was
|
242
|
derived from MARC/various software packages handling literature
|
243
|
</doc:lineage>
|
244
|
</xs:appinfo>
|
245
|
</xs:annotation>
|
246
|
</xs:element>
|
247
|
<xs:element name="conferenceProceedings">
|
248
|
<xs:complexType>
|
249
|
<xs:complexContent>
|
250
|
<xs:extension base="Book">
|
251
|
<xs:sequence>
|
252
|
<xs:element name="editor" minOccurs="0" maxOccurs="unbounded"/>
|
253
|
<xs:element name="conferenceName" type="xs:string" minOccurs="0"/>
|
254
|
<xs:element name="conferenceYear" type="xs:string" minOccurs="0"/>
|
255
|
<xs:element name="conferenceLocation" type="rp:Address" minOccurs="0"/>
|
256
|
</xs:sequence>
|
257
|
</xs:extension>
|
258
|
</xs:complexContent>
|
259
|
</xs:complexType>
|
260
|
</xs:element>
|
261
|
<xs:element name="personalCommunication" type="personalCommunication"/>
|
262
|
<xs:element name="map" type="map"/>
|
263
|
<xs:element name="generic" type="generic"/>
|
264
|
<xs:element name="audioVisual" type="audioVisual"/>
|
265
|
<xs:element name="presentation" type="presentation"/>
|
266
|
<xs:element name="computerSoftwareQuestionMark"/>
|
267
|
</xs:choice>
|
268
|
</xs:sequence>
|
269
|
</xs:extension>
|
270
|
</xs:complexContent>
|
271
|
</xs:complexType>
|
272
|
<xs:complexType name="Article">
|
273
|
<xs:sequence>
|
274
|
<xs:element name="journal" type="xs:string">
|
275
|
<xs:annotation>
|
276
|
<xs:appinfo>
|
277
|
<doc:tooltip>Journal Name</doc:tooltip>
|
278
|
<doc:summary>
|
279
|
The name of the journal in which the article was published.
|
280
|
</doc:summary>
|
281
|
<doc:description>
|
282
|
The journal field is for the name of the peer-reviewed journal
|
283
|
that has published the article that is being documented.
|
284
|
</doc:description>
|
285
|
<doc:example>
|
286
|
"Ecology"
|
287
|
</doc:example>
|
288
|
<doc:lineage>
|
289
|
This field was introduced into EML 2.0 beta 1, and was
|
290
|
derived from MARC/various software packages handling literature
|
291
|
</doc:lineage>
|
292
|
</xs:appinfo>
|
293
|
</xs:annotation>
|
294
|
</xs:element>
|
295
|
<xs:element name="volume" type="xs:string">
|
296
|
<xs:annotation>
|
297
|
<xs:appinfo>
|
298
|
<doc:tooltip>Journal Volume</doc:tooltip>
|
299
|
<doc:summary>
|
300
|
The volume of the journal in which the article appears
|
301
|
</doc:summary>
|
302
|
<doc:description>
|
303
|
The volume field is used to describe the volume of the journal in
|
304
|
which the article appears.
|
305
|
</doc:description>
|
306
|
<doc:example>
|
307
|
"Volume I"
|
308
|
</doc:example>
|
309
|
<doc:lineage>
|
310
|
This field was introduced into EML 2.0 beta 1, and was
|
311
|
derived from MARC/various software packages handling literature
|
312
|
</doc:lineage>
|
313
|
</xs:appinfo>
|
314
|
</xs:annotation>
|
315
|
</xs:element>
|
316
|
<xs:element name="issue" type="xs:string" minOccurs="0">
|
317
|
<xs:annotation>
|
318
|
<xs:appinfo>
|
319
|
<doc:tooltip>Journal issue</doc:tooltip>
|
320
|
<doc:summary>
|
321
|
The issue of the journal in which the article appears
|
322
|
</doc:summary>
|
323
|
<doc:description>
|
324
|
The issue field is used to describe the issue of the journal in
|
325
|
which the article appears.
|
326
|
</doc:description>
|
327
|
<doc:example>
|
328
|
"November 2001"
|
329
|
</doc:example>
|
330
|
<doc:lineage>
|
331
|
This field was introduced into EML 2.0 beta 1, and was
|
332
|
derived from MARC/various software packages handling literature
|
333
|
</doc:lineage>
|
334
|
</xs:appinfo>
|
335
|
</xs:annotation>
|
336
|
</xs:element>
|
337
|
<xs:element name="pageRange" type="xs:string">
|
338
|
<xs:annotation>
|
339
|
<xs:appinfo>
|
340
|
<doc:tooltip>Journal Pages</doc:tooltip>
|
341
|
<doc:summary>
|
342
|
The beginning and end page numbers of the journal article
|
343
|
</doc:summary>
|
344
|
<doc:description>
|
345
|
The page range field is used for the beginning and ending pages of
|
346
|
the journal article that is being documented.
|
347
|
</doc:description>
|
348
|
<doc:example>
|
349
|
"115-122"
|
350
|
</doc:example>
|
351
|
<doc:lineage>
|
352
|
This field was introduced into EML 2.0 beta 1, and was
|
353
|
derived from MARC/various software packages handling literature
|
354
|
</doc:lineage>
|
355
|
</xs:appinfo>
|
356
|
</xs:annotation>
|
357
|
</xs:element>
|
358
|
<xs:element name="publisher" type="rp:ResponsibleParty"/>
|
359
|
<xs:element name="publicationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
360
|
<xs:element name="ISSN" type="xs:string" minOccurs="0">
|
361
|
<xs:annotation>
|
362
|
<xs:appinfo>
|
363
|
<doc:tooltip>
|
364
|
International Standard Serial Number
|
365
|
</doc:tooltip>
|
366
|
<doc:summary>
|
367
|
The unique Internation Standard Serial Number
|
368
|
</doc:summary>
|
369
|
<doc:description>
|
370
|
The ISSN, or International Standard Serial Number
|
371
|
that has been assigned to this literature resource.
|
372
|
</doc:description>
|
373
|
<doc:example>
|
374
|
ISSN 1234-5679
|
375
|
</doc:example>
|
376
|
<doc:lineage>
|
377
|
This field was introduced into EML 2.0 and was derived
|
378
|
from the ISO 19115.3 standard (iso-geo-md-2000June-draft)
|
379
|
and the ISO 3297-1975; ANSI Z39.9-1979 standard.
|
380
|
</doc:lineage>
|
381
|
</xs:appinfo>
|
382
|
</xs:annotation>
|
383
|
</xs:element>
|
384
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
385
|
</xs:sequence>
|
386
|
</xs:complexType>
|
387
|
<xs:complexType name="Book">
|
388
|
<xs:sequence>
|
389
|
<xs:element name="publisher" type="rp:ResponsibleParty"/>
|
390
|
<xs:element name="publicationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
391
|
<xs:element name="edition" type="xs:string" minOccurs="0">
|
392
|
<xs:annotation>
|
393
|
<xs:appinfo>
|
394
|
<doc:tooltip>Book edition</doc:tooltip>
|
395
|
<doc:summary>
|
396
|
The edition of the book being described.
|
397
|
</doc:summary>
|
398
|
<doc:description>
|
399
|
The edition field is to document the edition of the book that is
|
400
|
being described.
|
401
|
</doc:description>
|
402
|
<doc:example>
|
403
|
"Second Edition"
|
404
|
</doc:example>
|
405
|
<doc:lineage>
|
406
|
This field was introduced into EML 2.0 beta 1, and was
|
407
|
derived from MARC/various software packages handling literature
|
408
|
</doc:lineage>
|
409
|
</xs:appinfo>
|
410
|
</xs:annotation>
|
411
|
</xs:element>
|
412
|
<xs:element name="volume" type="xs:string" minOccurs="0">
|
413
|
<xs:annotation>
|
414
|
<xs:appinfo>
|
415
|
<doc:tooltip>Book volume</doc:tooltip>
|
416
|
<doc:summary>
|
417
|
The volume of the book that is part of a series.
|
418
|
</doc:summary>
|
419
|
<doc:description>
|
420
|
The volume field is used to describe the volume number of a book
|
421
|
that is part of a multi-volume series of books.
|
422
|
</doc:description>
|
423
|
<doc:example>
|
424
|
"Volume 2"
|
425
|
</doc:example>
|
426
|
<doc:lineage>
|
427
|
This field was introduced into EML 2.0 beta 1, and was
|
428
|
derived from MARC/various software packages handling literature
|
429
|
</doc:lineage>
|
430
|
</xs:appinfo>
|
431
|
</xs:annotation>
|
432
|
</xs:element>
|
433
|
<xs:element name="numberOfVolumes" type="xs:string" minOccurs="0"/>
|
434
|
<xs:element name="totalPages" type="xs:string" minOccurs="0">
|
435
|
<xs:annotation>
|
436
|
<xs:appinfo>
|
437
|
<doc:tooltip>Total book pages</doc:tooltip>
|
438
|
<doc:summary>
|
439
|
The total number of pages in the book.
|
440
|
</doc:summary>
|
441
|
<doc:description>
|
442
|
The total pages field is used to describe the total number of
|
443
|
pages in the book that is being described.
|
444
|
</doc:description>
|
445
|
<doc:example>
|
446
|
"628"
|
447
|
</doc:example>
|
448
|
<doc:lineage>
|
449
|
This field was introduced into EML 2.0 beta 1, and was
|
450
|
derived from MARC/various software packages handling literature
|
451
|
</doc:lineage>
|
452
|
</xs:appinfo>
|
453
|
</xs:annotation>
|
454
|
</xs:element>
|
455
|
<xs:element name="totalFigures" type="xs:string" minOccurs="0">
|
456
|
<xs:annotation>
|
457
|
<xs:appinfo>
|
458
|
<doc:tooltip>Number of figures in book</doc:tooltip>
|
459
|
<doc:summary>
|
460
|
The total number of figures in the book.
|
461
|
</doc:summary>
|
462
|
<doc:description>
|
463
|
the total figures field is used to describe the total number of
|
464
|
figures, diagrams, and plates in the book that is being
|
465
|
documented.
|
466
|
</doc:description>
|
467
|
<doc:example>
|
468
|
"45"
|
469
|
</doc:example>
|
470
|
<doc:lineage>
|
471
|
This field was introduced into EML 2.0 beta 1, and was
|
472
|
derived from MARC/various software packages handling literature
|
473
|
</doc:lineage>
|
474
|
</xs:appinfo>
|
475
|
</xs:annotation>
|
476
|
</xs:element>
|
477
|
<xs:element name="totalTables" type="xs:string" minOccurs="0">
|
478
|
<xs:annotation>
|
479
|
<xs:appinfo>
|
480
|
<doc:tooltip>Number of tables in book</doc:tooltip>
|
481
|
<doc:summary>
|
482
|
The total number of tables in a book.
|
483
|
</doc:summary>
|
484
|
<doc:description>
|
485
|
The total tables field is used to describe the total number of
|
486
|
tables that are present in the book that is being documented.
|
487
|
</doc:description>
|
488
|
<doc:example>
|
489
|
"10"
|
490
|
</doc:example>
|
491
|
<doc:lineage>
|
492
|
This field was introduced into EML 2.0 beta 1, and was
|
493
|
derived from MARC/various software packages handling literature
|
494
|
</doc:lineage>
|
495
|
</xs:appinfo>
|
496
|
</xs:annotation>
|
497
|
</xs:element>
|
498
|
<xs:element name="ISBN" type="xs:string" minOccurs="0">
|
499
|
<xs:annotation>
|
500
|
<xs:appinfo>
|
501
|
<doc:tooltip>
|
502
|
International Standard Book Number
|
503
|
</doc:tooltip>
|
504
|
<doc:summary>
|
505
|
The unique Internation Standard Book Number
|
506
|
</doc:summary>
|
507
|
<doc:description>
|
508
|
The ISBN, or International Standard Book Number
|
509
|
that has been assigned to this literature resource.
|
510
|
</doc:description>
|
511
|
<doc:example>
|
512
|
ISBN 1-861003-11-0
|
513
|
</doc:example>
|
514
|
<doc:lineage>
|
515
|
This field was introduced into EML 2.0 and was derived
|
516
|
from the ISO 19115.3 standard (iso-geo-md-2000June-draft)
|
517
|
and the ISO Standard 2108.
|
518
|
</doc:lineage>
|
519
|
</xs:appinfo>
|
520
|
</xs:annotation>
|
521
|
</xs:element>
|
522
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
523
|
</xs:sequence>
|
524
|
</xs:complexType>
|
525
|
<xs:complexType name="bookSection">
|
526
|
<xs:sequence>
|
527
|
<xs:element name="bookSectionNumber" type="xs:string" minOccurs="0">
|
528
|
<xs:annotation>
|
529
|
<xs:appinfo>
|
530
|
<doc:tooltip>Chapter number</doc:tooltip>
|
531
|
<doc:summary>
|
532
|
The chapter number of interest within a book
|
533
|
</doc:summary>
|
534
|
<doc:description>
|
535
|
The chapter number of the chapter of a book that is being
|
536
|
described.
|
537
|
</doc:description>
|
538
|
<doc:example>
|
539
|
"7"
|
540
|
</doc:example>
|
541
|
<doc:lineage>
|
542
|
This field was introduced into EML 2.0 beta 1, and was
|
543
|
derived from MARC/various software packages handling literature
|
544
|
</doc:lineage>
|
545
|
</xs:appinfo>
|
546
|
</xs:annotation>
|
547
|
</xs:element>
|
548
|
<xs:element name="bookEditor" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
|
549
|
<xs:annotation>
|
550
|
<xs:appinfo>
|
551
|
<doc:tooltip>Book editor</doc:tooltip>
|
552
|
<doc:summary>
|
553
|
The name of the editor of the book.
|
554
|
</doc:summary>
|
555
|
<doc:description>
|
556
|
The book editor field is used to document the name of the
|
557
|
editor of the book that is being described. The editor may be
|
558
|
a person, organization, or a role within an organization.
|
559
|
</doc:description>
|
560
|
<doc:example>
|
561
|
"Tom Christiansen", "Institute of Marine Science", "Publication
|
562
|
Manager"
|
563
|
</doc:example>
|
564
|
<doc:lineage>
|
565
|
This field was introduced into EML 2.0 beta 1, and was
|
566
|
derived from MARC/various software packages handling literature
|
567
|
</doc:lineage>
|
568
|
</xs:appinfo>
|
569
|
</xs:annotation>
|
570
|
</xs:element>
|
571
|
<xs:element name="bookTitle" type="xs:string">
|
572
|
<xs:annotation>
|
573
|
<xs:appinfo>
|
574
|
<doc:tooltip>Book title</doc:tooltip>
|
575
|
<doc:summary>
|
576
|
The title of the book.
|
577
|
</doc:summary>
|
578
|
<doc:description>
|
579
|
The book title field is used to document the title of the book
|
580
|
that is being described.
|
581
|
</doc:description>
|
582
|
<doc:example>
|
583
|
"War and Peace"
|
584
|
</doc:example>
|
585
|
<doc:lineage>
|
586
|
This field was introduced into EML 2.0 beta 1, and was
|
587
|
derived from MARC/various software packages handling literature
|
588
|
</doc:lineage>
|
589
|
</xs:appinfo>
|
590
|
</xs:annotation>
|
591
|
</xs:element>
|
592
|
<xs:element name="edition" type="xs:string" minOccurs="0">
|
593
|
<xs:annotation>
|
594
|
<xs:appinfo>
|
595
|
<doc:tooltip>Book edition</doc:tooltip>
|
596
|
<doc:summary>
|
597
|
The edition of the book.
|
598
|
</doc:summary>
|
599
|
<doc:description>
|
600
|
The edition field is used to document the edition of the book
|
601
|
being described.
|
602
|
</doc:description>
|
603
|
<doc:example>
|
604
|
"Second Edition"
|
605
|
</doc:example>
|
606
|
<doc:lineage>
|
607
|
This field was introduced into EML 2.0 beta 1, and was
|
608
|
derived from MARC/various software packages handling literature
|
609
|
</doc:lineage>
|
610
|
</xs:appinfo>
|
611
|
</xs:annotation>
|
612
|
</xs:element>
|
613
|
<xs:element name="volume" type="xs:string" minOccurs="0">
|
614
|
<xs:annotation>
|
615
|
<xs:appinfo>
|
616
|
<doc:tooltip>Book volume</doc:tooltip>
|
617
|
<doc:summary>
|
618
|
The volume of the book that is part of a series.
|
619
|
</doc:summary>
|
620
|
<doc:description>
|
621
|
The volume field is used to document the the volume number of a
|
622
|
book that is part of a multi-volume series of books.
|
623
|
</doc:description>
|
624
|
<doc:example>
|
625
|
"Volume 2"
|
626
|
</doc:example>
|
627
|
<doc:lineage>
|
628
|
This field was introduced into EML 2.0 beta 1, and was
|
629
|
derived from MARC/various software packages handling literature
|
630
|
</doc:lineage>
|
631
|
</xs:appinfo>
|
632
|
</xs:annotation>
|
633
|
</xs:element>
|
634
|
<xs:element name="pageRange" type="xs:string" minOccurs="0">
|
635
|
<xs:annotation>
|
636
|
<xs:appinfo>
|
637
|
<doc:tooltip>Chapter page range</doc:tooltip>
|
638
|
<doc:summary>
|
639
|
The beginning and ending page numbers of a chapter.
|
640
|
</doc:summary>
|
641
|
<doc:description>
|
642
|
The page range field is used to document the beginning and ending
|
643
|
pages of a chapter in a book.
|
644
|
</doc:description>
|
645
|
<doc:example>
|
646
|
"25-122"
|
647
|
</doc:example>
|
648
|
<doc:lineage>
|
649
|
This field was introduced into EML 2.0 beta 1, and was
|
650
|
derived from MARC/various software packages handling literature
|
651
|
</doc:lineage>
|
652
|
</xs:appinfo>
|
653
|
</xs:annotation>
|
654
|
</xs:element>
|
655
|
<xs:element name="publisher" type="rp:ResponsibleParty">
|
656
|
<xs:annotation>
|
657
|
<xs:appinfo>
|
658
|
<doc:tooltip>Publishing company</doc:tooltip>
|
659
|
<doc:summary>
|
660
|
The name of the book publisher.
|
661
|
</doc:summary>
|
662
|
<doc:description>
|
663
|
The publisher field is used to document the name of the publishing
|
664
|
company that published the book that is being described.
|
665
|
</doc:description>
|
666
|
<doc:example>
|
667
|
"Univesity of California Press"
|
668
|
</doc:example>
|
669
|
<doc:lineage>
|
670
|
This field was introduced into EML 2.0 beta 1, and was
|
671
|
derived from MARC/various software packages handling literature
|
672
|
</doc:lineage>
|
673
|
</xs:appinfo>
|
674
|
</xs:annotation>
|
675
|
</xs:element>
|
676
|
<xs:element name="publicationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
677
|
</xs:sequence>
|
678
|
</xs:complexType>
|
679
|
<xs:complexType name="Manuscript">
|
680
|
<xs:sequence>
|
681
|
<xs:element name="institution" type="rp:ResponsibleParty" maxOccurs="unbounded">
|
682
|
<xs:annotation>
|
683
|
<xs:appinfo>
|
684
|
<doc:tooltip>Manuscript publication information</doc:tooltip>
|
685
|
<doc:summary>
|
686
|
The address and contact information needed to request a manuscript.
|
687
|
</doc:summary>
|
688
|
<doc:description>
|
689
|
The publication information field is used to provide contact and
|
690
|
address information that would be needed to request an unpublished
|
691
|
manuscript
|
692
|
</doc:description>
|
693
|
<doc:example>
|
694
|
Please see the individual sub-fields for specific examples.
|
695
|
</doc:example>
|
696
|
<doc:lineage>
|
697
|
This field was introduced into EML 2.0 beta 1, and was
|
698
|
derived from MARC/various software packages handling literature
|
699
|
</doc:lineage>
|
700
|
</xs:appinfo>
|
701
|
</xs:annotation>
|
702
|
</xs:element>
|
703
|
<xs:element name="totalPages" type="xs:string" minOccurs="0"/>
|
704
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
705
|
</xs:sequence>
|
706
|
</xs:complexType>
|
707
|
<xs:complexType name="Report">
|
708
|
<xs:sequence>
|
709
|
<xs:element name="reportNumber" type="xs:string">
|
710
|
<xs:annotation>
|
711
|
<xs:appinfo>
|
712
|
<doc:tooltip>Report Number</doc:tooltip>
|
713
|
<doc:summary>
|
714
|
The unique identification number assigned to the report.
|
715
|
</doc:summary>
|
716
|
<doc:description>
|
717
|
The report number field is used to describe the unique
|
718
|
identification number that has been issued by the report
|
719
|
institution for the report being described.
|
720
|
</doc:description>
|
721
|
<doc:example>
|
722
|
"22"
|
723
|
</doc:example>
|
724
|
<doc:lineage>
|
725
|
This field was introduced into EML 2.0 beta 1, and was
|
726
|
derived from MARC/various software packages handling literature
|
727
|
</doc:lineage>
|
728
|
</xs:appinfo>
|
729
|
</xs:annotation>
|
730
|
</xs:element>
|
731
|
<xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0"/>
|
732
|
<xs:element name="institution" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
733
|
<xs:element name="totalPages" type="xs:string" minOccurs="0"/>
|
734
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
735
|
</xs:sequence>
|
736
|
</xs:complexType>
|
737
|
<xs:complexType name="personalCommunication">
|
738
|
<xs:sequence>
|
739
|
<xs:element name="publicationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
740
|
<xs:element name="communicationType" minOccurs="0"/>
|
741
|
<xs:element name="recipient" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
742
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
743
|
</xs:sequence>
|
744
|
</xs:complexType>
|
745
|
<xs:complexType name="map">
|
746
|
<xs:sequence>
|
747
|
<xs:element name="publisher" type="rp:ResponsibleParty"/>
|
748
|
<xs:element name="edition" type="xs:string" minOccurs="0"/>
|
749
|
<xs:element name="geographicCov" type="cov:GeographicCoverage" minOccurs="0" maxOccurs="unbounded"/>
|
750
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
751
|
<xs:element name="scale" type="xs:string"/>
|
752
|
</xs:sequence>
|
753
|
</xs:complexType>
|
754
|
<xs:complexType name="audioVisual">
|
755
|
<xs:sequence>
|
756
|
<xs:element name="publisher" type="rp:ResponsibleParty"/>
|
757
|
<xs:element name="productionPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
758
|
<xs:element name="performer" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
759
|
<xs:element name="ISBN" type="xs:string" minOccurs="0"/>
|
760
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
761
|
</xs:sequence>
|
762
|
</xs:complexType>
|
763
|
<xs:complexType name="presentation">
|
764
|
<xs:sequence>
|
765
|
<xs:element name="publicationPlace" type="rp:ResponsibleParty"/>
|
766
|
<xs:element name="presentationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
767
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
768
|
<xs:element name="totalPages" type="xs:string" minOccurs="0"/>
|
769
|
<xs:element name="totalTables" type="xs:string" minOccurs="0"/>
|
770
|
<xs:element name="totalFigures" type="xs:string" minOccurs="0"/>
|
771
|
</xs:sequence>
|
772
|
</xs:complexType>
|
773
|
<xs:complexType name="generic">
|
774
|
<xs:sequence>
|
775
|
<xs:element name="publisher" type="rp:ResponsibleParty"/>
|
776
|
<xs:element name="publicationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded"/>
|
777
|
<xs:element name="referenceType" minOccurs="0"/>
|
778
|
<xs:element name="volume" type="xs:string" minOccurs="0"/>
|
779
|
<xs:element name="numberOfVolumes" type="xs:string" minOccurs="0"/>
|
780
|
<xs:element name="totalPages" type="xs:string" minOccurs="0"/>
|
781
|
<xs:element name="totalTables" type="xs:string" minOccurs="0"/>
|
782
|
<xs:element name="totalFigures" type="xs:string" minOccurs="0"/>
|
783
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
784
|
<xs:element name="edition" type="xs:string" minOccurs="0"/>
|
785
|
<xs:element name="originalPublication" type="xs:string" minOccurs="0"/>
|
786
|
<xs:element name="reprintEdition" type="xs:string" minOccurs="0"/>
|
787
|
<xs:element name="reviewedItem" type="xs:string" minOccurs="0"/>
|
788
|
<xs:choice minOccurs="0">
|
789
|
<xs:element name="ISBN" type="xs:string"/>
|
790
|
<xs:element name="ISSN" type="xs:string"/>
|
791
|
</xs:choice>
|
792
|
</xs:sequence>
|
793
|
</xs:complexType>
|
794
|
<xs:complexType name="Thesis">
|
795
|
<xs:sequence>
|
796
|
<xs:element name="degree" type="xs:string">
|
797
|
<xs:annotation>
|
798
|
<xs:appinfo>
|
799
|
<doc:tooltip>Degee name</doc:tooltip>
|
800
|
<doc:summary>
|
801
|
The name or degree level for which the thesis was completed.
|
802
|
</doc:summary>
|
803
|
<doc:description>
|
804
|
The degree field is used to describe the name or degree level
|
805
|
for which the thesis was completed.
|
806
|
</doc:description>
|
807
|
<doc:example>
|
808
|
"Ph.D.", "M.S.", "Master of Science", etc...
|
809
|
</doc:example>
|
810
|
<doc:lineage>
|
811
|
This field was introduced into EML 2.0 beta 1, and was
|
812
|
derived from MARC/various software packages handling literature
|
813
|
</doc:lineage>
|
814
|
</xs:appinfo>
|
815
|
</xs:annotation>
|
816
|
</xs:element>
|
817
|
<xs:element name="university" type="rp:ResponsibleParty">
|
818
|
<xs:annotation>
|
819
|
<xs:appinfo>
|
820
|
<doc:tooltip>Degree awarding institution</doc:tooltip>
|
821
|
<doc:summary>
|
822
|
The name of the degree-awarding institution
|
823
|
</doc:summary>
|
824
|
<doc:description>
|
825
|
The degree institution field is used to name the institution from
|
826
|
which the degree was awarded for the thesis being described.
|
827
|
</doc:description>
|
828
|
<doc:example>
|
829
|
"Western Washington University"
|
830
|
</doc:example>
|
831
|
<doc:lineage>
|
832
|
This field was introduced into EML 2.0 beta 1, and was
|
833
|
derived from MARC/various software packages handling literature
|
834
|
</doc:lineage>
|
835
|
</xs:appinfo>
|
836
|
</xs:annotation>
|
837
|
</xs:element>
|
838
|
<xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
|
839
|
<xs:annotation>
|
840
|
<xs:appinfo>
|
841
|
<doc:tooltip>Address where thesis may be requested</doc:tooltip>
|
842
|
<doc:summary>
|
843
|
The address where the thesis may be requested
|
844
|
</doc:summary>
|
845
|
<doc:description>
|
846
|
The publication information field is used to provide the name,
|
847
|
address, and contact information that is needed in oreder to
|
848
|
request a copy of the thesis that is being described.
|
849
|
</doc:description>
|
850
|
<doc:example>
|
851
|
Please see the individual sub-fields for specific examples.
|
852
|
</doc:example>
|
853
|
<doc:lineage>
|
854
|
This field was introduced into EML 2.0 beta 1, and was
|
855
|
derived from MARC/various software packages handling literature
|
856
|
</doc:lineage>
|
857
|
</xs:appinfo>
|
858
|
</xs:annotation>
|
859
|
</xs:element>
|
860
|
<xs:element name="totalPages" type="xs:string" minOccurs="0">
|
861
|
<xs:annotation>
|
862
|
<xs:appinfo>
|
863
|
<doc:tooltip>Thesis Pages</doc:tooltip>
|
864
|
<doc:summary>
|
865
|
The total number of pages in the thesis.
|
866
|
</doc:summary>
|
867
|
<doc:description>
|
868
|
The total pages field is used to document the number of pages that
|
869
|
are present in the thesis that is being described.
|
870
|
</doc:description>
|
871
|
<doc:example>
|
872
|
"356"
|
873
|
</doc:example>
|
874
|
<doc:lineage>
|
875
|
This field was introduced into EML 2.0 beta 1, and was
|
876
|
derived from MARC/various software packages handling literature
|
877
|
</doc:lineage>
|
878
|
</xs:appinfo>
|
879
|
</xs:annotation>
|
880
|
</xs:element>
|
881
|
<xs:element name="section" type="xs:string" minOccurs="0"/>
|
882
|
</xs:sequence>
|
883
|
</xs:complexType>
|
884
|
</xs:schema>
|