<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="documentationTransformation_v1.1.xsl"?>
<schemaDocumentation xmlns="http://services.natureserve.org/docs/schemas/biodiversityDataFlow/1"
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                     xsi:schemaLocation="http://services.natureserve.org/docs/schemas/biodiversityDataFlow/1
                                        http://services.natureserve.org/docs/schemas/biodiversityDataFlow/1/">

    <!--
    ____________________________
    How to edit this document - that is, until a Database can be designed to hold this content.

    1) Mostly cut and paste and use previous examples
    2) Use the pipe "|" character to separate parts of the xpath expression. The XSL will correctly turn these into forward slashes.
    3) If you use the forward slash directly, it will be printed as-is.
    4) VALIDATE! This document has a schema, and if you violate, you have to fix it!

    REASON FOR USING THE PIPE IN XPATH: The xpath can get really long, and in a table output, it may need to be word-wrapped.
       In order to enhance the "human-readable" feature of the output, we put weak line breaks where the slashes are like this:
         /root<wbr/>/child<wbr/>/lowerLevel
       But as you can see, that is very difficult to maintain. Therefore, please enter the same value like this:
         /root|child|lowerLevel
       ... which is a lot easier to read and maintain. If you start the whole line with a pipe, that's OK too:
         |root|child|lowerLevel

    NO! THE PIPE TRICK DOES NOT WORK ANYWHERE EXCEPT IN THE XPATH ELEMENT.

    REASON FOR USING <![CDATA[ ... ]]> elements: If you want to hard-code some HTML, you have to put them inside these
       elements. That is because this document will not validate without doing that, and the XSLT will preserve the HTML
       so that it will render as HTML in the final output document.

    REASON FOR ESCAPING THE ampersand AND less-than SYMBOLS: if you don't escape them, they will never appear...
       &amp; &lt;

    -->
    <schemaDocumentationHeader>
        <schemaHtmlHeadTitle>Comprehensive Species Schema version 1.1</schemaHtmlHeadTitle>
        <schemaDescription>
            This document is an easy-to-read (html) representation of the NatureServe Comprehensive Species Schema
            version 1.1. This schema relates to the output of the Global Comprehensive Species Service, version 1.1, where
			the root element of the response is &apos;globalSpeciesList&apos;.
        </schemaDescription>
        <descriptionAddenda/>
        <schemaStatusDetails>
            <schemaStatus>Final 1.1</schemaStatus>
        </schemaStatusDetails>
        <schemaSubmissionDetails>
            <submittedBy>NatureServe</submittedBy>
            <submissionDate>2008-09-16</submissionDate>
        </schemaSubmissionDetails>
        <changeLogDetails>
            <changeNote changeDate="2008-09-16">Altered to reflect new service version 1.1.</changeNote>
            <changeNote changeDate="2007-12-27">All elements and attributes now covered.  All xpaths verified.  Document at Final version 1.0.</changeNote>
            <changeNote changeDate="2007-04-06">Incorporated distribution details into Nation and Subnation elements.</changeNote>
            <changeNote changeDate="2007-01-04">Modified submission date.</changeNote>
            <changeNote changeDate="2006-12-21">Changed natureServeExplorerComprehensiveReportUri from attribute to Element and renamed to natureServeExplorerURI</changeNote>
            <changeNote changeDate="2006-12-21">Flattened structure of formal taxonomy and removed the name attribute</changeNote>
            <changeNote changeDate="2006-12-21">Moved genusSize out of genus element so that genus could be a simple type</changeNote>
            <changeNote changeDate="2006-12-21">Added optional nomenclaturalAuthor element to nameUsedInConceptReference</changeNote>
            <changeNote changeDate="2006-12-21">Modified rangeMap to rangeMapURI; changed compilers to rangeMapCompilers and changed from being an attribute to element</changeNote>
            <changeNote changeDate="2006-12-21">Changed leaf node watershedDistributionMap to watershedDistributionMapURI</changeNote>
            <changeNote changeDate="2006-12-21">Modified single-author structures in ecologyAndLifeHistory and viability sections to allow for future extensions (to multi-authors)</changeNote>
            <changeNote changeDate="2006-12-21">Added "Criteria" qualifier word to viability criteria elements: excellentViabilityCriteria, goodViabilityCriteria, fairViabilityCriteria, and poorViabilityCriteria</changeNote>
            <changeNote changeDate="2006-12-21">Modified References structure to nest citation elements (rather than "reference" elements)</changeNote>
            <changeNote changeDate="2006-12-08">Changed namespace to include version. Now : http://services.natureserve.org/docs/schemas/biodiversityDataFlow/</changeNote>
            <changeNote changeDate="2006-12-08">Changed to make use of global elements.</changeNote>
            <changeNote changeDate="2006-12-08">Renamed element NatureServePrimaryGlobalCommonName to natureServePrimaryGlobalCommonName</changeNote>
            <changeNote changeDate="2006-12-08">For element conservationStatusAuthors, renamed child element editionDate to statusFactorsEditionDate and authors to conservationStatusAuthors.</changeNote>
            <changeNote changeDate="2006-12-08">For element watershed, renamed element name to watershedName and code to watershedCode.</changeNote>
            <changeNote changeDate="2006-12-08">For element managementSummary, renamed element authors to managementSummaryAuthors.</changeNote>
            <changeNote changeDate="2006-12-08">For element ecologyAndLifeHistory, renamed element description to ecologyAndLifeHistoryDescription and editionDate to ecologyAndLifeHistoryEditionDate.</changeNote>
            <changeNote changeDate="2006-12-08">For element populationOccurrence, renamed element notes to viabilityNotes.</changeNote>
            <changeNote changeDate="2006-12-08">Renamed element immediacity to immediacy (typo)</changeNote>
            <changeNote changeDate="2006-12-08">Removed Native, Exotic, and Extirpated flags per discussion with Sciences. More detailed distribution data will be included in 1.0 release.</changeNote>
            <changeNote changeDate="2006-12-08">Added "classificationStatus."</changeNote>
            <changeNote changeDate="2006-12-08">Renamed attribute "useClassName" to "migratoryUseType".</changeNote>
            <changeNote changeDate="2006-12-08">Renamed element "otherRelatedNames" to "synonymns", the "scientificName" element that was a child of "otherRelatedNames" to "synonymName", the type "otherRelatedNamesType" to "synonymsType", and type "otherRelatedNameType" to "synonymnType".</changeNote>
            <changeNote changeDate="2006-02-28">Added the "license" element as a child of "globalSpecies".</changeNote>
            <changeNote changeDate="2006-02-28">Renamed all elements named "comment" to "comments".</changeNote>
            <changeNote changeDate="2006-02-28">Updated elements with children to not be required if they would be empty and correspondingly made at least one child element required. Exceptions are cases where sometimes none of the child elements have data. Eventually we need to update the schema to enforce that at least one of any of the children should be required.</changeNote>
            <changeNote changeDate="2005-12-16">Renamed element "fragility" to "intrinsicVulnerability".</changeNote>
            <changeNote changeDate="2005-12-16">Renamed element "scientificTaxonomy" to "formalTaxonomy".</changeNote>
            <changeNote changeDate="2005-12-16">Renamed element "globalCommonName to "NatureServePrimaryGlobalCommonName".</changeNote>
            <changeNote changeDate="2005-12-16">Renamed element "otherCommonNames" to "otherGlobalCommonNames".</changeNote>
            <changeNote changeDate="2005-12-16">Added documentation for the "otherGlobalCommonNames" element (Spanish Common Names and Portuguese Common Names).</changeNote>
            <changeNote changeDate="2005-12-16">Added the "parsedName" element as a child of the "scientificName" element.</changeNote>
            <changeNote changeDate="2005-12-16">Added the "generalGlobalStatusComments" element as a child of "conservationStatus".</changeNote>
            <changeNote changeDate="2005-12-16">Added "criteriaMet", "rationale", and "assessors" elements as children of the "status" element which is a child of the "otherStatuses" element.</changeNote>
            <changeNote changeDate="2005-12-16">Changed the value of the "name" attribute in the "status" element in the "otherStatuses" element that specifies the "IUCN Red List Caterory" from "IUCN Conservation Status" to "IUCN Red List Category".</changeNote>
            <changeNote changeDate="2005-12-16">Added the "USAndCanadianDistributionComplete" attribute to the "distribution" element.</changeNote>
            <changeNote changeDate="2005-12-16">Added "maximumLastObservedYear" and "speciesOccurrenceCount" elements as children of both the "county" and "watershed" elements.</changeNote>
            <changeNote changeDate="2005-12-16">Updated schema elements that are populated from domain tables or that we have had requests for "user-friendly" versions of codes to contain both "code" and "description" elements, where the "description" is the user-friendly version of the "code".</changeNote>
            <changeNote changeDate="2005-08-07">removed all references to element and replaced with relevant "species" language</changeNote>
        </changeLogDetails>
        <schemaReviewQuestions>
            <generalQuestionDetails>
                <generalQuestion questionDate="2005-12-19" resolved="false">Would you find it unappealing to distribute or accept data in this format? If so, why?</generalQuestion>
            </generalQuestionDetails>
            <dataQuestionDetails>
                <dataQuestion questionDate="2005-12-19" resolved="false">Is the schema reasonably free of NatureServe/Heritage-dependent terms? If not, where can it be improved?</dataQuestion>
                <dataQuestion questionDate="2005-12-19" resolved="false">Which data elements do you find confusing or redundant?</dataQuestion>
                <dataQuestion questionDate="2005-12-19" resolved="false">Which data types represented in the schema that should not be released freely without restriction or cost?</dataQuestion>
                <dataQuestion questionDate="2005-12-19" resolved="false">Which additional species-related data would you like to see included?</dataQuestion>
                <dataQuestion questionDate="2005-12-19" resolved="false">Which definitions in the user friendly documentation did you find confusing or incorrect?</dataQuestion>
                <dataQuestion questionDate="2005-12-19" resolved="false">What additional documentation would you like to see?</dataQuestion>
            </dataQuestionDetails>
            <technicalQuestionDetails>
                <technicalQuestion questionDate="2005-12-19" resolved="false">Are the schema tags organized in a way that makes sense? What portions of the XML Schema did you find confusing? How can the type system in the XML Schema be improved?</technicalQuestion>
                <technicalQuestion questionDate="2005-12-19" resolved="false">What existing XML standards (or XML Schemas) should be taken into consideration before the final release of this schema?</technicalQuestion>
                <technicalQuestion questionDate="2005-12-19" resolved="false">Are there any technical problems with this schema that make it unappealing? If so, what are they?</technicalQuestion>
            </technicalQuestionDetails>
        </schemaReviewQuestions>
        <schemaGeneralNoteDetails>
            <schemaGeneralNote>If an optional attribute or element is not present in an instance document, that means that either the data is not being released, or the value is unknown.</schemaGeneralNote>
            <schemaGeneralNote>For schema elements that contain both "code" and "description" elements, the "description" value is a user-friendly version of the "code" value.</schemaGeneralNote>
            <schemaGeneralNote>For schema elements that contain a "searchValue" element in addition to a "code" and "description" value, the "searchValue" value is to help searching codes that describe a range. For example, a "searchValue" of "ABC" corresponds to a code value of "AC".</schemaGeneralNote>
            <schemaGeneralNote>For schema elements who's values can be represent as either a code or as descriptive text both will be provided as sub-tags under the parent element. For example the "globalProtection" status of a species is represent as follows: &lt;globalProtection>&lt;code>A&lt;/code>&lt;description>No occurrences appropriately protected and managed&lt;/description>&lt;/globalProtection></schemaGeneralNote>
        </schemaGeneralNoteDetails>
    </schemaDocumentationHeader>
    <schemaDocumentationDetails>
        <documentationHtmlWeakLineBreak><![CDATA[<wbr/>]]></documentationHtmlWeakLineBreak>
        <documentationColumnHeadings>
            <dataElementName>Data Element</dataElementName>
            <dataElementDescription>Description</dataElementDescription>
            <nonDescriptiveNotes>Notes</nonDescriptiveNotes>
            <xpath><![CDATA[XPath to Schema Element or Attribute Name<br/>(Attributes <wbr/>preceded by <wbr/>"@" character)]]></xpath>
        </documentationColumnHeadings>
        <documentationDetails>
            <documentationGroup name="Basic Structure">
                <documentationItem>
                  <dataElementName>Global Species List</dataElementName>
                  <dataElementDescription>
                      Contains the entire list of results, consisting of 'globalSpecies' elements.
                  </dataElementDescription>
                  <nonDescriptiveNotes/>
                  <xpath>/globalSpeciesList</xpath>
                </documentationItem>
                <documentationItem>
                  <dataElementName>Schema Version</dataElementName>
                  <dataElementDescription>
                      Attribute of the root element containing the schema version number for this document.
                  </dataElementDescription>
                  <nonDescriptiveNotes>E.g. "1.0"</nonDescriptiveNotes>
                  <xpath>/globalSpeciesList|@schemaVersion</xpath>
                </documentationItem>
                <documentationItem>
                  <dataElementName>Global Species</dataElementName>
                  <dataElementDescription>
                      Contains the results for one species from the global perspective.
                  </dataElementDescription>
                  <nonDescriptiveNotes/>
                  <xpath>/globalSpeciesList|globalSpecies</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="Identifiers">
                <documentationItem>
                    <dataElementName>Unique Identifier</dataElementName>
                    <dataElementDescription>The primary unique system generated identifier used in NatureServe's Biotics 4.0 system.</dataElementDescription>
                    <nonDescriptiveNotes>The UID attribute is the unique identifier for the global species.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|@uid</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Species Code</dataElementName>
                    <dataElementDescription>Optional unique identifier for a species previously used in the Biological and Conservation Data system (BCD). This code is no longer the primary unique identifier in the Biotics 4.0 system. No record is kept of past use of species codes.</dataElementDescription>
                    <nonDescriptiveNotes>The speciesCode attribute is the old ELCODE from BCD, is not guaranteed to be unique, and will eventually be phased out. Not every species will have a species code.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|@speciesCode</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>NatureServe Explorer Comprehensive Report URI</dataElementName>
                    <dataElementDescription>URI to the full comprehensive report for this species on NatureServe Explorer.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|natureServeExplorerReportURI</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="Classification Elements">
                <documentationItem>
                    <dataElementName>Classification</dataElementName>
                    <dataElementDescription>
                        Container for the various species classification data - names and taxonomy.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Names</dataElementName>
                    <dataElementDescription>
                        Container for the various names applicable to the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Scientific Name</dataElementName>
                    <dataElementDescription>
                        Optional container for the various scientific names applicable to the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Scientific Name (Unformatted)</dataElementName>
                    <dataElementDescription>
                        <![CDATA[The scientific name for a species adopted for use by NatureServe; generally based on standard botanical or major zoological taxonomic references.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/class.htm">Classification Sources.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Maps to <i>BiologicalSystematicName</i> in the <a href="http://www.envdatastandards.net/content/article/detail/605">EDSC Biological Taxonomy Data Standard, Version 2</a>
                        <br/>and to <i>ScientificName</i> in the <a href="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd">Darwin Core schema</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|unformattedName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Scientific Name (Formatted)</dataElementName>
                    <dataElementDescription>The same content as "Scientific Name (Unformatted)" with HTML markup in the description to allow the name to appear formatted in a web browser.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|formattedName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Nomenclatural Author</dataElementName>
                    <dataElementDescription>Optional - Animals: The authority who published the original description for a particular scientific name and the year of the author's publication. Plants: The name(s) or conventional abbreviation(s) of the author(s) of the scientific name. Authors of plant names not edited for standardized abbreviations.</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Maps to <i>ScientificNameAuthor</i> in the <a href="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd">Darwin Core schema</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|nomenclaturalAuthor</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Concept Reference</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional container for the details of the 'concept' used for this species.
                        <br/><br/>Since the circumscription of many taxa or communities may be described in the same reference, in order to uniquely identify the species, the scientific name assigned to the species in the concept reference is identified in the Name Used in Concept Reference XML element. The concept reference and the name used in that concept reference are fixed; thus, they provide a constant identifier for the species, although the name in use for the species and other associated data may change.
                        <br/><br/>The purpose of using both the concept reference and the scientific name used in that reference as the unique and constant identifier of the species is so that where different parties use different names for the same species, the concept reference will allow clear determination that the entities are the same. Likewise, if different parties use the same name for different species, the concept references should quickly identify the entities as different.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|conceptReference</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Concept Reference Code</dataElementName>
                    <dataElementDescription>NatureServe's unique identifier for the Concept Reference.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|conceptReference|@code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Concept Reference Citation (Unformatted)</dataElementName>
                    <dataElementDescription>
                        Optional citation for the reference that describes the circumscription of the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|conceptReference|citation</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Concept Reference Citation (Formatted)</dataElementName>
                    <dataElementDescription>Optional - The same content as "Concept Reference Citation (Unformatted)" except that there may be HTML markup in the description to allow the name to appear formatted in a web browser.</dataElementDescription>
                    <nonDescriptiveNotes>For NatureServe web services, references are not always formatted.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|conceptReference|formattedFullCitation</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Name Used in Concept Reference</dataElementName>
                    <dataElementDescription>Optional container for the name applied to this species in the concept reference. The concept reference together with the name used in that reference serves as a unique identifier for the species, especially in cases where a single concept reference describes the circumscription of more than one species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|conceptReference|nameUsedInConceptReference</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Name Used in Concept Reference (Unformatted)</dataElementName>
                    <dataElementDescription>The name applied to this species in the concept reference.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|conceptReference|nameUsedInConceptReference|unformattedName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Name Used in Concept Reference (Formatted)</dataElementName>
                    <dataElementDescription>The same content as "Name Used in Concept Reference (Unformatted)" with HTML markup in the description to allow the name to appear formatted in a web browser.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|conceptReference|nameUsedInConceptReference|formattedName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Classification Status</dataElementName>
                    <dataElementDescription>
                        This is used to indicate whether the concept has been formally recognized, described, and accepted by the standard classification as determined by NatureServe Central Sciences.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Values include:
                        <br/><br/>Standard - the concept has been formally recognized, described, and accepted by NatureServe Central Sciences.
                        <br/><br/>Nonstandard - the concept has been addressed but not accepted by NatureServe Central Sciences.
                        <br/><br/>Provisional- the concept has not yet been formally addressed and accommodated (by acceptance or rejection ) by NatureServe Central Sciences]]>
                        </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|conceptReference|classificationStatus</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Scientific Name (Parsed)</dataElementName>
                    <dataElementDescription>This is a placeholder element for future development and is optional.</dataElementDescription>
                    <nonDescriptiveNotes>Any content should be ignored.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|scientificName|parsedName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>NatureServe Primary Global Common Name</dataElementName>
                    <dataElementDescription>The common name of a species adopted for use by NatureServe. Common names have not been tracked for all plants. Names for other groups may be incomplete. Many species have several common names. Spellings of plant common names follow no standard conventions and are not systematically edited.</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[This is the main common name that NatureServe uses for the species.
                        <br/><br/>Maps to <i>BiologicalVernacularName</i> in the <a href="http://www.envdatastandards.net/content/article/detail/605">EDSC Biological Taxonomy Data Standard, Version 2</a>]]>
                     </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|natureServePrimaryGlobalCommonName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Global Common Names</dataElementName>
                    <dataElementDescription>
                        Optional container for 'other' (usually non-English) global common names accepted by NatureServe for the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Within the "commonName" element, the "language" attribute specifies the language of the common name, using standard codes -
                        <br/><br/>Spanish = 'ES'
                        <br/>Portuguese = 'PT'
                        <br/><br/>These are currently the only two 'other languages' supported.  It will be easy to add common names in other languages.
                        <br/><br/>NatureServe plans to add French Common Names in the future.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|otherGlobalCommonNames</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Global Common Name</dataElementName>
                    <dataElementDescription>
                        The common name in the language shown by the 'language' attribute.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|otherGlobalCommonNames|commonName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Global Common Name Language</dataElementName>
                    <dataElementDescription>
                        Attribute identifying language for this common name.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently either 'ES' (Spanish) or 'PT' (Portuguese)</nonDescriptiveNotes> 
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|otherGlobalCommonNames|commonName|@language</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Synonyms</dataElementName>
                    <dataElementDescription>
                        Optional container for any synonyms, especially those that programs in the NatureServe Network, U.S. Fish and Wildlife Service, or Committee on the Status of Endangered Wildlife in Canada use for species names.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|synonyms</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Synonym</dataElementName>
                    <dataElementDescription>
                        Holds the various details of one synonym.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|synonyms|synonymName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Synonym (Unformatted)</dataElementName>
                    <dataElementDescription>Synonymous name.</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Maps to <i>BiologicalSynonymousName</i> in the <a href="http://www.envdatastandards.net/content/article/detail/605">EDSC Biological Taxonomy Data Standard, Version 2</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|synonyms|synonymName|unformattedName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Synonym (Formatted)</dataElementName>
                    <dataElementDescription>Synonym as shown in 'Synonym (Unformatted)', with optional HTML markup, e.g. to italicize the name.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|synonyms|synonymName|formattedName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Synonym (Author)</dataElementName>
                    <dataElementDescription>Animals Author: The authority who published the original description for a particular scientific name and the year of the author's publication. Plants Author: The name(s) or conventional abbreviation(s) of the author(s) of the scientific name. Plant Authors not edited for standardized abbreviations.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|names|synonyms|synonymName|nomenclaturalAuthor</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Taxonomy</dataElementName>
                    <dataElementDescription>Container holding details of the species taxonomy, both formal and informal.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Formal Taxonomy</dataElementName>
                    <dataElementDescription>Container holding details of the formal species taxonomy down to the generic level.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|formalTaxonomy</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Kingdom</dataElementName>
                    <dataElementDescription>Taxonomic Kingdom</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Maps to <i>BiologicalKingdomName</i> in the <a href="http://www.envdatastandards.net/content/article/detail/605">EDSC Biological Taxonomy Data Standard, Version 2</a>
                        <br/>and to <i>Kingom</i> in the <a href="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd">Darwin Core schema</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|formalTaxonomy|kingdom</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Phylum</dataElementName>
                    <dataElementDescription>Taxonomic Phylum</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Maps to <i>BiologicalDivisionPhylumName</i> in the <a href="http://www.envdatastandards.net/content/article/detail/605">EDSC Biological Taxonomy Data Standard, Version 2</a>
                        <br/>and to <i>Phylum</i> in the <a href="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd">Darwin Core schema</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|formalTaxonomy|phylum</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Class</dataElementName>
                    <dataElementDescription>Taxonomic Class</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Maps to <i>BiologicalClassName</i> in the <a href="http://www.envdatastandards.net/content/article/detail/605">EDSC Biological Taxonomy Data Standard, Version 2</a>
                        <br/>and to <i>Class</i> in the <a href="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd">Darwin Core schema</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|formalTaxonomy|class</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Order</dataElementName>
                    <dataElementDescription>Taxonomic Order</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Maps to <i>BiologicalOrderName</i> in the <a href="http://www.envdatastandards.net/content/article/detail/605">EDSC Biological Taxonomy Data Standard, Version 2</a>
                        <br/>and to <i>Order</i> in the <a href="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd">Darwin Core schema</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|formalTaxonomy|order</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Family</dataElementName>
                    <dataElementDescription>Taxonomic Family</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Maps to <i>BiologicalFamilyName</i> in the <a href="http://www.envdatastandards.net/content/article/detail/605">EDSC Biological Taxonomy Data Standard, Version 2</a>
                        <br/>and to <i>Family</i> in the <a href="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd">Darwin Core schema</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|formalTaxonomy|family</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Genus</dataElementName>
                    <dataElementDescription>Taxonomic Genus</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Maps to <i>BiologicalGenusName</i> in the <a href="http://www.envdatastandards.net/content/article/detail/605">EDSC Biological Taxonomy Data Standard, Version 2</a>
                        <br/>and to <i>Genus</i> in the <a href="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd">Darwin Core schema</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|formalTaxonomy|genus</xpath>
                </documentationItem>
<!--                 <documentationItem>
                    <dataElementName>Genus Size</dataElementName>
                    <dataElementDescription>
                        <![CDATA[The range that includes the best estimate of the number of species in the genus that contains this species.
                        <br/><br/>Values include:
                        <br/><br/>A = monotypic genus
                        <br/><br/>B = very small genus (2-5 species)
                        <br/><br/>C = small genus (6-20 species)
                        <br/><br/>D = Medium to large genus (21+ species)]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>The "size" element contains both a "code" and a "description" element.</nonDescriptiveNotes>
                    <xpath><![CDATA[/globalSpecies|classification|taxonomy|formalTaxonomy|genusSize|code
 <br/><br/>/globalSpecies|classification|taxonomy|formalTaxonomy|genusSize|description]]></xpath>
                </documentationItem> -->
                <documentationItem>
                    <dataElementName>Taxonomy Comments</dataElementName>
                    <dataElementDescription>
                        Optional pertinent information regarding questions or controversies concerning the validity, taxonomic
                        distinctness, or generic placement of the plant or animal species. May also provide information
                        about the scientific name or its spelling. May include discussion of differing taxonomic or
                        nomenclatural usage by different authors, agencies and organizations.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|formalTaxonomy|taxonomicComments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Informal Taxonomy</dataElementName>
                    <dataElementDescription>Container for informal taxonomic classification using common names for familiar groupings such as birds (Aves) or flowering plants (Anthophyta).</dataElementDescription>
                    <nonDescriptiveNotes>Each globalSpecies has up to 4 levels of informalTaxonomyLevel*Name elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|informalTaxonomy</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Informal Taxonomic Level 1 Name</dataElementName>
                    <dataElementDescription>Optional highest level of informal taxonomic name.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Animals, Vertebrates'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|informalTaxonomy|informalTaxonomyLevel1Name</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Informal Taxonomic Level 2 Name</dataElementName>
                    <dataElementDescription>Optional second highest level of informal taxonomic name.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Birds'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|informalTaxonomy|informalTaxonomyLevel2Name</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Informal Taxonomic Level 3 Name</dataElementName>
                    <dataElementDescription>Optional third highest level of informal taxonomic name.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Raptors'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|informalTaxonomy|informalTaxonomyLevel3Name</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Informal Taxonomic Level 4 Name</dataElementName>
                    <dataElementDescription>Optional lowest level of informal taxonomic name.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|classification|taxonomy|informalTaxonomy|informalTaxonomyLevel4Name</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="Conservation Status">
                <documentationItem>
                    <dataElementName>Conservation Status</dataElementName>
                    <dataElementDescription>Container for the various rankings and other information related to the species' conservation status.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>NatureServe Conservation Status</dataElementName>
                    <dataElementDescription>Container for the various NatureServe conservation status rankings (global, national and subnational).</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Status</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Container for all NatureServe conservation status ranks.  The ranks, developed by NatureServe and our network of member programs, characterize the relative imperilment of the species.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Status Rank</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional conservation status rank, developed by NatureServe and our network of member programs, of a species from a global (i.e., rangewide) perspective, characterizing the relative imperilment of the species.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[The "rank" element usually contains both a "code" and a "description" element.
                        <br/><br/>Currently we do not have an algorithm for calculating the "description" for the global status.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|rank</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Status Rank Code</dataElementName>
                    <dataElementDescription>
                        <![CDATA[The conservation status rank, developed by NatureServe and our network of member programs, of a species from a global (i.e., rangewide) perspective, characterizing the relative imperilment of the species.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'G5'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|rank|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Rounded Global Status Rank</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional container holding a value which uses an algorithm to evaluate global conservation status ranks and systematically produces easier to analyze values without qualifiers or ranges (e.g. G2G4 becomes G3, G4T1? becomes T1, G4G5 becomes G4).
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>The "roundedRank" element contains both a "code" and a "description" element.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|roundedRank</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Rounded Global Status Rank Code</dataElementName>
                    <dataElementDescription><![CDATA[Holds a value which uses an algorithm to evaluate global conservation status ranks and systematically produces easier to analyze values without qualifiers or ranges.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'G2G4' becomes 'G3', 'G4T1?' becomes 'T1', 'G4G5' becomes 'G4'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|roundedRank|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Rounded Global Status Rank Description</dataElementName>
                    <dataElementDescription>Optional element holding a derived description for the global 'roundedRank'.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Secure'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|roundedRank|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Status Last Reviewed</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional date the global conservation status rank, developed by NatureServe and our network of member programs, was assigned, revised, and/or reaffirmed.
                        <br/><br/>Format: YYYY-MM-DD
                        <br/><br/>Example: 2005-12-16
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|statusLastReviewed</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Status Last Changed</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional last date the global conservation status rank was changed.
                        <br/><br/>Format: YYYY-MM-DD
                        <br/><br/>Example: 2005-12-16
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|statusLastChanged</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Status Reasons</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Summary of factors justifying the global conservation status rank
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|reasons</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Status Factors</dataElementName>
                    <dataElementDescription>Optional container for the factors used to determine the global conservation status ranking.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Abundance</dataElementName>
                    <dataElementDescription>Optional container for the factors relating to the global abundance of the species used to determine the global conservation status ranking.</dataElementDescription>
                    <nonDescriptiveNotes>The "globalAbundance" element contains "code", "description" and "searchValue" elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalAbundance</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Abundance Code</dataElementName>
                    <dataElementDescription>Optional code indicating the estimated size of the current naturally-occurring wild population.</dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[Values include:
                        <br/><br/>Z = zero individuals
                        <br/><br/>A = 1-50 individuals
                        <br/><br/>B = 50-250 individuals
                        <br/><br/>C = 250-1,000 individuals
                        <br/><br/>D = 1,000-2,500 individuals
                        <br/><br/>E = 2,500-10,000 individuals
                        <br/><br/>F = 10,000-100,000 individuals
                        <br/><br/>G = 100,000-1,000,000 individuals
                        <br/><br/>H = >1,000,000 individuals
                        <br/><br/>U = Unknown]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalAbundance|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Abundance Description</dataElementName>
                    <dataElementDescription>Optional human readable description of the 'Global Abundance Code'.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. '10,000 - 100,000 individuals'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalAbundance|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Abundance Search Value</dataElementName>
                    <dataElementDescription>Optional 'search value' which can be used to find species at this global abundance.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'EF'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalAbundance|searchValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Abundance Comments</dataElementName>
                    <dataElementDescription>Optional comments on the estimated total population size, including information on how the value (indicated in the Global Abundance XML element) was derived, variations, and data for specific portions of the geographic range.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Gerrard (1983) estimated that Alaska and British Columbia have approximately 48,000 bald eagles.'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalAbundance|comments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Estimated Number of Occurrences</dataElementName>
                    <dataElementDescription>Optional container for the factors related to the estimated number of occurrences used to determine the global conservation status ranking.</dataElementDescription>
                    <nonDescriptiveNotes>The "estimatedNumberOfOccurrences" element contains "code", "description" and "searchValue" elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|estimatedNumberOfOccurrences</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Estimated Number of Occurrences Code</dataElementName>
                    <dataElementDescription>Optional code indicating the estimated, inferred, or suspected number of extant occurrences (roughly equivalent to populations for many non-migratory species) of the species worldwide.</dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[Values include:
                        <br/><br/>Z = 0 occurrences
                        <br/><br/>A = 1-5 occurrences
                        <br/><br/>B = 6-20 occurrences
                        <br/><br/>C = 21-80 occurrences
                        <br/><br/>D = 81-300 occurrences
                        <br/><br/>E = >300 occurrences
                        <br/><br/>U = Unknown]]>
					</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|estimatedNumberOfOccurrences|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Estimated Number of Occurrences Description</dataElementName>
                    <dataElementDescription>Optional human readable description of the 'Estimated Number of Occurrences Code'.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. '>300'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|estimatedNumberOfOccurrences|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Estimated Number of Occurrences Search Value</dataElementName>
                    <dataElementDescription>Optional 'search value' which can be used to find species at this estimated number of occurrences.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'E'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|estimatedNumberOfOccurrences|searchValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Estimated Number of Occurrences Comments</dataElementName>
                    <dataElementDescription>Optional comments on the estimated number of occurrences of the species.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'BREEDING AREA occurrences probably number over 150 in British Columbia and Alaska.'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|estimatedNumberOfOccurrences|comments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Short Term Trend</dataElementName>
                    <dataElementDescription>Optional container for the factors related to the short term trend used to determine the global conservation status ranking.</dataElementDescription>
                    <nonDescriptiveNotes>The "globalShortTermTrend" element contains "code", "description" and "searchValue" elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalShortTermTrend</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Short Term Trend Code</dataElementName>
                    <dataElementDescription>Optional code that best describes the observed, estimated, inferred, or suspected short-term trend in population size, extent of occurrence, area of occupancy, number of occurrences (EOs), and
                        |or viability|ecological integrity of occurrences (whichever most significantly affects the NatureServe global conservation status). Short-term trends may be recent or current, and a trend may or may not be known to be continuing. For species, short-term trends are typically considered over a period spanning the past 10 years or 3 generations (whichever is longer up to a maximum of 100 years). In considering short-term trends, newly discovered but presumably long existing occurrences are not considered to represent an increasing trend, nor newly discovered individuals in previously little-known occurrences. Also, increases in the number of occurrences due to fragmentation of previously larger occurrences into more but smaller occurrences are not considered to represent an increasing trend, but instead fragmentation of occurrences should be considered as indicative of a decreasing area of occupancy.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Values include:
                        <br/><br/>A = Severely declining (decline of >70% in population size, range, area occupied, and|or number or condition of occurrences)
                        <br/><br/>B = Very rapidly declining (decline of 50-70%)
                        <br/><br/>C = Rapidly declining (decline of 30-50%)
                        <br/><br/>D = Declining (decline of 10-30%)
                        <br/><br/>E = Stable (unchanged or remaining within ±10% fluctuation)
                        <br/><br/>F = Increasing (increase of >10%)
                        <br/><br/>U = Unknown (short-term trend unknown)
                        <br/><br/>(null) = Rank factor not assessed]]>
					</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalShortTermTrend|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Short Term Trend Description</dataElementName>
                    <dataElementDescription>Optional human readable description of the 'Global Short Term Trend Code'.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Stable to increasing (+/-10% fluctuation to >10% increase)'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalShortTermTrend|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Short Term Trend Search Value</dataElementName>
                    <dataElementDescription>Optional 'search value' which can be used to find species at this global short term trend.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'EF'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalShortTermTrend|searchValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Short Term Trend Comments</dataElementName>
                    <dataElementDescription>Optional comments on short-term trends of a species from a range-wide perspective.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'As of early 1990s, populations in many areas had rebounded from the low levels that occurred before DDT use was banned in the U.S.'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalShortTermTrend|comments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Long Term Trend</dataElementName>
                    <dataElementDescription>Optional container for the factors related to the long term trend used to determine the global conservation status ranking.</dataElementDescription>
                    <nonDescriptiveNotes>The "globalLongTermTrend" element contains "code", "description" and "searchValue" elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalLongTermTrend</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Long Term Trend Code</dataElementName>
                    <dataElementDescription>Optional code that best describes at a range-wide level the observed, estimated, inferred, or suspected degree of change in population size, extent of occurrence, area of occupancy, number of occurrences (EOs), and/or viability/ecological integrity of its occurrences over the long-term (ca. the past 200 years).</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalLongTermTrend|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Long Term Trend Description</dataElementName>
                    <dataElementDescription>Optional human readable description of the 'Global Long Term Trend Code'.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Moderate decline to relatively stable (25% change to 50% decline)'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalLongTermTrend|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Long Term Trend Search Value</dataElementName>
                    <dataElementDescription>Optional 'search value' which can be used to find species at this global long term trend.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'DE'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalLongTermTrend|searchValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Long Term Trend Comments</dataElementName>
                    <dataElementDescription>Optional comments on long-term trends of a species from a range-wide perspective.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalLongTermTrend|comments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Inventory Needs</dataElementName>
                    <dataElementDescription>Optional description of the inventory work that needs to be done in order to better determine the NatureServe global conservation status rank for the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalInventoryNeeds</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Protection</dataElementName>
                    <dataElementDescription>Optional container for the factors related to the protected status of occurrences used to determine the global conservation status ranking.</dataElementDescription>
                    <nonDescriptiveNotes>The "globalProtection" element contains "code", "description" and "searchValue" elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalProtection</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Protection Code</dataElementName>
                    <dataElementDescription>Optional code that best describes the estimated, inferred, or suspected number of species occurrences that are appropriately protected and managed for the long-term persistence of the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Values include:
                        <br/><br/>A = No occurrences appropriately protected and managed
                        <br/><br/>B = Few (1-3) occurrences appropriately protected and managed
                        <br/><br/>C = Several (4-12) occurrences appropriately protected and managed
                        <br/><br/>D = many (13-40) occurrences appropriately protected and managed
                        <br/><br/>E = very many (>40) occurrences appropriately protected and managed
                        <br/><br/>U = unknown whether any occurrences appropriately protected and managed
                        <br/><br/>(null) = Rank factor not accessed]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalProtection|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Protection Description</dataElementName>
                    <dataElementDescription>Optional human readable description of the 'Global Protection Code'.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Many to very many (13 to >40) occurrences appropriately protected and managed.'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalProtection|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Protection Search Value</dataElementName>
                    <dataElementDescription>Optional 'search value' which can be used to find species at this level of global protection.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'DE'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalProtection|searchValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Protection Comments</dataElementName>
                    <dataElementDescription>Optional comments on the number of protected and appropriately managed species occurrences, such as the level of protection and the status of management.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Protected in the United States by the Bald Eagle Protection Act, the Migratory Bird Treaty Act, and the Endangered Species Act.'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalProtection|comments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Protection Needs</dataElementName>
                    <dataElementDescription>Optional summary of the highest priority protection needs for a species.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Acquisition of breeding territories is always a priority and is necessary for further improvement.[...]'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|globalProtection|needs</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Threat</dataElementName>
                    <dataElementDescription>Optional container for the factors related to the threats to this species used to determine the global conservation status ranking.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|threat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Degree of Threat</dataElementName>
                    <dataElementDescription>Optional container holding a code and description of the degree of threat which this species is under globally.</dataElementDescription>
                    <nonDescriptiveNotes>The "degreeOfThreat" element contains both a "code" and a "description" element.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|threat|degreeOfThreat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Degree of Threat Code</dataElementName>
                    <dataElementDescription>Optional code indicating the degree to which the species is threatened globally.</dataElementDescription>
                    <nonDescriptiveNotes>
                    	<![CDATA[Values include:
                        <br/><br/>A = Very threatened throughout its range communities directly exploited or their composition and structure irreversibly threatened by man-made forces, including exotic species
                        <br/><br/>B = Moderately threatened throughout its range, communities provide natural resources that when exploited alter the composition and structure of the community over the long-term, but are apparently recoverable
                        <br/><br/>C = Not very threatened throughout its range, communities often provide natural resources that when exploited alter the composition and structure over the short-term, or communities are self-protecting because they are unsuitable for other uses
                        <br/><br/>D = Unthreatened throughout its range, communities may be threatened in minor portions of the range or degree of variation falls within natural variation
                        <br/><br/>U = unknown]]>
					</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|threat|degreeOfThreat|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Degree of Threat Description</dataElementName>
                    <dataElementDescription>Optional human readable description of the 'Degree of Threat Code'.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Localized substantial threat'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|threat|degreeOfThreat|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Threat Scope</dataElementName>
                    <dataElementDescription>For the threat with the greatest overall impact on the species, the proportion of the species that is observed, inferred, or suspected to be directly or indirectly affected by this threat from a range-wide perspective.
                    </dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[Optional.
                        <br/><br/>Values include:
                        <br/><br/>High = > 60% of total population, occurrences, or area affected
                        <br/><br/>Moderate = 20-60% of total population, occurrences, or area affected
                        <br/><br/>Low = 5-20% of total population, occurrences, or area affected
                        <br/><br/>Insignificant = &lt; 5% of total population, occurrences, or area affected
                        <br/><br/>Unknown = Unknown (proportion of population, occurrences, or area affected is unknown)]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|threat|scope</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Threat Severity</dataElementName>
                    <dataElementDescription>For the threat with the greatest overall impact on the species, how badly and irreversibly the species is observed, inferred, or suspected to be directly or indirectly affected by the threat from a range-wide perspective.
                    </dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[Optional.
                        <br/><br/>Values Include:
                        <br/><br/>High = Loss of species population (all individuals) or destruction of species habitat or ecological community in area affected, with effects essentially irreversible or requiring long-term recovery (>100 years)
                        <br/><br/>Moderate = Major reduction of species population or long-term degradation or reduction of species habitat or ecological community in area affected, requiring 50-100 years for recovery
                        <br/><br/>Low = Low but nontrivial reduction of species population or reversible degradation or reduction of species habitat or ecological community in area affected, with recovery expected in 10-50 years
                        <br/><br/>Insignificant = Essentially no reduction of species population or degradation of species habitat, ecological community or System due to threats, with ability to recover quickly (within 10 years) from minor temporary loss
                        <br/><br/>Unknown = Unknown (degree of impact on population, occurrences, or area due to threat is unknown)]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|threat|severity</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Threat Immediacy</dataElementName>
                    <dataElementDescription>For the threat with the greatest overall impact on the species, the imminence of the threat to the species (i.e., how likely the threat to the species is and how soon it is expected to be realized) from a range-wide perspective.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Optional.
                        <br/><br/>Values include:
                        <br/><br/>High = Threat is operational (happening now) or imminent (within a year)
                        <br/><br/>Moderate = Threat is likely to be operational within 2-5 years
                        <br/><br/>Low = Threat is likely to be operational within 5-20 years
                        <br/><br/>Insignificant = Threat not likely to be operational within 20 years
                        <br/><br/>Unknown = Unknown (how soon the threat will likely be realized is unknown)]]>
					</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|threat|immediacy</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Threat Comments</dataElementName>
                    <dataElementDescription>Optional comments on known global threats to the species.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Major threats include habitat loss, disturbance by humans, biocide contamination [...]'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|threat|comments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Instrinsic Vulnerability</dataElementName>
                    <dataElementDescription>Optional container for the factors related to the intrinsic or inherent vulnerability of the species used to determine the global conservation status ranking.</dataElementDescription>
                    <nonDescriptiveNotes>The "intrinsicVulnerability" element contains "code" and "searchValue" elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|intrinsicVulnerability</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Instrinsic Vulnerability Code</dataElementName>
                    <dataElementDescription>Code that indicates the observed, inferred, or suspected degree to which intrinsic or inherent factors of the species make it vulnerable or resilient to natural or anthropogenic stresses or catastrophes.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Optional.
                        <br/><br/>Values include:
                        <br/><br/>A = Highly Vulnerable
                        <br/><br/>B = Moderately Vulnerable
                        <br/><br/>C = Not Intrinsically Vulnerable
                        <br/><br/>U = unknown]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|intrinsicVulnerability|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Intrinsic Vulnerability Search Value</dataElementName>
                    <dataElementDescription>Optional 'search value' which can be used to find species at this level of intrinsic vulnerability.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|intrinsicVulnerability|searchValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Intrinsic Vulnerability Comments</dataElementName>
                    <dataElementDescription>Comments on the intrinsic vulnerability of the species.</dataElementDescription>
                    <nonDescriptiveNotes>May appear twice - known issue.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|intrinsicVulnerabity|comments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Environmental Specificity</dataElementName>
                    <dataElementDescription>Optional container for the factors related to the environmental specificity or generality from a global (i.e., range-wide) perspective of the species used to determine the global conservation status ranking.</dataElementDescription>
                    <nonDescriptiveNotes>The "environmentalSpecificity" element contains "code" and "searchValue" elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|environmentalSpecificity</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Environmental Specificity Code</dataElementName>
                    <dataElementDescription>A code indicating the observed, inferred, or suspected environmental specificity or generality from a global (i.e., range-wide) perspective.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Optional.
                        <br/><br/>Values include:
                        <br/><br/>A = Very Narrow
                        <br/><br/>B = Narrow
                        <br/><br/>C = Moderate
                        <br/><br/>D = Broad
                        <br/><br/>U = Unknown]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|environmentalSpecificity|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Environmental Specificity Search Value</dataElementName>
                    <dataElementDescription>Optional 'search value' which can be used to find species at this level of environmental specificity.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|environmentalSpecificity|searchValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Environmental Specificity Comments</dataElementName>
                    <dataElementDescription>Optional comments on the environmental specificity of the species resulting from habitat preferences or restrictions, including the factors affecting the environmental specificity value at the global level.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|environmentalSpecificity|comments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Considerations</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional comments on any other factors that should be considered in assigning a NatureServe conservation status for a species at the global level.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|otherConsiderations</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>NatureServe Status Factors Edition Date</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional date of most recent major changes to the global ranking factors information for the species.
                        <br/><br/>Format: YYYY-MM-DD
                        <br/><br/>Example: 2005-12-16]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|statusFactorsEditionDate</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>NatureServe Status Authors</dataElementName>
                    <dataElementDescription>An optional, currently empty element which contains the name of the principal person(s) who prepared this version of the ranking factors information, in the 'displayValue' attribute.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|conservationStatusAuthors</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>NatureServe Status Factors Authors List</dataElementName>
                    <dataElementDescription>The name of the principal person(s) who prepared this version of the ranking factors information. Note: Field not edited for consistency of style or content.</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[The "displayValue" attribute should contain a string of all the authors, formatted for display.
                        For NatureServe Central web services this attribute will be populated directly from the corresponding Biotics field.
                        The individual "author" elements can be used once a parsing algorithm is developed for the Biotics field, or if data is
                        coming from another system where the author data is normalized.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|conservationStatusFactors|conservationStatusAuthors|@displayValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>National Statuses</dataElementName>
                    <dataElementDescription>Optional container holding conservation status information at the national level.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpecieslist|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>National Status</dataElementName>
                    <dataElementDescription>Optional container holding conservation status information for one nation.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpecieslist|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>National Status Nation Name</dataElementName>
                    <dataElementDescription>Attribute holding the name of the nation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Canada'</nonDescriptiveNotes>
                    <xpath>/globalSpecieslist|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|@nationName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>National Status Nation Code</dataElementName>
                    <dataElementDescription>Attribute holding the standard code for the nation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'CA'</nonDescriptiveNotes>
                    <xpath>/globalSpecieslist|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|@nationCode</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>National Status Rank</dataElementName>
                    <dataElementDescription>Container for the code representing the conservation status of a species from a national perspective.</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[The "rank" element usually contains both a "code" and a "description" element.
                        <br/><br/>Currently we do not have an algorithm for calculating the "description" for the national status.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|rank</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>National Status Rank Code</dataElementName>
                    <dataElementDescription>
                        <![CDATA[The conservation status of a species from a national perspective, characterizing the relative imperilment of the species. Developed by NatureServe and our network of member programs.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'N5B,N5N'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|rank|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Rounded National Status Rank</dataElementName>
                    <dataElementDescription>Container for the 'rounded' code representing the conservation status of a species from a national perspective.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[The "roundedRank" element usually contains both a "code" and a "description" element.
                        <br/><br/>Currently we do not have an algorithm for calculating the description for the rounded national status.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|roundedRank</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Rounded National Status Rank Code</dataElementName>
                    <dataElementDescription>Code representing the rounded conservation status of a species from a national perspective.
                    </dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[This value uses an algorithm to evaluate national conservation status ranks and systematically produces easier to interpret values without qualifiers or ranges (e.g. N2N4 becomes N3).
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|roundedRank|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>National Status Last Reviewed</dataElementName>
                    <dataElementDescription>
                        <![CDATA[The date the national conservation status rank, developed by NatureServe and our network of member programs, was originally entered or last changed, revised, and/or reaffirmed.
                        <br/><br/>Format: YYYY-MM-DD
                        <br/><br/>Example: 2005-12-16]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|statusLastReviewed</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subnational Statuses</dataElementName>
                    <dataElementDescription>Optional container holding conservation status information at the subnational level.
                    </dataElementDescription>
                    <nonDescriptiveNotes>US States and Canadian Provinces.  Nested within appropriate nationalStatus.</nonDescriptiveNotes>
                    <xpath>/globalSpecieslist|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatus|subnationalStatuses</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subnational Status</dataElementName>
                    <dataElementDescription>Optional container holding conservation status information for one subnation.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpecieslist|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|subnationalStatuses|subnationalStatus</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subnational Status Subnation Name</dataElementName>
                    <dataElementDescription>Attribute holding the name of the subnation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Saskatchewan'</nonDescriptiveNotes>
                    <xpath>/globalSpecieslist|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|subnationalStatuses|subnationalStatus|@subnationName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subnational Status Subnation Code</dataElementName>
                    <dataElementDescription>Attribute holding the standard code for the subnation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'SK'</nonDescriptiveNotes>
                    <xpath>/globalSpecieslist|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|subnationalStatuses|subnationalStatus|@subnationCode</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subnational Status Rank</dataElementName>
                    <dataElementDescription>Container for the code representing the conservation status of a species from a subnational perspective.</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[The "rank" element usually contains both a "code" and a "description" element.
                        <br/><br/>Currently we do not have an algorithm for calculating the "description" for the subnational status.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|subnationalStatuses|subnationalStatus|rank</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subnational Status Rank Code</dataElementName>
                    <dataElementDescription>
                        <![CDATA[<b>U.S &amp; Canada State/Province Status</b>: The NatureServe conservation status, developed by NatureServe and our network of member programs, of a species from a state/province perspective, characterizing the relative imperilment of the species. Due to the dynamic nature of the data, occasional discrepancies between state/province and global conservation statuses may be temporarily unresolved. State/province status ranks are maintained locally; consult pertinent state/province natural heritage program or conservation data center for most current state/province status information.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/eodist.htm">Distribution Sources</a>, and <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'S4B'</nonDescriptiveNotes>
                    <xpath>/globalSpecieslist|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|subnationalStatuses|subnationalStatus|rank|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Rounded Subnational Status Rank</dataElementName>
                    <dataElementDescription>Container for the 'rounded' code representing the conservation status of a species from a subnational perspective.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[The "roundedRank" element usually contains both a "code" and a "description" element.
                        <br/><br/>Currently we do not have an algorithm for calculating the description for the rounded subnational status.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|subnationalStatuses|subnationalStatus|roundedRank</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Rounded Subnational Status Rank Code</dataElementName>
                    <dataElementDescription>Code representing the rounded conservation status of a species from a subnational perspective.
                    </dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[This value uses an algorithm to evaluate subnational conservation status ranks and systematically produces easier to interpret values without qualifiers or ranges (e.g. N2N4 becomes N3).
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/ranking.htm">NatureServe Conservation Status.</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|natureServeStatus|globalStatus|nationalStatuses|nationalStatus|subnationalStatuses|subnationalStatus|roundedRank|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Statuses</dataElementName>
                    <dataElementDescription>Optional container for statuses assigned by organizations other than NatureServe.</dataElementDescription>
                    <nonDescriptiveNotes>See the 'Other Status' element for full description of organizations concerned and the relevant fields available.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status</dataElementName>
                    <dataElementDescription>
                        <![CDATA[A status assigned by an organization other than NatureServe.  There is optionally 1 status element per other status, as delineated by the 'name' attribute.
                        <br/><br/><b>U.S. Endangered Species Act</b>: Current status of the taxon as designated or proposed by the U.S. Fish and Wildlife Service (USFWS) or the U.S. National Marine Fisheries Service, and as reported in the U.S. Federal Register in accordance with the U.S. Endangered Species Act of 1973, as amended. For more information see <a href="http://www.natureserve.org/explorer/status.htm">U.S. ESA</a>.
                        <br/><br/><b>Committee on the Status of Endangered Wildlife in Canada (COSEWIC) Status</b>: Abbreviations used to indicate the at-risk category assigned by the Committee on the Status of Endangered Wildlife in Canada (COSEWIC). For more information see <a href="http://www.natureserve.org/explorer/status.htm">COSEWIC</a>.
                        <br/><br/><b>IUCN Red List Category</b>: Code for the Endangerment status according to the International Union for the Conservation of Nature (IUCN). <br/>Values include:<br/> EX = extinct <br/>EW = extinct in wild <br/>CR = critically endangered <br/>EN = endangered <br/>VU = vulnerable <br/>NT = near threatened<br/>LC = least concern.<br/>DD = data deficient<br/>NE = not evaluated
                        <br/><br/><b>Convention on International Trade in Endangered Species (CITES) Protection Status</b>: Value assigned to the species from the Protective Appendix according to the Convention on International Trade in Endangerment of Species (CITES). <br/>Values include: <br/>1 = Appendix I (species that are most endangered, threatened with extinction, and for which commercial international trade is generally prohibited) <br/>2 = Appendix II (species that are not necessarily threatened with extinction at this time, but that may become threatened unless commercial international trade is controlled) <br/>3 = Appendix III (species included by request of a country that regulates its trade, and for which cooperation of other countries is needed to prevent exploitation).
						<br/><br/><b>PLANNED BUT NOT YET IMPLEMENTED:</b>
                        <br/><br/><b>Species At Risk Act (SARA)</b>: Abbreviations used to indicate the at-risk category for species listed under the Canadian Species At Risk Act.
                        <br/><br/><b>Canadian General Status</b>: Abbreviations used to indicate the national "General Status" of species in Canada.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Within the "status" element, the "name" attribute defines the status type (e.g "USESA Status").]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status</xpath>
		        </documentationItem>
				<documentationItem>
					<dataElementName>Other Status Name</dataElementName>
					<dataElementDescription>Attribute indicating the type of status this 'status' element represents.</dataElementDescription>
					<nonDescriptiveNotes><![CDATA[Restricted at this time to:
										<br/><br/>'USESA Status'
										<br/>'COSEWIC Status'
										<br/>'IUCN Conservation Status'
										<br/>'CITES Protection Status'
					]]></nonDescriptiveNotes>
					<xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status|@name</xpath>
				</documentationItem>
          		<documentationItem>
            		<dataElementName>Other Status Status Value</dataElementName>
            		<dataElementDescription>Optional code for the status as applicable to the organization publishing this status.
            		</dataElementDescription>
            		<nonDescriptiveNotes><![CDATA[Currently only relevant for USESA, COSEWIC and IUCN. <br/><br/>E.g. 'NAR', for COSEWIC.
                        <br/><br/><b>U.S. Endangered Species Act</b>: Current status of the taxon as designated or proposed by the U.S. Fish and Wildlife Service (USFWS) or the U.S. National Marine Fisheries Service, and as reported in the U.S. Federal Register in accordance with the U.S. Endangered Species Act of 1973, as amended. For more information see <a href="http://www.natureserve.org/explorer/status.htm">U.S. ESA</a>.
                        <br/><br/><b>Committee on the Status of Endangered Wildlife in Canada (COSEWIC) Status</b>: Abbreviations used to indicate the at-risk category assigned by the Committee on the Status of Endangered Wildlife in Canada (COSEWIC). For more information see <a href="http://www.natureserve.org/explorer/status.htm">COSEWIC</a>.
                        <br/><br/><b>IUCN Red List Category</b>: Code for the Endangerment status according to the International Union for the Conservation of Nature (IUCN). <br/>Values include:<br/> EX = extinct <br/>EW = extinct in wild <br/>CR = critically endangered <br/>EN = endangered <br/>VU = vulnerable <br/>NT = near threatened<br/>LC = least concern.<br/>DD = data deficient<br/>NE = not evaluated
						]]>
            		</nonDescriptiveNotes>
            		<xpath><![CDATA[/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="USESA Status"]|statusValue
 							<br/><br/>/globalSpecies|conservationStatus|otherStatuses|status[@name="COSEWIC Status"]|statusValue
 							<br/><br/>/globalSpecies|conservationStatus|otherStatuses|status[@name="IUCN Conservation Status"]|statusValue]]></xpath>
                </documentationItem>
          		<documentationItem>
            		<dataElementName>Other Status Status Description</dataElementName>
            		<dataElementDescription>Optional description for the status as applicable to the organization publishing this status.
            		</dataElementDescription>
            		<nonDescriptiveNotes><![CDATA[Currently only relevant for USESA, COSEWIC, IUCN and CITES. <br/><br/>E.g. 'Not at Risk', for COSEWIC.]]>
            		</nonDescriptiveNotes>
            		<xpath><![CDATA[/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="USESA Status"]|statusDescription
 							<br/><br/>/globalSpecies|conservationStatus|otherStatuses|status[@name="COSEWIC Status"]|statusDescription
 							<br/><br/>/globalSpecies|conservationStatus|otherStatuses|status[@name="IUCN Conservation Status"]|statusDescription
 							<br/><br/>/globalSpecies|conservationStatus|otherStatuses|status[@name="CITES Protection Status"]|statusDescription
 							]]></xpath>
                </documentationItem>
	            <documentationItem>
   			        <dataElementName>Other Status Implied Status</dataElementName>
            		<dataElementDescription>
                		<![CDATA[<b>Implied Status Under the U.S. Endangered Species Act</b>: The current status of the taxon under the U.S. Endangered Species Act (USESA) as interpreted by NatureServe. Interpreted status is determined from the taxonomic relationship of the species to a taxon having USESA status, or its relationship to geopolitical or administratively defined members of a taxon having USESA status.
                		<br/><br/><b>Implied Status Under the Committee on the Status of Endangered Wildlife in Canada</b>: The current status of the taxon according to the at-risk categories developed by the Committee on the Status of Endangered Wildlife in Canada (COSEWIC) as interpreted by NatureServe.]]>
            		</dataElementDescription>
            		<nonDescriptiveNotes>Currently applies only to USESA and COSEWIC.
            		</nonDescriptiveNotes>
            		<xpath><![CDATA[/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="USESA Status"]|impliedStatus
 								<br/><br/>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="COSEWIC Status"]|impliedStatus]]></xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status Status Date</dataElementName>
                    <dataElementDescription>
                        <![CDATA[<b>U.S. Federal Status Date</b>: Date of publication of the United States Federal Status in the Federal Register. For more information see <a href="http://www.natureserve.org/explorer/status.htm">U.S. ESA</a>.
                        <br/><br/><b>Committee on the Status of Endangered Wildlife in Canada (COSEWIC) Status Date</b>: The date the at-risk category was assigned, revised, or reaffirmed by the Committee on the Status of Endangered Wildlife in Canada (COSEWIC). For more information see <a href="http://www.natureserve.org/explorer/status.htm">COSEWIC</a>.
                        <br/><br/><b>Format</b>: YYYY-MM-DD
                        <br/><br/><b>Example</b>: 2005-12-16]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently only applies to USESA and COSEWIC.
                    </nonDescriptiveNotes>
                    <xpath><![CDATA[/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="USESA Status"]|statusDate
						 <br/><br/>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="COSEWIC Status"]|statusDate]]></xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status Draft Status</dataElementName>
                    <dataElementDescription>Optional container for the code and description for the Draft status of this species.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently only applies to IUCN.
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="IUCN Conservation Status"]|draftStatus</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status Draft Status Code</dataElementName>
                    <dataElementDescription>Optional code for the Draft status of this species.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Currently only applies to IUCN.
                        <br/><br/>
                        <b>IUCN Red List Category (Draft)</b>: The Draft Code for the Endangerment status according to the International Union for the Conservation of Nature (IUCN).
                        <br/>Values include:
                        <br/> EX = extinct
                        <br/>EW = extinct in wild
                        <br/>CR = critically endangered
                        <br/>EN = endangered
                        <br/>VU = vulnerable
                        <br/>NT = near threatened
                        <br/>LC = least concern.
                        <br/>DD = data deficient
                        <br/>NE = not evaluated]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="IUCN Conservation Status"]|draftStatus|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status Draft Status Description</dataElementName>
                    <dataElementDescription>Description for the Draft status of this species.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently only applies to IUCN.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="IUCN Conservation Status"]|draftStatus|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status Lead Responsibility</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional <b>U.S. Fish &amp; Wildlife Service Lead Region</b>: The United States Fish and Wildlife Service (USFWS) code for the USFWS region with lead responsibility for the species.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[Applies only to USESA.  The attribute 'responsibleParty' is hardcoded to 'US Fish and Wildlife Service'.
                    	<br/><br/>E.g. 'R3 - North Central']]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="USESA Status"]|leadResponsibility[@responsibleParty="US Fish and Wildlife Service"]</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status Comments on Official Status</dataElementName>
                    <dataElementDescription><![CDATA[Any comments necessary to explain the designated or interpreted status of the taxon under the U.S. Endangered Species Act (USESA). Differences in taxonomic treatment or nomenclature between the regulating agency and NatureServe are discussed. In addition, further documentation and clarification regarding the status of the species may be included. For example, if a species is delisted, the information and/or reasoning behind the decision is described in this field. For more information see <a href="http://www.natureserve.org/explorer/status.htm">U.S. ESA</a>.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently applies only to USESA.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="USESA Status"]|statusComments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status Criteria Met</dataElementName>
                    <dataElementDescription>
                        <![CDATA[<b>IUCN Red List Criteria Met</b>: The criteria met for species listed in one of the threatened categories (Critically Endangered, Endangered, Vulnerable) in the IUCN Red List.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>Only applies to IUCN.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="IUCN Conservation Status"]|criteriaMet</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status Rationale</dataElementName>
                    <dataElementDescription>
                        <![CDATA[<b>IUCN Red List Category Rationale</b>:A short narrative explaining the population or range information used, inferences, assumptions, and other factors that influenced the decision to place the species in a particular Red List Category.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>Only applies to IUCN.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="IUCN Conservation Status"]|rationale</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Other Status Assessors</dataElementName>
                    <dataElementDescription>
                        <![CDATA[<b>IUCN Red List Assessor(s)</b>: The scientists who provided input into the assessment for a particular species. These scientists do not necessarily endorse the final Red List Category assigned to the species.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>Only applies to IUCN.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|otherStatuses|status[@name="IUCN Conservation Status"]|assessors</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>General Global Status Comments</dataElementName>
                    <dataElementDescription>Optional general comments on the global status of the species, not covered elsewhere.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|conservationStatus|generalGlobalStatusComments</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="Distribution">
                <documentationItem>
                    <dataElementName>Distribution</dataElementName>
                    <dataElementDescription>Optional container for the details of this species' distribution.</dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[The distribution data is broken into 3 sections:
                    <br/><br/>Nation - Country (i.e. political unit)
                    <br/>Watershed - US only.
                    <br/>County - US only.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>US and Canadian Distribution Completeness</dataElementName>
                    <dataElementDescription>Attribute of distribution element which indicates whether data for U.S. states and Canadian provinces is known to be incomplete or has not been reviewed for this taxon</dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[If this attribute is "true", national and subnational distribution data for U.S. states and Canadian provinces is complete.
                        <br/><br/>If this attribute is "false", national and subnational distribution data for U.S. states and Canadian provinces is known to be incomplete or has not been reviewed for this taxon.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|@USAndCanadianDistributionComplete</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Conservation Status Map</dataElementName>
                    <dataElementDescription>Optionally, the state and province distribution of a species in the United States and Canada presented in a map format and color coded according to the NatureServe subnational conservation status. Together these values provide national distribution data for the U.S. and Canada. Due to the dynamic nature of the data, occasional discrepancies between state/province and global conservation statuses may be temporarily unresolved. State/province status ranks are maintained locally; consult pertinent state/province natural heritage program or conservation data center for most current state/province status information.</dataElementDescription>
                    <nonDescriptiveNotes>Gives the URL of the map, as accessible from NatureServe Explorer.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|conservationStatusMap</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Range</dataElementName>
                    <dataElementDescription>Optional container holding details of the species global range.
                    </dataElementDescription>
                    <nonDescriptiveNotes>The "globalRange" element contains "code", "description" and "searchValue" elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|globalRange</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Range Code</dataElementName>
                    <dataElementDescription>Optional code that best describes the estimated global range of the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[
                        Values include:
                        <br/><br/>Z = Zero occurrences believed to be extant
                        <br/><br/>A = &lt; 100 km2 (less than about 40 square miles)
                        <br/><br/>B = 100-250 km2 (about 40-100 square miles)
                        <br/><br/>C = 240-1,000 km2 (about 400-2,000 square miles)
                        <br/><br/>D = 1,000-5,000 km2 (about 400-2,000 square miles)
                        <br/><br/>E = 5,000-20,000 km2 (about 2,000-8,000 square miles)
                        <br/><br/>F = 20,000-200,000 km2 (about 8,000-80,000 square miles)
                        <br/><br/>G = 200,000-2,500,000 km2 (about 80,000-1,000,000 square miles)
                        <br/><br/>H = > 2,500,000 km2 (greater than 1,000,000 square miles)
                        <br/><br/>U = Unknown]]>
                        </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|globalRange|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Range Description</dataElementName>
                    <dataElementDescription>Optional readable description of the estimated global range of the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. '>2,500,000 square km (greater than 1,000,000 square miles)'
                        </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|globalRange|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Range Search Value</dataElementName>
                    <dataElementDescription>Optional 'search value' which can be used to find other species within the same global range classification.
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'H'
                        </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|globalRange|searchValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Global Range Comments</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Description of the species present and historic global range(s); especially useful for cosmopolitan, circumboreal or wide-ranging species of the western or northern hemisphere for which the distribution also lies outside the coverage of the NatureServe network. Note: For Plants: Additional information may be found under "National Distribution Outside Canada and the United States". For U.S. and Canadian distribution, the information under "Distribution and State
                        |Province Conservation Status Ranks" is more highly edited and complete.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|globalRange|comments</xpath>
                </documentationItem>
<!--                 <documentationItem>
                    <dataElementName>Range Map</dataElementName>
                    <dataElementDescription>
                        <![CDATA[To aid conservationists in determining where these species occur, NatureServe is part of a consortium of conservation organizations that have joined forces to develop a digital library of the distributions of the vertebrates of the Western Hemisphere. Maps for birds, covering more than 4,000 species, indicate migratory or resident status, historic versus current ranges, and native or introduced status. Detailed migratory status data show where birds are permanent residents, breeding residents, non-breeding residents, or passage migrants. Maps for mammals, covering more than 1,600 species, indicate historic versus current ranges, native or introduced status, and island distributions, where applicable. Maps for amphibians cover more than 3,000 species, and maps for reptiles are in development.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/getData/birdMaps.jsp">http://www.natureserve.org/<wbr/>getData/<wbr/>birdMaps.jsp</a> and <a href="http://www.natureserve.org/getData/mammalMaps.jsp">http://www.natureserve.org/<wbr/>getData/<wbr/>mammalMaps.jsp</a>.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpecies|distribution|rangeMap|rangeMapURI</xpath>
                </documentationItem> -->
<!--                 <documentationItem>
                    <dataElementName>Range Map Compilers</dataElementName>
                    <dataElementDescription>The individuals and/or organizations responsible for digitizing the range map and the year during which the work was completed.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpecies|distribution|rangeMap|rangeMapCompilers</xpath>
                </documentationItem> -->
                <documentationItem>
                    <dataElementName>Endemism</dataElementName>
                    <dataElementDescription>Optional container holding the code and description of species endemism.
                    </dataElementDescription>
                    <nonDescriptiveNotes>The "endemism" element contains both a "code" and a "description" element.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|endemism</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Endemism Code</dataElementName>
                    <dataElementDescription>Optional code indicating the jurisdictional endemism of the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[Values include:
                        <br/><br/>S = state|province endemic
                        <br/><br/>N = national endemic
                        <br/><br/>M = multinational distribution
                        <br/><br/>Additionally for animals:
                        <br/><br/>MSB = occurs in multiple nations, breeds in only one subnation
                        <br/><br/>MNB = occurs in multiple nations, breeds in multiple state|provinces of only one nation
                        <br/><br/>NSB = occurs in multiple subnations of only one nation, breeds in only one state|province]]>
                        </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|endemism|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Endemism Description</dataElementName>
                    <dataElementDescription>Readable description of the jurisdictional endemism of the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'occurs (regularly, as a native taxon) in multiple nations'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|endemism|description</xpath>
                </documentationItem>
				<documentationItem>
					<dataElementName>National Distributions (by political unit)</dataElementName>
					<dataElementDescription>Optional container for country distribution information.</dataElementDescription>
					<nonDescriptiveNotes>Contains 1 or more 'nation' elements.</nonDescriptiveNotes>
					<xpath>/globalSpeciesList|globalSpecies|distribution|nations</xpath>
				</documentationItem>
                <documentationItem>
                    <dataElementName>National Distribution</dataElementName>
                    <dataElementDescription>
                        <![CDATA[<b>National distribution for Canada and the United States.</b> Note: Species level information is maintained for the United States and Canada but is complete for all vascular plants and only for approximately a dozen animal groups (all vertebrates other than marine fishes; crayfishes; freshwater mussels; freshwater and terrestrial snails; fairy, clam, and tadpole shrimps; butterflies and skippers; dragonflies and damselflies; tiger beetles; saturnid, sphingid, notodontid, underwing, and tiger moths; stoneflies; mayflies; caddisflies).
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/eodist.htm">Distribution Sources</a>
                        <br/><br/><b>National Distribution Outside of U.S. &amp; Canada</b>: National distribution outside Canada and the United States. Data is often incomplete, especially for more widespread native species and for exotic species. Global Range Comments may provide additional information.
                        <br/><br/><b>Distribution Status in Mexico and Central America</b>: The distribution of species in Mexico and Central America, indicating countries where the element is preseumed native and extant, exotic or extirpated.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[The "nation" element contains the following attributes:
                        <br/>nationCode
                        <br/>nationName
                        <br/><br/>It is possible for a Species to be both native and exotic in a nation or subnation.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>National Distribution Nation Name</dataElementName>
                    <dataElementDescription>Attribute holding the name of the relevant nation.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Canada'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|@nationName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>National Distribution Nation Code</dataElementName>
                    <dataElementDescription>Attribute holding the standard code of the relevant nation.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'CA'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|@nationCode</xpath>
                </documentationItem>
				<documentationItem>
					<dataElementName>National Distributions</dataElementName>
					<dataElementDescription>Container for national distribution information.</dataElementDescription>
					<nonDescriptiveNotes>Contains 1 or more 'nationalDistribution' elements.</nonDescriptiveNotes>
					<xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|nationalDistributions</xpath>
				</documentationItem>
				<documentationItem>
					<dataElementName>National Distribution</dataElementName>
					<dataElementDescription>Optional container for national distribution information.</dataElementDescription>
					<nonDescriptiveNotes/>
					<xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|nationalDistributions|nationalDistribution</xpath>
				</documentationItem>
                <documentationItem>
                  <dataElementName>National Origin</dataElementName>
                  <dataElementDescription>
                      The value that indicates the origin of a species in the nation.
                      For instance, "Native" or "Exotic"
                  </dataElementDescription>
                  <nonDescriptiveNotes/>
                  <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|nationalDistributions|nationalDistribution|origin</xpath>
                </documentationItem>
                  <documentationItem>
                    <dataElementName>National Regularity</dataElementName>
                    <dataElementDescription>
                        The regularity of occurrence of the species in the nation.
                        For instance, "Regularly occurring" or "Accidental/Nonregular"
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|nationalDistributions|nationalDistribution|regularity</xpath>
                  </documentationItem>
                  <documentationItem>
                    <dataElementName>National Current Presence or Absence</dataElementName>
                    <dataElementDescription>
                        The current presence or absence of the species in the nation.
                        For instance, "Present" or "Absent" or "Unknown/Undetermined".
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|nationalDistributions|nationalDistribution|currentPresenceAbsence</xpath>
                  </documentationItem>
                  <documentationItem>
                    <dataElementName>National Distribution Confidence</dataElementName>
                    <dataElementDescription>
                        The confidence that the Element was ever (either currently or in the past) present in the nation.
                        For instance, "Confident" or "Reported but doubtful" or "Never was there".
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|nationalDistributions|nationalDistribution|distributionConfidence</xpath>
                  </documentationItem>
                  <documentationItem>
                    <dataElementName>National Population</dataElementName>
                    <dataElementDescription>
                        The value that indicates the type of residency that characterizes populations of the animal species in the nation.
                        For instance, "Year-round", or "Breeding", or "Transient"     .
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|nationalDistributions|nationalDistribution|population</xpath>
                  </documentationItem>
                <documentationItem>
                    <dataElementName>Subnations</dataElementName>
                    <dataElementDescription>Optional container for distribution data at the subnational level.
                    </dataElementDescription>
                    <nonDescriptiveNotes>
						Consists of 1 or more subnation elements.
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|subnations</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subnation</dataElementName>
                    <dataElementDescription>
                        <![CDATA[<b>U.S. &amp; Canada State/Province Distribution</b>: The state and province distribution of a species in the United States and Canada, indicating states and provinces where the species is presumed native, extirpated, or exotic. The local state/province natural heritage program or conservation data center may have the most current information for their state/province. Note: species level information is maintained for the United States and Canada and is complete for all plants and for the following animal groups (all vertebrates other than marine fishes; crayfishes; freshwater mussels; freshwater and terrestrial snails; fairy, clam, and tadpole shrimps; butterflies and skippers; dragonflies and damselflies; tiger beetles).]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>
                        <![CDATA[The "subnation" element contains the following attributes:
                        <br/>subnationCode
                        <br/>subnationName
                        <br/><br/>It is possible for a Species to be both native and exotic in a subnation.]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|subnations|subnation</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subnation Subnation Name</dataElementName>
                    <dataElementDescription>Attribute holding the name of the relevant subnation.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Nova Scotia'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|subnations|subnation|@subnationName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subnation Subnation Code</dataElementName>
                    <dataElementDescription>Attribute holding the standard code of the relevant subnation.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'NS'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|subnations|subnation|@subnationCode</xpath>
                </documentationItem>
				<documentationItem>
					<dataElementName>Subnational Distributions</dataElementName>
					<dataElementDescription>Container for subnational distribution information.</dataElementDescription>
					<nonDescriptiveNotes>Contains a 'subnationalDistribution' element.</nonDescriptiveNotes>
					<xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|subnations|subnation|subnationalDistributions</xpath>
				</documentationItem>
				<documentationItem>
					<dataElementName>Subnational Distribution</dataElementName>
					<dataElementDescription>Optional container for subnational distribution information.</dataElementDescription>
					<nonDescriptiveNotes/>
					<xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|subnations|subnation|subnationalDistributions|subnationalDistribution</xpath>
				</documentationItem>
                <documentationItem>
                  <dataElementName>Subnational Origin</dataElementName>
                  <dataElementDescription>
                      The value that indicates the origin of a species in a subnation.
                      For instance, "Native" or "Exotic"
                  </dataElementDescription>
                  <nonDescriptiveNotes/>
                  <xpath>/globalSpecieslist|globalSpecies|distribution|nations|nation|subnations|subnation|subnationalDistributions|subnationalDistribution|origin</xpath>
                </documentationItem>
                  <documentationItem>
                    <dataElementName>Subnational Regularity</dataElementName>
                    <dataElementDescription>
                        The regularity of occurrence of the species in the subnation.
                        For instance, "Regularly occurring" or "Accidental/Nonregular"
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|subnations|subnation|subnationalDistributions|subnationalDistribution|regularity</xpath>
                  </documentationItem>
                  <documentationItem>
                    <dataElementName>Subnational Current Presence or Absence</dataElementName>
                    <dataElementDescription>
                        The current presence or absence of the species in the subnation.
                        For instance, "Present" or "Absent" or "Unknown/Undetermined".
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|subnations|subnation|subnationalDistributions|subnationalDistribution|currentPresenceAbsence</xpath>
                  </documentationItem>
                  <documentationItem>
                    <dataElementName>Subnational Distribution Confidence</dataElementName>
                    <dataElementDescription>
                        The confidence that the Element was ever (either currently or in the past) present in the subnation.
                        For instance, "Confident" or "Reported but doubtful" or "Never was there".
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|nations|nation|subnations|subnation|subnationalDistributions|subnationalDistribution|distributionConfidence</xpath>
                  </documentationItem>
                  <documentationItem>
                    <dataElementName>Subnational Population</dataElementName>
                    <dataElementDescription>
                        The value that indicates the type of residency that characterizes populations of the animal species in the subnation.
                        For instance, "Year-round", or "Breeding", or "Transient"     .
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpecieslist|globalSpecies|distribution|nations|nation|subnations|subnation|subnationalDistributions|subnationalDistribution|population</xpath>
                  </documentationItem>
                <documentationItem>
                    <dataElementName>Watersheds</dataElementName>
                    <dataElementDescription>Optional container which holds species distribution data as broken down by watershed.
                    </dataElementDescription>
                    <nonDescriptiveNotes>US HUC-8 watersheds only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|watersheds</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Watershed List</dataElementName>
                    <dataElementDescription>Contains species distribution data for 1 or more watersheds.
                    </dataElementDescription>
                    <nonDescriptiveNotes>US HUC-8 watersheds only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|watersheds|watershedList</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Watershed</dataElementName>
                    <dataElementDescription>Contains the species distribution details for a single watershed.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|watersheds|watershedList|watershed</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Watershed Type</dataElementName>
                    <dataElementDescription>Attribute of watershed which indicates its 'type'.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently hardcoded to 'HUC-8', as only US watershed information is available.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|watersheds|watershedList|watershed|@type</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Watershed Name</dataElementName>
                    <dataElementDescription>
                        <![CDATA[The name corresponding to the US Geological Survey Hydrologic Unit for each watershed where the species is located and for which there is at least one occurrence tracked by a natural heritage program.
                        <br/><br/> For more information on US Geological Survey Hydrologic Unit Maps see <a href="http://water.usgs.gov/GIS/huc.html">http://water.usgs.gov/GIS/huc.html</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|watersheds|watershedList|watershed|watershedName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Watershed Codes</dataElementName>
                    <dataElementDescription>Placeholder container of watershedCode elements, for future expansion.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Contains exactly 1 watershedCode element.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|watersheds|watershedList|watershed|watershedCodes</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Watershed Code</dataElementName>
                    <dataElementDescription>
                        <![CDATA[The 8-digit code (HUC-8) from the US Geological Survey Hydrologic Unit Map for each watershed where the species is located and for which there is at least one occurrence tracked by a natural heritage program.
                        <br/><br/> For more information on US Geological Survey Hydrologic Unit Maps see <a href="http://water.usgs.gov/GIS/huc.html">http://water.usgs.gov/GIS/huc.html</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|watersheds|watershedList|watershed|watershedCodes|watershedCode</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Watershed Maximum Last Observed Year</dataElementName>
                    <dataElementDescription>Optional latest year in which the species was observed to be extant in this area.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|watersheds|watershedList|watershed|maximumLastObservedYear</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Watershed Species Occurrence Count</dataElementName>
                    <dataElementDescription>Optional number of species occurrences recorded for this watershed.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|watersheds|watershedList|watershed|speciesOccurrenceCount</xpath>
                </documentationItem>
<!--                 <documentationItem>
                    <dataElementName>Watershed Distribution Map</dataElementName>
                    <dataElementDescription>
                        <![CDATA[An initial attempt to present the complete current and historic distributions by small watershed (USGS 8-digit cataloging unit) of all native freshwater fishes of the United States, exclusive of Alaska and Hawaii.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/eodist.htm#cwd">U.S. Distribution by Watershed (based on multiple information sources)</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpecies|distribution|watersheds|watershedDistributionMaps|watershedDistributionMapURI[@country="US"]</xpath>
                </documentationItem> -->
                <documentationItem>
                    <dataElementName>County Distribution</dataElementName>
                    <dataElementDescription>Optional container which holds species distribution data as broken down by county within subnation within nation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently US counties only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence Nations</dataElementName>
                    <dataElementDescription>Container which holds a list of 'occurrence nations', each of which holds the county data for each country.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently US counties only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence Nation</dataElementName>
                    <dataElementDescription>Represents one nation and contains the county data for that nation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently US counties only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence Nation Code</dataElementName>
                    <dataElementDescription>Attribute representing the standard code for the nation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently hardcoded to 'US'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|@code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence States</dataElementName>
                    <dataElementDescription>Container which holds a list of 'occurrence states', each of which holds the county data for each subnation within the current occurrence nation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently US states only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence State</dataElementName>
                    <dataElementDescription>Represents one subnation and contains the county data for that subnation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently US states only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates|occurrenceState</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence State Code</dataElementName>
                    <dataElementDescription>Attribute representing the standard code for the subnation.
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'VA' for Virginia</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates|occurrenceState|@code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence Counties</dataElementName>
                    <dataElementDescription>Container which holds a list of 'occurrence states', each of which holds a record for each county where at least one occurrence has been reported.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Currently US states only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates|occurrenceState|occurrenceCounties</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence County</dataElementName>
                    <dataElementDescription>Represents one county and contains the species occurrence information for that county.
                    </dataElementDescription>
                    <nonDescriptiveNotes>The simple presence of a county indicates that at least one occurrence has been reported at some time.  Further information on the last observation year and the number of occurrences reported may be available.  Currently US states only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates|occurrenceState|occurrenceCounties|occurrenceCounty</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence County Name</dataElementName>
                    <dataElementDescription>The name of the county in which the species is located and for which there is at least one occurrence tracked by a natural heritage program.</dataElementDescription>
                    <nonDescriptiveNotes>Currently US counties only.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates|occurrenceState|occurrenceCounties|occurrenceCounty|countyName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence County Code</dataElementName>
                    <dataElementDescription>The code for the county.
                    </dataElementDescription>
                    <nonDescriptiveNotes>The "type" attribute indicates the type of code (e.g. "FIPS").</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates|occurrenceState|occurrenceCounties|occurrenceCounty|countyCode</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Occurrence County Code Type</dataElementName>
                    <dataElementDescription>Attribute representing the type of county code this 'countyCode' element represents.
                    </dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[Currently only US counties are supported, so this is hardcoded to 'FIPS'.
                        <br/><br/><b>FIPS Code</b>: USGS-Standard code for the county in which the Species is located (for U.S. counties only). The FIPS code combines the County FIPS and State FIPS codes.
                        <br/><br/>For more information on the FIPS code see <a href="http://www.itl.nist.gov/fipspubs/fip6-4.htm">http://www.itl.nist.gov/<wbr/>fipspubs/<wbr/>fip6-4.htm</a>]]>
                    </nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates|occurrenceState|occurrenceCounties|occurrenceCounty|countyCode|@type</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Maximum Last Observed Year</dataElementName>
                    <dataElementDescription>Optional latest year in which the species was observed to be extant in this watershed.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates|occurrenceState|occurrenceCounties|occurrenceCounty|maximumLastObservedYear</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>County Species Occurrence Count</dataElementName>
                    <dataElementDescription>Optional number of species occurrences recorded for this county.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpecieslist|globalSpecies|distribution|countyDistribution|occurrenceNations|occurrenceNation|occurrenceStates|occurrenceState|occurrenceCounties|occurrenceCounty|speciesOccurrenceCount</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="Economic Attributes">
                <documentationItem>
                    <dataElementName>Economic Attributes</dataElementName>
                    <dataElementDescription>Optional container for the economic aspects of this species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|economicAttributes</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Economically Important Genus</dataElementName>
                    <dataElementDescription>If true, the species belongs to a genus with known economic use.</dataElementDescription>
                    <nonDescriptiveNotes>Optional.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|economicAttributes|economicallyImportantGenus</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Commercial Importances</dataElementName>
                    <dataElementDescription>Optional container holding values for the commercial importance of this species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|economicAttributes|comercialImportances</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Commercial Importance</dataElementName>
                    <dataElementDescription>Value indicating the extent of commercial importance for the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|economicAttributes|comercialImportances|commercialImportance</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Economic Uses</dataElementName>
                    <dataElementDescription>Optional list of categories that describe the economic uses of the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|economicAttributes|economicUses</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Economic Uses</dataElementName>
                    <dataElementDescription>A category that describes one economic use of the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|economicAttributes|economicUses|economicUse</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Production Methods</dataElementName>
                    <dataElementDescription>Optional list of methods by which the species is produced or harvested for economic use.</dataElementDescription>
                    <nonDescriptiveNotes>For NatureServe Central web services this data is currently populated only for plants.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|economicAttributes|productionMethods</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Production Method</dataElementName>
                    <dataElementDescription>A method by which the species is produced or harvested for economic use.</dataElementDescription>
                    <nonDescriptiveNotes>For NatureServe Central web services this data is currently populated only for plants.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|economicAttributes|productionMethods|productionMethod</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Economic Comments</dataElementName>
                    <dataElementDescription>Optional comments on the human or economic uses and the major economic impacts of the species.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Eagle feathers are used for religious and cultural purposes by Native Americans.'</nonDescriptiveNotes>
                    <xpath>/globalSpecieslist|globalSpecies|economicAttributes|economicComments</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="Management Summary">				
                <documentationItem>
                    <dataElementName>Management Summary</dataElementName>
                    <dataElementDescription>Optional container holding summary data on the management of this species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Stewardship Overview</dataElementName>
                    <dataElementDescription>Optional general stewardship summary of the management concerns for this species. Also, indicates whether the species is at risk, or whether it is a pest or weed.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|stewardshipOverview</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Species Impact</dataElementName>
                    <dataElementDescription>Optional comments that describe the impacts of this species on other species, especially if this species is a pest, weed, or exotic.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|speciesImpact</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Restoration Potential</dataElementName>
                    <dataElementDescription>Optional description of the potential for restoration or recovery of the species from a state of degradation.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|restorationPotential</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Preserve Selection and Design Considerations</dataElementName>
                    <dataElementDescription>Optional description of the factors that should be considered when selecting and designing a preserve for an occurrence of this species. This includes landscape concerns, successional relations, bio-physical interactions, and management implications.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|preserveSelectionAndDesignConsiderations</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Management Requirements</dataElementName>
                    <dataElementDescription>Optional description of the methods that are either in use, or might best be used, in monitoring this species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|managementRequirements</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Monitoring Requirements</dataElementName>
                    <dataElementDescription>Optional description of currently recommended monitoring procedures and needs of the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|monitoringRequirements</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Management Programs</dataElementName>
                    <dataElementDescription>Optionally describes any known management programs; contact information may be provided where known.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|managementPrograms</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Monitoring Programs</dataElementName>
                    <dataElementDescription>Optional description of any known monitoring programs; contact information may be provided where known.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|monitoringPrograms</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Management Research Programs</dataElementName>
                    <dataElementDescription>Optional description of any known management research programs for this species. Specifies questions being studied, methods used, and key contacts.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|managementResearchPrograms</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Management Research Needs</dataElementName>
                    <dataElementDescription>Optional description of current management research needs for this species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|managementResearchNeeds</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Biological Research Needs</dataElementName>
                    <dataElementDescription>Biological research that needs to be conducted in order to better determine the management needs for a species.</dataElementDescription>
                    <nonDescriptiveNotes>Optional.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|biologicalResearchNeeds</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Additional Topics</dataElementName>
                    <dataElementDescription>Optional additional topics related to the ecological management of the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|additionalTopics</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Management Summary Edition Date</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional date of the current version of this management information (i.e., the date that this record was first completed, or since then, comprehensively revised).
                        <br/><br/>Format: YYYY-MM-DD
                        <br/><br/>Example: 2005-12-16]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|editionDate</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Management Summary Authors</dataElementName>
                    <dataElementDescription>Currently empty element intended to contain the name(s) of the principal person(s) who prepared this edition of the management information.</dataElementDescription>
                    <nonDescriptiveNotes>The 'displayValue' attribute should contain a string of all the authors, formatted for display. For NatureServe Central web services this attribute will be populated directly from the corresponding Biotics field. Individual "author" elements will be used once a parsing algorithm is developed for the Biotics field, or if data is coming from another system where the author data is normalized.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|managementSummaryAuthors</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Management Summary Authors (in displayValue)</dataElementName>
                    <dataElementDescription>Attribute holding the name(s) of the principal person(s) who prepared this edition of the management information, formatted for display.</dataElementDescription>
                    <nonDescriptiveNotes>For NatureServe Central web services this attribute will be populated directly from the corresponding Biotics field.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|managementSummaryAuthors</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Management Summary Acknowledgements</dataElementName>
                    <dataElementDescription>Optionally holds a list of the people, agencies, institutions, etc. that contributed to the current version of this species management information.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|managementSummary|acknowledgements</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="Ecology and Life History">
                <documentationItem>
                    <dataElementName>Ecology and Life History</dataElementName>
                    <dataElementDescription>Optional container holding information on the ecology and life history of this species.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Ecology and Life History Descriptions</dataElementName>
                    <dataElementDescription>Optional container holding general descriptive text on the ecology and life history of this species.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|ecologyAndLifeHistoryDescription</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Short General Description</dataElementName>
                    <dataElementDescription>
                        <![CDATA[A brief description of the species.
                        <br/><br/>For more information see <a href="http://www.natureserve.org/explorer/classpla.htm">Classification of Plants</a>.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|ecologyAndLifeHistoryDescription|shortGeneralDescription</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>General Description</dataElementName>
                    <dataElementDescription>
                        <![CDATA[General description of the species. The description may provide information on the identification of adults, immatures, eggs, larvae, and pupae, and obvious differences, if any, in size or coloration of the sexes. In addition, citations (Author, year) for the best available reference(s) for the identification of the taxon and the reference(s) for a published illustration and
                        |or photograph may also be included.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|ecologyAndLifeHistoryDescription|generalDescription</xpath>
                </documentationItem>
<!--                 <documentationItem>
                    <dataElementName>Technical Description</dataElementName>
                    <dataElementDescription>A technical scientific description of the species similar to those found in technical botanical works.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpecies|ecologyAndLifeHistory|ecologyAndLifeHistoryDescription|technicalDescription</xpath>
                </documentationItem> -->
                <documentationItem>
                    <dataElementName>Diagnostic Characteristics</dataElementName>
                    <dataElementDescription>Features that distinguish this species from other similar species.</dataElementDescription>
                    <nonDescriptiveNotes>Optional.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|diagnosticCharacteristics</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Durations</dataElementName>
                    <dataElementDescription>Optional container of the length(s) of time an individual plant persists (e.g. annual, biennial, perennial).</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|durations</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Duration</dataElementName>
                    <dataElementDescription>The length of time an individual plant persists (e.g. annual, biennial, perennial).</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|durations|duration</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Reproduction Comments</dataElementName>
                    <dataElementDescription>Optional comments on the reproduction of the species from a global perspective.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|reproductionComments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Known Pests</dataElementName>
                    <dataElementDescription>Optionally, scientific names of other species (especially non-natives) where a clear detrimental impact on this species is documented.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|knownPests</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Ecology Comments</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional summary of the ecology of the species. For animals, comments on population density, dispersal distances, home range size, annual and seasonal fluctuations in population size, nonbreeding coloniality
                        |sociality, major predators, competitors, parasites, age-specific survival rates, and other significant ecological factors are included.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|ecologyComments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Habitat Type</dataElementName>
                    <dataElementDescription>Optionally contains a description and possibly also a code for the habitat within which the species is primarily found range-wide.
                    </dataElementDescription>
                    <nonDescriptiveNotes>The "habitType" element contains "description" and (optionally) code elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitatType</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Habitat Type Code</dataElementName>
                    <dataElementDescription>Optional value that indicates the habitat within which the species is primarily found range-wide.
                    </dataElementDescription>
                    <nonDescriptiveNotes><![CDATA[
                        Values include:
                        <br/><br/>M = Marine
                        <br/><br/>F = Freshwater
                        <br/><br/>T = Terrestrial]]></nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitatType|code</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Habitat Type Description</dataElementName>
                    <dataElementDescription>Description of the habitat within which the species is primarily found range-wide.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitatType|description</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Migration</dataElementName>
                    <dataElementDescription>Optional container for any migration information related to this species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|migration</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Non-migrant</dataElementName>
                    <dataElementDescription>Optionally indicates some populations do not make significant seasonal migrations. Juvenile dispersal is not considered a migration.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|migration|nonMigrant</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Locally Migrant</dataElementName>
                    <dataElementDescription>Optionally indicates some populations of this species make local extended movements (generally less than 200 km) at particular times of the year (e.g., to breeding or wintering grounds, to hibernation sites).</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|migration|locallyMigrant</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Long Distance Migrant</dataElementName>
                    <dataElementDescription>Optionally indicates some populations make annual migrations of over 200 km</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|migration|longDistanceMigrant</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Mobility and Migration Comments</dataElementName>
                    <dataElementDescription>
                        <![CDATA[<b>Mobility Comments</b>: Comments on the migration|mobility of the species, especially between nations. Specifically, on the dispersive vs. sedentary nature of the taxon, the mechanism of dispersal (e.g., passive via wind, water), flight capabilities, and variability in movement.
                        <br/><br/><b>Migration Comments</b>: Comments on seasonality, direction, distances, major routes, sociality/dispersion, daily timing and variability of species movements/migration patterns over some distance.]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Most eagles that breed in Canada and the northern U.S. move south for winter[...]'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|migration|mobilityAndMigrationComments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Habitats</dataElementName>
                    <dataElementDescription>Optional container for data on habitat(s) where the species is found.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Marine Habitats</dataElementName>
                    <dataElementDescription>Optional list of marine habitat(s) where the species is found.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|marineHabitats</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Marine Habitat</dataElementName>
                    <dataElementDescription>Marine habitat(s) where the species is found.</dataElementDescription>
                    <nonDescriptiveNotes>Values include: pelagic, abyssal, near shore, and aerial.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|marineHabitats|habitat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Estuarine Habitats</dataElementName>
                    <dataElementDescription>Optional list of estuarine habitat(s) where the species is found.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|estuarineHabitats</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Estuarine Habitat</dataElementName>
                    <dataElementDescription>Estuarine habitat where the species is found.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Values include: bay/sound, river mouth/tidal river, lagoon, tidal flat/shore, herbaceous wetland, scrub-shrub wetland, forested wetland.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|estuarineHabitats|habitat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Riverine Habitats</dataElementName>
                    <dataElementDescription>Optional list of riverine habitat(s) where the species is found.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|riverineHabitats</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Riverine Habitat</dataElementName>
                    <dataElementDescription>Riverine habitat where the species is found.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Values include: big river, medium river, creek, spring/brook, high gradient, moderate gradient, low gradient, riffle, pool.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|riverineHabitats|habitat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Lacustrine Habitats</dataElementName>
                    <dataElementDescription>Optional list of lacustrine habitat(s) that contribute significantly to the survival and/or reproduction of the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|lacustrineHabitats</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Lacustrine Habitat</dataElementName>
                    <dataElementDescription>Lacustrine habitat that contributes significantly to the survival and/or reproduction of the species.</dataElementDescription>
                    <nonDescriptiveNotes>Values include: deep water, shallow water, aerial.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|lacustrineHabitats|habitat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Palustrine Habitats</dataElementName>
                    <dataElementDescription>Optional list of palustrine habitat(s) that contribute significantly to the survival and/or reproduction of the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|palustrineHabitats</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Palustrine Habitat</dataElementName>
                    <dataElementDescription>Palustrine habitat that contributes significantly to the survival and/or reproduction of the species.
                    </dataElementDescription>           
                    <nonDescriptiveNotes>Values include: temporary pool, herbaceous wetland, scrub-shrub wetland, forested wetland, bog/fen, riparian, aerial.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|palustrineHabitats|habitat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Terrestrial Habitats</dataElementName>
                    <dataElementDescription>Optional list of terrestrial habitat(s) where the species is found.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|terrestrialHabitats</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Terrestrial Habitat</dataElementName>
                    <dataElementDescription>Terrestrial habitat where the species is found.</dataElementDescription>
                    <nonDescriptiveNotes>Values include: hardwood, conifer, and mixed forests and woodlands; forest edge; shrubland/chaparral, savanna, grassland/herbaceous, old field, desert, alpine, tundra, ice, playa/salt flat, sand/dune, bare rock/talus/scree, cliff, barrens, cropland/hedgerow, suburban/orchard, urban/edificarian, aerial.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|terrestrialHabitats|habitat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subterranean Habitats</dataElementName>
                    <dataElementDescription>Optional list of subterranean habitat(s) where the species is found.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|subterraneanHabitats</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subterranean Habitat</dataElementName>
                    <dataElementDescription>Subterranean habitat where the species is found.</dataElementDescription>
                    <nonDescriptiveNotes>Values include: subterrestrial, subaquatic.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|subterraneanHabitats|habitat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Special Habitat Factors</dataElementName>
                    <dataElementDescription>Optional list of any special habitat factors that contribute significantly to the survival or reproduction of the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|specialHabitatFactors</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Special Habitat Factor</dataElementName>
                    <dataElementDescription>A special habitat factor that contributes significantly to the survival or reproduction of the species.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Values include: standing snag/hollow tree, fallen log/debris, burrowing in or using soil, benthic, subterranean obligate.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|specialHabitatFactors|specialHabitatFactor</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Habitat Comments</dataElementName>
                    <dataElementDescription>Optional summary of the habitats and microhabitats commonly used, including any daily, seasonal, and geographic variation in habitat use.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Breeding habitat most commonly includes areas close to (within 4km) coastal areas, bays[...]'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|habitats|habitatComments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Food Habits</dataElementName>
                    <dataElementDescription>Optional container holding data on the food habits of this species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|foodHabits</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Adult Food Habits</dataElementName>
                    <dataElementDescription>Optional list of trophic types which characterize the food habits of the adult form of the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|foodHabits|adultFoodHabits</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Adult Food Habit</dataElementName>
                    <dataElementDescription>Trophic type which characterizes the food habits of the adult form of the species.</dataElementDescription>
                    <nonDescriptiveNotes>Values include: carnivore, piscivore, invertivore, herbivore, granivore, frugivore, nectarivore, detritivore, scavenger, coprophagous, parasitic, nonfeeding, unknown. The trophic type should constitute 90% of the species' seasonal diet for any season of the year. Carrion is included in each of the animal-type food categories.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|foodHabits|adultFoodHabits|adultFoodHabit</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Immature Food Habits</dataElementName>
                    <dataElementDescription>Optional list of trophic types which characterize the food habits of the immature form of the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|foodHabits|immatureFoodHabits</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Immature Food Habit</dataElementName>
                    <dataElementDescription>Trophic type which characterizes the food habits of the immature form of the species.</dataElementDescription>
                    <nonDescriptiveNotes>Values include: carnivore, piscivore, invertivore, herbivore, granivore, frugivore, nectarivore, detritivore, scavenger, coprophagous, parasitic, nonfeeding, unknown. The trophic type should constitute 90% of the species' seasonal diet for any season of the year.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|foodHabits|immatureFoodHabits|immatureFoodHabit</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Food Comments</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Comments on food types, food location (e.g., microhabitat), foraging methods
                        |strategies, seasonal or geographic variation in the diet, and major differences in diet among age classes (e.g., young vs. adults).]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Feeds opportunistically on fishes, injured waterfowl and seabirds,[...]'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|foodHabits|foodComments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Phenologies</dataElementName>
                    <dataElementDescription>Optional container of phenology types for this species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|ecologyAndLifeHistory|phenologies</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Adult Phenologies</dataElementName>
                    <dataElementDescription>Optional list of phenology types of the animal during its adult stage.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|phenologies|adultPhenologies</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Adult Phenology</dataElementName>
                    <dataElementDescription>A phenology type of the animal during its adult stage.
                    </dataElementDescription>
                    <nonDescriptiveNotes>Values include: hibernates/aestivates, circadian, diurnal, nocturnal, crepuscular.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|phenologies|adultPhenologies|phenology</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Immature Phenologies</dataElementName>
                    <dataElementDescription>Optional list of phenology types of the species during its immature stage.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|phenologies|immaturePhenologies</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Immature Phenology</dataElementName>
                    <dataElementDescription>A phenology type of the species during its immature stage.
                    </dataElementDescription>
                    <nonDescriptiveNotes> Values include: hibernates/aestivates, circadian, diurnal, nocturnal, crepuscular.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|phenologies|immaturePhenologies|phenology</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Phenology Comments</dataElementName>
                    <dataElementDescription>Comments on the seasonal or daily activity of the species and any geographic variation in these attributes.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'In the Columbia River estuary, foraging activity was most common at low tide and first daylight[...]'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|phenologies|phenologyComments</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Colonial Breeder</dataElementName>
                    <dataElementDescription>Optionally indicates that the breeding season dispersion of the species is greatly aggregated compared to the nonbreeding season dispersion within the specified geographic level (i.e., range-wide for global, within-nation for national, or within-state or province for subnational). Note that this does not include species that live in colonies throughout the year.</dataElementDescription>
                    <nonDescriptiveNotes>true/false</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|colonialBreeder</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Length</dataElementName>
                    <dataElementDescription>For animals only: Approximate typical total length of an adult, in centimeters. Carapace length used for turtles and snout to vent length for anurans (frogs and toads).</dataElementDescription>
                    <nonDescriptiveNotes>The 'units' attribute is currently always 'cm'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|length</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Unit of Length</dataElementName>
                    <dataElementDescription>Attribute of Length which specifies the units used.</dataElementDescription>
                    <nonDescriptiveNotes>Currently hardcoded to 'cm'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|length|@units</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Weight</dataElementName>
                    <dataElementDescription>Approximate weight of an adult in grams.</dataElementDescription>
                    <nonDescriptiveNotes>The 'units' attibute is currently always "grams".</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|weight</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Unit of Weight</dataElementName>
                    <dataElementDescription>Attribute of Weight which specifies the units used.</dataElementDescription>
                    <nonDescriptiveNotes>Currently hardcoded to 'grams'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|weight|@units</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Ecology and Life History Edition Date</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional date of the edition of the life history text. Note: Usually not recorded except when substantial data developed.
                        <br/><br/>Format: YYYY-MM-DD
                        <br/><br/>Example: 2005-12-16]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|ecologyAndLifeHistoryEditionDate</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Ecology And Life History Authors</dataElementName>
                    <dataElementDescription>Currently empty element intended as a container for primary author(s) of the edition of the life history text. Note: Usually not recorded except when substantial data developed.</dataElementDescription>
                    <nonDescriptiveNotes>The "displayValue" attribute contains a string of all the authors, formatted for display. For NatureServe Central web services this attribute will be populated directly from the corresponding Biotics field. Individual "author" elements will be used once a parsing algorithm is developed for the Biotics field, or if data is coming from another system where the author data is normalized.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|ecologyAndLifeHistoryAuthors</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Ecology And Life History Authors (in displayValue)</dataElementName>
                    <dataElementDescription>Attribute holding the primary author(s) of the edition of the life history text, formatted for display. Note: Usually not recorded except when substantial data developed.</dataElementDescription>
                    <nonDescriptiveNotes>For NatureServe Central web services this attribute will be populated directly from the corresponding Biotics field.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|ecologyAndLifeHistory|ecologyAndLifeHistoryAuthors|@displayValue</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="Population/Occurrence Delineation">
                <documentationItem>
                    <dataElementName>Population Occurrence</dataElementName>
                    <dataElementDescription>Optional container for details relating to population occurrence and delineation.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Delineations</dataElementName>
                    <dataElementDescription>Contains a list of delineations of populations.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Delineation</dataElementName>
                    <dataElementDescription>Holds delineation information for a population.</dataElementDescription>
                    <nonDescriptiveNotes>The optional 'migratoryUseType' and 'groupName' attributes give more information on this delineation.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Migratory Use Type</dataElementName>
                    <dataElementDescription>Migratory use types are assigned to migratory animal species that utilize geographically and seasonally disjunct locations, and are used to indicate which season or behavior is associated with a particular area in order to ensure that all of the different locations utilized by such a species throughout its life cycle are identified and considered for conservation attention. Because the criteria for what constitutes a valid occurrence and appropriate distances for separating occurrences will typically vary depending on the season of use for occurrences of such animals, a set of occurrence specifications is developed for each migratory use type.</dataElementDescription>
                    <nonDescriptiveNotes>Attribute of 'delineation'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|@migratoryUseType</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Group Name</dataElementName>
                    <dataElementDescription>If applicable, the name of the group to which the species belongs when group rather than individual criteria are used for the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|@groupName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subtypes</dataElementName>
                    <dataElementDescription>List of any widely used labels describing typical occurrences of the species (e.g., nest, den, old growth).</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|subTypes</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Subtype</dataElementName>
                    <dataElementDescription>A labels describing typical occurrences of the species (e.g., nest, den, old growth).</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Foraging area'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|subTypes|subType</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Minimum Criteria for an Occurrence</dataElementName>
                    <dataElementDescription>For species, the minimum criteria that define precisely what constitutes a valid occurrence, derived from the known biology, ecology, phenology, and/or reproductive behaviors of the species. The minimum occurrence criteria for many species typically specify a single persisting, recurring, or potentially persisting or recurring individual. For some species, the minimum criteria might include a minimum required size (population and/or area) and essential characteristics of the environment that sustain or contribute to that species' survival and/or recurrence (e.g., for migratory species).</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Evidence of historical breeding, or current and likely recurring breeding[...]'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|minimumCriteriaForOccurrence</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Mapping Guidance</dataElementName>
                    <dataElementDescription>Specific information on how to map occurrences of the species.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'If feeding grounds are separated from nest site(s) by unsuitable habitat, they should be mapped as a separate polygon within the same occurrence.'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|mappingGuidance</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Separation</dataElementName>
                    <dataElementDescription>Optional container for separation criteria for occurrences of the species.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|separation</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Separation Barriers</dataElementName>
                    <dataElementDescription>Examples of typical barriers that would separate occurrences of the species, regardless of the actual distance between them. Barriers almost completely prevent movement or dispersal of the species, thereby obstructing or severely limiting gene flow.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|separation|barriers</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Separation Distance for Unsuitable Habitat</dataElementName>
                    <dataElementDescription>Distance (in kilometers) of intervening unsuitable habitat that is great enough to effectively separate occurrences by restricting movement or dispersal of individuals between them. In most cases, unsuitable habitat is habitat through which individuals may move, but that does not support reproduction or long-term survival. For most species, the recommended minimum separation distance for intervening unsuitable habitat is &gt;1 km. This is to ensure that occurrences are not separated by unreasonably small distances, which would lead to the identification of unnecessarily fragmented populations as potential targets for conservation planning or action.</dataElementDescription>
                    <nonDescriptiveNotes>The 'units' attribute is always 'kilometers'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|separation|distanceForUnsuitableHabitat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Unit of Separation Distance for Unsuitable Habitat</dataElementName>
                    <dataElementDescription>Attribute indicating the units used in the 'Separation Distance for Unsuitable Habitat'.</dataElementDescription>
                    <nonDescriptiveNotes>Currently hardcoded to 'kilometers'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|separation|distanceForUnsuitableHabitat|@units</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Separation Distance for Suitable Habitat</dataElementName>
                    <dataElementDescription>Distance (in kilometers) of intervening suitable habitat not known to be occupied that is great enough to effectively separate occurrences by limiting movement or dispersal of individuals between them. Suitable habitat is habitat capable of supporting reproduction or used regularly for feeding or other essential life history functions; a habitat in which you would expect to find the species (assuming appropriate season and conditions). For most animal species, the recommended minimum separation distance for intervening suitable habitat is &gt;2 km. This is to ensure that occurrences are not separated by unreasonably small distances, which would lead to the identification of unnecessarily fragmented populations as potential targets for conservation planning or action.</dataElementDescription>
                    <nonDescriptiveNotes>The 'units' attribute is always 'kilometers'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|separation|distanceForSuitableHabitat</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Unit of Separation Distance for Suitable Habitat</dataElementName>
                    <dataElementDescription>Attribute indicating the units used in the 'Separation Distance for Suitable Habitat'.</dataElementDescription>
                    <nonDescriptiveNotes>Currently hardcoded to 'kilometers'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|separation|distanceForSuitableHabitat|@units</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Alternate Separation Procedure</dataElementName>
                    <dataElementDescription>Description of the procedure to be used to separate occurrences in cases when separation distances cannot be specified.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Where an occurrence is at least twice the size of a minimum A-ranked occurrence, it may be divided into two or more A-ranked occurrences[...]'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|separation|alternateSeprationProcedure</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Separation Justification</dataElementName>
                    <dataElementDescription>Basis for the separation distances designated (e.g., home range, dispersal distance, spatial patterns of occurrence, temporal patterns of occurrence), including citations if available.</dataElementDescription>
                    <nonDescriptiveNotes>E.g. 'Distance somewhat arbitrary. Defended territories relatively small;[...]'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|separation|separationJustification</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Inferred Minimum Extent of Habitat Use (when actual extent is unknown)</dataElementName>
                    <dataElementDescription>Optional container for inferred extent information, when actual extent is unknown.</dataElementDescription>
                    <nonDescriptiveNotes>See included fields for more information.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|inferredMinimumExtentOfHabitatUse</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Inferred Minimum Extent of Habitat Use Distance</dataElementName>
                    <dataElementDescription>For certain animals, the distance (in kilometers) that the underlying mapped component(s) of an occurrence may be buffered in order to create a separate inferred extent feature that might better represent the area likely utilized by the species at that location, which may be useful for conservation planning purposes. The inferred extent distance is essentially an approximate spatial requirement for certain species, typically based on the average home range or movement patterns of adults.</dataElementDescription>
                    <nonDescriptiveNotes>The 'units' attribute is always 'kilometers'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|inferredMinimumExtentOfHabitatUse|distance</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Unit of Inferred Minimum Extent of Habitat Use Distance</dataElementName>
                    <dataElementDescription>Attribute indicating the units used in the 'Inferred Minimum Extent of Habitat Use Distance'</dataElementDescription>
                    <nonDescriptiveNotes>Currently hardcoded to 'kilometers'.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|inferredMinimumExtentOfHabitatUse|distance|@units</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Inferred Minimum Extent Justification</dataElementName>
                    <dataElementDescription>Notes related to the inferred extent distance specified for some animals.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|inferredMinimumExtentOfHabitatUse|inferredExtentJustification</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Population/Occurrence Delineation Version Date</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Date of the current version of these population/occurrence delineation criteria (i.e., the date that these specifications were first completed, or since then, comprehensively revised).
                        <br/><br/>Format: YYYY-MM-DD
                        <br/><br/>Example: 2005-12-16]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|versionDate</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Delineation Authors</dataElementName>
                    <dataElementDescription>Currently empty element intended as a container for the names of the persons principally responsible for preparing this version of the occurrence specifications.</dataElementDescription>
                    <nonDescriptiveNotes>The "displayValue" attribute should contain a string of all the authors, formatted for display. For NatureServe Central web services this attribute will be populated directly from the corresponding Biotics field. Individual "author" elements will be used once a parsing algorithm is developed for the Biotics field, or if data is coming from another system where the author data is normalized.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|delineationAuthors</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Delineation Authors (in displayValue)</dataElementName>
                    <dataElementDescription>Attribute holding the names of the persons principally responsible for preparing this version of the occurrence specifications, formatted for display.</dataElementDescription>
                    <nonDescriptiveNotes>For NatureServe Central web services this attribute will be populated directly from the corresponding Biotics field.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|delineationAuthors|@displayValue</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Delineation Notes</dataElementName>
                    <dataElementDescription>Notes related to the current version of these occurrence delineation specifications.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|delineations|delineation|notes</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="Population/Occurrence Viability">
                <documentationItem>
                    <dataElementName>Viabilities</dataElementName>
                    <dataElementDescription>Optional container of 'vialibity' elements, which hold descriptions of factors that delineate the various levels of viability.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesLlist|globalSpecies|populationOccurrence|viabilities</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Viability Criteria</dataElementName>
                    <dataElementDescription>Contains one set of viability criteria.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Group Name</dataElementName>
                    <dataElementDescription>If applicable, the name of the group to which the species belongs when group rather than individual criteria are used for the species.</dataElementDescription>
                    <nonDescriptiveNotes>Attribute of 'viability'</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability|@groupName</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Excellent Viability Criteria</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional description of what qualifies as an occurrence with excellent viability, taking into consideration all available knowledge, both historical and current, of the species at a particular location.
                        <br/><br/> For more information see <a href="http://www.natureserve.org/explorer/popviability.htm">Population Viability.</a>]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability|excellentViabilityCriteria</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Good Viability Criteria</dataElementName>
                    <dataElementDescription>Optional description of what qualifies as an occurrence with good viability, taking into consideration all available knowledge, both historical and current, of the species at a particular location.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability|goodViabilityCriteria</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Fair Viability Criteria</dataElementName>
                    <dataElementDescription>Optional description of what qualifies as an occurrence with fair viability, taking into consideration all available knowledge, both historical and current, of the species at a particular location.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability|fairViabilityCriteria</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Poor Viability Criteria</dataElementName>
                    <dataElementDescription>Optional description of what qualifies as an occurrence with poor viability, taking into consideration all available knowledge, both historical and current, of the species at a particular location.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability|poorViabilityCriteria</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Viability Criteria Justification</dataElementName>
                    <dataElementDescription>Optional basis for the criteria used as a basis for designating occurrence viability as excellent, good, fair, or poor, including citations if available.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability|viabilityJustification</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Viability Criteria Version Date</dataElementName>
                    <dataElementDescription>
                        <![CDATA[Optional date of the current version of these population/occurrence viability criteria (i.e., the date that these criteria were first completed, or since then, comprehensively revised).
                        <br/><br/>Format: YYYY-MM-DD
                        <br/><br/>Example: 2005-12-16]]>
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability|versionDate</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Viability Criteria Author</dataElementName>
                    <dataElementDescription>Optional name of the person principally responsible for preparing this version of the population/occurrence viability criteria.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability|author</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Viability Criteria Notes</dataElementName>
                    <dataElementDescription>Optional notes related to the current version of these population/occurrence viability criteria.
                    </dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|populationOccurrence|viabilities|viability|notes</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="References">
                <documentationItem>
                    <dataElementName>References</dataElementName>
                    <dataElementDescription>Optional list of citations of primary sources for information contained within NatureServe's Central Databases.</dataElementDescription>
                    <nonDescriptiveNotes>Contains one or more 'citation' elements.</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|references</xpath>
                </documentationItem>
                <documentationItem>
                    <dataElementName>Reference Citation</dataElementName>
                    <dataElementDescription>Citation of one primary source for information contained within NatureServe's Central Databases.</dataElementDescription>
                    <nonDescriptiveNotes/>
                    <xpath>/globalSpeciesList|globalSpecies|references|citation</xpath>
                </documentationItem>
            </documentationGroup>
            <documentationGroup name="License">
                <documentationItem>
                    <dataElementName>License</dataElementName>
                    <dataElementDescription>Data use license statement.</dataElementDescription>
                    <nonDescriptiveNotes>"All usage of this data must abide by NatureServes data usage license which can be found at: http://services.natureserve.org/idd/developer/license.jsp."</nonDescriptiveNotes>
                    <xpath>/globalSpeciesList|globalSpecies|license</xpath>
                </documentationItem>
            </documentationGroup>
        </documentationDetails>
    </schemaDocumentationDetails>
</schemaDocumentation>
