Project

General

Profile

Bug #492 » eml-literature.xsd

Owen Eddins, 05/28/2002 02:39 PM

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<xs:schema targetNamespace="eml:literature-2.0.0beta8" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:doc="eml:documentation-2.0.0beta8" xmlns:rp="eml:party-2.0.0beta8" xmlns:cov="eml:coverage-2.0.0beta8" xmlns:res="eml:resource-2.0.0beta8" xmlns="eml:literature-2.0.0beta8">
3
  <xs:import namespace="eml:documentation-2.0.0beta8" schemaLocation="eml-documentation.xsd"/>
4
  <xs:annotation>
5
    <xs:documentation>
6
       '$RCSfile: eml-literature.xsd,v $'
7
       Copyright: 2000 Regents of the University of California and the
8
                  National Center for Ecological Analysis and Synthesis
9
     For Details: http://knb.ecoinformatics.org/
10
  
11
        '$Author: jones $'
12
          '$Date: 2002/05/24 21:46:41 $'
13
      '$Revision: 1.15 $'
14
    
15
    This program is free software; you can redistribute it and/or modify
16
    it under the terms of the GNU General Public License as published by
17
    the Free Software Foundation; either version 2 of the License, or
18
    (at your option) any later version.
19
  
20
    This program is distributed in the hope that it will be useful,
21
    but WITHOUT ANY WARRANTY; without even the implied warranty of
22
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
    GNU General Public License for more details.
24
  
25
    You should have received a copy of the GNU General Public License
26
    along with this program; if not, write to the Free Software
27
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28
    </xs:documentation>
29
    <xs:appinfo>
30
      <doc:moduleName>eml-literature</doc:moduleName>
31
      <doc:moduleDescription>
32
        The eml-literature module contains information that describes
33
        literature resources. It is intended to provide overview information
34
        about the literature citation, including title, abstract, keywords, 
35
        and contacts.
36
      </doc:moduleDescription>
37
    </xs:appinfo>
38
  </xs:annotation>
39
  <!-- import the elements from eml-resource -->
40
  <xs:import namespace="eml:resource-2.0.0beta8" schemaLocation="eml-resource.xsd"/>
41
  <xs:import namespace="eml:coverage-2.0.0beta8" schemaLocation="eml-coverage.xsd"/>
42
  <xs:import namespace="eml:party-2.0.0beta8" schemaLocation="eml-party.xsd"/>
43
  <!-- import the elements from responsible party -->
44
  <xs:element name="citation">
45
    <xs:annotation>
46
      <xs:appinfo>
47
        <doc:tooltip>
48
          Literature Citation
49
        </doc:tooltip>
50
        <doc:summary>
51
          Information describing a literature resource.
52
        </doc:summary>
53
        <doc:description>
54
          The literature element contains general information about a
55
          literature resource that is being documented, or a piece of
56
          literature that is being cited in support of a given resource,
57
          such as a dataset.  It contains subelements that are specific to a
58
          literature resource such as a book, a journal article, 
59
          a thesis, etc.  It extends the generic resource elements with 
60
          literature specific fields.
61
          
62
          Some general observations on choices of elements for 
63
          specific types:
64
          
65
          'Publisher' and 'publicationPlace' are distinguished by the fact
66
          that the' Publisher' is always the actual organization that 
67
          physically publishes whatever the literature type is.  
68
          'The publicationPlace' could be one in the same, but it may just be
69
          the organization affiliated with putting together the content and 
70
          then giving it to a publisher to assembled, produce, and publish.  
71
          So for example, a book could have been written by an author(s) 
72
          with one or more organizations but published by University of 
73
          New Mexico Press.  So 'publicationPlace' would be the authors' 
74
          organizational affiliations.  These could be the University of New 
75
          Mexico, University of California, and University of Florida.  This is 
76
          why 'publicationPlace' is unbounded.  In places where the keyword 
77
          was just too general institution or in the case of thesis 'university' 
78
          was used because the more general name of 'publicationPlace' 
79
          seemed unnecessarily confusing. 
80
                    
81
          'Section' was placed in every reference type to increase the
82
          granularity of the reference.  So for example, a Chapter in a book 
83
          could be referenced directly instead of the entire book.  The 
84
          granularity could be even finer so for example a table in a book
85
          could be a reference and so on.  The same goes for all the other 
86
          reference types
87
      
88
          
89
        </doc:description>
90
        <doc:example>
91
          Please see the examples within the subelements for this type.
92
        </doc:example>
93
        <doc:lineage>
94
          This field was introduced in EML 2.0.
95
        </doc:lineage>
96
      </xs:appinfo>
97
    </xs:annotation>
98
    <xs:complexType>
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>article</doc:tooltip>
107
                    <doc:summary>
108
                    Information for full citation of a journal, magazine, zine, 
109
                    newswpaper etc... article
110
                  </doc:summary>
111
                    <doc:description>The article field provides sub-fields 
112
                  for a full citation of an article.  These fields 
113
                  include the name, its volume number, the issue, 
114
                  and the page range for the article, the publisher, 
115
                  the publication place, the issn number, and the section .
116
                    </doc:description>
117
                    <doc:example>
118
                    Please see the individual sub-fields for specific 
119
                    examples
120
                  </doc:example>
121
                    <doc:lineage>
122
                  This field was introduced into EML 2.0 beta 1, and was 
123
                  derived from MARC/various software packages handling 
124
                  literature
125
                  </doc:lineage>
126
                  </xs:appinfo>
127
                </xs:annotation>
128
                <xs:complexType>
129
                  <xs:complexContent>
130
                    <xs:extension base="Article"/>
131
                  </xs:complexContent>
132
                </xs:complexType>
133
              </xs:element>
134
              <xs:element name="book">
135
                <xs:annotation>
136
                  <xs:appinfo>
137
                    <doc:tooltip>Book</doc:tooltip>
138
                    <doc:summary>
139
                    Information for full citation of a book
140
                  </doc:summary>
141
                    <doc:description>
142
                    The book field provides sub-fields for a full citation of a
143
                    book.  The sub-fields include the publisher, the publication 
144
                    place,  the volume, the edition, the totol volumes, the
145
                    total pages, the total figures,  the total tables, the isbn 
146
                    number, and the section.
147
                    </doc:description>
148
                    <doc:example>
149
                    Please see the individual sub-fields for specific examples.
150
                  </doc:example>
151
                    <doc:lineage>
152
                    This field was introduced into EML 2.0 beta 1, and was 
153
                    derived from MARC/various software packages handling 
154
                    literature
155
                  </doc:lineage>
156
                  </xs:appinfo>
157
                </xs:annotation>
158
                <xs:complexType>
159
                  <xs:complexContent>
160
                    <xs:extension base="Book"/>
161
                  </xs:complexContent>
162
                </xs:complexType>
163
              </xs:element>
164
              <xs:element name="editedBook">
165
                <xs:annotation>
166
                  <xs:appinfo>
167
                    <doc:tooltip>Book</doc:tooltip>
168
                    <doc:summary>
169
                    Information for full citation of a book
170
                  </doc:summary>
171
                    <doc:description>
172
                    The edited book extends the Book complex type with
173
                    the editor sub-element.  The editor(s) are distinguished
174
                    from the actual authors of the various articles, essays,
175
                    chapters within the edited book.
176
                    </doc:description>
177
                    <doc:example>
178
                    Please see the individual sub-fiels for specific examples.
179
                  </doc:example>
180
                    <doc:lineage>
181
                    This field was introduced into EML 2.0 beta 9, and was 
182
                    derived from MARC/various software packages handling 
183
                    literature and discussions at the EML Workshop at the 
184
                    Sevilleta in April 2002.
185
                  </doc:lineage>
186
                  </xs:appinfo>
187
                </xs:annotation>
188
                <xs:complexType>
189
                  <xs:complexContent>
190
                    <xs:extension base="Book">
191
                      <xs:sequence>
192
                        <xs:element name="editor" type="rp:ResponsibleParty" maxOccurs="unbounded">
193
                          <xs:annotation>
194
                            <xs:appinfo>
195
                              <doc:tooltip>editor of book</doc:tooltip>
196
                              <doc:summary>
197
                               The editor(s) of an edited book.</doc:summary>
198
                              <doc:description>
199
                             The editor(s) may be different from the actual 
200
                             authors of the various articles, essays, chapters 
201
                             within the edited book.
202
                              </doc:description>
203
                              <doc:example>
204
                              William K. Michener, James Brunt        
205
                              </doc:example>
206
                              <doc:lineage>
207
                              This field was introduced into EML 2.0 beta 9, and was 
208
                              derived from MARC/various software packages handling 
209
                              literature and discussions at the EML Workshop at the 
210
                              Sevilleta in April 2002.
211
                              </doc:lineage>
212
                            </xs:appinfo>
213
                          </xs:annotation>
214
                        </xs:element>
215
                      </xs:sequence>
216
                    </xs:extension>
217
                  </xs:complexContent>
218
                </xs:complexType>
219
              </xs:element>
220
              <xs:element name="manuscript" type="Manuscript">
221
                <xs:annotation>
222
                  <xs:appinfo>
223
                    <doc:tooltip>unpublished manuscipt</doc:tooltip>
224
                    <doc:summary>
225
                    Information about an unpublished manuscript
226
                  </doc:summary>
227
                    <doc:description>
228
                    The manuscript field provides sub-fields for a full 
229
                    citation of an unpublished manuscript.   The 
230
                    sub-elements are institution,total pages, and section.
231
                  </doc:description>
232
                    <doc:example>
233
                    Please see the individual sub-fields for specific examples.
234
                  </doc:example>
235
                    <doc:lineage>
236
                    This field was introduced into EML 2.0 beta 1, and was 
237
                    derived from MARC/various software packages handling 
238
                    literature.
239
                  </doc:lineage>
240
                  </xs:appinfo>
241
                </xs:annotation>
242
              </xs:element>
243
              <xs:element name="report" type="Report">
244
                <xs:annotation>
245
                  <xs:appinfo>
246
                    <doc:tooltip>Report</doc:tooltip>
247
                    <doc:summary>
248
                    Information about a report published by an institution.   
249
                  </doc:summary>
250
                    <doc:description>
251
                    The report may be self published by the institution or through a 
252
                    publisher.  They usually are available by request to the institution 
253
                    or can be purchased from the publisher.  The sub-elements are 
254
                    report number publisher, institution, total pages, section.
255
                    </doc:description>
256
                    <doc:example>
257
                    Please see the individual sub-fields for specific examples.
258
                  </doc:example>
259
                    <doc:lineage>
260
                    This field was introduced into EML 2.0 beta 1, and was 
261
                    derived from MARC/various software packages handling literature
262
                  </doc:lineage>
263
                  </xs:appinfo>
264
                </xs:annotation>
265
              </xs:element>
266
              <xs:element name="thesis" type="Thesis">
267
                <xs:annotation>
268
                  <xs:appinfo>
269
                    <doc:tooltip>Thesis as part of a degree</doc:tooltip>
270
                    <doc:summary>
271
                    Information about a thesis that has been written as part of a 
272
                    degree requirement and is frequently published in small numbers 
273
                    by the degree awarding institution.
274
                  </doc:summary>
275
                    <doc:description>
276
                    It provides sub-elements for the degree obtained, the publisher,  
277
                    the university,  total number of pages, and the section.
278
                  </doc:description>
279
                    <doc:example>
280
                    Please see the individual sub-fields for specific examples.
281
                  </doc:example>
282
                    <doc:lineage>
283
                    This field was introduced into EML 2.0 beta 1, and was 
284
                    derived from MARC/various software packages handling literature
285
                  </doc:lineage>
286
                  </xs:appinfo>
287
                </xs:annotation>
288
              </xs:element>
289
              <xs:element name="conferenceProceedings">
290
                <xs:annotation>
291
                  <xs:appinfo>
292
                    <doc:tooltip>conference proceedings</doc:tooltip>
293
                    <doc:summary>
294
                    The published notes, papers, presentations etc... of a
295
                    conference.
296
                    </doc:summary>
297
                    <doc:description>
298
                    The conference proceedings extends the Book complex 
299
                    type with the following sub-element: editor, conference name,
300
                    conference year, and conference location.
301
                    </doc:description>
302
                    <doc:example>
303
                    Please see the individual sub-fiels for specific examples.
304
                  </doc:example>
305
                    <doc:lineage>
306
                    This field was introduced into EML 2.0 beta 9, and was 
307
                    derived from MARC/various software packages handling 
308
                    literature and discussions at the EML Workshop at the 
309
                    Sevilleta in April 2002.
310
                  </doc:lineage>
311
                  </xs:appinfo>
312
                </xs:annotation>
313
                <xs:complexType>
314
                  <xs:complexContent>
315
                    <xs:extension base="Book">
316
                      <xs:sequence>
317
                        <xs:element name="editor" minOccurs="0" maxOccurs="unbounded">
318
                          <xs:annotation>
319
                            <xs:appinfo>
320
                              <doc:tooltip>editor </doc:tooltip>
321
                              <doc:summary>
322
                               The editor(s) of the conference proceedings.</doc:summary>
323
                              <doc:description>
324
                             The editor(s) may be different from the actual 
325
                             authors of the various articles, essays, presentations
326
                             within the conference proceeeding publication.
327
                              </doc:description>
328
                              <doc:example>
329
                              Joe and Jane Schmedley       
330
                              </doc:example>
331
                              <doc:lineage>
332
                              This field was introduced into EML 2.0 beta 9, and was 
333
                              derived from MARC/various software packages handling 
334
                              literature and discussions at the EML Workshop at the 
335
                              Sevilleta in April 2002.
336
                              </doc:lineage>
337
                            </xs:appinfo>
338
                          </xs:annotation>
339
                        </xs:element>
340
                        <xs:element name="conferenceName" type="xs:string" minOccurs="0">
341
                          <xs:annotation>
342
                            <xs:appinfo>
343
                              <doc:tooltip>conference name</doc:tooltip>
344
                              <doc:summary>
345
                               The name of the conference whose proceedings have 
346
                               been published.
347
                               </doc:summary>
348
                              <doc:description>
349
                               The name of the conference whose proceedings have 
350
                               been published.
351
                              </doc:description>
352
                              <doc:example>
353
                              North American Science Symposium
354
                              </doc:example>
355
                              <doc:lineage>
356
                              This field was introduced into EML 2.0 beta 9, and was 
357
                              derived from MARC/various software packages handling 
358
                              literature and discussions at the EML Workshop at the 
359
                              Sevilleta in April 2002.
360
                              </doc:lineage>
361
                            </xs:appinfo>
362
                          </xs:annotation>
363
                        </xs:element>
364
                        <xs:element name="conferenceDate" type="xs:string" minOccurs="0">
365
                          <xs:annotation>
366
                            <xs:appinfo>
367
                              <doc:tooltip>conference date</doc:tooltip>
368
                              <doc:summary>
369
                               The date the conference was held.                              
370
                               </doc:summary>
371
                              <doc:description>
372
                               The date the conference was held.                              
373
                              </doc:description>
374
                              <doc:example>
375
                              November 1-6, 1998
376
                              </doc:example>
377
                              <doc:lineage>
378
                              This field was introduced into EML 2.0 beta 9, and was 
379
                              derived from MARC/various software packages handling 
380
                              literature and discussions at the EML Workshop at the 
381
                              Sevilleta in April 2002.
382
                              </doc:lineage>
383
                            </xs:appinfo>
384
                          </xs:annotation>
385
                        </xs:element>
386
                        <xs:element name="conferenceLocation" type="rp:Address" minOccurs="0">
387
                          <xs:annotation>
388
                            <xs:appinfo>
389
                              <doc:tooltip>conference location</doc:tooltip>
390
                              <doc:summary>
391
                               The location where the conference was held.                               
392
                               </doc:summary>
393
                              <doc:description>
394
                               The location where the conference was held.                             
395
                              </doc:description>
396
                              <doc:example>
397
                              see sub-elements in Address complexType                               
398
                              </doc:example>
399
                              <doc:lineage>
400
                              This field was introduced into EML 2.0 beta 9, and was 
401
                              derived from MARC/various software packages handling 
402
                              literature and discussions at the EML Workshop at the 
403
                              Sevilleta in April 2002.
404
                              </doc:lineage>
405
                            </xs:appinfo>
406
                          </xs:annotation>
407
                        </xs:element>
408
                      </xs:sequence>
409
                    </xs:extension>
410
                  </xs:complexContent>
411
                </xs:complexType>
412
              </xs:element>
413
              <xs:element name="personalCommunication" type="PersonalCommunication">
414
                <xs:annotation>
415
                  <xs:appinfo>
416
                    <doc:tooltip>personnel communication</doc:tooltip>
417
                    <doc:summary>A personnel communication that has been saved online or
418
                    as hard-copy.
419
                    </doc:summary>
420
                    <doc:description>
421
                    This could be a widely distributed memo throughout the LTER, an e-mail, 
422
                    a transcript from a conversation or interview, etc... The sub-elements are
423
                    publicationPlace, communicationType, recipient, and section.
424
                    </doc:description>
425
                    <doc:example>
426
                    Please see the individual sub-fields for specific examples.
427
                    </doc:example>
428
                    <doc:lineage>
429
                    This field was introduced into EML 2.0 beta 9, and was 
430
                    derived from MARC/various software packages handling 
431
                    literature and discussions at the EML Workshop at the 
432
                    Sevilleta in April 2002.
433
                  </doc:lineage>
434
                  </xs:appinfo>
435
                </xs:annotation>
436
              </xs:element>
437
              <xs:element name="map" type="Map">
438
                <xs:annotation>
439
                  <xs:appinfo>
440
                    <doc:tooltip>map</doc:tooltip>
441
                    <doc:summary>This element desribes the map that is being
442
                    cited or cataloged.
443
                    </doc:summary>
444
                    <doc:description>
445
                    The sub-elements are publisher, edition, geographic coverage, 
446
                    section, and scale.                    
447
                    </doc:description>
448
                    <doc:example>
449
                    Please see the individual sub-fields for specific examples.
450
                    </doc:example>
451
                    <doc:lineage>
452
                    This field was introduced into EML 2.0 beta 9, and was 
453
                    derived from MARC/various software packages handling 
454
                    literature and discussions at the EML Workshop at the 
455
                    Sevilleta in April 2002.
456
                  </doc:lineage>
457
                  </xs:appinfo>
458
                </xs:annotation>
459
              </xs:element>
460
              <xs:element name="generic" type="Generic">
461
                <xs:annotation>
462
                  <xs:appinfo>
463
                    <doc:tooltip>generic reference type</doc:tooltip>
464
                    <doc:summary>
465
                    This reference type was created for references that fit in to the 
466
                    other existing reference types
467
                   </doc:summary>
468
                    <doc:description>
469
                    The sub-elements are publisher, publication place, referenceType,
470
                    volume, number of volumes, total pages, total tables, total figures,
471
                    edition, section, original publication, reprinted edition, reviewed item, 
472
                    issn, and isbn.                    
473
                    </doc:description>
474
                    <doc:example>
475
                    Please see the individual sub-fields for specific examples.
476
                    </doc:example>
477
                    <doc:lineage>
478
                    This field was introduced into EML 2.0 beta 9, and was 
479
                    derived from MARC/various software packages handling 
480
                    literature and discussions at the EML Workshop at the 
481
                    Sevilleta in April 2002.
482
                  </doc:lineage>
483
                  </xs:appinfo>
484
                </xs:annotation>
485
              </xs:element>
486
              <xs:element name="audioVisual" type="AudioVisual">
487
                <xs:annotation>
488
                  <xs:appinfo>
489
                    <doc:tooltip>audio visual, film, video, broadcast, 
490
                    other electronic media
491
                    </doc:tooltip>
492
                    <doc:summary>
493
                    This reference type is meant to cover all forms of audio 
494
                    and visual media.                   
495
                    </doc:summary>
496
                    <doc:description>
497
                    The sub-elements are publisher, publication place, performer,
498
                    isbn, and section.                   
499
                    </doc:description>
500
                    <doc:example>
501
                    Please see the individual sub-fields for specific examples.
502
                    </doc:example>
503
                    <doc:lineage>
504
                    This field was introduced into EML 2.0 beta 9, and was 
505
                    derived from MARC/various software packages handling 
506
                    literature and discussions at the EML Workshop at the 
507
                    Sevilleta in April 2002.
508
                  </doc:lineage>
509
                  </xs:appinfo>
510
                </xs:annotation>
511
              </xs:element>
512
              <xs:element name="presentation" type="Presentation">
513
                <xs:annotation>
514
                  <xs:appinfo>
515
                    <doc:tooltip>unpublished presentation</doc:tooltip>
516
                    <doc:summary>
517
                    An unpublished presentation from a conference, workshop, 
518
                    workgroup, symposium etc... that will be provided upon 
519
                    request in either in paper and/or electronic form.       
520
                    </doc:summary>
521
                    <doc:description>
522
                    The sub-elements are institution, presentation place,
523
                    section, total pages, total tables, and total figures.              
524
                    </doc:description>
525
                    <doc:example>
526
                    Please see the individual sub-fields for specific examples.
527
                    </doc:example>
528
                    <doc:lineage>
529
                    This field was introduced into EML 2.0 beta 9, and was 
530
                    derived from MARC/various software packages handling 
531
                    literature and discussions at the EML Workshop at the 
532
                    Sevilleta in April 2002.
533
                  </doc:lineage>
534
                  </xs:appinfo>
535
                </xs:annotation>
536
              </xs:element>
537
              <xs:element name="softwarePackage"/>
538
            </xs:choice>
539
          </xs:sequence>
540
        </xs:extension>
541
      </xs:complexContent>
542
    </xs:complexType>
543
  </xs:element>
544
  <xs:complexType name="Article">
545
    <xs:sequence>
546
      <xs:element name="journal" type="xs:string">
547
        <xs:annotation>
548
          <xs:appinfo>
549
            <doc:tooltip>Journal Name</doc:tooltip>
550
            <doc:summary>
551
              The name of the journal, magazine, newspaper, 
552
              zine, etc... in which the article was published.
553
            </doc:summary>
554
            <doc:description>
555
             The name of the journal, magazine, newspaper, 
556
            zine, etc... in which the article was published.
557
            </doc:description>
558
            <doc:example>
559
              "Ecology","New York Times", "Harper's"
560
            </doc:example>
561
            <doc:lineage>
562
              This field was introduced into EML 2.0 beta 1, and was 
563
              derived from MARC/various software packages handling literature
564
            </doc:lineage>
565
          </xs:appinfo>
566
        </xs:annotation>
567
      </xs:element>
568
      <xs:element name="volume" type="xs:string">
569
        <xs:annotation>
570
          <xs:appinfo>
571
            <doc:tooltip>Journal Volume</doc:tooltip>
572
            <doc:summary>
573
              The volume of the journal in which the article appears
574
            </doc:summary>
575
            <doc:description>
576
              The volume field is used to describe the volume of the journal in
577
              which the article appears.
578
            </doc:description>
579
            <doc:example>
580
              "Volume I"
581
            </doc:example>
582
            <doc:lineage>
583
              This field was introduced into EML 2.0 beta 1, and was 
584
              derived from MARC/various software packages handling literature
585
            </doc:lineage>
586
          </xs:appinfo>
587
        </xs:annotation>
588
      </xs:element>
589
      <xs:element name="issue" type="xs:string" minOccurs="0">
590
        <xs:annotation>
591
          <xs:appinfo>
592
            <doc:tooltip>Journal issue</doc:tooltip>
593
            <doc:summary>
594
              The issue of the journal in which the article appears
595
            </doc:summary>
596
            <doc:description>
597
              The issue field is used to describe the issue of the journal in
598
              which the article appears.  
599
            </doc:description>
600
            <doc:example>
601
              "November 2001"
602
            </doc:example>
603
            <doc:lineage>
604
              This field was introduced into EML 2.0 beta 1, and was 
605
              derived from MARC/various software packages handling literature
606
            </doc:lineage>
607
          </xs:appinfo>
608
        </xs:annotation>
609
      </xs:element>
610
      <xs:element name="pageRange" type="xs:string">
611
        <xs:annotation>
612
          <xs:appinfo>
613
            <doc:tooltip>Journal Pages</doc:tooltip>
614
            <doc:summary>
615
              The beginning and end page numbers of the journal article
616
            </doc:summary>
617
            <doc:description>
618
              The page range field is used for the beginning and ending pages of
619
              the journal article that is being documented.
620
            </doc:description>
621
            <doc:example>
622
              "115-122"
623
            </doc:example>
624
            <doc:lineage>
625
              This field was introduced into EML 2.0 beta 1, and was 
626
              derived from MARC/various software packages handling literature
627
            </doc:lineage>
628
          </xs:appinfo>
629
        </xs:annotation>
630
      </xs:element>
631
      <xs:element name="publisher" type="rp:ResponsibleParty">
632
        <xs:annotation>
633
          <xs:appinfo>
634
            <doc:tooltip>Publisher</doc:tooltip>
635
            <doc:summary>
636
              Organization that actually publishes the article            
637
            </doc:summary>
638
            <doc:description>
639
              The organization that physically puts together the article
640
              and publishes it.  This may differ from the publicationPlace or it  may 
641
              be the same. 
642
            </doc:description>
643
            <doc:example>
644
              "Harper Collins", "University Of California Press"  See sub-elements
645
              in responsibleParty.      
646
            </doc:example>
647
            <doc:lineage>
648
              This field was introduced into EML 2.0 beta 1, and was 
649
              derived from MARC/various software packages handling literature
650
            </doc:lineage>
651
          </xs:appinfo>
652
        </xs:annotation>
653
      </xs:element>
654
      <xs:element name="publicationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
655
        <xs:annotation>
656
          <xs:appinfo>
657
            <doc:tooltip>Publication Place</doc:tooltip>
658
            <doc:summary>
659
              Organization(s) who authors are affiliated with.            
660
            </doc:summary>
661
            <doc:description>
662
              Organization(s) who authors are affiliated with. There could be multiple 
663
              authors and therefore multiple affiliations            
664
            </doc:description>
665
            <doc:example>
666
              "LTER Network Office", "NCEAS", "Central Arizona Phoenix LTER"    
667
              See sub-elements in responsibleParty.      
668
            </doc:example>
669
            <doc:lineage>
670
              This field was introduced into EML 2.0 beta 9, 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="ISSN" type="xs:string" minOccurs="0">
677
        <xs:annotation>
678
          <xs:appinfo>
679
            <doc:tooltip>
680
                  International Standard Serial Number
681
                </doc:tooltip>
682
            <doc:summary>
683
                  The unique Internation Standard Serial Number
684
                </doc:summary>
685
            <doc:description>
686
                  The ISSN, or International Standard Serial Number
687
                  that has been assigned to this literature resource.
688
                </doc:description>
689
            <doc:example>
690
                  ISSN 1234-5679
691
                </doc:example>
692
            <doc:lineage>
693
                  This field was introduced into EML 2.0 and was derived 
694
                  from the ISO 19115.3 standard (iso-geo-md-2000June-draft) 
695
                  and the ISO 3297-1975; ANSI Z39.9-1979 standard.
696
                </doc:lineage>
697
          </xs:appinfo>
698
        </xs:annotation>
699
      </xs:element>
700
      <xs:element name="section" type="xs:string" minOccurs="0">
701
        <xs:annotation>
702
          <xs:appinfo>
703
            <doc:tooltip>
704
                  Section of an article
705
            </doc:tooltip>
706
            <doc:summary>
707
                References a section of an article.            
708
            </doc:summary>
709
            <doc:description>
710
                 References a section of an article. Gives citation a finer 
711
                 granularity so sections can be referenced instead of the 
712
                 entire article.  
713
            </doc:description>
714
            <doc:example>
715
                 "Table 3.1"          
716
            </doc:example>
717
            <doc:lineage>
718
                This field was introduced into EML 2.0 beta 9 
719
            </doc:lineage>
720
          </xs:appinfo>
721
        </xs:annotation>
722
      </xs:element>
723
    </xs:sequence>
724
  </xs:complexType>
725
  <xs:complexType name="Book">
726
    <xs:sequence>
727
      <xs:element name="publisher" type="rp:ResponsibleParty">
728
        <xs:annotation>
729
          <xs:appinfo>
730
            <doc:tooltip>Publisher</doc:tooltip>
731
            <doc:summary>
732
              Organization that actually publishes the book
733
            </doc:summary>
734
            <doc:description>
735
              The organization that physically puts together the book
736
              and publishes it.  This may differ from the publicationPlace or it  may 
737
              be the same. 
738
            </doc:description>
739
            <doc:example>
740
              "Harper Collins", "University Of California Press"  See sub-elements
741
              in responsibleParty        
742
            </doc:example>
743
            <doc:lineage>
744
              This field was introduced into EML 2.0 beta 1, and was 
745
              derived from MARC/various software packages handling literature
746
            </doc:lineage>
747
          </xs:appinfo>
748
        </xs:annotation>
749
      </xs:element>
750
      <xs:element name="publicationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
751
        <xs:annotation>
752
          <xs:appinfo>
753
            <doc:tooltip>Publication Place</doc:tooltip>
754
            <doc:summary>
755
              The organization(s) who authors are affiliated with.            
756
            </doc:summary>
757
            <doc:description>
758
              The organization(s) who authors are affiliated with. There 
759
              could be multiple authors and therefore multiple affiliations            
760
            </doc:description>
761
            <doc:example>
762
              "LTER Network Office", "NCEAS", "Central Arizona Phoenix LTER"          
763
            </doc:example>
764
            <doc:lineage>
765
              This field was introduced into EML 2.0 beta 9, and was 
766
              derived from MARC/various software packages handling literature.
767
            </doc:lineage>
768
          </xs:appinfo>
769
        </xs:annotation>
770
      </xs:element>
771
      <xs:element name="edition" type="xs:string" minOccurs="0">
772
        <xs:annotation>
773
          <xs:appinfo>
774
            <doc:tooltip>Book edition</doc:tooltip>
775
            <doc:summary>
776
              The edition of the book being described.
777
            </doc:summary>
778
            <doc:description>
779
              The edition field is to document the edition of the book that is
780
              being described.
781
            </doc:description>
782
            <doc:example>
783
              "Second Edition"
784
            </doc:example>
785
            <doc:lineage>
786
              This field was introduced into EML 2.0 beta 1, and was 
787
              derived from MARC/various software packages handling literature
788
            </doc:lineage>
789
          </xs:appinfo>
790
        </xs:annotation>
791
      </xs:element>
792
      <xs:element name="volume" type="xs:string" minOccurs="0">
793
        <xs:annotation>
794
          <xs:appinfo>
795
            <doc:tooltip>Book volume</doc:tooltip>
796
            <doc:summary>
797
              The volume of the book that is part of a series.
798
            </doc:summary>
799
            <doc:description>
800
              The volume field is used to describe the volume number of a book
801
              that is part of a multi-volume series of books.
802
            </doc:description>
803
            <doc:example>
804
              "Volume 2"
805
            </doc:example>
806
            <doc:lineage>
807
              This field was introduced into EML 2.0 beta 1, and was 
808
              derived from MARC/various software packages handling literature
809
            </doc:lineage>
810
          </xs:appinfo>
811
        </xs:annotation>
812
      </xs:element>
813
      <xs:element name="numberOfVolumes" type="xs:string" minOccurs="0">
814
        <xs:annotation>
815
          <xs:appinfo>
816
            <doc:tooltip>Number of Volumes</doc:tooltip>
817
            <doc:summary>
818
              Number of volumes in a collection             
819
            </doc:summary>
820
            <doc:description>
821
              Number of volumes in a collection          
822
            </doc:description>
823
            <doc:example>
824
              "12"
825
            </doc:example>
826
            <doc:lineage>
827
              This field was introduced into EML 2.0 beta 1, and was 
828
              derived from MARC/various software packages handling literature
829
            </doc:lineage>
830
          </xs:appinfo>
831
        </xs:annotation>
832
      </xs:element>
833
      <xs:element name="totalPages" type="xs:string" minOccurs="0">
834
        <xs:annotation>
835
          <xs:appinfo>
836
            <doc:tooltip>Total book pages</doc:tooltip>
837
            <doc:summary>
838
              The total number of pages in the book.
839
            </doc:summary>
840
            <doc:description>
841
              The total pages field is used to describe the total number of
842
              pages in the book that is being described.
843
            </doc:description>
844
            <doc:example>
845
              "628"
846
            </doc:example>
847
            <doc:lineage>
848
              This field was introduced into EML 2.0 beta 1, and was 
849
              derived from MARC/various software packages handling literature
850
            </doc:lineage>
851
          </xs:appinfo>
852
        </xs:annotation>
853
      </xs:element>
854
      <xs:element name="totalFigures" type="xs:string" minOccurs="0">
855
        <xs:annotation>
856
          <xs:appinfo>
857
            <doc:tooltip>Number of figures in book</doc:tooltip>
858
            <doc:summary>
859
              The total number of figures in the book.
860
            </doc:summary>
861
            <doc:description>
862
              the total figures field is used to describe the total number of
863
              figures, diagrams, and plates in the book that is being
864
              documented.
865
            </doc:description>
866
            <doc:example>
867
              "45"
868
            </doc:example>
869
            <doc:lineage>
870
              This field was introduced into EML 2.0 beta 1, and was 
871
              derived from MARC/various software packages handling literature
872
            </doc:lineage>
873
          </xs:appinfo>
874
        </xs:annotation>
875
      </xs:element>
876
      <xs:element name="totalTables" type="xs:string" minOccurs="0">
877
        <xs:annotation>
878
          <xs:appinfo>
879
            <doc:tooltip>Number of tables in book</doc:tooltip>
880
            <doc:summary>
881
              The total number of tables in a book.
882
            </doc:summary>
883
            <doc:description>
884
              The total tables field is used to describe the total number of
885
              tables that are present in the book that is being documented.
886
            </doc:description>
887
            <doc:example>
888
              "10"
889
            </doc:example>
890
            <doc:lineage>
891
              This field was introduced into EML 2.0 beta 1, and was 
892
              derived from MARC/various software packages handling literature
893
            </doc:lineage>
894
          </xs:appinfo>
895
        </xs:annotation>
896
      </xs:element>
897
      <xs:element name="ISBN" type="xs:string" minOccurs="0">
898
        <xs:annotation>
899
          <xs:appinfo>
900
            <doc:tooltip>
901
                  International Standard Book Number
902
                </doc:tooltip>
903
            <doc:summary>
904
                  The unique Internation Standard Book Number
905
                </doc:summary>
906
            <doc:description>
907
                  The ISBN, or International Standard Book Number
908
                  that has been assigned to this literature resource.
909
                </doc:description>
910
            <doc:example>
911
                  ISBN 1-861003-11-0
912
                </doc:example>
913
            <doc:lineage>
914
                  This field was introduced into EML 2.0 and was derived 
915
                  from the ISO 19115.3 standard (iso-geo-md-2000June-draft) 
916
                  and the ISO Standard 2108.
917
                </doc:lineage>
918
          </xs:appinfo>
919
        </xs:annotation>
920
      </xs:element>
921
      <xs:element name="section" type="xs:string" minOccurs="0">
922
        <xs:annotation>
923
          <xs:appinfo>
924
            <doc:tooltip>
925
                  Section of a book
926
                </doc:tooltip>
927
            <doc:summary>
928
                References a section of a book       
929
            </doc:summary>
930
            <doc:description>
931
                References a section of a book . Gives citation a finer 
932
                granularity so sections can be referenced instead of 
933
                the entire book.  
934
            </doc:description>
935
            <doc:example>
936
                 "Table 3.1", "Chapter 3", "Chapter 3, Section 2"         
937
            </doc:example>
938
            <doc:lineage>
939
                This field was introduced into EML 2.0 beta 9 and was 
940
                derived from MARC/various software packages handling 
941
                literature.
942
            </doc:lineage>
943
          </xs:appinfo>
944
        </xs:annotation>
945
      </xs:element>
946
    </xs:sequence>
947
  </xs:complexType>
948
  <xs:complexType name="Manuscript">
949
    <xs:sequence>
950
      <xs:element name="institution" type="rp:ResponsibleParty" maxOccurs="unbounded">
951
        <xs:annotation>
952
          <xs:appinfo>
953
            <doc:tooltip>Manuscript publication information</doc:tooltip>
954
            <doc:summary>
955
              The address and contact information needed to request a manuscript. 
956
            </doc:summary>
957
            <doc:description>
958
              The institution information field is used to provide contact and
959
              address information that would be needed to request an unpublished
960
              manuscript
961
            </doc:description>
962
            <doc:example>
963
              Please see the individual sub-fields for specific examples.
964
            </doc:example>
965
            <doc:lineage>
966
              This field was introduced into EML 2.0 beta 1, and was 
967
              derived from MARC/various software packages handling literature
968
            </doc:lineage>
969
          </xs:appinfo>
970
        </xs:annotation>
971
      </xs:element>
972
      <xs:element name="totalPages" type="xs:string" minOccurs="0">
973
        <xs:annotation>
974
          <xs:appinfo>
975
            <doc:tooltip>Total manuscript pages</doc:tooltip>
976
            <doc:summary>
977
              The total number of pages in the manuscript.
978
            </doc:summary>
979
            <doc:description>
980
              The total pages field is used to describe the total number of
981
              pages in the manuscript that is being described.
982
            </doc:description>
983
            <doc:example>
984
              "628"
985
            </doc:example>
986
            <doc:lineage>
987
              This field was introduced into EML 2.0 beta 1, and was 
988
              derived from MARC/various software packages handling literature
989
            </doc:lineage>
990
          </xs:appinfo>
991
        </xs:annotation>
992
      </xs:element>
993
      <xs:element name="section" type="xs:string" minOccurs="0">
994
        <xs:annotation>
995
          <xs:appinfo>
996
            <doc:tooltip>
997
                  section of manuscript
998
                </doc:tooltip>
999
            <doc:summary>
1000
                Gives citation a finer granularity so sections can be
1001
                referenced instead of the entire manuscript.               
1002
            </doc:summary>
1003
            <doc:description>
1004
                Gives citation a finer granularity so sections can be
1005
                referenced instead of the entire manuscript.  
1006
            </doc:description>
1007
            <doc:example>
1008
                 "Table 3.1", "Chapter 3", "Chapter 3, Section 2"         
1009
            </doc:example>
1010
            <doc:lineage>
1011
                This field was introduced into EML 2.0 beta 9 
1012
            </doc:lineage>
1013
          </xs:appinfo>
1014
        </xs:annotation>
1015
      </xs:element>
1016
    </xs:sequence>
1017
  </xs:complexType>
1018
  <xs:complexType name="Report">
1019
    <xs:sequence>
1020
      <xs:element name="reportNumber" type="xs:string">
1021
        <xs:annotation>
1022
          <xs:appinfo>
1023
            <doc:tooltip>Report Number</doc:tooltip>
1024
            <doc:summary>
1025
              The unique identification number assigned to the report.
1026
            </doc:summary>
1027
            <doc:description>
1028
              The report number field is used to describe the unique
1029
              identification number that has been issued by the report
1030
              institution for the report being described.
1031
            </doc:description>
1032
            <doc:example>
1033
              "22"
1034
            </doc:example>
1035
            <doc:lineage>
1036
              This field was introduced into EML 2.0 beta 1, and was 
1037
              derived from MARC/various software packages handling literature
1038
            </doc:lineage>
1039
          </xs:appinfo>
1040
        </xs:annotation>
1041
      </xs:element>
1042
      <xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
1043
        <xs:annotation>
1044
          <xs:appinfo>
1045
            <doc:tooltip>Publisher</doc:tooltip>
1046
            <doc:summary>
1047
              Organization that actually publishes the report
1048
            </doc:summary>
1049
            <doc:description>
1050
              The organization that physically put together the report
1051
              and publishes it.  This may differ from the institution or it  may 
1052
              be the same. 
1053
            </doc:description>
1054
            <doc:example>
1055
              "Harper Collins", "University Of California Press"  See sub-elements
1056
              in responsibleParty.         
1057
            </doc:example>
1058
            <doc:lineage>
1059
              This field was introduced into EML 2.0 beta 1, and was 
1060
              derived from MARC/various software packages handling literature
1061
            </doc:lineage>
1062
          </xs:appinfo>
1063
        </xs:annotation>
1064
      </xs:element>
1065
      <xs:element name="institution" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
1066
        <xs:annotation>
1067
          <xs:appinfo>
1068
            <doc:tooltip>Institution</doc:tooltip>
1069
            <doc:summary>
1070
              Institution(s) who authors are affiliated with.            
1071
            </doc:summary>
1072
            <doc:description>
1073
              Institution(s) who authors are affiliated with.There could be multiple 
1074
              authors and therefore multiple affiliations            
1075
            </doc:description>
1076
            <doc:example>
1077
              "LTER Network Office", "NCEAS", "Central Arizona Phoenix LTER"  See 
1078
              sub-elements in responsibleParty.        
1079
            </doc:example>
1080
            <doc:lineage>
1081
              This field was introduced into EML 2.0 beta 9, and was 
1082
              derived from MARC/various software packages handling literature.
1083
            </doc:lineage>
1084
          </xs:appinfo>
1085
        </xs:annotation>
1086
      </xs:element>
1087
      <xs:element name="totalPages" type="xs:string" minOccurs="0">
1088
        <xs:annotation>
1089
          <xs:appinfo>
1090
            <doc:tooltip>Total report pages</doc:tooltip>
1091
            <doc:summary>
1092
              The total number of pages in the report.
1093
            </doc:summary>
1094
            <doc:description>
1095
              The total pages field is used to describe the total number of
1096
              pages in the report that is being described.
1097
            </doc:description>
1098
            <doc:example>
1099
              "628"
1100
            </doc:example>
1101
            <doc:lineage>
1102
              This field was introduced into EML 2.0 beta 1, and was 
1103
              derived from MARC/various software packages handling literature
1104
            </doc:lineage>
1105
          </xs:appinfo>
1106
        </xs:annotation>
1107
      </xs:element>
1108
      <xs:element name="section" type="xs:string" minOccurs="0">
1109
        <xs:annotation>
1110
          <xs:appinfo>
1111
            <doc:tooltip>
1112
                  Section of a report
1113
                </doc:tooltip>
1114
            <doc:summary>
1115
                References a section of a report.           
1116
            </doc:summary>
1117
            <doc:description>
1118
                References a section of a report.  Gives citation a finer granularity 
1119
                so sections can be referenced instead of the entire report.  
1120
            </doc:description>
1121
            <doc:example>
1122
                 "Table 3.1", "Chapter 3", "Chapter 3, Section 2"         
1123
            </doc:example>
1124
            <doc:lineage>
1125
                This field was introduced into EML 2.0 beta 9.
1126
            </doc:lineage>
1127
          </xs:appinfo>
1128
        </xs:annotation>
1129
      </xs:element>
1130
    </xs:sequence>
1131
  </xs:complexType>
1132
  <xs:complexType name="PersonalCommunication">
1133
    <xs:sequence>
1134
      <xs:element name="publicationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
1135
        <xs:annotation>
1136
          <xs:appinfo>
1137
            <doc:tooltip>Publication Place</doc:tooltip>
1138
            <doc:summary>
1139
              The address and contact information needed to request a personal 
1140
              communication. 
1141
            </doc:summary>
1142
            <doc:description>
1143
              The publication place information field is used to provide contact and
1144
              address information that would be needed to request an unpublished
1145
              personal communication.
1146
            </doc:description>
1147
            <doc:example>
1148
              "LTER Network Office", "NCEAS", "Central Arizona Phoenix LTER"    
1149
              See sub-elements in responsibleParty.           
1150
            </doc:example>
1151
            <doc:lineage>
1152
              This field was introduced into EML 2.0 beta 9, and was 
1153
              derived from MARC/various software packages handling literature
1154
            </doc:lineage>
1155
          </xs:appinfo>
1156
        </xs:annotation>
1157
      </xs:element>
1158
      <xs:element name="communicationType" type="xs:string" minOccurs="0">
1159
        <xs:annotation>
1160
          <xs:appinfo>
1161
            <doc:tooltip>
1162
                  Type of communication            
1163
            </doc:tooltip>
1164
            <doc:summary>
1165
                The type of personal communication.       
1166
            </doc:summary>
1167
            <doc:description>
1168
               The type of personal communication.  Could be an email, letter, 
1169
               memo, transcript of conversation either hardcopy or online.
1170
            </doc:description>
1171
            <doc:example>
1172
                 "memo", "letter", "email", etc....       
1173
            </doc:example>
1174
            <doc:lineage>
1175
                This field was introduced into EML 2.0 beta 9 
1176
            </doc:lineage>
1177
          </xs:appinfo>
1178
        </xs:annotation>
1179
      </xs:element>
1180
      <xs:element name="recipient" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
1181
        <xs:annotation>
1182
          <xs:appinfo>
1183
            <doc:tooltip>
1184
                  Recipient    
1185
            </doc:tooltip>
1186
            <doc:summary>
1187
                Recipient of the communication    
1188
            </doc:summary>
1189
            <doc:description>
1190
               The person, place or thing the personal communication was sent to.
1191
            </doc:description>
1192
            <doc:example>
1193
                 "Schmedley, Joe", "jschmedley@lternet.edu", etc....      
1194
            </doc:example>
1195
            <doc:lineage>
1196
                This field was introduced into EML 2.0 beta 9 
1197
            </doc:lineage>
1198
          </xs:appinfo>
1199
        </xs:annotation>
1200
      </xs:element>
1201
      <xs:element name="section" type="xs:string" minOccurs="0">
1202
        <xs:annotation>
1203
          <xs:appinfo>
1204
            <doc:tooltip>
1205
                  Section of a personal communication
1206
            </doc:tooltip>
1207
            <doc:summary>
1208
                References a section of a personal communication.         
1209
            </doc:summary>
1210
            <doc:description>
1211
                References a section of a personal communication.  Gives 
1212
                citation a finer granularity so sections can be referenced 
1213
                instead of the entire personal communication.  
1214
            </doc:description>
1215
            <doc:example>
1216
                 "Table 3.1"        
1217
            </doc:example>
1218
            <doc:lineage>
1219
                This field was introduced into EML 2.0 beta 9 
1220
            </doc:lineage>
1221
          </xs:appinfo>
1222
        </xs:annotation>
1223
      </xs:element>
1224
    </xs:sequence>
1225
  </xs:complexType>
1226
  <xs:complexType name="Map">
1227
    <xs:sequence>
1228
      <xs:element name="publisher" type="rp:ResponsibleParty">
1229
        <xs:annotation>
1230
          <xs:appinfo>
1231
            <doc:tooltip>Publisher</doc:tooltip>
1232
            <doc:summary>
1233
              Organization that actually publishes the map
1234
            </doc:summary>
1235
            <doc:description>
1236
              The organization that physically puts together the map
1237
              and publishes it. 
1238
            </doc:description>
1239
            <doc:example>
1240
              see sub-elements in responsible party       
1241
            </doc:example>
1242
            <doc:lineage>
1243
              This field was introduced into EML 2.0 beta 1, and was 
1244
              derived from MARC/various software packages handling literature
1245
            </doc:lineage>
1246
          </xs:appinfo>
1247
        </xs:annotation>
1248
      </xs:element>
1249
      <xs:element name="edition" type="xs:string" minOccurs="0">
1250
        <xs:annotation>
1251
          <xs:appinfo>
1252
            <doc:tooltip>Map edition</doc:tooltip>
1253
            <doc:summary>
1254
              The edition of the map being described.
1255
            </doc:summary>
1256
            <doc:description>
1257
              The edition field is to document the edition of the mapthat is
1258
              being described.
1259
            </doc:description>
1260
            <doc:example>
1261
              "Second Edition"
1262
            </doc:example>
1263
            <doc:lineage>
1264
              This field was introduced into EML 2.0 beta 1, and was 
1265
              derived from MARC/various software packages handling literature
1266
            </doc:lineage>
1267
          </xs:appinfo>
1268
        </xs:annotation>
1269
      </xs:element>
1270
      <xs:element name="geographicCoverage" type="cov:GeographicCoverage" minOccurs="0" maxOccurs="unbounded">
1271
        <xs:annotation>
1272
          <xs:appinfo>
1273
            <doc:tooltip>
1274
                    Geographic coverage
1275
                  </doc:tooltip>
1276
            <doc:summary>
1277
                    Description of the geographic area which the map covers
1278
            </doc:summary>
1279
            <doc:description>
1280
                    This element describes the geographic area which the map covers.
1281
                    Could be a descriptive paragraph of text or Cartesian coordinates 
1282
                    of the area.
1283
            </doc:description>
1284
            <doc:example/>
1285
            <doc:lineage>
1286
                    The geographicCoverage element was introduced into EML 2.0 beta 9.
1287
           </doc:lineage>
1288
          </xs:appinfo>
1289
        </xs:annotation>
1290
      </xs:element>
1291
      <xs:element name="section" type="xs:string" minOccurs="0">
1292
        <xs:annotation>
1293
          <xs:appinfo>
1294
            <doc:tooltip>
1295
                  Section of  map
1296
            </doc:tooltip>
1297
            <doc:summary>
1298
                References a section of a map.     
1299
            </doc:summary>
1300
            <doc:description>
1301
                References a section of a map.  Gives citation a finer granularity 
1302
                so sections can be referenced instead of the entire map.  
1303
            </doc:description>
1304
            <doc:example>
1305
                 "Chart 1"       
1306
            </doc:example>
1307
            <doc:lineage>
1308
                This field was introduced into EML 2.0 beta 9 
1309
            </doc:lineage>
1310
          </xs:appinfo>
1311
        </xs:annotation>
1312
      </xs:element>
1313
      <xs:element name="scale" type="xs:string">
1314
        <xs:annotation>
1315
          <xs:appinfo>
1316
            <doc:tooltip>
1317
                  Scale
1318
            </doc:tooltip>
1319
            <doc:summary>
1320
                The Map's scale    
1321
            </doc:summary>
1322
            <doc:description>
1323
                 The Map's scale
1324
            </doc:description>
1325
            <doc:example>
1326
                 1:25,000     
1327
            </doc:example>
1328
            <doc:lineage>
1329
                This field was introduced into EML 2.0 beta 9 
1330
            </doc:lineage>
1331
          </xs:appinfo>
1332
        </xs:annotation>
1333
      </xs:element>
1334
    </xs:sequence>
1335
  </xs:complexType>
1336
  <xs:complexType name="AudioVisual">
1337
    <xs:sequence>
1338
      <xs:element name="publisher" type="rp:ResponsibleParty">
1339
        <xs:annotation>
1340
          <xs:appinfo>
1341
            <doc:tooltip>Publisher</doc:tooltip>
1342
            <doc:summary>
1343
              Organization which actually distributes the video, film,
1344
              the broadcaster etc...
1345
            </doc:summary>
1346
            <doc:description>
1347
             Organization which actually distributes the video, film,
1348
              the broadcaster etc...  This is may or may not be the 
1349
              same as the publication place.
1350
            </doc:description>
1351
            <doc:example>
1352
              "LTER Network Office", "Public Broadcasting", "Pacifica Radio" etc...
1353
              See sub-elements in responsible party           
1354
            </doc:example>
1355
            <doc:lineage>
1356
              This field was introduced into EML 2.0 beta 9, and was 
1357
              derived from MARC/various software packages handling literature
1358
            </doc:lineage>
1359
          </xs:appinfo>
1360
        </xs:annotation>
1361
      </xs:element>
1362
      <xs:element name="productionPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
1363
        <xs:annotation>
1364
          <xs:appinfo>
1365
            <doc:tooltip>Production Place</doc:tooltip>
1366
            <doc:summary>
1367
              Organization that actually produces the audio visual
1368
              material.
1369
            </doc:summary>
1370
            <doc:description>
1371
             Organization that actually produces the audio visual
1372
              material.  There can be more than one producer so this
1373
              element is unbounded.
1374
            </doc:description>
1375
            <doc:example>
1376
              "LTER Network Office", "NCEAS", "Central Arizona Phoenix LTER"
1377
              See sub-elements in responsibleParty.            
1378
            </doc:example>
1379
            <doc:lineage>
1380
              This field was introduced into EML 2.0 beta 9, and was 
1381
              derived from MARC/various software packages handling literature
1382
            </doc:lineage>
1383
          </xs:appinfo>
1384
        </xs:annotation>
1385
      </xs:element>
1386
      <xs:element name="performer" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
1387
        <xs:annotation>
1388
          <xs:appinfo>
1389
            <doc:tooltip>Performer</doc:tooltip>
1390
            <doc:summary>
1391
              The performers in the audio visual production
1392
            </doc:summary>
1393
            <doc:description>
1394
              The performers involved in acting, narrating, or shown in the audio
1395
              visual production.
1396
           </doc:description>
1397
            <doc:example>
1398
              "Jim Nabors", "Sir Lawrence Olivier", etc ...          
1399
            </doc:example>
1400
            <doc:lineage>
1401
              This field was introduced into EML 2.0 beta 9, and was 
1402
              derived from MARC/various software packages handling literature
1403
            </doc:lineage>
1404
          </xs:appinfo>
1405
        </xs:annotation>
1406
      </xs:element>
1407
      <xs:element name="ISBN" type="xs:string" minOccurs="0">
1408
        <xs:annotation>
1409
          <xs:appinfo>
1410
            <doc:tooltip>
1411
                  International Standard Book Number
1412
                </doc:tooltip>
1413
            <doc:summary>
1414
                  The unique Internation Standard Book Number
1415
                </doc:summary>
1416
            <doc:description>
1417
                  The ISBN, or International Standard Book Number
1418
                  that has been assigned to this literature resource.
1419
                </doc:description>
1420
            <doc:example>
1421
                  ISBN 1-861003-11-0
1422
                </doc:example>
1423
            <doc:lineage>
1424
                  This field was introduced into EML 2.0 beta 9and was derived 
1425
                  from the ISO 19115.3 standard (iso-geo-md-2000June-draft) 
1426
                  and the ISO Standard 2108.
1427
                </doc:lineage>
1428
          </xs:appinfo>
1429
        </xs:annotation>
1430
      </xs:element>
1431
      <xs:element name="section" type="xs:string" minOccurs="0">
1432
        <xs:annotation>
1433
          <xs:appinfo>
1434
            <doc:tooltip>
1435
                  Section of audio visual material
1436
            </doc:tooltip>
1437
            <doc:summary>
1438
                  References a section of audio visual material.
1439
            </doc:summary>
1440
            <doc:description>
1441
                  References a section of audio visual material.
1442
                  Gives citation a finer granularity so sections can be
1443
                  referenced instead of the entire audio visual.   
1444
            </doc:description>
1445
            <doc:example>
1446
                 "Tape 3"        
1447
            </doc:example>
1448
            <doc:lineage>
1449
                This field was introduced into EML 2.0 beta 9 
1450
            </doc:lineage>
1451
          </xs:appinfo>
1452
        </xs:annotation>
1453
      </xs:element>
1454
    </xs:sequence>
1455
  </xs:complexType>
1456
  <xs:complexType name="Presentation">
1457
    <xs:sequence>
1458
      <xs:element name="institution" type="rp:ResponsibleParty">
1459
        <xs:annotation>
1460
          <xs:appinfo>
1461
            <doc:tooltip>Presentation publication information</doc:tooltip>
1462
            <doc:summary>
1463
              The address and contact information needed to request a presentation. 
1464
            </doc:summary>
1465
            <doc:description>
1466
              The institution information field is used to provide contact and
1467
              address information that would be needed to request an unpublished
1468
              presentation.
1469
            </doc:description>
1470
            <doc:example>
1471
              "LTER Network Office", "NCEAS" See sub-elements in 
1472
              responsibleParty.
1473
            </doc:example>
1474
            <doc:lineage>
1475
              This field was introduced into EML 2.0 beta 1, and was 
1476
              derived from MARC/various software packages handling literature
1477
            </doc:lineage>
1478
          </xs:appinfo>
1479
        </xs:annotation>
1480
      </xs:element>
1481
      <xs:element name="presentationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
1482
        <xs:annotation>
1483
          <xs:appinfo>
1484
            <doc:tooltip>Presentation place information</doc:tooltip>
1485
            <doc:summary>
1486
              The address and contact information where the material was presented. 
1487
            </doc:summary>
1488
            <doc:description>
1489
              The presentation place field is used to provide the contact information
1490
              for the place where the material was presented.            
1491
            </doc:description>
1492
            <doc:example>
1493
              "LTER Network Office", "NCEAS" See sub-elements in 
1494
              responsibleParty.
1495
            </doc:example>
1496
            <doc:lineage>
1497
              This field was introduced into EML 2.0 beta 1, and was 
1498
              derived from MARC/various software packages handling literature
1499
            </doc:lineage>
1500
          </xs:appinfo>
1501
        </xs:annotation>
1502
      </xs:element>
1503
      <xs:element name="section" type="xs:string" minOccurs="0">
1504
        <xs:annotation>
1505
          <xs:appinfo>
1506
            <doc:tooltip>
1507
                  Section of presentation
1508
                </doc:tooltip>
1509
            <doc:summary>
1510
                References a section of the presentation.             
1511
            </doc:summary>
1512
            <doc:description>
1513
                References a section of the presentation.   Gives 
1514
                citation a finer granularity so sections can be referenced 
1515
                instead of the entire presentation.  
1516
            </doc:description>
1517
            <doc:example>
1518
                 "Frame 53, Table 4"        
1519
            </doc:example>
1520
            <doc:lineage>
1521
                This field was introduced into EML 2.0 beta 9 
1522
            </doc:lineage>
1523
          </xs:appinfo>
1524
        </xs:annotation>
1525
      </xs:element>
1526
      <xs:element name="totalPages" type="xs:string" minOccurs="0">
1527
        <xs:annotation>
1528
          <xs:appinfo>
1529
            <doc:tooltip>Total book pages</doc:tooltip>
1530
            <doc:summary>
1531
              The total number of pages in the book.
1532
            </doc:summary>
1533
            <doc:description>
1534
              The total pages field is used to describe the total number of
1535
              pages in the book that is being described.
1536
            </doc:description>
1537
            <doc:example>
1538
              "628"
1539
            </doc:example>
1540
            <doc:lineage>
1541
              This field was introduced into EML 2.0 beta 1, and was 
1542
              derived from MARC/various software packages handling literature
1543
            </doc:lineage>
1544
          </xs:appinfo>
1545
        </xs:annotation>
1546
      </xs:element>
1547
      <xs:element name="totalFigures" type="xs:string" minOccurs="0">
1548
        <xs:annotation>
1549
          <xs:appinfo>
1550
            <doc:tooltip>Number of figures in presentation</doc:tooltip>
1551
            <doc:summary>
1552
              The total number of figures in the presentation.
1553
            </doc:summary>
1554
            <doc:description>
1555
              The total figures field is used to describe the total number of
1556
              figures, diagrams, and plates in the presentation that is being
1557
              documented.
1558
            </doc:description>
1559
            <doc:example>
1560
              "45"
1561
            </doc:example>
1562
            <doc:lineage>
1563
              This field was introduced into EML 2.0 beta 1, and was 
1564
              derived from MARC/various software packages handling literature
1565
            </doc:lineage>
1566
          </xs:appinfo>
1567
        </xs:annotation>
1568
      </xs:element>
1569
      <xs:element name="totalTables" type="xs:string" minOccurs="0">
1570
        <xs:annotation>
1571
          <xs:appinfo>
1572
            <doc:tooltip>Number of tables in presentation</doc:tooltip>
1573
            <doc:summary>
1574
              The total number of tables in a presentation.
1575
            </doc:summary>
1576
            <doc:description>
1577
              The total tables field is used to describe the total number of
1578
              tables that are present in the presentation that is being documented.
1579
            </doc:description>
1580
            <doc:example>
1581
              "10"
1582
            </doc:example>
1583
            <doc:lineage>
1584
              This field was introduced into EML 2.0 beta 1, and was 
1585
              derived from MARC/various software packages handling literature
1586
            </doc:lineage>
1587
          </xs:appinfo>
1588
        </xs:annotation>
1589
      </xs:element>
1590
    </xs:sequence>
1591
  </xs:complexType>
1592
  <xs:complexType name="Generic">
1593
    <xs:sequence>
1594
      <xs:element name="publisher" type="rp:ResponsibleParty">
1595
        <xs:annotation>
1596
          <xs:appinfo>
1597
            <doc:tooltip>Publisher</doc:tooltip>
1598
            <doc:summary>
1599
              Organization which actually publishes the reference
1600
            </doc:summary>
1601
            <doc:description>
1602
              The organization which physically puts together the reference
1603
              and publishes it.  This may differ from the publicationPlace or it  may 
1604
              be the same. 
1605
            </doc:description>
1606
            <doc:example>
1607
              "Harper Collins", "University Of California Press"           
1608
            </doc:example>
1609
            <doc:lineage>
1610
              This field was introduced into EML 2.0 beta 9, and was 
1611
              derived from MARC/various software packages handling literature.
1612
            </doc:lineage>
1613
          </xs:appinfo>
1614
        </xs:annotation>
1615
      </xs:element>
1616
      <xs:element name="publicationPlace" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
1617
        <xs:annotation>
1618
          <xs:appinfo>
1619
            <doc:tooltip>Publication Place</doc:tooltip>
1620
            <doc:summary>
1621
               Organization(s) who authors are affiliated with.      
1622
            </doc:summary>
1623
            <doc:description>
1624
             Organization(s) who authors are affiliated with. There could be multiple 
1625
              authors and therefore multiple affiliations    
1626
            </doc:description>
1627
            <doc:example>
1628
              "LTER Network Office", "NCEAS", "Central Arizona Phoenix LTER"               
1629
            </doc:example>
1630
            <doc:lineage>
1631
              This field was introduced into EML 2.0 beta 9, and was 
1632
              derived from MARC/various software packages handling literature
1633
            </doc:lineage>
1634
          </xs:appinfo>
1635
        </xs:annotation>
1636
      </xs:element>
1637
      <xs:element name="referenceType" minOccurs="0">
1638
        <xs:annotation>
1639
          <xs:appinfo>
1640
            <doc:tooltip>Reference Type</doc:tooltip>
1641
            <doc:summary>
1642
               The type of reference.     
1643
            </doc:summary>
1644
            <doc:description>
1645
               The reference type describes the type of reference this 
1646
               generic type is being used to represent.
1647
            </doc:description>
1648
            <doc:example>
1649
              "zine", "film", "radio program", etc...             
1650
            </doc:example>
1651
            <doc:lineage>
1652
              This field was introduced into EML 2.0 beta 9, and was 
1653
              derived from MARC/various software packages handling literature
1654
            </doc:lineage>
1655
          </xs:appinfo>
1656
        </xs:annotation>
1657
      </xs:element>
1658
      <xs:element name="volume" type="xs:string" minOccurs="0">
1659
        <xs:annotation>
1660
          <xs:appinfo>
1661
            <doc:tooltip>Reference volume</doc:tooltip>
1662
            <doc:summary>
1663
              The volume of the reference that is part of a series.
1664
            </doc:summary>
1665
            <doc:description>
1666
              The volume field is used to describe the volume number of a 
1667
              reference that is part of a multi-volume series of references.
1668
            </doc:description>
1669
            <doc:example>
1670
              "Volume 2"
1671
            </doc:example>
1672
            <doc:lineage>
1673
              This field was introduced into EML 2.0 beta 9, and was 
1674
              derived from MARC/various software packages handling literature
1675
            </doc:lineage>
1676
          </xs:appinfo>
1677
        </xs:annotation>
1678
      </xs:element>
1679
      <xs:element name="numberOfVolumes" type="xs:string" minOccurs="0">
1680
        <xs:annotation>
1681
          <xs:appinfo>
1682
            <doc:tooltip>Number of Volumes</doc:tooltip>
1683
            <doc:summary>
1684
              Number of volumes in a collection
1685
            </doc:summary>
1686
            <doc:description>
1687
               Number of volumes in a collection           
1688
            </doc:description>
1689
            <doc:example>
1690
              "12"
1691
            </doc:example>
1692
            <doc:lineage>
1693
              This field was introduced into EML 2.0 beta 9, and was 
1694
              derived from MARC/various software packages handling literature
1695
            </doc:lineage>
1696
          </xs:appinfo>
1697
        </xs:annotation>
1698
      </xs:element>
1699
      <xs:element name="totalPages" type="xs:string" minOccurs="0">
1700
        <xs:annotation>
1701
          <xs:appinfo>
1702
            <doc:tooltip>Total reference pages</doc:tooltip>
1703
            <doc:summary>
1704
              The total number of pages in the references.
1705
            </doc:summary>
1706
            <doc:description>
1707
              The total pages field is used to describe the total number of
1708
              pages in the references that is being described.
1709
            </doc:description>
1710
            <doc:example>
1711
              "628"
1712
            </doc:example>
1713
            <doc:lineage>
1714
              This field was introduced into EML 2.0 beta 1, and was 
1715
              derived from MARC/various software packages handling literature
1716
            </doc:lineage>
1717
          </xs:appinfo>
1718
        </xs:annotation>
1719
      </xs:element>
1720
      <xs:element name="totalFigures" type="xs:string" minOccurs="0">
1721
        <xs:annotation>
1722
          <xs:appinfo>
1723
            <doc:tooltip>Number of figures in reference</doc:tooltip>
1724
            <doc:summary>
1725
              The total number of figures in the reference.
1726
            </doc:summary>
1727
            <doc:description>
1728
              The total figures field is used to describe the total number of
1729
              figures, diagrams, and plates in the reference that is being
1730
              documented.
1731
            </doc:description>
1732
            <doc:example>
1733
              "45"
1734
            </doc:example>
1735
            <doc:lineage>
1736
              This field was introduced into EML 2.0 beta 1, and was 
1737
              derived from MARC/various software packages handling literature
1738
            </doc:lineage>
1739
          </xs:appinfo>
1740
        </xs:annotation>
1741
      </xs:element>
1742
      <xs:element name="totalTables" type="xs:string" minOccurs="0">
1743
        <xs:annotation>
1744
          <xs:appinfo>
1745
            <doc:tooltip>Number of tables in reference</doc:tooltip>
1746
            <doc:summary>
1747
              The total number of tables in a reference.
1748
            </doc:summary>
1749
            <doc:description>
1750
              The total tables field is used to describe the total number of
1751
              tables that are present in the reference that is being documented.
1752
            </doc:description>
1753
            <doc:example>
1754
              "10"
1755
            </doc:example>
1756
            <doc:lineage>
1757
              This field was introduced into EML 2.0 beta 1, and was 
1758
              derived from MARC/various software packages handling literature
1759
            </doc:lineage>
1760
          </xs:appinfo>
1761
        </xs:annotation>
1762
      </xs:element>
1763
      <xs:element name="section" type="xs:string" minOccurs="0">
1764
        <xs:annotation>
1765
          <xs:appinfo>
1766
            <doc:tooltip>
1767
                  Section of generic type
1768
            </doc:tooltip>
1769
            <doc:summary>
1770
                References a section of the generic type.         
1771
            </doc:summary>
1772
            <doc:description>
1773
                References a section of the generic type.  Gives citation a 
1774
                finer granularity so sections can be referenced instead of 
1775
                the entire type.  
1776
            </doc:description>
1777
            <doc:example>
1778
                 "Table 3.1", "Chapter 3", "Chapter 3, Section 2"         
1779
            </doc:example>
1780
            <doc:lineage>
1781
                This field was introduced into EML 2.0 beta 9 
1782
            </doc:lineage>
1783
          </xs:appinfo>
1784
        </xs:annotation>
1785
      </xs:element>
1786
      <xs:element name="edition" type="xs:string" minOccurs="0">
1787
        <xs:annotation>
1788
          <xs:appinfo>
1789
            <doc:tooltip>edition</doc:tooltip>
1790
            <doc:summary>
1791
              The edition of the generic reference being described.
1792
            </doc:summary>
1793
            <doc:description>
1794
              The edition field is to document the edition of the generic reference 
1795
              type that is being described.
1796
            </doc:description>
1797
            <doc:example>
1798
              "Second Edition"
1799
            </doc:example>
1800
            <doc:lineage>
1801
              This field was introduced into EML 2.0 beta 1, and was 
1802
              derived from MARC/various software packages handling literature
1803
            </doc:lineage>
1804
          </xs:appinfo>
1805
        </xs:annotation>
1806
      </xs:element>
1807
      <xs:element name="originalPublication" type="xs:string" minOccurs="0">
1808
        <xs:annotation>
1809
          <xs:appinfo>
1810
            <doc:tooltip>
1811
                  Original Publication
1812
                </doc:tooltip>
1813
            <doc:summary>
1814
                  References current publication to its original.                
1815
              </doc:summary>
1816
            <doc:description>
1817
                  Supplemental information about the original publication of the
1818
                  current reference.                 
1819
              </doc:description>
1820
            <doc:example>
1821
                  "Date", "Publisher",  etc...                
1822
                  </doc:example>
1823
            <doc:lineage>
1824
                  This field was introduced into EML 2.0 beta 9.                    
1825
          </doc:lineage>
1826
          </xs:appinfo>
1827
        </xs:annotation>
1828
      </xs:element>
1829
      <xs:element name="reprintEdition" type="xs:string" minOccurs="0">
1830
        <xs:annotation>
1831
          <xs:appinfo>
1832
            <doc:tooltip>
1833
                  Reprint Edition                
1834
              </doc:tooltip>
1835
            <doc:summary>
1836
                Reference for current edition that was originally published under
1837
                a different title.                
1838
              </doc:summary>
1839
            <doc:description>
1840
                Reference for current edition that was originally published under
1841
                a different title.   
1842
              </doc:description>
1843
            <doc:example>
1844
                  "Stream Research in the LTER Network, 1993"               
1845
              </doc:example>
1846
            <doc:lineage>
1847
                  This field was introduced into EML 2.0 beta 9.                    
1848
          </doc:lineage>
1849
          </xs:appinfo>
1850
        </xs:annotation>
1851
      </xs:element>
1852
      <xs:element name="reviewedItem" type="xs:string" minOccurs="0">
1853
        <xs:annotation>
1854
          <xs:appinfo>
1855
            <doc:tooltip>
1856
                  Reviewed Item              
1857
              </doc:tooltip>
1858
            <doc:summary>
1859
                Reference types that are reviews of other references.
1860
              </doc:summary>
1861
            <doc:description>
1862
                Use for articles, chapters, audio visual , etc... that
1863
                are critical review of books, cinema, art, or other works.
1864
              </doc:description>
1865
            <doc:example>
1866
                   "Structure and Function of an Alpine Ecosystem
1867
                    Niwot Ridge, Colorado
1868
                    Edited by WILLIAM D. BOWMAN and TIMOTHY 
1869
                    R. SEASTEDT, University of Colorado, Boulder"
1870
              </doc:example>
1871
            <doc:lineage>
1872
                  This field was introduced into EML 2.0 beta 9.                    
1873
          </doc:lineage>
1874
          </xs:appinfo>
1875
        </xs:annotation>
1876
      </xs:element>
1877
      <xs:choice minOccurs="0">
1878
        <xs:element name="ISBN" type="xs:string">
1879
          <xs:annotation>
1880
            <xs:appinfo>
1881
              <doc:tooltip>
1882
                  International Standard Book Number
1883
                </doc:tooltip>
1884
              <doc:summary>
1885
                  The unique Internation Standard Book Number
1886
                </doc:summary>
1887
              <doc:description>
1888
                  The ISBN, or International Standard Book Number
1889
                  that has been assigned to this literature resource.
1890
                </doc:description>
1891
              <doc:example>
1892
                  ISBN 1-861003-11-0
1893
                </doc:example>
1894
              <doc:lineage>
1895
                  This field was introduced into EML 2.0 beta 9 and was derived 
1896
                  from the ISO 19115.3 standard (iso-geo-md-2000June-draft) 
1897
                  and the ISO Standard 2108.
1898
                </doc:lineage>
1899
            </xs:appinfo>
1900
          </xs:annotation>
1901
        </xs:element>
1902
        <xs:element name="ISSN" type="xs:string">
1903
          <xs:annotation>
1904
            <xs:appinfo>
1905
              <doc:tooltip>
1906
                  International Standard Serial Number
1907
                </doc:tooltip>
1908
              <doc:summary>
1909
                  The unique Internation Standard Serial Number
1910
                </doc:summary>
1911
              <doc:description>
1912
                  The ISSN, or International Standard Serial Number
1913
                  that has been assigned to this literature resource.
1914
                </doc:description>
1915
              <doc:example>
1916
                  ISSN 1234-5679
1917
                </doc:example>
1918
              <doc:lineage>
1919
                  This field was introduced into EML 2.0 and was derived 
1920
                  from the ISO 19115.3 standard (iso-geo-md-2000June-draft) 
1921
                  and the ISO 3297-1975; ANSI Z39.9-1979 standard.
1922
                </doc:lineage>
1923
            </xs:appinfo>
1924
          </xs:annotation>
1925
        </xs:element>
1926
      </xs:choice>
1927
    </xs:sequence>
1928
  </xs:complexType>
1929
  <xs:complexType name="Thesis">
1930
    <xs:sequence>
1931
      <xs:element name="degree" type="xs:string">
1932
        <xs:annotation>
1933
          <xs:appinfo>
1934
            <doc:tooltip>Degee name</doc:tooltip>
1935
            <doc:summary>
1936
              The name or degree level for which the thesis was completed.
1937
            </doc:summary>
1938
            <doc:description>
1939
              The degree field is used to describe the name or degree level 
1940
              for which the thesis was completed.
1941
            </doc:description>
1942
            <doc:example>
1943
              "Ph.D.", "M.S.", "Master of Science", etc...
1944
            </doc:example>
1945
            <doc:lineage>
1946
              This field was introduced into EML 2.0 beta 1, and was 
1947
              derived from MARC/various software packages handling literature
1948
            </doc:lineage>
1949
          </xs:appinfo>
1950
        </xs:annotation>
1951
      </xs:element>
1952
      <xs:element name="university" type="rp:ResponsibleParty">
1953
        <xs:annotation>
1954
          <xs:appinfo>
1955
            <doc:tooltip>Degree awarding institution</doc:tooltip>
1956
            <doc:summary>
1957
              The name of the degree-awarding institution
1958
            </doc:summary>
1959
            <doc:description>
1960
              The degree institution field is used to name the institution from
1961
              which the degree was awarded for the thesis being described.
1962
            </doc:description>
1963
            <doc:example>
1964
              "Western Washington University"
1965
            </doc:example>
1966
            <doc:lineage>
1967
              This field was introduced into EML 2.0 beta 1, and was 
1968
              derived from MARC/various software packages handling literature
1969
            </doc:lineage>
1970
          </xs:appinfo>
1971
        </xs:annotation>
1972
      </xs:element>
1973
      <xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
1974
        <xs:annotation>
1975
          <xs:appinfo>
1976
            <doc:tooltip>Address where a copy of the thesis may be requested
1977
            </doc:tooltip>
1978
            <doc:summary>
1979
              The address where the thesis may be requested
1980
            </doc:summary>
1981
            <doc:description>
1982
              The publication information field is used to provide the name,
1983
              address, and contact information that is needed in order to
1984
              request a copy of the thesis that is being described.
1985
            </doc:description>
1986
            <doc:example>
1987
              Please see the individual sub-fields for specific examples.
1988
            </doc:example>
1989
            <doc:lineage>
1990
              This field was introduced into EML 2.0 beta 1, and was 
1991
              derived from MARC/various software packages handling literature
1992
            </doc:lineage>
1993
          </xs:appinfo>
1994
        </xs:annotation>
1995
      </xs:element>
1996
      <xs:element name="totalPages" type="xs:string" minOccurs="0">
1997
        <xs:annotation>
1998
          <xs:appinfo>
1999
            <doc:tooltip>Thesis Pages</doc:tooltip>
2000
            <doc:summary>
2001
              The total number of pages in the thesis.
2002
            </doc:summary>
2003
            <doc:description>
2004
              The total pages field is used to document the number of pages that
2005
              are present in the thesis that is being described.
2006
            </doc:description>
2007
            <doc:example>
2008
              "356"
2009
            </doc:example>
2010
            <doc:lineage>
2011
              This field was introduced into EML 2.0 beta 1, and was 
2012
              derived from MARC/various software packages handling literature
2013
            </doc:lineage>
2014
          </xs:appinfo>
2015
        </xs:annotation>
2016
      </xs:element>
2017
      <xs:element name="section" type="xs:string" minOccurs="0">
2018
        <xs:annotation>
2019
          <xs:appinfo>
2020
            <doc:tooltip>
2021
                  section of thesis
2022
                </doc:tooltip>
2023
            <doc:summary>
2024
                References a scection of the thesis.        
2025
            </doc:summary>
2026
            <doc:description>
2027
                References a scection of the thesis.   Gives citation a finer 
2028
                granularity so sections can be referenced instead of the 
2029
                entire thesis.  
2030
            </doc:description>
2031
            <doc:example>
2032
                 "Table 3.1", "Chapter 3", "Chapter 3, Section 2"         
2033
            </doc:example>
2034
            <doc:lineage>
2035
                This field was introduced into EML 2.0 beta 9 
2036
            </doc:lineage>
2037
          </xs:appinfo>
2038
        </xs:annotation>
2039
      </xs:element>
2040
    </xs:sequence>
2041
  </xs:complexType>
2042
</xs:schema>
(3-3/3)