Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Imported schema eml-literature.xsd
Namespace https://eml.ecoinformatics.org/literature-2.2.0
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: obrien $'
          '$Date: 2009-02-25 23:51:54 $'
      '$Revision: 1.61 $'

    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
moduleName: eml-literature

moduleDescription: 
          
            
              The eml-literature module - Citation specific
              information
            
          
        

recommendedUsage: All datasets with literary
        citations

standAlone: yes
Properties
attribute form default unqualified
element form default unqualified
Element CitationType / contact
Namespace No namespace
Annotations
tooltip: Contact

summary: An optional contact individual for this citation

description: The contact field contains information about an alternate person to be contacted
              about this citation. Usually, the first author serves as the contact for a citation resource, e.g., a reprint request. In some cases, an alternate individual(s) may serve that function, and can be indicated here. Since contact is of the type rp:ResponsibleParty, a reference may be used.
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<contact id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</contact>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element CitationType / article
Namespace No namespace
Annotations
tooltip: article

summary: Information for full citation of a journal article
                or other periodical article.

description: The article field provides sub-fields for a
                full citation of an article in a journal or other
                periodical.
Diagram
Diagram eml-literature_xsd.tmp#Article_journal eml-literature_xsd.tmp#Article_volume eml-literature_xsd.tmp#Article_issue eml-literature_xsd.tmp#Article_pageRange eml-literature_xsd.tmp#Article_publisher eml-literature_xsd.tmp#Article_publicationPlace eml-literature_xsd.tmp#Article_ISSN eml-literature_xsd.tmp#Article
Type Article
Properties
content complex
Model
journal , volume{0,1} , issue{0,1} , pageRange{0,1} , publisher{0,1} , publicationPlace{0,1} , ISSN{0,1}
Children ISSN, issue, journal, pageRange, publicationPlace, publisher, volume
Instance
<article>
  <journal>{1,1}</journal>
  <volume>{0,1}</volume>
  <issue>{0,1}</issue>
  <pageRange>{0,1}</pageRange>
  <publisher id="" scope="document" system="">{0,1}</publisher>
  <publicationPlace>{0,1}</publicationPlace>
  <ISSN>{0,1}</ISSN>
</article>
Element Article / journal
Namespace No namespace
Annotations
tooltip: Journal Name

summary: The name of the journal, magazine, newspaper, zine,
            etc... in which the article was published.

description: The name of the journal, magazine, newspaper,
            zine, etc... in which the article was published.

example: "Ecology"

example: "New York Times"

example: "Harper's"
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Article / volume
Namespace No namespace
Annotations
tooltip: Journal Volume

summary: The volume of the journal in which the article
            appears

description: The volume field is used to describe the volume of
            the journal in which the article appears.

example: "Volume I"
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Article / issue
Namespace No namespace
Annotations
tooltip: Journal issue

summary: The issue of the journal in which the article
            appears

description: The issue field is used to describe the issue of
            the journal in which the article appears.

example: November 2001
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Article / pageRange
Namespace No namespace
Annotations
tooltip: Journal Pages

summary: The beginning and end page numbers of the journal
            article

description: The page range field is used for the beginning and
            ending pages of the journal article that is being
            documented.

example: 115-122
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Article / publisher
Namespace No namespace
Annotations
tooltip: Publisher

summary: Organization that actually publishes the
            article

description: The organization that physically puts together the
            article and publishes it.

example: Harper Collins

example: University Of California Press
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
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 xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</publisher>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Article / publicationPlace
Namespace No namespace
Annotations
tooltip: Publication Place

summary: The location at which the work was
            published.

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.

example: New York

example: London
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Article / ISSN
Namespace No namespace
Annotations
tooltip: International Standard Serial Number

summary: The unique Internation Standard Serial
            Number

description: The ISSN, or International Standard Serial Number
            that has been assigned to this literature
            resource.

example: ISSN 1234-5679
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element CitationType / book
Namespace No namespace
Annotations
tooltip: Book

summary: Information for full citation of a
                book

description: The book field provides sub-fields for a full
                citation of a book.
Diagram
Diagram eml-literature_xsd.tmp#Book_publisher eml-literature_xsd.tmp#Book_publicationPlace eml-literature_xsd.tmp#Book_edition eml-literature_xsd.tmp#Book_volume eml-literature_xsd.tmp#Book_numberOfVolumes eml-literature_xsd.tmp#Book_totalPages eml-literature_xsd.tmp#Book_totalFigures eml-literature_xsd.tmp#Book_totalTables eml-literature_xsd.tmp#Book_ISBN eml-literature_xsd.tmp#Book
Type Book
Properties
content complex
Model
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>
Element Book / publisher
Namespace No namespace
Annotations
tooltip: Publisher

summary: Organization that actually publishes the
            book

description: The organization that physically puts together the
            book and publishes it.

example: Harper Collins

example: University Of California Press
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</publisher>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Book / publicationPlace
Namespace No namespace
Annotations
tooltip: Publication Place

summary: The location at which the work was
            published.

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.

example: New York

example: London
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Book / edition
Namespace No namespace
Annotations
tooltip: Book edition

summary: The edition of the book being described.

description: The edition field is to document the edition of
            the book that is being described.

example: Second Edition
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Book / volume
Namespace No namespace
Annotations
tooltip: Book volume

summary: The volume of the book that is part of a
            series.

description: The volume field is used to describe the volume
            number of a book that is part of a multi-volume series of
            books.

example: Volume 2
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Book / numberOfVolumes
Namespace No namespace
Annotations
tooltip: Number of Volumes

summary: Number of volumes in a collection

description: Number of volumes in a
            collection

example: 12
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Book / totalPages
Namespace No namespace
Annotations
tooltip: Total book pages

summary: The total number of pages in the book.

description: The total pages field is used to describe the
            total number of pages in the book that is being
            described.

example: 628
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Book / totalFigures
Namespace No namespace
Annotations
tooltip: Number of figures in book

summary: The total number of figures in the book.

description: the total figures field is used to describe the
            total number of figures, diagrams, and plates in the book that is
            being documented.

example: 45
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Book / totalTables
Namespace No namespace
Annotations
tooltip: Number of tables in book

summary: The total number of tables in a book.

description: The total tables field is used to describe the
            total number of tables that are present in the book that is being
            documented.

example: 10
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Book / ISBN
Namespace No namespace
Annotations
tooltip: International Standard Book Number

summary: The unique Internation Standard Book
            Number

description: The ISBN, or International Standard Book Number
            that has been assigned to this literature
            resource.

example: ISBN 1-861003-11-0
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element CitationType / chapter
Namespace No namespace
Annotations
tooltip: Book Chapter

summary: Information for citation of a chapter in a
                book

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.
Diagram
Diagram eml-literature_xsd.tmp#Book_publisher eml-literature_xsd.tmp#Book_publicationPlace eml-literature_xsd.tmp#Book_edition eml-literature_xsd.tmp#Book_volume eml-literature_xsd.tmp#Book_numberOfVolumes eml-literature_xsd.tmp#Book_totalPages eml-literature_xsd.tmp#Book_totalFigures eml-literature_xsd.tmp#Book_totalTables eml-literature_xsd.tmp#Book_ISBN eml-literature_xsd.tmp#Book eml-literature_xsd.tmp#Chapter_chapterNumber eml-literature_xsd.tmp#Chapter_editor eml-literature_xsd.tmp#Chapter_bookTitle eml-literature_xsd.tmp#Chapter_pageRange eml-literature_xsd.tmp#Chapter
Type Chapter
Type hierarchy
Properties
content complex
Model
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>
  <chapterNumber>{0,1}</chapterNumber>
  <editor id="" scope="document" system="">{1,unbounded}</editor>
  <bookTitle>{1,1}</bookTitle>
  <pageRange>{0,1}</pageRange>
</chapter>
Element Chapter / chapterNumber
Namespace No namespace
Annotations
tooltip: Chapter number

summary: The chapter number of interest within a
                book

description: The chapter number of the chapter of a book
                that is being described.

example: 7
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Chapter / editor
Namespace No namespace
Annotations
tooltip: Book editor

summary: The name of the editor of the book.

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.

example: Tom Christiansen

example: Institute of Marine Science

example: Publication Manager
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
maxOccurs unbounded
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<editor id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</editor>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Chapter / bookTitle
Namespace No namespace
Annotations
tooltip: Book title

summary: The title of the book.

description: The book title field is used to document the
                title of the book that is being described.

example: War and Peace
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Chapter / pageRange
Namespace No namespace
Annotations
tooltip: Chapter page range

summary: The beginning and ending page numbers of a
                chapter.

description: The page range field is used to document the
                beginning and ending pages of a chapter in a
                book.

example: 25-122
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element CitationType / editedBook
Namespace No namespace
Annotations
tooltip: Book

summary: Information for full citation of an edited
                book

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.
Diagram
Diagram eml-literature_xsd.tmp#Book_publisher eml-literature_xsd.tmp#Book_publicationPlace eml-literature_xsd.tmp#Book_edition eml-literature_xsd.tmp#Book_volume eml-literature_xsd.tmp#Book_numberOfVolumes eml-literature_xsd.tmp#Book_totalPages eml-literature_xsd.tmp#Book_totalFigures eml-literature_xsd.tmp#Book_totalTables eml-literature_xsd.tmp#Book_ISBN eml-literature_xsd.tmp#Book
Type Book
Properties
content complex
Model
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>
Element CitationType / manuscript
Namespace No namespace
Annotations
tooltip: unpublished manuscipt

summary: Information about an unpublished
                manuscript

description: The manuscript field provides sub-fields for a
                full citation of an unpublished manuscript.
Diagram
Diagram eml-literature_xsd.tmp#Manuscript_institution eml-literature_xsd.tmp#Manuscript_totalPages eml-literature_xsd.tmp#Manuscript
Type Manuscript
Properties
content complex
Model
Children institution, totalPages
Instance
<manuscript>
  <institution id="" scope="document" system="">{1,unbounded}</institution>
  <totalPages>{0,1}</totalPages>
</manuscript>
Element Manuscript / institution
Namespace No namespace
Annotations
tooltip: Manuscript publication information

summary: The address and contact information needed to request
            a manuscript.

description: The institution information field is used to
            provide contact and address information that would be needed to
            request an unpublished manuscript

example: Please see the individual sub-fields for specific
            examples.
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
maxOccurs unbounded
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<institution id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</institution>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Manuscript / totalPages
Namespace No namespace
Annotations
tooltip: Total manuscript pages

summary: The total number of pages in the
            manuscript.

description: The total pages field is used to describe the
            total number of pages in the manuscript that is being
            described.

example: 628
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element CitationType / report
Namespace No namespace
Annotations
tooltip: Report

summary: Information about a report published by an
                institution.

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.
Diagram
Diagram eml-literature_xsd.tmp#Report_reportNumber eml-literature_xsd.tmp#Report_publisher eml-literature_xsd.tmp#Report_publicationPlace eml-literature_xsd.tmp#Report_totalPages eml-literature_xsd.tmp#Report
Type Report
Properties
content complex
Model
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>
Element Report / reportNumber
Namespace No namespace
Annotations
tooltip: Report Number

summary: The unique identification number assigned to the
            report.

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.

example: 22
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Report / publisher
Namespace No namespace
Annotations
tooltip: Publisher

summary: Organization that actually publishes the
            report

description: The organization that physically put together the
            report and publishes it.

example: Harper Collins

example: University Of California Press
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
minOccurs 0
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</publisher>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Report / publicationPlace
Namespace No namespace
Annotations
tooltip: Publication Place

summary: The location at which the work was
            published.

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.

example: New York

example: London
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Report / totalPages
Namespace No namespace
Annotations
tooltip: Total report pages

summary: The total number of pages in the report.

description: The total pages field is used to describe the
            total number of pages in the report that is being
            described.

example: 628
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element CitationType / thesis
Namespace No namespace
Annotations
tooltip: Thesis as part of a degree

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.

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.
Diagram
Diagram eml-literature_xsd.tmp#Thesis_degree eml-literature_xsd.tmp#Thesis_institution eml-literature_xsd.tmp#Thesis_totalPages eml-literature_xsd.tmp#Thesis
Type Thesis
Properties
content complex
Model
Children degree, institution, totalPages
Instance
<thesis>
  <degree>{1,1}</degree>
  <institution id="" scope="document" system="">{1,1}</institution>
  <totalPages>{0,1}</totalPages>
</thesis>
Element Thesis / degree
Namespace No namespace
Annotations
tooltip: Degee name

summary: The name or degree level for which the thesis was
            completed.

description: The degree field is used to describe the name or
            degree level for which the thesis was completed.

example: Ph.D.

example: M.S.

example: Master of Science
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Thesis / institution
Namespace No namespace
Annotations
tooltip: Degree awarding institution

summary: The name of the degree-awarding
            institution

description: The degree institution field is used to name the
            institution from which the degree was awarded for the thesis being
            described.

example: Western Washington University
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<institution id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</institution>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Thesis / totalPages
Namespace No namespace
Annotations
tooltip: Thesis Pages

summary: The total number of pages in the thesis.

description: The total pages field is used to document the
            number of pages that are present in the thesis that is being
            described.

example: 356
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element CitationType / conferenceProceedings
Namespace No namespace
Annotations
tooltip: conference proceedings

summary: The published notes, papers, presentations etc...
                of a conference.

description: The published notes, papers, presentations,
                etc..., of a conference.
Diagram
Diagram eml-literature_xsd.tmp#Book_publisher eml-literature_xsd.tmp#Book_publicationPlace eml-literature_xsd.tmp#Book_edition eml-literature_xsd.tmp#Book_volume eml-literature_xsd.tmp#Book_numberOfVolumes eml-literature_xsd.tmp#Book_totalPages eml-literature_xsd.tmp#Book_totalFigures eml-literature_xsd.tmp#Book_totalTables eml-literature_xsd.tmp#Book_ISBN eml-literature_xsd.tmp#Book eml-literature_xsd.tmp#Chapter_chapterNumber eml-literature_xsd.tmp#Chapter_editor eml-literature_xsd.tmp#Chapter_bookTitle eml-literature_xsd.tmp#Chapter_pageRange eml-literature_xsd.tmp#Chapter eml-literature_xsd.tmp#ConferenceProceedings_conferenceName eml-literature_xsd.tmp#ConferenceProceedings_conferenceDate eml-literature_xsd.tmp#ConferenceProceedings_conferenceLocation eml-literature_xsd.tmp#ConferenceProceedings
Type ConferenceProceedings
Type hierarchy
Properties
content complex
Model
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>
  <chapterNumber>{0,1}</chapterNumber>
  <editor id="" scope="document" system="">{1,unbounded}</editor>
  <bookTitle>{1,1}</bookTitle>
  <pageRange>{0,1}</pageRange>
  <conferenceName>{0,1}</conferenceName>
  <conferenceDate>{0,1}</conferenceDate>
  <conferenceLocation id="" scope="document" system="">{0,1}</conferenceLocation>
</conferenceProceedings>
Element ConferenceProceedings / conferenceName
Namespace No namespace
Annotations
tooltip: Conference Name

summary: The name of the conference whose proceedings have
                been published.

description: The name of the conference whose proceedings
                have been published.

example: North American Science Symposium
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element ConferenceProceedings / conferenceDate
Namespace No namespace
Annotations
tooltip: Conference Date

summary: The date the conference was held.

description: The date the conference was
                held.

example: November 1-6, 1998
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element ConferenceProceedings / conferenceLocation
Namespace No namespace
Annotations
tooltip: Conference Location

summary: The location where the conference was
                held.

description: The location where the conference was
                held.
Diagram
Diagram eml-party_xsd.tmp#Address_id eml-party_xsd.tmp#Address_system eml-party_xsd.tmp#Address_scope eml-party_xsd.tmp#Address_deliveryPoint eml-party_xsd.tmp#Address_city eml-party_xsd.tmp#Address_administrativeArea eml-party_xsd.tmp#Address_postalCode eml-party_xsd.tmp#Address_country eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#Address
Type Address
Properties
content complex
minOccurs 0
Model
Children administrativeArea, city, country, deliveryPoint, postalCode, references
Instance
<conferenceLocation id="" scope="document" system="">
  <deliveryPoint xml:lang="">{0,unbounded}</deliveryPoint>
  <city xml:lang="">{0,1}</city>
  <administrativeArea xml:lang="">{0,1}</administrativeArea>
  <postalCode xml:lang="">{0,1}</postalCode>
  <country xml:lang="">{0,1}</country>
  <references system="">{1,1}</references>
</conferenceLocation>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element CitationType / personalCommunication
Namespace No namespace
Annotations
tooltip: Personal communication

summary: A personal communication that has been saved
                online or as hard-copy.

description: This could be a widely distributed memo, an
                e-mail, a transcript from a conversation or interview,
                etc...
Diagram
Diagram eml-literature_xsd.tmp#PersonalCommunication_publisher eml-literature_xsd.tmp#PersonalCommunication_publicationPlace eml-literature_xsd.tmp#PersonalCommunication_communicationType eml-literature_xsd.tmp#PersonalCommunication_recipient eml-literature_xsd.tmp#PersonalCommunication
Type PersonalCommunication
Properties
content complex
Model
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>
Element PersonalCommunication / publisher
Namespace No namespace
Annotations
tooltip: Publisher

summary: Organization that actually publishes the
            communication

description: The organization that physically puts together the
            communication and publishes it.

example: Harper Collins

example: University Of California Press
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
minOccurs 0
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</publisher>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element PersonalCommunication / publicationPlace
Namespace No namespace
Annotations
tooltip: Publication Place

summary: The location at which the work was
            published.

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.

example: New York

example: London
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element PersonalCommunication / communicationType
Namespace No namespace
Annotations
tooltip: Type of communication

summary: The type of personal communication.

description: The type of personal communication. Could be an
            email, letter, memo, transcript of conversation either hardcopy or
            online.

example: memo

example: letter

example: email
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element PersonalCommunication / recipient
Namespace No namespace
Annotations
tooltip: Recipient

summary: Recipient of the communication

description: The person, place or thing the personal
            communication was sent to.

example: Schmedley, Joe

example: jschmedley@lternet.edu
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<recipient id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</recipient>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element CitationType / map
Namespace No namespace
Annotations
tooltip: map

summary: This element describes the map that is being cited
                or cataloged.

description: This element describes the map that is being
                cited or cataloged, including its geographic coverage and
                scale.
Diagram
Diagram eml-literature_xsd.tmp#Map_publisher eml-literature_xsd.tmp#Map_edition eml-literature_xsd.tmp#Map_geographicCoverage eml-literature_xsd.tmp#Map_scale eml-literature_xsd.tmp#Map
Type Map
Properties
content complex
Model
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>
Element Map / publisher
Namespace No namespace
Annotations
tooltip: Publisher

summary: Organization that actually publishes the
            map

description: The organization that physically puts together the
            map and publishes it.

example: Harper Collins
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
minOccurs 0
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</publisher>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Map / edition
Namespace No namespace
Annotations
tooltip: Map edition

summary: The edition of the map being described.

description: The edition field is to document the edition of
            the map that is being described.

example: Second Edition
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Map / geographicCoverage
Namespace No namespace
Annotations
tooltip: Geographic coverage

summary: Description of the geographic area which the map
            covers

description: This element describes the geographic area which
            the map covers. Could be descriptive text or Cartesian coordinates
            of the area.
Diagram
Diagram eml-coverage_xsd.tmp#GeographicCoverage_id eml-coverage_xsd.tmp#GeographicCoverage_system eml-coverage_xsd.tmp#GeographicCoverage_scope eml-coverage_xsd.tmp#GeographicCoverage_geographicDescription eml-coverage_xsd.tmp#GeographicCoverage_boundingCoordinates eml-coverage_xsd.tmp#GeographicCoverage_datasetGPolygon eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-coverage_xsd.tmp#GeographicCoverage
Type GeographicCoverage
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children boundingCoordinates, datasetGPolygon, geographicDescription, references
Instance
<geographicCoverage id="" scope="document" system="">
  <geographicDescription>{1,1}</geographicDescription>
  <boundingCoordinates>{1,1}</boundingCoordinates>
  <datasetGPolygon>{0,unbounded}</datasetGPolygon>
  <references system="">{1,1}</references>
</geographicCoverage>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Map / scale
Namespace No namespace
Annotations
tooltip: Scale

summary: The Map's scale

description: The Map's scale

example: 1:25,000
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element CitationType / generic
Namespace No namespace
Annotations
tooltip: Generic Citation

summary: This reference type was created for references
                that do not fit in to the other existing reference
                types

description: This reference type was created for references
                that do not fit in to the other existing reference
                types.
Diagram
Diagram eml-literature_xsd.tmp#Generic_publisher eml-literature_xsd.tmp#Generic_publicationPlace eml-literature_xsd.tmp#Generic_referenceType eml-literature_xsd.tmp#Generic_volume eml-literature_xsd.tmp#Generic_numberOfVolumes eml-literature_xsd.tmp#Generic_totalPages eml-literature_xsd.tmp#Generic_totalFigures eml-literature_xsd.tmp#Generic_totalTables eml-literature_xsd.tmp#Generic_edition eml-literature_xsd.tmp#Generic_originalPublication eml-literature_xsd.tmp#Generic_reprintEdition eml-literature_xsd.tmp#Generic_reviewedItem eml-literature_xsd.tmp#Generic_ISBN eml-literature_xsd.tmp#Generic_ISSN eml-literature_xsd.tmp#Generic
Type Generic
Properties
content complex
Model
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>
  <ISBN>{1,1}</ISBN>
  <ISSN>{1,1}</ISSN>
</generic>
Element Generic / publisher
Namespace No namespace
Annotations
tooltip: Publisher

summary: Organization which actually publishes the
            reference

description: The organization which physically puts together
            the reference and publishes it.

example: Harper Collins

example: University Of California Press
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</publisher>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Generic / publicationPlace
Namespace No namespace
Annotations
tooltip: Publication Place

summary: The location at which the work was
            published.

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.

example: New York

example: London
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / referenceType
Namespace No namespace
Annotations
tooltip: Reference Type

summary: The type of reference.

description: The reference type describes the type of reference
            this generic type is being used to represent.

example: zine

example: film

example: radio program
Diagram
Diagram
Properties
minOccurs 0
Element Generic / volume
Namespace No namespace
Annotations
tooltip: Reference volume

summary: The volume of the reference that is part of a
            series.

description: The volume field is used to describe the volume
            number of a reference that is part of a multi-volume series of
            references.

example: Volume 2
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / numberOfVolumes
Namespace No namespace
Annotations
tooltip: Number of Volumes

summary: Number of volumes in a collection

description: Number of volumes in a
            collection

example: "12"
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / totalPages
Namespace No namespace
Annotations
tooltip: Total reference pages

summary: The total number of pages in the
            references.

description: The total pages field is used to describe the
            total number of pages in the references that is being
            described.

example: 628
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / totalFigures
Namespace No namespace
Annotations
tooltip: Number of figures in reference

summary: The total number of figures in the
            reference.

description: The total figures field is used to describe the
            total number of figures, diagrams, and plates in the reference that
            is being documented.

example: 45
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / totalTables
Namespace No namespace
Annotations
tooltip: Number of tables in reference

summary: The total number of tables in a
            reference.

description: The total tables field is used to describe the
            total number of tables that are present in the reference that is
            being documented.

example: 10
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / edition
Namespace No namespace
Annotations
tooltip: edition

summary: The edition of the generic reference being
            described.

description: The edition field is to document the edition of
            the generic reference type that is being
            described.

example: Second Edition
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / originalPublication
Namespace No namespace
Annotations
tooltip: Original Publication

summary: References current publication to its
            original.

description: Supplemental information about the original
            publication of the current reference.

example: Date

example: Publisher
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / reprintEdition
Namespace No namespace
Annotations
tooltip: Reprint Edition

summary: Reference for current edition that was originally
            published under a different title.

description: Reference for current edition that was originally
            published under a different title.

example: Stream Research in the LTER Network,
            1993
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / reviewedItem
Namespace No namespace
Annotations
tooltip: Reviewed Item

summary: Reference types that are reviews of other
            references.

description: Use for articles, chapters, audio visual, etc.
            that are critical review of books, cinema, art, or other
            works.

example: Structure and Function of an Alpine Ecosystem Niwot
            Ridge, Colorado Edited by WILLIAM D. BOWMAN and TIMOTHY R.
            SEASTEDT, University of Colorado, Boulder
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / ISBN
Namespace No namespace
Annotations
tooltip: International Standard Book Number

summary: The unique Internation Standard Book
              Number

description: The ISBN, or International Standard Book Number
              that has been assigned to this literature
              resource.

example: ISBN 1-861003-11-0
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Generic / ISSN
Namespace No namespace
Annotations
tooltip: International Standard Serial Number

summary: The unique Internation Standard Serial
              Number

description: The ISSN, or International Standard Serial
              Number that has been assigned to this literature
              resource.

example: ISSN 1234-5679
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element CitationType / audioVisual
Namespace No namespace
Annotations
tooltip: audio visual

summary: This reference type is meant to cover all forms of
                audio and visual media.

description: This reference type is meant to cover all
                forms of audio and visual media, including film, video,
                broadcast, other electronic media.
Diagram
Diagram eml-literature_xsd.tmp#AudioVisual_publisher eml-literature_xsd.tmp#AudioVisual_publicationPlace eml-literature_xsd.tmp#AudioVisual_performer eml-literature_xsd.tmp#AudioVisual_ISBN eml-literature_xsd.tmp#AudioVisual
Type AudioVisual
Properties
content complex
Model
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>
Element AudioVisual / publisher
Namespace No namespace
Annotations
tooltip: Publisher

summary: Organization which actually distributes the video,
            film, the broadcaster etc...

description: Organization which actually distributes the video,
            film, the broadcaster etc...

example: LTER Network Office

example: Public Broadcasting

example: Pacifica Radio
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<publisher id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</publisher>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element AudioVisual / publicationPlace
Namespace No namespace
Annotations
tooltip: Publication Place

summary: The location at which the work was
            published.

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.

example: New York

example: London
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element AudioVisual / performer
Namespace No namespace
Annotations
tooltip: Performer

summary: The performers in the audio visual
            production

description: The performers involved in acting, narrating, or
            shown in the audio visual production.

example: Jim Nabors

example: Sir Lawrence Olivier
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<performer id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</performer>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element AudioVisual / ISBN
Namespace No namespace
Annotations
tooltip: International Standard Book Number

summary: The unique Internation Standard Book
            Number

description: The ISBN, or International Standard Book Number
            that has been assigned to this literature
            resource.

example: ISBN 1-861003-11-0
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element CitationType / presentation
Namespace No namespace
Annotations
tooltip: Unpublished Presentation

summary: An unpublished presentation from a conference,
                workshop, workgroup, symposium etc.

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.
Diagram
Diagram eml-literature_xsd.tmp#Presentation_conferenceName eml-literature_xsd.tmp#Presentation_conferenceDate eml-literature_xsd.tmp#Presentation_conferenceLocation eml-literature_xsd.tmp#Presentation
Type Presentation
Properties
content complex
Model
Children conferenceDate, conferenceLocation, conferenceName
Instance
<presentation>
  <conferenceName>{0,1}</conferenceName>
  <conferenceDate>{0,1}</conferenceDate>
  <conferenceLocation id="" scope="document" system="">{0,1}</conferenceLocation>
</presentation>
Element Presentation / conferenceName
Namespace No namespace
Annotations
tooltip: Conference Name

summary: The name of the conference at which this presentation
            was given.

description: The name of the conference at which this
            presentation was given.

example: North American Science Symposium
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Presentation / conferenceDate
Namespace No namespace
Annotations
tooltip: Conference Date

summary: The date the conference was held.

description: The date the conference was
            held.

example: November 1-6, 1998
Diagram
Diagram eml-resource_xsd.tmp#NonEmptyStringType
Type NonEmptyStringType
Properties
content simple
minOccurs 0
Facets
minLength 1
pattern [\s]*[\S][\s\S]*
Element Presentation / conferenceLocation
Namespace No namespace
Annotations
tooltip: Conference Location

summary: The location where the conference was
            held.

description: The location where the conference was
            held.
Diagram
Diagram eml-party_xsd.tmp#Address_id eml-party_xsd.tmp#Address_system eml-party_xsd.tmp#Address_scope eml-party_xsd.tmp#Address_deliveryPoint eml-party_xsd.tmp#Address_city eml-party_xsd.tmp#Address_administrativeArea eml-party_xsd.tmp#Address_postalCode eml-party_xsd.tmp#Address_country eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#Address
Type Address
Properties
content complex
minOccurs 0
Model
Children administrativeArea, city, country, deliveryPoint, postalCode, references
Instance
<conferenceLocation id="" scope="document" system="">
  <deliveryPoint xml:lang="">{0,unbounded}</deliveryPoint>
  <city xml:lang="">{0,1}</city>
  <administrativeArea xml:lang="">{0,1}</administrativeArea>
  <postalCode xml:lang="">{0,1}</postalCode>
  <country xml:lang="">{0,1}</country>
  <references system="">{1,1}</references>
</conferenceLocation>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element CitationType / bibtex
Namespace No namespace
Annotations
tooltip: Bibtex Citation

summary: Citation in Bibtex format.

description: The bibtex field provides a parseable citation formatted according to
                      the Bibtex formatting conventions. The citation entry is assigned a unique key that must be unique across all bibtex fields in the EML document. The citation key can be used in markdown sections of the text to refer to this citation using the pandoc-style of inline citation keys.  See the markdown element for more details.  The record is delimited using curly braces. Most reference software can both import and export citations in Bibtex format, so this is a simpler representation to produce and consume than native EML citation representations.
Diagram
Diagram
Type xs:string
Properties
content simple
Element CitationListType / citation
Namespace No namespace
Annotations
tooltip: citation

summary: A citation within a list of citations.

description: A citation within a list of citations, usually used for a literatureCited
                            cited list or similar. Each citation is formatted following the EML CitationType
                            structure.
Diagram
Diagram eml-literature_xsd.tmp#CitationType_id eml-literature_xsd.tmp#CitationType_system eml-literature_xsd.tmp#CitationType_scope eml-resource_xsd.tmp#ResourceGroup_alternateIdentifier eml-resource_xsd.tmp#ResourceGroup_shortName eml-resource_xsd.tmp#ResourceGroup_title eml-resource_xsd.tmp#ResourceGroup_creator eml-resource_xsd.tmp#ResourceGroup_metadataProvider eml-resource_xsd.tmp#ResourceGroup_associatedParty eml-resource_xsd.tmp#ResourceGroup_pubDate eml-resource_xsd.tmp#ResourceGroup_language eml-resource_xsd.tmp#ResourceGroup_series eml-resource_xsd.tmp#ResourceGroup_abstract eml-resource_xsd.tmp#ResourceGroup_keywordSet eml-resource_xsd.tmp#ResourceGroup_additionalInfo eml-resource_xsd.tmp#ResourceGroup_intellectualRights eml-resource_xsd.tmp#ResourceGroup_licensed eml-resource_xsd.tmp#ResourceGroup_distribution eml-resource_xsd.tmp#ResourceGroup_coverage eml-resource_xsd.tmp#ResourceGroup_annotation eml-resource_xsd.tmp#ResourceGroup eml-literature_xsd.tmp#CitationType_contact eml-literature_xsd.tmp#CitationType_article eml-literature_xsd.tmp#CitationType_book eml-literature_xsd.tmp#CitationType_chapter eml-literature_xsd.tmp#CitationType_editedBook eml-literature_xsd.tmp#CitationType_manuscript eml-literature_xsd.tmp#CitationType_report eml-literature_xsd.tmp#CitationType_thesis eml-literature_xsd.tmp#CitationType_conferenceProceedings eml-literature_xsd.tmp#CitationType_personalCommunication eml-literature_xsd.tmp#CitationType_map eml-literature_xsd.tmp#CitationType_generic eml-literature_xsd.tmp#CitationType_audioVisual eml-literature_xsd.tmp#CitationType_presentation eml-literature_xsd.tmp#CitationType_bibtex eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-literature_xsd.tmp#CitationType
Type CitationType
Properties
content complex
Model
Children abstract, additionalInfo, alternateIdentifier, annotation, article, associatedParty, audioVisual, bibtex, book, chapter, conferenceProceedings, contact, coverage, creator, distribution, editedBook, generic, intellectualRights, keywordSet, language, licensed, 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 xml:lang="">{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 xml:lang="">{0,1}</language>
  <series>{0,1}</series>
  <abstract xml:lang="">{0,1}</abstract>
  <keywordSet>{0,unbounded}</keywordSet>
  <additionalInfo xml:lang="">{0,unbounded}</additionalInfo>
  <intellectualRights xml:lang="">{0,1}</intellectualRights>
  <licensed>{0,unbounded}</licensed>
  <distribution id="" scope="document" system="">{0,unbounded}</distribution>
  <coverage id="" scope="document" system="">{0,1}</coverage>
  <annotation id="" scope="document" system="">{0,unbounded}</annotation>
  <contact id="" scope="document" system="">{0,unbounded}</contact>
  <article>{1,1}</article>
  <book>{1,1}</book>
  <chapter>{1,1}</chapter>
  <editedBook>{1,1}</editedBook>
  <manuscript>{1,1}</manuscript>
  <report>{1,1}</report>
  <thesis>{1,1}</thesis>
  <conferenceProceedings>{1,1}</conferenceProceedings>
  <personalCommunication>{1,1}</personalCommunication>
  <map>{1,1}</map>
  <generic>{1,1}</generic>
  <audioVisual>{1,1}</audioVisual>
  <presentation>{1,1}</presentation>
  <bibtex>{1,1}</bibtex>
  <references system="">{1,1}</references>
</citation>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element CitationListType / bibtex
Namespace No namespace
Annotations
tooltip: Bibtex Citation List

summary: List of citations in Bibtex format.

description: The bibtex field provides a parseable list of citations formatted according to the Bibtex formatting conventions. Each citation entry is assigned a unique key that must be unique across all bibtex fields in the EML document. The citation key can be used in markdown sections of the text to refer to this citation using the pandoc-style of inline citation keys.  See the markdown element for more details. The record is delimited using curly braces. Most reference software can both import and export citations in Bibtex format, so this is a simpler representation to produce and consume than native EML citation representations.
Diagram
Diagram
Type xs:string
Properties
content simple
Element citation
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: Literature Citation

summary: Information describing a literature
        resource.

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 sub-elements 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.
Diagram
Diagram eml-literature_xsd.tmp#CitationType_id eml-literature_xsd.tmp#CitationType_system eml-literature_xsd.tmp#CitationType_scope eml-resource_xsd.tmp#ResourceGroup_alternateIdentifier eml-resource_xsd.tmp#ResourceGroup_shortName eml-resource_xsd.tmp#ResourceGroup_title eml-resource_xsd.tmp#ResourceGroup_creator eml-resource_xsd.tmp#ResourceGroup_metadataProvider eml-resource_xsd.tmp#ResourceGroup_associatedParty eml-resource_xsd.tmp#ResourceGroup_pubDate eml-resource_xsd.tmp#ResourceGroup_language eml-resource_xsd.tmp#ResourceGroup_series eml-resource_xsd.tmp#ResourceGroup_abstract eml-resource_xsd.tmp#ResourceGroup_keywordSet eml-resource_xsd.tmp#ResourceGroup_additionalInfo eml-resource_xsd.tmp#ResourceGroup_intellectualRights eml-resource_xsd.tmp#ResourceGroup_licensed eml-resource_xsd.tmp#ResourceGroup_distribution eml-resource_xsd.tmp#ResourceGroup_coverage eml-resource_xsd.tmp#ResourceGroup_annotation eml-resource_xsd.tmp#ResourceGroup eml-literature_xsd.tmp#CitationType_contact eml-literature_xsd.tmp#CitationType_article eml-literature_xsd.tmp#CitationType_book eml-literature_xsd.tmp#CitationType_chapter eml-literature_xsd.tmp#CitationType_editedBook eml-literature_xsd.tmp#CitationType_manuscript eml-literature_xsd.tmp#CitationType_report eml-literature_xsd.tmp#CitationType_thesis eml-literature_xsd.tmp#CitationType_conferenceProceedings eml-literature_xsd.tmp#CitationType_personalCommunication eml-literature_xsd.tmp#CitationType_map eml-literature_xsd.tmp#CitationType_generic eml-literature_xsd.tmp#CitationType_audioVisual eml-literature_xsd.tmp#CitationType_presentation eml-literature_xsd.tmp#CitationType_bibtex eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-literature_xsd.tmp#CitationType
Type CitationType
Properties
content complex
Model
Children abstract, additionalInfo, alternateIdentifier, annotation, article, associatedParty, audioVisual, bibtex, book, chapter, conferenceProceedings, contact, coverage, creator, distribution, editedBook, generic, intellectualRights, keywordSet, language, licensed, manuscript, map, metadataProvider, personalCommunication, presentation, pubDate, references, report, series, shortName, thesis, title
Instance
<citation id="" scope="document" system="" xmlns="https://eml.ecoinformatics.org/literature-2.2.0">
  <alternateIdentifier system="">{0,unbounded}</alternateIdentifier>
  <shortName>{0,1}</shortName>
  <title xml:lang="">{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 xml:lang="">{0,1}</language>
  <series>{0,1}</series>
  <abstract xml:lang="">{0,1}</abstract>
  <keywordSet>{0,unbounded}</keywordSet>
  <additionalInfo xml:lang="">{0,unbounded}</additionalInfo>
  <intellectualRights xml:lang="">{0,1}</intellectualRights>
  <licensed>{0,unbounded}</licensed>
  <distribution id="" scope="document" system="">{0,unbounded}</distribution>
  <coverage id="" scope="document" system="">{0,1}</coverage>
  <annotation id="" scope="document" system="">{0,unbounded}</annotation>
  <contact id="" scope="document" system="">{0,unbounded}</contact>
  <article>{1,1}</article>
  <book>{1,1}</book>
  <chapter>{1,1}</chapter>
  <editedBook>{1,1}</editedBook>
  <manuscript>{1,1}</manuscript>
  <report>{1,1}</report>
  <thesis>{1,1}</thesis>
  <conferenceProceedings>{1,1}</conferenceProceedings>
  <personalCommunication>{1,1}</personalCommunication>
  <map>{1,1}</map>
  <generic>{1,1}</generic>
  <audioVisual>{1,1}</audioVisual>
  <presentation>{1,1}</presentation>
  <bibtex>{1,1}</bibtex>
  <references system="">{1,1}</references>
</citation>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Complex Type CitationType
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Diagram
Diagram eml-literature_xsd.tmp#CitationType_id eml-literature_xsd.tmp#CitationType_system eml-literature_xsd.tmp#CitationType_scope eml-resource_xsd.tmp#ResourceGroup_alternateIdentifier eml-resource_xsd.tmp#ResourceGroup_shortName eml-resource_xsd.tmp#ResourceGroup_title eml-resource_xsd.tmp#ResourceGroup_creator eml-resource_xsd.tmp#ResourceGroup_metadataProvider eml-resource_xsd.tmp#ResourceGroup_associatedParty eml-resource_xsd.tmp#ResourceGroup_pubDate eml-resource_xsd.tmp#ResourceGroup_language eml-resource_xsd.tmp#ResourceGroup_series eml-resource_xsd.tmp#ResourceGroup_abstract eml-resource_xsd.tmp#ResourceGroup_keywordSet eml-resource_xsd.tmp#ResourceGroup_additionalInfo eml-resource_xsd.tmp#ResourceGroup_intellectualRights eml-resource_xsd.tmp#ResourceGroup_licensed eml-resource_xsd.tmp#ResourceGroup_distribution eml-resource_xsd.tmp#ResourceGroup_coverage eml-resource_xsd.tmp#ResourceGroup_annotation eml-resource_xsd.tmp#ResourceGroup eml-literature_xsd.tmp#CitationType_contact eml-literature_xsd.tmp#CitationType_article eml-literature_xsd.tmp#CitationType_book eml-literature_xsd.tmp#CitationType_chapter eml-literature_xsd.tmp#CitationType_editedBook eml-literature_xsd.tmp#CitationType_manuscript eml-literature_xsd.tmp#CitationType_report eml-literature_xsd.tmp#CitationType_thesis eml-literature_xsd.tmp#CitationType_conferenceProceedings eml-literature_xsd.tmp#CitationType_personalCommunication eml-literature_xsd.tmp#CitationType_map eml-literature_xsd.tmp#CitationType_generic eml-literature_xsd.tmp#CitationType_audioVisual eml-literature_xsd.tmp#CitationType_presentation eml-literature_xsd.tmp#CitationType_bibtex eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup
Model
Children abstract, additionalInfo, alternateIdentifier, annotation, article, associatedParty, audioVisual, bibtex, book, chapter, conferenceProceedings, contact, coverage, creator, distribution, editedBook, generic, intellectualRights, keywordSet, language, licensed, manuscript, map, metadataProvider, personalCommunication, presentation, pubDate, references, report, series, shortName, thesis, title
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Complex Type Article
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: article

summary: Information for full citation of a journal article or
        other periodical article.

description: The article field provides sub-fields for a full
        citation of an article in a journal or other
        periodical.
Diagram
Diagram eml-literature_xsd.tmp#Article_journal eml-literature_xsd.tmp#Article_volume eml-literature_xsd.tmp#Article_issue eml-literature_xsd.tmp#Article_pageRange eml-literature_xsd.tmp#Article_publisher eml-literature_xsd.tmp#Article_publicationPlace eml-literature_xsd.tmp#Article_ISSN
Model
journal , volume{0,1} , issue{0,1} , pageRange{0,1} , publisher{0,1} , publicationPlace{0,1} , ISSN{0,1}
Children ISSN, issue, journal, pageRange, publicationPlace, publisher, volume
Complex Type Book
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: Book

summary: Information for full citation of a book

description: The book field provides sub-fields for a full citation
        of a book.
Diagram
Diagram eml-literature_xsd.tmp#Book_publisher eml-literature_xsd.tmp#Book_publicationPlace eml-literature_xsd.tmp#Book_edition eml-literature_xsd.tmp#Book_volume eml-literature_xsd.tmp#Book_numberOfVolumes eml-literature_xsd.tmp#Book_totalPages eml-literature_xsd.tmp#Book_totalFigures eml-literature_xsd.tmp#Book_totalTables eml-literature_xsd.tmp#Book_ISBN
Model
Children ISBN, edition, numberOfVolumes, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Complex Type Chapter
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: Book Chapter

summary: Information for citation of a chapter in a
        book

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.
Diagram
Diagram eml-literature_xsd.tmp#Book_publisher eml-literature_xsd.tmp#Book_publicationPlace eml-literature_xsd.tmp#Book_edition eml-literature_xsd.tmp#Book_volume eml-literature_xsd.tmp#Book_numberOfVolumes eml-literature_xsd.tmp#Book_totalPages eml-literature_xsd.tmp#Book_totalFigures eml-literature_xsd.tmp#Book_totalTables eml-literature_xsd.tmp#Book_ISBN eml-literature_xsd.tmp#Book eml-literature_xsd.tmp#Chapter_chapterNumber eml-literature_xsd.tmp#Chapter_editor eml-literature_xsd.tmp#Chapter_bookTitle eml-literature_xsd.tmp#Chapter_pageRange
Type extension of Book
Type hierarchy
Model
Children ISBN, bookTitle, chapterNumber, edition, editor, numberOfVolumes, pageRange, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Complex Type Manuscript
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: unpublished manuscipt

summary: Information about an unpublished manuscript

description: The manuscript field provides sub-fields for a full
        citation of an unpublished manuscript.
Diagram
Diagram eml-literature_xsd.tmp#Manuscript_institution eml-literature_xsd.tmp#Manuscript_totalPages
Model
Children institution, totalPages
Complex Type Report
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: Report

summary: Information about a report published by an
        institution.

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.
Diagram
Diagram eml-literature_xsd.tmp#Report_reportNumber eml-literature_xsd.tmp#Report_publisher eml-literature_xsd.tmp#Report_publicationPlace eml-literature_xsd.tmp#Report_totalPages
Model
Children publicationPlace, publisher, reportNumber, totalPages
Complex Type Thesis
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: Thesis as part of a degree

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.

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.
Diagram
Diagram eml-literature_xsd.tmp#Thesis_degree eml-literature_xsd.tmp#Thesis_institution eml-literature_xsd.tmp#Thesis_totalPages
Model
Children degree, institution, totalPages
Complex Type ConferenceProceedings
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: conference proceedings

summary: The published notes, papers, presentations etc... of a
        conference.

description: The published notes, papers, presentations, etc..., of
        a conference.
Diagram
Diagram eml-literature_xsd.tmp#Book_publisher eml-literature_xsd.tmp#Book_publicationPlace eml-literature_xsd.tmp#Book_edition eml-literature_xsd.tmp#Book_volume eml-literature_xsd.tmp#Book_numberOfVolumes eml-literature_xsd.tmp#Book_totalPages eml-literature_xsd.tmp#Book_totalFigures eml-literature_xsd.tmp#Book_totalTables eml-literature_xsd.tmp#Book_ISBN eml-literature_xsd.tmp#Book eml-literature_xsd.tmp#Chapter_chapterNumber eml-literature_xsd.tmp#Chapter_editor eml-literature_xsd.tmp#Chapter_bookTitle eml-literature_xsd.tmp#Chapter_pageRange eml-literature_xsd.tmp#Chapter eml-literature_xsd.tmp#ConferenceProceedings_conferenceName eml-literature_xsd.tmp#ConferenceProceedings_conferenceDate eml-literature_xsd.tmp#ConferenceProceedings_conferenceLocation
Type extension of Chapter
Type hierarchy
Model
Children ISBN, bookTitle, chapterNumber, conferenceDate, conferenceLocation, conferenceName, edition, editor, numberOfVolumes, pageRange, publicationPlace, publisher, totalFigures, totalPages, totalTables, volume
Complex Type PersonalCommunication
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: Personal communication

summary: A personal communication that has been saved online or as
        hard-copy.

description: This could be a widely distributed memo, an e-mail, a
        transcript from a conversation or interview, etc...
Diagram
Diagram eml-literature_xsd.tmp#PersonalCommunication_publisher eml-literature_xsd.tmp#PersonalCommunication_publicationPlace eml-literature_xsd.tmp#PersonalCommunication_communicationType eml-literature_xsd.tmp#PersonalCommunication_recipient
Model
Children communicationType, publicationPlace, publisher, recipient
Complex Type Map
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: map

summary: This element describes the map that is being cited or
        cataloged.

description: This element describes the map that is being cited or
        cataloged, including its geographic coverage and
        scale.
Diagram
Diagram eml-literature_xsd.tmp#Map_publisher eml-literature_xsd.tmp#Map_edition eml-literature_xsd.tmp#Map_geographicCoverage eml-literature_xsd.tmp#Map_scale
Model
Children edition, geographicCoverage, publisher, scale
Complex Type Generic
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Diagram
Diagram eml-literature_xsd.tmp#Generic_publisher eml-literature_xsd.tmp#Generic_publicationPlace eml-literature_xsd.tmp#Generic_referenceType eml-literature_xsd.tmp#Generic_volume eml-literature_xsd.tmp#Generic_numberOfVolumes eml-literature_xsd.tmp#Generic_totalPages eml-literature_xsd.tmp#Generic_totalFigures eml-literature_xsd.tmp#Generic_totalTables eml-literature_xsd.tmp#Generic_edition eml-literature_xsd.tmp#Generic_originalPublication eml-literature_xsd.tmp#Generic_reprintEdition eml-literature_xsd.tmp#Generic_reviewedItem eml-literature_xsd.tmp#Generic_ISBN eml-literature_xsd.tmp#Generic_ISSN
Model
Children ISBN, ISSN, edition, numberOfVolumes, originalPublication, publicationPlace, publisher, referenceType, reprintEdition, reviewedItem, totalFigures, totalPages, totalTables, volume
Complex Type AudioVisual
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: audio visual

summary: This reference type is meant to cover all forms of audio
        and visual media.

description: This reference type is meant to cover all forms of
        audio and visual media, including film, video, broadcast, other
        electronic media.
Diagram
Diagram eml-literature_xsd.tmp#AudioVisual_publisher eml-literature_xsd.tmp#AudioVisual_publicationPlace eml-literature_xsd.tmp#AudioVisual_performer eml-literature_xsd.tmp#AudioVisual_ISBN
Model
Children ISBN, performer, publicationPlace, publisher
Complex Type Presentation
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Annotations
tooltip: Unpublished Presentation

summary: An unpublished presentation from a conference, workshop,
        workgroup, symposium, etc.

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.
Diagram
Diagram eml-literature_xsd.tmp#Presentation_conferenceName eml-literature_xsd.tmp#Presentation_conferenceDate eml-literature_xsd.tmp#Presentation_conferenceLocation
Model
Children conferenceDate, conferenceLocation, conferenceName
Complex Type CitationListType
Namespace https://eml.ecoinformatics.org/literature-2.2.0
Diagram
Diagram eml-literature_xsd.tmp#CitationListType_citation eml-literature_xsd.tmp#CitationListType_bibtex
Model
Children bibtex, citation
Attribute CitationType / @id
Namespace No namespace
Type IDType
Properties
use optional
Attribute CitationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Attribute CitationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document