Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Imported schema eml-literature.xsd
Namespace eml://ecoinformatics.org/literature-2.0.1
Annotations
'$RCSfile: eml-literature.xsd,v $'
       Copyright: 1997-2002 Regents of the University of California,
                            University of New Mexico, and
                            Arizona State University
        Sponsors: National Center for Ecological Analysis and Synthesis and
                  Partnership for Interdisciplinary Studies of Coastal Oceans,
                     University of California Santa Barbara
                  Long-Term Ecological Research Network Office,
                     University of New Mexico
                  Center for Environmental Studies, Arizona State University
   Other funding: National Science Foundation (see README for details)
                  The David and Lucile Packard Foundation
     For Details: http://knb.ecoinformatics.org/

        '$Author: jones $'
          '$Date: 2003/11/06 20:15:20 $'
      '$Revision: 1.51 $'

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

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

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Properties
attribute form default: unqualified
element form default: unqualified
Element CitationType / article
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id253 eml-literature_xsd.tmp#id254 eml-literature_xsd.tmp#id255 eml-literature_xsd.tmp#id256 eml-literature_xsd.tmp#id257 eml-literature_xsd.tmp#id258 eml-literature_xsd.tmp#id259 eml-literature_xsd.tmp#id252
Type Article
Properties
content: complex
Model journal , volume , issue{0,1} , pageRange , publisher{0,1} , publicationPlace{0,1} , ISSN{0,1}
Children ISSN, issue, journal, pageRange, publicationPlace, publisher, volume
Instance
<article>
  <journal>{1,1}</journal>
  <volume>{1,1}</volume>
  <issue>{0,1}</issue>
  <pageRange>{1,1}</pageRange>
  <publisher id="" scope="document" system="">{0,1}</publisher>
  <publicationPlace>{0,1}</publicationPlace>
  <ISSN>{0,1}</ISSN>
</article>
Source
<xs:element name="article" type="Article">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>article</doc:tooltip>
      <doc:summary>Information for full citation of a journal article
                or other periodical article.</doc:summary>
      <doc:description>The article field provides sub-fields for a
                full citation of an article in a journal or other
                periodical.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Article / journal
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="journal" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Journal Name</doc:tooltip>
      <doc:summary>The name of the journal, magazine, newspaper, zine,
            etc... in which the article was published.</doc:summary>
      <doc:description>The name of the journal, magazine, newspaper,
            zine, etc... in which the article was published.</doc:description>
      <doc:example>"Ecology"</doc:example>
      <doc:example>"New York Times"</doc:example>
      <doc:example>"Harper's"</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Article / volume
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="volume" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Journal Volume</doc:tooltip>
      <doc:summary>The volume of the journal in which the article
            appears</doc:summary>
      <doc:description>The volume field is used to describe the volume of
            the journal in which the article appears.</doc:description>
      <doc:example>"Volume I"</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Article / issue
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="issue" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Journal issue</doc:tooltip>
      <doc:summary>The issue of the journal in which the article
            appears</doc:summary>
      <doc:description>The issue field is used to describe the issue of
            the journal in which the article appears.</doc:description>
      <doc:example>November 2001</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Article / pageRange
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="pageRange" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Journal Pages</doc:tooltip>
      <doc:summary>The beginning and end page numbers of the journal
            article</doc:summary>
      <doc:description>The page range field is used for the beginning and
            ending pages of the journal article that is being
            documented.</doc:description>
      <doc:example>115-122</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Article / publisher
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
minOccurs: 0
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</publisher>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publisher</doc:tooltip>
      <doc:summary>Organization that actually publishes the
            article</doc:summary>
      <doc:description>The organization that physically puts together the
            article and publishes it.</doc:description>
      <doc:example>Harper Collins</doc:example>
      <doc:example>University Of California Press</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Article / publicationPlace
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="publicationPlace" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publication Place</doc:tooltip>
      <doc:summary>The location at which the work was
            published.</doc:summary>
      <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
      <doc:example>New York</doc:example>
      <doc:example>London</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Article / ISSN
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="ISSN" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>International Standard Serial Number</doc:tooltip>
      <doc:summary>The unique Internation Standard Serial
            Number</doc:summary>
      <doc:description>The ISSN, or International Standard Serial Number
            that has been assigned to this literature
            resource.</doc:description>
      <doc:example>ISSN 1234-5679</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / book
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id262 eml-literature_xsd.tmp#id263 eml-literature_xsd.tmp#id264 eml-literature_xsd.tmp#id265 eml-literature_xsd.tmp#id266 eml-literature_xsd.tmp#id267 eml-literature_xsd.tmp#id268 eml-literature_xsd.tmp#id269 eml-literature_xsd.tmp#id270 eml-literature_xsd.tmp#id261
Type Book
Properties
content: complex
Model publisher , publicationPlace{0,1} , edition{0,1} , volume{0,1} , numberOfVolumes{0,1} , totalPages{0,1} , totalFigures{0,1} , totalTables{0,1} , ISBN{0,1}
Children ISBN, edition, numberOfVolumes, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Instance
<book>
  <publisher id="" scope="document" system="">{1,1}</publisher>
  <publicationPlace>{0,1}</publicationPlace>
  <edition>{0,1}</edition>
  <volume>{0,1}</volume>
  <numberOfVolumes>{0,1}</numberOfVolumes>
  <totalPages>{0,1}</totalPages>
  <totalFigures>{0,1}</totalFigures>
  <totalTables>{0,1}</totalTables>
  <ISBN>{0,1}</ISBN>
</book>
Source
<xs:element name="book" type="Book">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Book</doc:tooltip>
      <doc:summary>Information for full citation of a
                book</doc:summary>
      <doc:description>The book field provides sub-fields for a full
                citation of a book.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Book / publisher
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</publisher>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="publisher" type="rp:ResponsibleParty">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publisher</doc:tooltip>
      <doc:summary>Organization that actually publishes the
            book</doc:summary>
      <doc:description>The organization that physically puts together the
            book and publishes it.</doc:description>
      <doc:example>Harper Collins</doc:example>
      <doc:example>University Of California Press</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Book / publicationPlace
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="publicationPlace" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publication Place</doc:tooltip>
      <doc:summary>The location at which the work was
            published.</doc:summary>
      <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
      <doc:example>New York</doc:example>
      <doc:example>London</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Book / edition
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="edition" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Book edition</doc:tooltip>
      <doc:summary>The edition of the book being described.</doc:summary>
      <doc:description>The edition field is to document the edition of
            the book that is being described.</doc:description>
      <doc:example>Second Edition</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Book / volume
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="volume" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Book volume</doc:tooltip>
      <doc:summary>The volume of the book that is part of a
            series.</doc:summary>
      <doc:description>The volume field is used to describe the volume
            number of a book that is part of a multi-volume series of
            books.</doc:description>
      <doc:example>Volume 2</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Book / numberOfVolumes
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="numberOfVolumes" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Number of Volumes</doc:tooltip>
      <doc:summary>Number of volumes in a collection</doc:summary>
      <doc:description>Number of volumes in a
            collection</doc:description>
      <doc:example>12</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Book / totalPages
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="totalPages" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Total book pages</doc:tooltip>
      <doc:summary>The total number of pages in the book.</doc:summary>
      <doc:description>The total pages field is used to describe the
            total number of pages in the book that is being
            described.</doc:description>
      <doc:example>628</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Book / totalFigures
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="totalFigures" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Number of figures in book</doc:tooltip>
      <doc:summary>The total number of figures in the book.</doc:summary>
      <doc:description>the total figures field is used to describe the
            total number of figures, diagrams, and plates in the book that is
            being documented.</doc:description>
      <doc:example>45</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Book / totalTables
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="totalTables" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Number of tables in book</doc:tooltip>
      <doc:summary>The total number of tables in a book.</doc:summary>
      <doc:description>The total tables field is used to describe the
            total number of tables that are present in the book that is being
            documented.</doc:description>
      <doc:example>10</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Book / ISBN
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="ISBN" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>International Standard Book Number</doc:tooltip>
      <doc:summary>The unique Internation Standard Book
            Number</doc:summary>
      <doc:description>The ISBN, or International Standard Book Number
            that has been assigned to this literature
            resource.</doc:description>
      <doc:example>ISBN 1-861003-11-0</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / chapter
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id262 eml-literature_xsd.tmp#id263 eml-literature_xsd.tmp#id264 eml-literature_xsd.tmp#id265 eml-literature_xsd.tmp#id266 eml-literature_xsd.tmp#id267 eml-literature_xsd.tmp#id268 eml-literature_xsd.tmp#id269 eml-literature_xsd.tmp#id270 eml-literature_xsd.tmp#id261 eml-literature_xsd.tmp#id273 eml-literature_xsd.tmp#id274 eml-literature_xsd.tmp#id275 eml-literature_xsd.tmp#id276 eml-literature_xsd.tmp#id272
Type Chapter
Type hierarchy
Properties
content: complex
Model publisher , publicationPlace{0,1} , edition{0,1} , volume{0,1} , numberOfVolumes{0,1} , totalPages{0,1} , totalFigures{0,1} , totalTables{0,1} , ISBN{0,1} , chapterNumber{0,1} , editor+ , bookTitle , pageRange{0,1}
Children ISBN, bookTitle, chapterNumber, edition, editor, numberOfVolumes, pageRange, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Instance
<chapter>
  <publisher id="" scope="document" system="">{1,1}</publisher>
  <publicationPlace>{0,1}</publicationPlace>
  <edition>{0,1}</edition>
  <volume>{0,1}</volume>
  <numberOfVolumes>{0,1}</numberOfVolumes>
  <totalPages>{0,1}</totalPages>
  <totalFigures>{0,1}</totalFigures>
  <totalTables>{0,1}</totalTables>
  <ISBN>{0,1}</ISBN>
</chapter>
Source
<xs:element name="chapter" type="Chapter">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Book Chapter</doc:tooltip>
      <doc:summary>Information for citation of a chapter in a
                book</doc:summary>
      <doc:description>The book chapter allows citation of a single
                chapter or section of a book. The "creator" for a book chapter
                are the chapter's authors, while the "editor" is the book
                editors. Likewise, "title" is the chapter title, while
                "bookTitle" is the title of the whole book.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Chapter / chapterNumber
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="chapterNumber" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Chapter number</doc:tooltip>
      <doc:summary>The chapter number of interest within a
                book</doc:summary>
      <doc:description>The chapter number of the chapter of a book
                that is being described.</doc:description>
      <doc:example>7</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Chapter / editor
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
maxOccurs: unbounded
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<editor id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</editor>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="editor" type="rp:ResponsibleParty" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Book editor</doc:tooltip>
      <doc:summary>The name of the editor of the book.</doc:summary>
      <doc:description>The book editor field is used to document the
                name of the editor of the book that is being described. The
                editor may be a person, organization, or a role within an
                organization.</doc:description>
      <doc:example>Tom Christiansen</doc:example>
      <doc:example>Institute of Marine Science</doc:example>
      <doc:example>Publication Manager</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Chapter / bookTitle
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="bookTitle" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Book title</doc:tooltip>
      <doc:summary>The title of the book.</doc:summary>
      <doc:description>The book title field is used to document the
                title of the book that is being described.</doc:description>
      <doc:example>War and Peace</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Chapter / pageRange
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="pageRange" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Chapter page range</doc:tooltip>
      <doc:summary>The beginning and ending page numbers of a
                chapter.</doc:summary>
      <doc:description>The page range field is used to document the
                beginning and ending pages of a chapter in a
                book.</doc:description>
      <doc:example>25-122</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / editedBook
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id262 eml-literature_xsd.tmp#id263 eml-literature_xsd.tmp#id264 eml-literature_xsd.tmp#id265 eml-literature_xsd.tmp#id266 eml-literature_xsd.tmp#id267 eml-literature_xsd.tmp#id268 eml-literature_xsd.tmp#id269 eml-literature_xsd.tmp#id270 eml-literature_xsd.tmp#id261
Type Book
Properties
content: complex
Model publisher , publicationPlace{0,1} , edition{0,1} , volume{0,1} , numberOfVolumes{0,1} , totalPages{0,1} , totalFigures{0,1} , totalTables{0,1} , ISBN{0,1}
Children ISBN, edition, numberOfVolumes, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Instance
<editedBook>
  <publisher id="" scope="document" system="">{1,1}</publisher>
  <publicationPlace>{0,1}</publicationPlace>
  <edition>{0,1}</edition>
  <volume>{0,1}</volume>
  <numberOfVolumes>{0,1}</numberOfVolumes>
  <totalPages>{0,1}</totalPages>
  <totalFigures>{0,1}</totalFigures>
  <totalTables>{0,1}</totalTables>
  <ISBN>{0,1}</ISBN>
</editedBook>
Source
<xs:element name="editedBook" type="Book">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Book</doc:tooltip>
      <doc:summary>Information for full citation of an edited
                book</doc:summary>
      <doc:description>The edited book represents a book which was
                edited by one or more editors, but whose chapters were possibly
                authored by others. The editors of an edited book should be
                listed in the "creator" field.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / manuscript
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id280 eml-literature_xsd.tmp#id281 eml-literature_xsd.tmp#id279
Type Manuscript
Properties
content: complex
Model institution+ , totalPages{0,1}
Children institution, totalPages
Instance
<manuscript>
  <institution id="" scope="document" system="">{1,unbounded}</institution>
  <totalPages>{0,1}</totalPages>
</manuscript>
Source
<xs:element name="manuscript" type="Manuscript">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>unpublished manuscipt</doc:tooltip>
      <doc:summary>Information about an unpublished
                manuscript</doc:summary>
      <doc:description>The manuscript field provides sub-fields for a
                full citation of an unpublished manuscript.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Manuscript / institution
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
maxOccurs: unbounded
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<institution id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</institution>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="institution" type="rp:ResponsibleParty" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Manuscript publication information</doc:tooltip>
      <doc:summary>The address and contact information needed to request
            a manuscript.</doc:summary>
      <doc:description>The institution information field is used to
            provide contact and address information that would be needed to
            request an unpublished manuscript</doc:description>
      <doc:example>Please see the individual sub-fields for specific
            examples.</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Manuscript / totalPages
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="totalPages" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Total manuscript pages</doc:tooltip>
      <doc:summary>The total number of pages in the
            manuscript.</doc:summary>
      <doc:description>The total pages field is used to describe the
            total number of pages in the manuscript that is being
            described.</doc:description>
      <doc:example>628</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / report
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id284 eml-literature_xsd.tmp#id285 eml-literature_xsd.tmp#id286 eml-literature_xsd.tmp#id287 eml-literature_xsd.tmp#id283
Type Report
Properties
content: complex
Model reportNumber{0,1} , publisher{0,1} , publicationPlace{0,1} , totalPages{0,1}
Children publicationPlace, publisher, reportNumber, totalPages
Instance
<report>
  <reportNumber>{0,1}</reportNumber>
  <publisher id="" scope="document" system="">{0,1}</publisher>
  <publicationPlace>{0,1}</publicationPlace>
  <totalPages>{0,1}</totalPages>
</report>
Source
<xs:element name="report" type="Report">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Report</doc:tooltip>
      <doc:summary>Information about a report published by an
                institution.</doc:summary>
      <doc:description>The report may be self published by the
                institution or through a publisher. They usually are available
                by request to the institution or can be purchased from the
                publisher.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Report / reportNumber
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="reportNumber" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Report Number</doc:tooltip>
      <doc:summary>The unique identification number assigned to the
            report.</doc:summary>
      <doc:description>The report number field is used to describe the
            unique identification number that has been issued by the report
            institution for the report being described.</doc:description>
      <doc:example>22</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Report / publisher
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
minOccurs: 0
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</publisher>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publisher</doc:tooltip>
      <doc:summary>Organization that actually publishes the
            report</doc:summary>
      <doc:description>The organization that physically put together the
            report and publishes it.</doc:description>
      <doc:example>Harper Collins</doc:example>
      <doc:example>University Of California Press</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Report / publicationPlace
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="publicationPlace" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publication Place</doc:tooltip>
      <doc:summary>The location at which the work was
            published.</doc:summary>
      <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
      <doc:example>New York</doc:example>
      <doc:example>London</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Report / totalPages
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="totalPages" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Total report pages</doc:tooltip>
      <doc:summary>The total number of pages in the report.</doc:summary>
      <doc:description>The total pages field is used to describe the
            total number of pages in the report that is being
            described.</doc:description>
      <doc:example>628</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / thesis
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id290 eml-literature_xsd.tmp#id291 eml-literature_xsd.tmp#id292 eml-literature_xsd.tmp#id289
Type Thesis
Properties
content: complex
Model degree , institution , totalPages{0,1}
Children degree, institution, totalPages
Instance
<thesis>
  <degree>{1,1}</degree>
  <institution id="" scope="document" system="">{1,1}</institution>
  <totalPages>{0,1}</totalPages>
</thesis>
Source
<xs:element name="thesis" type="Thesis">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Thesis as part of a degree</doc:tooltip>
      <doc:summary>Information about a thesis that has been written
                as part of a degree requirement and is frequently published in
                small numbers by the degree awarding institution.</doc:summary>
      <doc:description>Information about a thesis that has been
                written as part of a degree requirement and is frequently
                published in small numbers by the degree awarding
                institution.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Thesis / degree
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="degree" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Degee name</doc:tooltip>
      <doc:summary>The name or degree level for which the thesis was
            completed.</doc:summary>
      <doc:description>The degree field is used to describe the name or
            degree level for which the thesis was completed.</doc:description>
      <doc:example>Ph.D.</doc:example>
      <doc:example>M.S.</doc:example>
      <doc:example>Master of Science</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Thesis / institution
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<institution id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</institution>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="institution" type="rp:ResponsibleParty">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Degree awarding institution</doc:tooltip>
      <doc:summary>The name of the degree-awarding
            institution</doc:summary>
      <doc:description>The degree institution field is used to name the
            institution from which the degree was awarded for the thesis being
            described.</doc:description>
      <doc:example>Western Washington University</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Thesis / totalPages
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="totalPages" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Thesis Pages</doc:tooltip>
      <doc:summary>The total number of pages in the thesis.</doc:summary>
      <doc:description>The total pages field is used to document the
            number of pages that are present in the thesis that is being
            described.</doc:description>
      <doc:example>356</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / conferenceProceedings
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id262 eml-literature_xsd.tmp#id263 eml-literature_xsd.tmp#id264 eml-literature_xsd.tmp#id265 eml-literature_xsd.tmp#id266 eml-literature_xsd.tmp#id267 eml-literature_xsd.tmp#id268 eml-literature_xsd.tmp#id269 eml-literature_xsd.tmp#id270 eml-literature_xsd.tmp#id261 eml-literature_xsd.tmp#id273 eml-literature_xsd.tmp#id274 eml-literature_xsd.tmp#id275 eml-literature_xsd.tmp#id276 eml-literature_xsd.tmp#id272 eml-literature_xsd.tmp#id295 eml-literature_xsd.tmp#id296 eml-literature_xsd.tmp#id297 eml-literature_xsd.tmp#id294
Type ConferenceProceedings
Type hierarchy
Properties
content: complex
Model publisher , publicationPlace{0,1} , edition{0,1} , volume{0,1} , numberOfVolumes{0,1} , totalPages{0,1} , totalFigures{0,1} , totalTables{0,1} , ISBN{0,1} , chapterNumber{0,1} , editor+ , bookTitle , pageRange{0,1} , conferenceName{0,1} , conferenceDate{0,1} , conferenceLocation{0,1}
Children ISBN, bookTitle, chapterNumber, conferenceDate, conferenceLocation, conferenceName, edition, editor, numberOfVolumes, pageRange, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Instance
<conferenceProceedings>
  <publisher id="" scope="document" system="">{1,1}</publisher>
  <publicationPlace>{0,1}</publicationPlace>
  <edition>{0,1}</edition>
  <volume>{0,1}</volume>
  <numberOfVolumes>{0,1}</numberOfVolumes>
  <totalPages>{0,1}</totalPages>
  <totalFigures>{0,1}</totalFigures>
  <totalTables>{0,1}</totalTables>
  <ISBN>{0,1}</ISBN>
</conferenceProceedings>
Source
<xs:element name="conferenceProceedings" type="ConferenceProceedings">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>conference proceedings</doc:tooltip>
      <doc:summary>The published notes, papers, presentations etc...
                of a conference.</doc:summary>
      <doc:description>The published notes, papers, presentations,
                etc..., of a conference.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ConferenceProceedings / conferenceName
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="conferenceName" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Conference Name</doc:tooltip>
      <doc:summary>The name of the conference whose proceedings have
                been published.</doc:summary>
      <doc:description>The name of the conference whose proceedings
                have been published.</doc:description>
      <doc:example>North American Science Symposium</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ConferenceProceedings / conferenceDate
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="conferenceDate" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Conference Date</doc:tooltip>
      <doc:summary>The date the conference was held.</doc:summary>
      <doc:description>The date the conference was
                held.</doc:description>
      <doc:example>November 1-6, 1998</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element ConferenceProceedings / conferenceLocation
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id122 eml-party_xsd.tmp#id124 eml-party_xsd.tmp#id125 eml-party_xsd.tmp#id114 eml-party_xsd.tmp#id115 eml-party_xsd.tmp#id116 eml-party_xsd.tmp#id117 eml-party_xsd.tmp#id118 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id113
Type Address
Properties
content: complex
minOccurs: 0
Model (deliveryPoint* , city{0,1} , administrativeArea{0,1} , postalCode{0,1} , country{0,1}) | (references)
Children administrativeArea, city, country, deliveryPoint, postalCode, references
Instance
<conferenceLocation id="" scope="document" system="">
  <deliveryPoint>{0,unbounded}</deliveryPoint>
  <city>{0,1}</city>
  <administrativeArea>{0,1}</administrativeArea>
  <postalCode>{0,1}</postalCode>
  <country>{0,1}</country>
</conferenceLocation>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="conferenceLocation" type="rp:Address" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Conference Location</doc:tooltip>
      <doc:summary>The location where the conference was
                held.</doc:summary>
      <doc:description>The location where the conference was
                held.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / personalCommunication
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id300 eml-literature_xsd.tmp#id301 eml-literature_xsd.tmp#id302 eml-literature_xsd.tmp#id303 eml-literature_xsd.tmp#id299
Type PersonalCommunication
Properties
content: complex
Model publisher{0,1} , publicationPlace{0,1} , communicationType{0,1} , recipient*
Children communicationType, publicationPlace, publisher, recipient
Instance
<personalCommunication>
  <publisher id="" scope="document" system="">{0,1}</publisher>
  <publicationPlace>{0,1}</publicationPlace>
  <communicationType>{0,1}</communicationType>
  <recipient id="" scope="document" system="">{0,unbounded}</recipient>
</personalCommunication>
Source
<xs:element name="personalCommunication" type="PersonalCommunication">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Personal communication</doc:tooltip>
      <doc:summary>A personal communication that has been saved
                online or as hard-copy.</doc:summary>
      <doc:description>This could be a widely distributed memo, an
                e-mail, a transcript from a conversation or interview,
                etc...</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element PersonalCommunication / publisher
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
minOccurs: 0
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</publisher>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publisher</doc:tooltip>
      <doc:summary>Organization that actually publishes the
            communication</doc:summary>
      <doc:description>The organization that physically puts together the
            communication and publishes it.</doc:description>
      <doc:example>Harper Collins</doc:example>
      <doc:example>University Of California Press</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element PersonalCommunication / publicationPlace
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="publicationPlace" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publication Place</doc:tooltip>
      <doc:summary>The location at which the work was
            published.</doc:summary>
      <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
      <doc:example>New York</doc:example>
      <doc:example>London</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element PersonalCommunication / communicationType
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="communicationType" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Type of communication</doc:tooltip>
      <doc:summary>The type of personal communication.</doc:summary>
      <doc:description>The type of personal communication. Could be an
            email, letter, memo, transcript of conversation either hardcopy or
            online.</doc:description>
      <doc:example>memo</doc:example>
      <doc:example>letter</doc:example>
      <doc:example>email</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element PersonalCommunication / recipient
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<recipient id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</recipient>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="recipient" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Recipient</doc:tooltip>
      <doc:summary>Recipient of the communication</doc:summary>
      <doc:description>The person, place or thing the personal
            communication was sent to.</doc:description>
      <doc:example>Schmedley, Joe</doc:example>
      <doc:example>jschmedley@lternet.edu</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / map
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id306 eml-literature_xsd.tmp#id307 eml-literature_xsd.tmp#id308 eml-literature_xsd.tmp#id309 eml-literature_xsd.tmp#id305
Type Map
Properties
content: complex
Model publisher{0,1} , edition{0,1} , geographicCoverage* , scale{0,1}
Children edition, geographicCoverage, publisher, scale
Instance
<map>
  <publisher id="" scope="document" system="">{0,1}</publisher>
  <edition>{0,1}</edition>
  <geographicCoverage id="" scope="document" system="">{0,unbounded}</geographicCoverage>
  <scale>{0,1}</scale>
</map>
Source
<xs:element name="map" type="Map">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>map</doc:tooltip>
      <doc:summary>This element desribes the map that is being cited
                or cataloged.</doc:summary>
      <doc:description>This element desribes the map that is being
                cited or cataloged, including its geographic coverage and
                scale.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Map / publisher
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
minOccurs: 0
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</publisher>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publisher</doc:tooltip>
      <doc:summary>Organization that actually publishes the
            map</doc:summary>
      <doc:description>The organization that physically puts together the
            map and publishes it.</doc:description>
      <doc:example>Harper Collins</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Map / edition
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="edition" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Map edition</doc:tooltip>
      <doc:summary>The edition of the map being described.</doc:summary>
      <doc:description>The edition field is to document the edition of
            the mapthat is being described.</doc:description>
      <doc:example>Second Edition</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Map / geographicCoverage
Namespace No namespace
Diagram
Diagram eml-coverage_xsd.tmp#id235 eml-coverage_xsd.tmp#id236 eml-coverage_xsd.tmp#id237 eml-coverage_xsd.tmp#id215 eml-coverage_xsd.tmp#id216 eml-coverage_xsd.tmp#id225 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-coverage_xsd.tmp#id214
Type GeographicCoverage
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model (geographicDescription , boundingCoordinates , datasetGPolygon*) | (references)
Children boundingCoordinates, datasetGPolygon, geographicDescription, references
Instance
<geographicCoverage id="" scope="document" system="">
  <geographicDescription>{1,1}</geographicDescription>
  <boundingCoordinates>{1,1}</boundingCoordinates>
  <datasetGPolygon>{0,unbounded}</datasetGPolygon>
</geographicCoverage>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="geographicCoverage" type="cov:GeographicCoverage" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Geographic coverage</doc:tooltip>
      <doc:summary>Description of the geographic area which the map
            covers</doc:summary>
      <doc:description>This element describes the geographic area which
            the map covers. Could be descriptive text or Cartesian coordinates
            of the area.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Map / scale
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="scale" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Scale</doc:tooltip>
      <doc:summary>The Map's scale</doc:summary>
      <doc:description>The Map's scale</doc:description>
      <doc:example>1:25,000</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / generic
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id312 eml-literature_xsd.tmp#id313 eml-literature_xsd.tmp#id314 eml-literature_xsd.tmp#id315 eml-literature_xsd.tmp#id316 eml-literature_xsd.tmp#id317 eml-literature_xsd.tmp#id318 eml-literature_xsd.tmp#id319 eml-literature_xsd.tmp#id320 eml-literature_xsd.tmp#id321 eml-literature_xsd.tmp#id322 eml-literature_xsd.tmp#id323 eml-literature_xsd.tmp#id324 eml-literature_xsd.tmp#id325 eml-literature_xsd.tmp#id311
Type Generic
Properties
content: complex
Model publisher , publicationPlace{0,1} , referenceType{0,1} , volume{0,1} , numberOfVolumes{0,1} , totalPages{0,1} , totalFigures{0,1} , totalTables{0,1} , edition{0,1} , originalPublication{0,1} , reprintEdition{0,1} , reviewedItem{0,1} , (ISBN | ISSN)
Children ISBN, ISSN, edition, numberOfVolumes, originalPublication, publicationPlace, publisher, referenceType, reprintEdition, reviewedItem, totalFigures, totalPages, totalTables, volume
Instance
<generic>
  <publisher id="" scope="document" system="">{1,1}</publisher>
  <publicationPlace>{0,1}</publicationPlace>
  <referenceType>{0,1}</referenceType>
  <volume>{0,1}</volume>
  <numberOfVolumes>{0,1}</numberOfVolumes>
  <totalPages>{0,1}</totalPages>
  <totalFigures>{0,1}</totalFigures>
  <totalTables>{0,1}</totalTables>
  <edition>{0,1}</edition>
  <originalPublication>{0,1}</originalPublication>
  <reprintEdition>{0,1}</reprintEdition>
  <reviewedItem>{0,1}</reviewedItem>
</generic>
Source
<xs:element name="generic" type="Generic">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Generic Citation</doc:tooltip>
      <doc:summary>This reference type was created for references
                that do not fit in to the other existing reference
                types</doc:summary>
      <doc:description>This reference type was created for references
                that do not fit in to the other existing reference
                types.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / publisher
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</publisher>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="publisher" type="rp:ResponsibleParty">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publisher</doc:tooltip>
      <doc:summary>Organization which actually publishes the
            reference</doc:summary>
      <doc:description>The organization which physically puts together
            the reference and publishes it.</doc:description>
      <doc:example>Harper Collins</doc:example>
      <doc:example>University Of California Press</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / publicationPlace
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="publicationPlace" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publication Place</doc:tooltip>
      <doc:summary>The location at which the work was
            published.</doc:summary>
      <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
      <doc:example>New York</doc:example>
      <doc:example>London</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / referenceType
Namespace No namespace
Diagram
Diagram
Properties
minOccurs: 0
Source
<xs:element name="referenceType" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Reference Type</doc:tooltip>
      <doc:summary>The type of reference.</doc:summary>
      <doc:description>The reference type describes the type of reference
            this generic type is being used to represent.</doc:description>
      <doc:example>zine</doc:example>
      <doc:example>film</doc:example>
      <doc:example>radio program</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / volume
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="volume" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Reference volume</doc:tooltip>
      <doc:summary>The volume of the reference that is part of a
            series.</doc:summary>
      <doc:description>The volume field is used to describe the volume
            number of a reference that is part of a multi-volume series of
            references.</doc:description>
      <doc:example>Volume 2</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / numberOfVolumes
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="numberOfVolumes" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Number of Volumes</doc:tooltip>
      <doc:summary>Number of volumes in a collection</doc:summary>
      <doc:description>Number of volumes in a
            collection</doc:description>
      <doc:example>"12"</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / totalPages
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="totalPages" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Total reference pages</doc:tooltip>
      <doc:summary>The total number of pages in the
            references.</doc:summary>
      <doc:description>The total pages field is used to describe the
            total number of pages in the references that is being
            described.</doc:description>
      <doc:example>628</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / totalFigures
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="totalFigures" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Number of figures in reference</doc:tooltip>
      <doc:summary>The total number of figures in the
            reference.</doc:summary>
      <doc:description>The total figures field is used to describe the
            total number of figures, diagrams, and plates in the reference that
            is being documented.</doc:description>
      <doc:example>45</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / totalTables
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="totalTables" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Number of tables in reference</doc:tooltip>
      <doc:summary>The total number of tables in a
            reference.</doc:summary>
      <doc:description>The total tables field is used to describe the
            total number of tables that are present in the reference that is
            being documented.</doc:description>
      <doc:example>10</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / edition
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="edition" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>edition</doc:tooltip>
      <doc:summary>The edition of the generic reference being
            described.</doc:summary>
      <doc:description>The edition field is to document the edition of
            the generic reference type that is being
            described.</doc:description>
      <doc:example>Second Edition</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / originalPublication
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="originalPublication" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Original Publication</doc:tooltip>
      <doc:summary>References current publication to its
            original.</doc:summary>
      <doc:description>Supplemental information about the original
            publication of the current reference.</doc:description>
      <doc:example>Date</doc:example>
      <doc:example>Publisher</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / reprintEdition
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="reprintEdition" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Reprint Edition</doc:tooltip>
      <doc:summary>Reference for current edition that was originally
            published under a different title.</doc:summary>
      <doc:description>Reference for current edition that was originally
            published under a different title.</doc:description>
      <doc:example>Stream Research in the LTER Network,
            1993</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / reviewedItem
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="reviewedItem" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Reviewed Item</doc:tooltip>
      <doc:summary>Reference types that are reviews of other
            references.</doc:summary>
      <doc:description>Use for articles, chapters, audio visual, etc.
            that are critical review of books, cinema, art, or other
            works.</doc:description>
      <doc:example>Structure and Function of an Alpine Ecosystem Niwot
            Ridge, Colorado Edited by WILLIAM D. BOWMAN and TIMOTHY R.
            SEASTEDT, University of Colorado, Boulder</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / ISBN
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="ISBN" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>International Standard Book Number</doc:tooltip>
      <doc:summary>The unique Internation Standard Book
              Number</doc:summary>
      <doc:description>The ISBN, or International Standard Book Number
              that has been assigned to this literature
              resource.</doc:description>
      <doc:example>ISBN 1-861003-11-0</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Generic / ISSN
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="ISSN" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>International Standard Serial Number</doc:tooltip>
      <doc:summary>The unique Internation Standard Serial
              Number</doc:summary>
      <doc:description>The ISSN, or International Standard Serial
              Number that has been assigned to this literature
              resource.</doc:description>
      <doc:example>ISSN 1234-5679</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / audioVisual
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id328 eml-literature_xsd.tmp#id329 eml-literature_xsd.tmp#id330 eml-literature_xsd.tmp#id331 eml-literature_xsd.tmp#id327
Type AudioVisual
Properties
content: complex
Model publisher , publicationPlace* , performer* , ISBN{0,1}
Children ISBN, performer, publicationPlace, publisher
Instance
<audioVisual>
  <publisher id="" scope="document" system="">{1,1}</publisher>
  <publicationPlace>{0,unbounded}</publicationPlace>
  <performer id="" scope="document" system="">{0,unbounded}</performer>
  <ISBN>{0,1}</ISBN>
</audioVisual>
Source
<xs:element name="audioVisual" type="AudioVisual">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>audio visual</doc:tooltip>
      <doc:summary>This reference type is meant to cover all forms of
                audio and visual media.</doc:summary>
      <doc:description>This reference type is meant to cover all
                forms of audio and visual media, including film, video,
                broadcast, other electronic media.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element AudioVisual / publisher
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</publisher>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="publisher" type="rp:ResponsibleParty">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publisher</doc:tooltip>
      <doc:summary>Organization which actually distributes the video,
            film, the broadcaster etc...</doc:summary>
      <doc:description>Organization which actually distributes the video,
            film, the broadcaster etc...</doc:description>
      <doc:example>LTER Network Office</doc:example>
      <doc:example>Public Broadcasting</doc:example>
      <doc:example>Pacifica Radio</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element AudioVisual / publicationPlace
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="publicationPlace" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Publication Place</doc:tooltip>
      <doc:summary>The location at which the work was
            published.</doc:summary>
      <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
      <doc:example>New York</doc:example>
      <doc:example>London</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element AudioVisual / performer
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id132 eml-party_xsd.tmp#id133 eml-party_xsd.tmp#id134 eml-party_xsd.tmp#id105 eml-party_xsd.tmp#id110 eml-party_xsd.tmp#id111 eml-party_xsd.tmp#id112 eml-party_xsd.tmp#id126 eml-party_xsd.tmp#id128 eml-party_xsd.tmp#id129 eml-party_xsd.tmp#id130 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id104
Type ResponsibleParty
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ((individualName | organizationName | positionName) , address* , phone* , electronicMailAddress* , onlineUrl* , userId*) | (references)
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<performer id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
</performer>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="performer" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Performer</doc:tooltip>
      <doc:summary>The performers in the audio visual
            production</doc:summary>
      <doc:description>The performers involved in acting, narrating, or
            shown in the audio visual production.</doc:description>
      <doc:example>Jim Nabors</doc:example>
      <doc:example>Sir Lawrence Olivier</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element AudioVisual / ISBN
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="ISBN" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>International Standard Book Number</doc:tooltip>
      <doc:summary>The unique Internation Standard Book
            Number</doc:summary>
      <doc:description>The ISBN, or International Standard Book Number
            that has been assigned to this literature
            resource.</doc:description>
      <doc:example>ISBN 1-861003-11-0</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / presentation
Namespace No namespace
Diagram
Diagram eml-literature_xsd.tmp#id334 eml-literature_xsd.tmp#id335 eml-literature_xsd.tmp#id336 eml-literature_xsd.tmp#id333
Type Presentation
Properties
content: complex
Model conferenceName{0,1} , conferenceDate{0,1} , conferenceLocation{0,1}
Children conferenceDate, conferenceLocation, conferenceName
Instance
<presentation>
  <conferenceName>{0,1}</conferenceName>
  <conferenceDate>{0,1}</conferenceDate>
  <conferenceLocation id="" scope="document" system="">{0,1}</conferenceLocation>
</presentation>
Source
<xs:element name="presentation" type="Presentation">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Unpublished Presentation</doc:tooltip>
      <doc:summary>An unpublished presentation from a conference,
                workshop, workgroup, symposium etc.</doc:summary>
      <doc:description>An unpublished presentation from a conference,
                workshop, workgroup, symposium, etc. It will be provided upon
                request in either in paper and/or electronic form. If the
                presentation was actually published in a proceedings, use the
                conferenceProceedings type instead.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Presentation / conferenceName
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="conferenceName" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Conference Name</doc:tooltip>
      <doc:summary>The name of the conference at which this presentation
            was given.</doc:summary>
      <doc:description>The name of the conference at which this
            presentation was given.</doc:description>
      <doc:example>North American Science Symposium</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Presentation / conferenceDate
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="conferenceDate" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Conference Date</doc:tooltip>
      <doc:summary>The date the conference was held.</doc:summary>
      <doc:description>The date the conference was
            held.</doc:description>
      <doc:example>November 1-6, 1998</doc:example>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element Presentation / conferenceLocation
Namespace No namespace
Diagram
Diagram eml-party_xsd.tmp#id122 eml-party_xsd.tmp#id124 eml-party_xsd.tmp#id125 eml-party_xsd.tmp#id114 eml-party_xsd.tmp#id115 eml-party_xsd.tmp#id116 eml-party_xsd.tmp#id117 eml-party_xsd.tmp#id118 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-party_xsd.tmp#id113
Type Address
Properties
content: complex
minOccurs: 0
Model (deliveryPoint* , city{0,1} , administrativeArea{0,1} , postalCode{0,1} , country{0,1}) | (references)
Children administrativeArea, city, country, deliveryPoint, postalCode, references
Instance
<conferenceLocation id="" scope="document" system="">
  <deliveryPoint>{0,unbounded}</deliveryPoint>
  <city>{0,1}</city>
  <administrativeArea>{0,1}</administrativeArea>
  <postalCode>{0,1}</postalCode>
  <country>{0,1}</country>
</conferenceLocation>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="conferenceLocation" type="rp:Address" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Conference Location</doc:tooltip>
      <doc:summary>The location where the conference was
            held.</doc:summary>
      <doc:description>The location where the conference was
            held.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element CitationType / access
Namespace No namespace
Diagram
Diagram eml-access_xsd.tmp#id344 eml-access_xsd.tmp#id345 eml-access_xsd.tmp#id346 eml-access_xsd.tmp#id347 eml-access_xsd.tmp#id348 eml-access_xsd.tmp#id339 eml-access_xsd.tmp#id343 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-access_xsd.tmp#id338
Type AccessType
Properties
content: complex
minOccurs: 0
Model allow | deny | (references)
Children allow, deny, references
Instance
<access authSystem="" id="" order="allowFirst" scope="document" system="">
  <allow>{1,1}</allow>
  <deny>{1,1}</deny>
</access>
Attributes
QName Type Fixed Default Use Annotation
authSystem xs:string required
id IDType optional
order restriction of xs:string allowFirst optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="access" type="acc:AccessType" minOccurs="0">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>access control rules</doc:tooltip>
      <doc:summary>The access element describes the access control
              rules for this literature resource.</doc:summary>
      <doc:description>The access element describes the access control
              rules for this literature resource. This is a general purpose
              description which will be used by any EML compliant
              repository.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element citation
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id349 eml-literature_xsd.tmp#id350 eml-literature_xsd.tmp#id351 eml-resource_xsd.tmp#id99 eml-resource_xsd.tmp#id101 eml-resource_xsd.tmp#id102 eml-resource_xsd.tmp#id103 eml-resource_xsd.tmp#id135 eml-resource_xsd.tmp#id136 eml-resource_xsd.tmp#id139 eml-resource_xsd.tmp#id141 eml-resource_xsd.tmp#id142 eml-resource_xsd.tmp#id143 eml-resource_xsd.tmp#id166 eml-resource_xsd.tmp#id171 eml-resource_xsd.tmp#id172 eml-resource_xsd.tmp#id173 eml-resource_xsd.tmp#id211 eml-resource_xsd.tmp#id98 eml-literature_xsd.tmp#id251 eml-literature_xsd.tmp#id260 eml-literature_xsd.tmp#id271 eml-literature_xsd.tmp#id277 eml-literature_xsd.tmp#id278 eml-literature_xsd.tmp#id282 eml-literature_xsd.tmp#id288 eml-literature_xsd.tmp#id293 eml-literature_xsd.tmp#id298 eml-literature_xsd.tmp#id304 eml-literature_xsd.tmp#id310 eml-literature_xsd.tmp#id326 eml-literature_xsd.tmp#id332 eml-literature_xsd.tmp#id337 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119 eml-literature_xsd.tmp#id250
Type CitationType
Properties
content: complex
Model (alternateIdentifier* , shortName{0,1} , title+ , creator+ , metadataProvider* , associatedParty* , pubDate{0,1} , language{0,1} , series{0,1} , abstract{0,1} , keywordSet* , additionalInfo* , intellectualRights{0,1} , distribution* , coverage{0,1} , (article | book | chapter | editedBook | manuscript | report | thesis | conferenceProceedings | personalCommunication | map | generic | audioVisual | presentation) , access{0,1}) | (references)
Children abstract, access, additionalInfo, alternateIdentifier, article, associatedParty, audioVisual, book, chapter, conferenceProceedings, coverage, creator, distribution, editedBook, generic, intellectualRights, keywordSet, language, manuscript, map, metadataProvider, personalCommunication, presentation, pubDate, references, report, series, shortName, thesis, title
Instance
<citation id="" scope="document" system="">
  <alternateIdentifier system="">{0,unbounded}</alternateIdentifier>
  <shortName>{0,1}</shortName>
  <title>{1,unbounded}</title>
  <creator id="" scope="document" system="">{1,unbounded}</creator>
  <metadataProvider id="" scope="document" system="">{0,unbounded}</metadataProvider>
  <associatedParty id="" scope="document" system="">{0,unbounded}</associatedParty>
  <pubDate>{0,1}</pubDate>
  <language>{0,1}</language>
  <series>{0,1}</series>
  <abstract>{0,1}</abstract>
  <keywordSet>{0,unbounded}</keywordSet>
  <additionalInfo>{0,unbounded}</additionalInfo>
  <intellectualRights>{0,1}</intellectualRights>
  <distribution id="" scope="document" system="">{0,unbounded}</distribution>
  <coverage id="" scope="document" system="">{0,1}</coverage>
  <access authSystem="" id="" order="allowFirst" scope="document" system="">{0,1}</access>
</citation>
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="citation" type="CitationType">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Literature Citation</doc:tooltip>
      <doc:summary>Information describing a literature
        resource.</doc:summary>
      <doc:description>The citation element contains general information
        about a literature resource that is being documented, or a piece of
        literature that is being cited in support of a given resource, such as
        a dataset. It contains subelements that are specific to a literature
        resource such as a book, a journal article, a thesis, etc. It extends
        the generic resource elements with literature specific
        fields.</doc:description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Complex Type CitationType
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id349 eml-literature_xsd.tmp#id350 eml-literature_xsd.tmp#id351 eml-resource_xsd.tmp#id99 eml-resource_xsd.tmp#id101 eml-resource_xsd.tmp#id102 eml-resource_xsd.tmp#id103 eml-resource_xsd.tmp#id135 eml-resource_xsd.tmp#id136 eml-resource_xsd.tmp#id139 eml-resource_xsd.tmp#id141 eml-resource_xsd.tmp#id142 eml-resource_xsd.tmp#id143 eml-resource_xsd.tmp#id166 eml-resource_xsd.tmp#id171 eml-resource_xsd.tmp#id172 eml-resource_xsd.tmp#id173 eml-resource_xsd.tmp#id211 eml-resource_xsd.tmp#id98 eml-literature_xsd.tmp#id251 eml-literature_xsd.tmp#id260 eml-literature_xsd.tmp#id271 eml-literature_xsd.tmp#id277 eml-literature_xsd.tmp#id278 eml-literature_xsd.tmp#id282 eml-literature_xsd.tmp#id288 eml-literature_xsd.tmp#id293 eml-literature_xsd.tmp#id298 eml-literature_xsd.tmp#id304 eml-literature_xsd.tmp#id310 eml-literature_xsd.tmp#id326 eml-literature_xsd.tmp#id332 eml-literature_xsd.tmp#id337 eml-resource_xsd.tmp#id120 eml-resource_xsd.tmp#id119
Used by
Model (alternateIdentifier* , shortName{0,1} , title+ , creator+ , metadataProvider* , associatedParty* , pubDate{0,1} , language{0,1} , series{0,1} , abstract{0,1} , keywordSet* , additionalInfo* , intellectualRights{0,1} , distribution* , coverage{0,1} , (article | book | chapter | editedBook | manuscript | report | thesis | conferenceProceedings | personalCommunication | map | generic | audioVisual | presentation) , access{0,1}) | (references)
Children abstract, access, additionalInfo, alternateIdentifier, article, associatedParty, audioVisual, book, chapter, conferenceProceedings, coverage, creator, distribution, editedBook, generic, intellectualRights, keywordSet, language, manuscript, map, metadataProvider, personalCommunication, presentation, pubDate, references, report, series, shortName, thesis, title
Attributes
QName Type Fixed Default Use Annotation
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:complexType name="CitationType">
  <xs:choice>
    <xs:sequence>
      <xs:group ref="res:ResourceGroup"/>
      <xs:choice>
        <xs:element name="article" type="Article">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>article</doc:tooltip>
              <doc:summary>Information for full citation of a journal article
                or other periodical article.</doc:summary>
              <doc:description>The article field provides sub-fields for a
                full citation of an article in a journal or other
                periodical.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="book" type="Book">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Book</doc:tooltip>
              <doc:summary>Information for full citation of a
                book</doc:summary>
              <doc:description>The book field provides sub-fields for a full
                citation of a book.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="chapter" type="Chapter">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Book Chapter</doc:tooltip>
              <doc:summary>Information for citation of a chapter in a
                book</doc:summary>
              <doc:description>The book chapter allows citation of a single
                chapter or section of a book. The "creator" for a book chapter
                are the chapter's authors, while the "editor" is the book
                editors. Likewise, "title" is the chapter title, while
                "bookTitle" is the title of the whole book.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="editedBook" type="Book">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Book</doc:tooltip>
              <doc:summary>Information for full citation of an edited
                book</doc:summary>
              <doc:description>The edited book represents a book which was
                edited by one or more editors, but whose chapters were possibly
                authored by others. The editors of an edited book should be
                listed in the "creator" field.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="manuscript" type="Manuscript">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>unpublished manuscipt</doc:tooltip>
              <doc:summary>Information about an unpublished
                manuscript</doc:summary>
              <doc:description>The manuscript field provides sub-fields for a
                full citation of an unpublished manuscript.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="report" type="Report">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Report</doc:tooltip>
              <doc:summary>Information about a report published by an
                institution.</doc:summary>
              <doc:description>The report may be self published by the
                institution or through a publisher. They usually are available
                by request to the institution or can be purchased from the
                publisher.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="thesis" type="Thesis">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Thesis as part of a degree</doc:tooltip>
              <doc:summary>Information about a thesis that has been written
                as part of a degree requirement and is frequently published in
                small numbers by the degree awarding institution.</doc:summary>
              <doc:description>Information about a thesis that has been
                written as part of a degree requirement and is frequently
                published in small numbers by the degree awarding
                institution.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="conferenceProceedings" type="ConferenceProceedings">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>conference proceedings</doc:tooltip>
              <doc:summary>The published notes, papers, presentations etc...
                of a conference.</doc:summary>
              <doc:description>The published notes, papers, presentations,
                etc..., of a conference.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="personalCommunication" type="PersonalCommunication">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Personal communication</doc:tooltip>
              <doc:summary>A personal communication that has been saved
                online or as hard-copy.</doc:summary>
              <doc:description>This could be a widely distributed memo, an
                e-mail, a transcript from a conversation or interview,
                etc...</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="map" type="Map">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>map</doc:tooltip>
              <doc:summary>This element desribes the map that is being cited
                or cataloged.</doc:summary>
              <doc:description>This element desribes the map that is being
                cited or cataloged, including its geographic coverage and
                scale.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="generic" type="Generic">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Generic Citation</doc:tooltip>
              <doc:summary>This reference type was created for references
                that do not fit in to the other existing reference
                types</doc:summary>
              <doc:description>This reference type was created for references
                that do not fit in to the other existing reference
                types.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="audioVisual" type="AudioVisual">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>audio visual</doc:tooltip>
              <doc:summary>This reference type is meant to cover all forms of
                audio and visual media.</doc:summary>
              <doc:description>This reference type is meant to cover all
                forms of audio and visual media, including film, video,
                broadcast, other electronic media.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="presentation" type="Presentation">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Unpublished Presentation</doc:tooltip>
              <doc:summary>An unpublished presentation from a conference,
                workshop, workgroup, symposium etc.</doc:summary>
              <doc:description>An unpublished presentation from a conference,
                workshop, workgroup, symposium, etc. It will be provided upon
                request in either in paper and/or electronic form. If the
                presentation was actually published in a proceedings, use the
                conferenceProceedings type instead.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:choice>
      <xs:element name="access" type="acc:AccessType" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <doc:tooltip>access control rules</doc:tooltip>
            <doc:summary>The access element describes the access control
              rules for this literature resource.</doc:summary>
            <doc:description>The access element describes the access control
              rules for this literature resource. This is a general purpose
              description which will be used by any EML compliant
              repository.</doc:description>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:group ref="res:ReferencesGroup"/>
  </xs:choice>
  <xs:attribute name="id" type="res:IDType" use="optional"/>
  <xs:attribute name="system" type="res:SystemType" use="optional"/>
  <xs:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
</xs:complexType>
Complex Type Article
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id253 eml-literature_xsd.tmp#id254 eml-literature_xsd.tmp#id255 eml-literature_xsd.tmp#id256 eml-literature_xsd.tmp#id257 eml-literature_xsd.tmp#id258 eml-literature_xsd.tmp#id259
Used by
Model journal , volume , issue{0,1} , pageRange , publisher{0,1} , publicationPlace{0,1} , ISSN{0,1}
Children ISSN, issue, journal, pageRange, publicationPlace, publisher, volume
Source
<xs:complexType name="Article">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>article</doc:tooltip>
      <doc:summary>Information for full citation of a journal article or
        other periodical article.</doc:summary>
      <doc:description>The article field provides sub-fields for a full
        citation of an article in a journal or other
        periodical.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="journal" type="xs:string">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Journal Name</doc:tooltip>
          <doc:summary>The name of the journal, magazine, newspaper, zine,
            etc... in which the article was published.</doc:summary>
          <doc:description>The name of the journal, magazine, newspaper,
            zine, etc... in which the article was published.</doc:description>
          <doc:example>"Ecology"</doc:example>
          <doc:example>"New York Times"</doc:example>
          <doc:example>"Harper's"</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="volume" type="xs:string">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Journal Volume</doc:tooltip>
          <doc:summary>The volume of the journal in which the article
            appears</doc:summary>
          <doc:description>The volume field is used to describe the volume of
            the journal in which the article appears.</doc:description>
          <doc:example>"Volume I"</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="issue" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Journal issue</doc:tooltip>
          <doc:summary>The issue of the journal in which the article
            appears</doc:summary>
          <doc:description>The issue field is used to describe the issue of
            the journal in which the article appears.</doc:description>
          <doc:example>November 2001</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="pageRange" type="xs:string">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Journal Pages</doc:tooltip>
          <doc:summary>The beginning and end page numbers of the journal
            article</doc:summary>
          <doc:description>The page range field is used for the beginning and
            ending pages of the journal article that is being
            documented.</doc:description>
          <doc:example>115-122</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publisher</doc:tooltip>
          <doc:summary>Organization that actually publishes the
            article</doc:summary>
          <doc:description>The organization that physically puts together the
            article and publishes it.</doc:description>
          <doc:example>Harper Collins</doc:example>
          <doc:example>University Of California Press</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="publicationPlace" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publication Place</doc:tooltip>
          <doc:summary>The location at which the work was
            published.</doc:summary>
          <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
          <doc:example>New York</doc:example>
          <doc:example>London</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="ISSN" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>International Standard Serial Number</doc:tooltip>
          <doc:summary>The unique Internation Standard Serial
            Number</doc:summary>
          <doc:description>The ISSN, or International Standard Serial Number
            that has been assigned to this literature
            resource.</doc:description>
          <doc:example>ISSN 1234-5679</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Book
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id262 eml-literature_xsd.tmp#id263 eml-literature_xsd.tmp#id264 eml-literature_xsd.tmp#id265 eml-literature_xsd.tmp#id266 eml-literature_xsd.tmp#id267 eml-literature_xsd.tmp#id268 eml-literature_xsd.tmp#id269 eml-literature_xsd.tmp#id270
Used by
Model publisher , publicationPlace{0,1} , edition{0,1} , volume{0,1} , numberOfVolumes{0,1} , totalPages{0,1} , totalFigures{0,1} , totalTables{0,1} , ISBN{0,1}
Children ISBN, edition, numberOfVolumes, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Source
<xs:complexType name="Book">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Book</doc:tooltip>
      <doc:summary>Information for full citation of a book</doc:summary>
      <doc:description>The book field provides sub-fields for a full citation
        of a book.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="publisher" type="rp:ResponsibleParty">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publisher</doc:tooltip>
          <doc:summary>Organization that actually publishes the
            book</doc:summary>
          <doc:description>The organization that physically puts together the
            book and publishes it.</doc:description>
          <doc:example>Harper Collins</doc:example>
          <doc:example>University Of California Press</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="publicationPlace" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publication Place</doc:tooltip>
          <doc:summary>The location at which the work was
            published.</doc:summary>
          <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
          <doc:example>New York</doc:example>
          <doc:example>London</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="edition" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Book edition</doc:tooltip>
          <doc:summary>The edition of the book being described.</doc:summary>
          <doc:description>The edition field is to document the edition of
            the book that is being described.</doc:description>
          <doc:example>Second Edition</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="volume" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Book volume</doc:tooltip>
          <doc:summary>The volume of the book that is part of a
            series.</doc:summary>
          <doc:description>The volume field is used to describe the volume
            number of a book that is part of a multi-volume series of
            books.</doc:description>
          <doc:example>Volume 2</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="numberOfVolumes" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Number of Volumes</doc:tooltip>
          <doc:summary>Number of volumes in a collection</doc:summary>
          <doc:description>Number of volumes in a
            collection</doc:description>
          <doc:example>12</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="totalPages" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Total book pages</doc:tooltip>
          <doc:summary>The total number of pages in the book.</doc:summary>
          <doc:description>The total pages field is used to describe the
            total number of pages in the book that is being
            described.</doc:description>
          <doc:example>628</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="totalFigures" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Number of figures in book</doc:tooltip>
          <doc:summary>The total number of figures in the book.</doc:summary>
          <doc:description>the total figures field is used to describe the
            total number of figures, diagrams, and plates in the book that is
            being documented.</doc:description>
          <doc:example>45</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="totalTables" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Number of tables in book</doc:tooltip>
          <doc:summary>The total number of tables in a book.</doc:summary>
          <doc:description>The total tables field is used to describe the
            total number of tables that are present in the book that is being
            documented.</doc:description>
          <doc:example>10</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="ISBN" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>International Standard Book Number</doc:tooltip>
          <doc:summary>The unique Internation Standard Book
            Number</doc:summary>
          <doc:description>The ISBN, or International Standard Book Number
            that has been assigned to this literature
            resource.</doc:description>
          <doc:example>ISBN 1-861003-11-0</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Chapter
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id262 eml-literature_xsd.tmp#id263 eml-literature_xsd.tmp#id264 eml-literature_xsd.tmp#id265 eml-literature_xsd.tmp#id266 eml-literature_xsd.tmp#id267 eml-literature_xsd.tmp#id268 eml-literature_xsd.tmp#id269 eml-literature_xsd.tmp#id270 eml-literature_xsd.tmp#id261 eml-literature_xsd.tmp#id273 eml-literature_xsd.tmp#id274 eml-literature_xsd.tmp#id275 eml-literature_xsd.tmp#id276
Type extension of Book
Type hierarchy
Used by
Model publisher , publicationPlace{0,1} , edition{0,1} , volume{0,1} , numberOfVolumes{0,1} , totalPages{0,1} , totalFigures{0,1} , totalTables{0,1} , ISBN{0,1} , chapterNumber{0,1} , editor+ , bookTitle , pageRange{0,1}
Children ISBN, bookTitle, chapterNumber, edition, editor, numberOfVolumes, pageRange, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Source
<xs:complexType name="Chapter">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Book Chapter</doc:tooltip>
      <doc:summary>Information for citation of a chapter in a
        book</doc:summary>
      <doc:description>The book chapter allows citation of a single chapter
        or section of a book. The "creator" for a book chapter are the
        chapter's authors, while the "editor" is the book editors. Likewise,
        "title" is the chapter title, while "bookTitle" is the title of the
        whole book.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Book">
      <xs:sequence>
        <xs:element name="chapterNumber" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Chapter number</doc:tooltip>
              <doc:summary>The chapter number of interest within a
                book</doc:summary>
              <doc:description>The chapter number of the chapter of a book
                that is being described.</doc:description>
              <doc:example>7</doc:example>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="editor" type="rp:ResponsibleParty" maxOccurs="unbounded">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Book editor</doc:tooltip>
              <doc:summary>The name of the editor of the book.</doc:summary>
              <doc:description>The book editor field is used to document the
                name of the editor of the book that is being described. The
                editor may be a person, organization, or a role within an
                organization.</doc:description>
              <doc:example>Tom Christiansen</doc:example>
              <doc:example>Institute of Marine Science</doc:example>
              <doc:example>Publication Manager</doc:example>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="bookTitle" type="xs:string">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Book title</doc:tooltip>
              <doc:summary>The title of the book.</doc:summary>
              <doc:description>The book title field is used to document the
                title of the book that is being described.</doc:description>
              <doc:example>War and Peace</doc:example>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="pageRange" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Chapter page range</doc:tooltip>
              <doc:summary>The beginning and ending page numbers of a
                chapter.</doc:summary>
              <doc:description>The page range field is used to document the
                beginning and ending pages of a chapter in a
                book.</doc:description>
              <doc:example>25-122</doc:example>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type Manuscript
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id280 eml-literature_xsd.tmp#id281
Used by
Model institution+ , totalPages{0,1}
Children institution, totalPages
Source
<xs:complexType name="Manuscript">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>unpublished manuscipt</doc:tooltip>
      <doc:summary>Information about an unpublished manuscript</doc:summary>
      <doc:description>The manuscript field provides sub-fields for a full
        citation of an unpublished manuscript.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="institution" type="rp:ResponsibleParty" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Manuscript publication information</doc:tooltip>
          <doc:summary>The address and contact information needed to request
            a manuscript.</doc:summary>
          <doc:description>The institution information field is used to
            provide contact and address information that would be needed to
            request an unpublished manuscript</doc:description>
          <doc:example>Please see the individual sub-fields for specific
            examples.</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="totalPages" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Total manuscript pages</doc:tooltip>
          <doc:summary>The total number of pages in the
            manuscript.</doc:summary>
          <doc:description>The total pages field is used to describe the
            total number of pages in the manuscript that is being
            described.</doc:description>
          <doc:example>628</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Report
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id284 eml-literature_xsd.tmp#id285 eml-literature_xsd.tmp#id286 eml-literature_xsd.tmp#id287
Used by
Model reportNumber{0,1} , publisher{0,1} , publicationPlace{0,1} , totalPages{0,1}
Children publicationPlace, publisher, reportNumber, totalPages
Source
<xs:complexType name="Report">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Report</doc:tooltip>
      <doc:summary>Information about a report published by an
        institution.</doc:summary>
      <doc:description>The report may be self published by the institution or
        through a publisher. They usually are available by request to the
        institution or can be purchased from the publisher.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="reportNumber" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Report Number</doc:tooltip>
          <doc:summary>The unique identification number assigned to the
            report.</doc:summary>
          <doc:description>The report number field is used to describe the
            unique identification number that has been issued by the report
            institution for the report being described.</doc:description>
          <doc:example>22</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publisher</doc:tooltip>
          <doc:summary>Organization that actually publishes the
            report</doc:summary>
          <doc:description>The organization that physically put together the
            report and publishes it.</doc:description>
          <doc:example>Harper Collins</doc:example>
          <doc:example>University Of California Press</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="publicationPlace" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publication Place</doc:tooltip>
          <doc:summary>The location at which the work was
            published.</doc:summary>
          <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
          <doc:example>New York</doc:example>
          <doc:example>London</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="totalPages" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Total report pages</doc:tooltip>
          <doc:summary>The total number of pages in the report.</doc:summary>
          <doc:description>The total pages field is used to describe the
            total number of pages in the report that is being
            described.</doc:description>
          <doc:example>628</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Thesis
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id290 eml-literature_xsd.tmp#id291 eml-literature_xsd.tmp#id292
Used by
Model degree , institution , totalPages{0,1}
Children degree, institution, totalPages
Source
<xs:complexType name="Thesis">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Thesis as part of a degree</doc:tooltip>
      <doc:summary>Information about a thesis that has been written as part
        of a degree requirement and is frequently published in small numbers by
        the degree awarding institution.</doc:summary>
      <doc:description>Information about a thesis that has been written as
        part of a degree requirement and is frequently published in small
        numbers by the degree awarding institution.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="degree" type="xs:string">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Degee name</doc:tooltip>
          <doc:summary>The name or degree level for which the thesis was
            completed.</doc:summary>
          <doc:description>The degree field is used to describe the name or
            degree level for which the thesis was completed.</doc:description>
          <doc:example>Ph.D.</doc:example>
          <doc:example>M.S.</doc:example>
          <doc:example>Master of Science</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="institution" type="rp:ResponsibleParty">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Degree awarding institution</doc:tooltip>
          <doc:summary>The name of the degree-awarding
            institution</doc:summary>
          <doc:description>The degree institution field is used to name the
            institution from which the degree was awarded for the thesis being
            described.</doc:description>
          <doc:example>Western Washington University</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="totalPages" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Thesis Pages</doc:tooltip>
          <doc:summary>The total number of pages in the thesis.</doc:summary>
          <doc:description>The total pages field is used to document the
            number of pages that are present in the thesis that is being
            described.</doc:description>
          <doc:example>356</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ConferenceProceedings
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id262 eml-literature_xsd.tmp#id263 eml-literature_xsd.tmp#id264 eml-literature_xsd.tmp#id265 eml-literature_xsd.tmp#id266 eml-literature_xsd.tmp#id267 eml-literature_xsd.tmp#id268 eml-literature_xsd.tmp#id269 eml-literature_xsd.tmp#id270 eml-literature_xsd.tmp#id261 eml-literature_xsd.tmp#id273 eml-literature_xsd.tmp#id274 eml-literature_xsd.tmp#id275 eml-literature_xsd.tmp#id276 eml-literature_xsd.tmp#id272 eml-literature_xsd.tmp#id295 eml-literature_xsd.tmp#id296 eml-literature_xsd.tmp#id297
Type extension of Chapter
Type hierarchy
Used by
Model publisher , publicationPlace{0,1} , edition{0,1} , volume{0,1} , numberOfVolumes{0,1} , totalPages{0,1} , totalFigures{0,1} , totalTables{0,1} , ISBN{0,1} , chapterNumber{0,1} , editor+ , bookTitle , pageRange{0,1} , conferenceName{0,1} , conferenceDate{0,1} , conferenceLocation{0,1}
Children ISBN, bookTitle, chapterNumber, conferenceDate, conferenceLocation, conferenceName, edition, editor, numberOfVolumes, pageRange, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Source
<xs:complexType name="ConferenceProceedings">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>conference proceedings</doc:tooltip>
      <doc:summary>The published notes, papers, presentations etc... of a
        conference.</doc:summary>
      <doc:description>The published notes, papers, presentations, etc..., of
        a conference.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Chapter">
      <xs:sequence>
        <xs:element name="conferenceName" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Conference Name</doc:tooltip>
              <doc:summary>The name of the conference whose proceedings have
                been published.</doc:summary>
              <doc:description>The name of the conference whose proceedings
                have been published.</doc:description>
              <doc:example>North American Science Symposium</doc:example>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="conferenceDate" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Conference Date</doc:tooltip>
              <doc:summary>The date the conference was held.</doc:summary>
              <doc:description>The date the conference was
                held.</doc:description>
              <doc:example>November 1-6, 1998</doc:example>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element name="conferenceLocation" type="rp:Address" minOccurs="0">
          <xs:annotation>
            <xs:appinfo>
              <doc:tooltip>Conference Location</doc:tooltip>
              <doc:summary>The location where the conference was
                held.</doc:summary>
              <doc:description>The location where the conference was
                held.</doc:description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type PersonalCommunication
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id300 eml-literature_xsd.tmp#id301 eml-literature_xsd.tmp#id302 eml-literature_xsd.tmp#id303
Used by
Model publisher{0,1} , publicationPlace{0,1} , communicationType{0,1} , recipient*
Children communicationType, publicationPlace, publisher, recipient
Source
<xs:complexType name="PersonalCommunication">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Personal communication</doc:tooltip>
      <doc:summary>A personal communication that has been saved online or as
        hard-copy.</doc:summary>
      <doc:description>This could be a widely distributed memo, an e-mail, a
        transcript from a conversation or interview, etc...</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publisher</doc:tooltip>
          <doc:summary>Organization that actually publishes the
            communication</doc:summary>
          <doc:description>The organization that physically puts together the
            communication and publishes it.</doc:description>
          <doc:example>Harper Collins</doc:example>
          <doc:example>University Of California Press</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="publicationPlace" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publication Place</doc:tooltip>
          <doc:summary>The location at which the work was
            published.</doc:summary>
          <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
          <doc:example>New York</doc:example>
          <doc:example>London</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="communicationType" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Type of communication</doc:tooltip>
          <doc:summary>The type of personal communication.</doc:summary>
          <doc:description>The type of personal communication. Could be an
            email, letter, memo, transcript of conversation either hardcopy or
            online.</doc:description>
          <doc:example>memo</doc:example>
          <doc:example>letter</doc:example>
          <doc:example>email</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="recipient" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Recipient</doc:tooltip>
          <doc:summary>Recipient of the communication</doc:summary>
          <doc:description>The person, place or thing the personal
            communication was sent to.</doc:description>
          <doc:example>Schmedley, Joe</doc:example>
          <doc:example>jschmedley@lternet.edu</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Map
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id306 eml-literature_xsd.tmp#id307 eml-literature_xsd.tmp#id308 eml-literature_xsd.tmp#id309
Used by
Model publisher{0,1} , edition{0,1} , geographicCoverage* , scale{0,1}
Children edition, geographicCoverage, publisher, scale
Source
<xs:complexType name="Map">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>map</doc:tooltip>
      <doc:summary>This element desribes the map that is being cited or
        cataloged.</doc:summary>
      <doc:description>This element desribes the map that is being cited or
        cataloged, including its geographic coverage and
        scale.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="publisher" type="rp:ResponsibleParty" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publisher</doc:tooltip>
          <doc:summary>Organization that actually publishes the
            map</doc:summary>
          <doc:description>The organization that physically puts together the
            map and publishes it.</doc:description>
          <doc:example>Harper Collins</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="edition" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Map edition</doc:tooltip>
          <doc:summary>The edition of the map being described.</doc:summary>
          <doc:description>The edition field is to document the edition of
            the mapthat is being described.</doc:description>
          <doc:example>Second Edition</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="geographicCoverage" type="cov:GeographicCoverage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Geographic coverage</doc:tooltip>
          <doc:summary>Description of the geographic area which the map
            covers</doc:summary>
          <doc:description>This element describes the geographic area which
            the map covers. Could be descriptive text or Cartesian coordinates
            of the area.</doc:description>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="scale" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Scale</doc:tooltip>
          <doc:summary>The Map's scale</doc:summary>
          <doc:description>The Map's scale</doc:description>
          <doc:example>1:25,000</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Generic
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id312 eml-literature_xsd.tmp#id313 eml-literature_xsd.tmp#id314 eml-literature_xsd.tmp#id315 eml-literature_xsd.tmp#id316 eml-literature_xsd.tmp#id317 eml-literature_xsd.tmp#id318 eml-literature_xsd.tmp#id319 eml-literature_xsd.tmp#id320 eml-literature_xsd.tmp#id321 eml-literature_xsd.tmp#id322 eml-literature_xsd.tmp#id323 eml-literature_xsd.tmp#id324 eml-literature_xsd.tmp#id325
Used by
Model publisher , publicationPlace{0,1} , referenceType{0,1} , volume{0,1} , numberOfVolumes{0,1} , totalPages{0,1} , totalFigures{0,1} , totalTables{0,1} , edition{0,1} , originalPublication{0,1} , reprintEdition{0,1} , reviewedItem{0,1} , (ISBN | ISSN)
Children ISBN, ISSN, edition, numberOfVolumes, originalPublication, publicationPlace, publisher, referenceType, reprintEdition, reviewedItem, totalFigures, totalPages, totalTables, volume
Source
<xs:complexType name="Generic">
  <xs:sequence>
    <xs:element name="publisher" type="rp:ResponsibleParty">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publisher</doc:tooltip>
          <doc:summary>Organization which actually publishes the
            reference</doc:summary>
          <doc:description>The organization which physically puts together
            the reference and publishes it.</doc:description>
          <doc:example>Harper Collins</doc:example>
          <doc:example>University Of California Press</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="publicationPlace" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publication Place</doc:tooltip>
          <doc:summary>The location at which the work was
            published.</doc:summary>
          <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
          <doc:example>New York</doc:example>
          <doc:example>London</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="referenceType" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Reference Type</doc:tooltip>
          <doc:summary>The type of reference.</doc:summary>
          <doc:description>The reference type describes the type of reference
            this generic type is being used to represent.</doc:description>
          <doc:example>zine</doc:example>
          <doc:example>film</doc:example>
          <doc:example>radio program</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="volume" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Reference volume</doc:tooltip>
          <doc:summary>The volume of the reference that is part of a
            series.</doc:summary>
          <doc:description>The volume field is used to describe the volume
            number of a reference that is part of a multi-volume series of
            references.</doc:description>
          <doc:example>Volume 2</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="numberOfVolumes" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Number of Volumes</doc:tooltip>
          <doc:summary>Number of volumes in a collection</doc:summary>
          <doc:description>Number of volumes in a
            collection</doc:description>
          <doc:example>"12"</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="totalPages" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Total reference pages</doc:tooltip>
          <doc:summary>The total number of pages in the
            references.</doc:summary>
          <doc:description>The total pages field is used to describe the
            total number of pages in the references that is being
            described.</doc:description>
          <doc:example>628</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="totalFigures" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Number of figures in reference</doc:tooltip>
          <doc:summary>The total number of figures in the
            reference.</doc:summary>
          <doc:description>The total figures field is used to describe the
            total number of figures, diagrams, and plates in the reference that
            is being documented.</doc:description>
          <doc:example>45</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="totalTables" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Number of tables in reference</doc:tooltip>
          <doc:summary>The total number of tables in a
            reference.</doc:summary>
          <doc:description>The total tables field is used to describe the
            total number of tables that are present in the reference that is
            being documented.</doc:description>
          <doc:example>10</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="edition" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>edition</doc:tooltip>
          <doc:summary>The edition of the generic reference being
            described.</doc:summary>
          <doc:description>The edition field is to document the edition of
            the generic reference type that is being
            described.</doc:description>
          <doc:example>Second Edition</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="originalPublication" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Original Publication</doc:tooltip>
          <doc:summary>References current publication to its
            original.</doc:summary>
          <doc:description>Supplemental information about the original
            publication of the current reference.</doc:description>
          <doc:example>Date</doc:example>
          <doc:example>Publisher</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="reprintEdition" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Reprint Edition</doc:tooltip>
          <doc:summary>Reference for current edition that was originally
            published under a different title.</doc:summary>
          <doc:description>Reference for current edition that was originally
            published under a different title.</doc:description>
          <doc:example>Stream Research in the LTER Network,
            1993</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="reviewedItem" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Reviewed Item</doc:tooltip>
          <doc:summary>Reference types that are reviews of other
            references.</doc:summary>
          <doc:description>Use for articles, chapters, audio visual, etc.
            that are critical review of books, cinema, art, or other
            works.</doc:description>
          <doc:example>Structure and Function of an Alpine Ecosystem Niwot
            Ridge, Colorado Edited by WILLIAM D. BOWMAN and TIMOTHY R.
            SEASTEDT, University of Colorado, Boulder</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:choice minOccurs="0">
      <xs:element name="ISBN" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <doc:tooltip>International Standard Book Number</doc:tooltip>
            <doc:summary>The unique Internation Standard Book
              Number</doc:summary>
            <doc:description>The ISBN, or International Standard Book Number
              that has been assigned to this literature
              resource.</doc:description>
            <doc:example>ISBN 1-861003-11-0</doc:example>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="ISSN" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <doc:tooltip>International Standard Serial Number</doc:tooltip>
            <doc:summary>The unique Internation Standard Serial
              Number</doc:summary>
            <doc:description>The ISSN, or International Standard Serial
              Number that has been assigned to this literature
              resource.</doc:description>
            <doc:example>ISSN 1234-5679</doc:example>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:complexType>
Complex Type AudioVisual
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id328 eml-literature_xsd.tmp#id329 eml-literature_xsd.tmp#id330 eml-literature_xsd.tmp#id331
Used by
Model publisher , publicationPlace* , performer* , ISBN{0,1}
Children ISBN, performer, publicationPlace, publisher
Source
<xs:complexType name="AudioVisual">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>audio visual</doc:tooltip>
      <doc:summary>This reference type is meant to cover all forms of audio
        and visual media.</doc:summary>
      <doc:description>This reference type is meant to cover all forms of
        audio and visual media, including film, video, broadcast, other
        electronic media.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="publisher" type="rp:ResponsibleParty">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publisher</doc:tooltip>
          <doc:summary>Organization which actually distributes the video,
            film, the broadcaster etc...</doc:summary>
          <doc:description>Organization which actually distributes the video,
            film, the broadcaster etc...</doc:description>
          <doc:example>LTER Network Office</doc:example>
          <doc:example>Public Broadcasting</doc:example>
          <doc:example>Pacifica Radio</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="publicationPlace" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Publication Place</doc:tooltip>
          <doc:summary>The location at which the work was
            published.</doc:summary>
          <doc:description>The location at which the work was published. This
            is usually the name of the city in which the publishing house
            produced the work.</doc:description>
          <doc:example>New York</doc:example>
          <doc:example>London</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="performer" type="rp:ResponsibleParty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Performer</doc:tooltip>
          <doc:summary>The performers in the audio visual
            production</doc:summary>
          <doc:description>The performers involved in acting, narrating, or
            shown in the audio visual production.</doc:description>
          <doc:example>Jim Nabors</doc:example>
          <doc:example>Sir Lawrence Olivier</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="ISBN" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>International Standard Book Number</doc:tooltip>
          <doc:summary>The unique Internation Standard Book
            Number</doc:summary>
          <doc:description>The ISBN, or International Standard Book Number
            that has been assigned to this literature
            resource.</doc:description>
          <doc:example>ISBN 1-861003-11-0</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Presentation
Namespace eml://ecoinformatics.org/literature-2.0.1
Diagram
Diagram eml-literature_xsd.tmp#id334 eml-literature_xsd.tmp#id335 eml-literature_xsd.tmp#id336
Used by
Model conferenceName{0,1} , conferenceDate{0,1} , conferenceLocation{0,1}
Children conferenceDate, conferenceLocation, conferenceName
Source
<xs:complexType name="Presentation">
  <xs:annotation>
    <xs:appinfo>
      <doc:tooltip>Unpublished Presentation</doc:tooltip>
      <doc:summary>An unpublished presentation from a conference, workshop,
        workgroup, symposium, etc.</doc:summary>
      <doc:description>An unpublished presentation from a conference,
        workshop, workgroup, symposium, etc. It will be provided upon request
        in either in paper and/or electronic form by contacting the authors. If
        the presentation was actually published in a proceedings, use the
        conferenceProceedings type instead.</doc:description>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="conferenceName" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Conference Name</doc:tooltip>
          <doc:summary>The name of the conference at which this presentation
            was given.</doc:summary>
          <doc:description>The name of the conference at which this
            presentation was given.</doc:description>
          <doc:example>North American Science Symposium</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="conferenceDate" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Conference Date</doc:tooltip>
          <doc:summary>The date the conference was held.</doc:summary>
          <doc:description>The date the conference was
            held.</doc:description>
          <doc:example>November 1-6, 1998</doc:example>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="conferenceLocation" type="rp:Address" minOccurs="0">
      <xs:annotation>
        <xs:appinfo>
          <doc:tooltip>Conference Location</doc:tooltip>
          <doc:summary>The location where the conference was
            held.</doc:summary>
          <doc:description>The location where the conference was
            held.</doc:description>
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute CitationType / @id
Namespace No namespace
Type IDType
Properties
use: optional
Used by
Complex Type CitationType
Source
<xs:attribute name="id" type="res:IDType" use="optional"/>
Attribute CitationType / @system
Namespace No namespace
Type SystemType
Properties
use: optional
Used by
Complex Type CitationType
Source
<xs:attribute name="system" type="res:SystemType" use="optional"/>
Attribute CitationType / @scope
Namespace No namespace
Type ScopeType
Properties
use: optional
default: document
Facets
enumeration system
enumeration document
Used by
Complex Type CitationType
Source
<xs:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>