Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema veg.xsd
Namespace No namespace
Annotations
W3C-Schema Proposal for an International Exchange Standard for Vegetation Data.
Author: IAVS Ecoinformatics Working Group
Version: 2.0.3
Properties
attribute form default unqualified
element form default unqualified
Included schema veg-userdefined.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default unqualified
Element vegX
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#vegX_idNO_NAMESPACE.tmp#vegX_systemNO_NAMESPACE.tmp#vegX_scopeNO_NAMESPACE.tmp#vegX_partiesNO_NAMESPACE.tmp#vegX_literatureCitationsNO_NAMESPACE.tmp#vegX_methodsNO_NAMESPACE.tmp#vegX_attributesNO_NAMESPACE.tmp#vegX_strataNO_NAMESPACE.tmp#vegX_surfaceTypesNO_NAMESPACE.tmp#vegX_organismNamesNO_NAMESPACE.tmp#vegX_taxonConceptsNO_NAMESPACE.tmp#vegX_taxonDeterminationsNO_NAMESPACE.tmp#vegX_organismIdentitiesNO_NAMESPACE.tmp#vegX_communityConceptsNO_NAMESPACE.tmp#vegX_communityDeterminationsNO_NAMESPACE.tmp#vegX_projectsNO_NAMESPACE.tmp#vegX_plotsNO_NAMESPACE.tmp#vegX_individualOrganismsNO_NAMESPACE.tmp#vegX_plotObservationsNO_NAMESPACE.tmp#vegX_individualOrganismObservationsNO_NAMESPACE.tmp#vegX_aggregateOrganismObservationsNO_NAMESPACE.tmp#vegX_stratumObservationsNO_NAMESPACE.tmp#vegX_communityObservationsNO_NAMESPACE.tmp#vegX_surfaceCoverObservationsNO_NAMESPACE.tmp#vegX_siteObservationsNO_NAMESPACE.tmp#vegX_observationGroupingsNO_NAMESPACE.tmp#vegX_protocolsNO_NAMESPACE.tmp#vegX_noteNO_NAMESPACE.tmp#vegX_simpleUserDefinedNO_NAMESPACE.tmp#vegX_complexUserDefined
Properties
content complex
Model
Children aggregateOrganismObservations, attributes, communityConcepts, communityDeterminations, communityObservations, complexUserDefined, individualOrganismObservations, individualOrganisms, literatureCitations, methods, note, observationGroupings, organismIdentities, organismNames, parties, plotObservations, plots, projects, protocols, simpleUserDefined, siteObservations, strata, stratumObservations, surfaceCoverObservations, surfaceTypes, taxonConcepts, taxonDeterminations
Instance
<vegX id="" scope="document" system="">
  <parties>{0,1}</parties>
  <literatureCitations>{0,1}</literatureCitations>
  <methods>{0,1}</methods>
  <attributes>{0,1}</attributes>
  <strata>{0,1}</strata>
  <surfaceTypes>{0,1}</surfaceTypes>
  <organismNames>{0,1}</organismNames>
  <taxonConcepts>{0,1}</taxonConcepts>
  <taxonDeterminations>{0,1}</taxonDeterminations>
  <organismIdentities>{0,1}</organismIdentities>
  <communityConcepts>{0,1}</communityConcepts>
  <communityDeterminations>{0,1}</communityDeterminations>
  <projects>{0,1}</projects>
  <plots>{0,1}</plots>
  <individualOrganisms>{0,1}</individualOrganisms>
  <plotObservations>{0,1}</plotObservations>
  <individualOrganismObservations>{0,1}</individualOrganismObservations>
  <aggregateOrganismObservations>{0,1}</aggregateOrganismObservations>
  <stratumObservations>{0,1}</stratumObservations>
  <communityObservations>{0,1}</communityObservations>
  <surfaceCoverObservations>{0,1}</surfaceCoverObservations>
  <siteObservations>{0,1}</siteObservations>
  <observationGroupings>{0,1}</observationGroupings>
  <protocols>{0,1}</protocols>
  <note>{0,unbounded}</note>
  <simpleUserDefined>{0,unbounded}</simpleUserDefined>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</vegX>
Attributes
QName Type Default Use Annotation
id IDType optional
Unique identifier (key) of the element.  It can be unique locally to the data set for a given data element type (e.g., plots) or a GUID in which case it can be resolved to a location on the internet where the record is stored. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema. For example, a single plot entity may be the basis for numerous measurements of different types (e.g., plot observation and aggregated organism observation). Therefore the plot entity is stored in a single location within schema and referenced by this identifier rather than repeating this information throughout the dataset instance. The identifier may have a specific system and scope.
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="vegX">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="parties" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for eml-party types. The eml-party module describes a responsible party (person or organization).</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="party" type="misc:partyType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation source="EML" xml:lang="en">The eml-party module describes a responsible party (person or organization), and is typically used to name the originator of a resource or metadata document.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="literatureCitations" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container literature citations.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="literatureCitation" type="misc:literatureCitationType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation source="eml" xml:lang="en">Provides information about the literature citation. Basically a citation string that should be parsed to derive authors, year, title, etc. DOI may be also specified to facilitate the identification of the document</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="methods" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for the methods followed in the creation of the datasets.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="method" type="misc:MethodType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A specific method definition followed in the creation of the dataset. Each method links to a protocol and literature citation reference. A protocol may have many method or steps.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="attributes" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for the definitions of measured properties.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="attribute" type="misc:AttributeType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A specific definition of a measured property. An attribute has to be one of three types: qualitative (unordered categorical variable, i.e. nominal), ordinal (ordered list of values) or quantitative (a numerical variable, either discrete or continuous</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="strata" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for the definitions of strata, following a specific definition method.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="stratum" type="plot:StratumType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">The specific definition of a stratum referred to by observations in the dataset. A stratum usually belongs to a ordered list that together are the set of strata definitions in use in a specific dataset. It contains the stratum name (e.g. tree layer) as well as an identification code. It may also contain an indication of a position in an ordered sequence of strata.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="surfaceTypes" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>A container for surface types, following a specific definition method.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="surfaceType" type="plot:SurfaceTypeType" minOccurs="1" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>The definition of a surface type, not the observation of cover on them.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="organismNames" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for all organism nomenclatural units defined for use by a dataset.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="organismName" type="org:OrganismNameType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>The name of an organism used in the data set. This will normally be a nomenclatural unit of any rank (order, family, genus, species, subspecies, etc.). If it is a formal scientific name (not necessarily including authority) then the attribute 'taxonName' should be set to true. However, the organism name can be a morphospecies, a field name... cases in which the attribute 'taxonName' should be set to false.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="taxonConcepts" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for all taxon concepts defined for use by a dataset.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="taxonConcept" type="org:TaxonConceptType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Representation of a taxon concept (i.e., an organism name and the organism description given by an author in a publication). A taxon concept may be referenced in an organism identity as the original concept used by the author of the data set, or it can be referenced in taxonDetermination allowing an organism identity to be mapped to a taxonomic concept by third parties after re-examination.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="taxonDeterminations" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for relationships or assertions between two concepts.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="taxonDetermination" type="org:TaxonDeterminationType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A specific relationship or assertion between two name concepts which are not part of the original definition of either of these concepts; possibly by a third party. Within vegX this typically allows for an organism identity, to be linked to a specific taxa treatment (taxon concept), according to a third party. Similar to a tcs TaxonRelationshipAssertion.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="organismIdentities" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for organism identities used within the dataset.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="organismIdentity" type="org:OrganismIdentityType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>The identity of an organism (or a set of organisms) occurring within the dataset.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="communityConcepts" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>A container for community concepts, i.e. names of plant community types and preferably references that help to define the types.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="communityConcept" type="comm:CommunityConceptType" minOccurs="1" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="EN">A name of a plant community type, preferably together with a reference that helps to define the type.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="communityDeterminations" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for identifications that apply one or more CommunityConcepts to a PlotObservation by a Party.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="communityDetermination" type="comm:CommunityDeterminationType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">An application of one or more communityConcepts to a plotObservation.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="projects" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for projects.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="project" type="misc:projectType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation source="EML" xml:lang="en">Describes the research context in which the dataset was created, including descriptions of over-all motivations and goals, funding, personnel, description of the study area etc. Sub-element definitions were taken from Ecological Markup Language (EML).</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="plots" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for sampling locations (plots).</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="plot" type="plot:PlotType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A plot is a sampling location, represented as one or more points, lines, polygons, or volumes, and is the basis for experimentation or measurement. Its properties, like the position, are assumed to be constant on time scales commonly used for direct observations. Plots may have no explicit bounds, and may refer to an area of inference. A plot may be related to other plots in order to express parent-child, contiguity, or other type of spatial links. A point within the plot may be used as reference for relative coordinates.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="individualOrganisms" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for all identified organisms recorded within the dataset.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="individualOrganism" type="org:IndividualOrganismType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">An identified organism recorded during 1 or more individual organism observation events. Individuals may have an identification label (e.g. tree tag number).</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="plotObservations" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for groupings of observations taken on single plots and during single date-time periods.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="plotObservation" type="obs:PlotObservationType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A grouping of observations taken on a single plot and during a single date-time period.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="individualOrganismObservations" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for measurements/observations applying to one occurrence of an organism.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="individualOrganismObservation" type="obs:IndividualOrganismObservationType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">An element individualOrganismObservation is an observation applying to one occurrence of an organism (or part of an organism). It is a container for measurements made on the organism (e.g. diameter, height, crown dimensions, biomass, growth form, number of stems). An individualOrganismObservation contains a reference to a unique plotObservation and to an individualOrganism. Optionally, the individualOrganismObservation may also link to a stratumObservation.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="aggregateOrganismObservations" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for all observation applying to all occurrences of an organism based on an aggregation factor.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="aggregateOrganismObservation" type="obs:AggregateOrganismObservationType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">An observation applying to all occurrences of an organism based on an aggregation factor. It contains an AggregateValue, which is an assessment of the overall occurrence of an organism in a Plot (e.g. number of stems, percentage cover, total biomass, basal area). An AggregateOrganismObservation contains a link to a taxonOccurrence, where all the taxon identification information is contained. It also contains a reference to a single PlotObservation. Most of the remaining contextual information concerning the observation (like date-time period, observer, methods, protocol, projects _) is specified in the related PlotObservation. Optionally, the AggregateOrganismObservation may link to a StratumObservation. Additional grouping criteria may be specified through the reference to one or more ObservationGroupings. Finally, it may also have simple and/or complex user-defined elements.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="stratumObservations" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for observations applying to a stratum in a single plot during a single date-time period.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="stratumObservation" type="obs:StratumObservationType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A specific observation applying to a stratum in a single plot during a single date-time period. Each stratum measurement may be referenced by observations of taxa within a plot. For example, abundance estimates of a taxa on a plot within a specific stratum. Typically, it contains the lower and upper vertical bounds of the stratum and an assessment of cover. A StratumObservation always contains a reference to a PlotObservation, where contextual information lies (plot, project, parties, date-time period). It also contains a reference to a Stratum, which contains its definition.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="communityObservations" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>A container for measurements applying to entire plant communities, such as successional stage or Leaf Area Index.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="communityObservation" type="obs:CommunityObservationType" minOccurs="1" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>A container for measurements applying to an entire plant community, such as successional stage or Leaf Area Index. Made on a single plot during a single date-time period.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="surfaceCoverObservations" minOccurs="0" maxOccurs="1">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="surfaceCoverObservation" type="obs:SurfaceCoverObservationType" minOccurs="1" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="siteObservations" minOccurs="0" maxOccurs="1">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="siteObservation" type="obs:SiteObservationType" minOccurs="1" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="observationGroupings" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for a set of observation records, of any kind, that are grouped.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="observationGrouping" type="misc:ObservationGroupingType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A specific grouping of observation records, of any kind, that are grouped in the data management system owing to some common characteristic.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="protocols" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A container for groups of methods related by common action.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="protocol" type="misc:ProtocolType" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A specific grouping of methods related by common action.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="note" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="simpleUserDefined" type="misc:simpleUserDefinedType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation/>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="id" type="misc:IDType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Unique identifier (key) of the element. It can be unique locally to the data set for a given data element type (e.g., plots) or a GUID in which case it can be resolved to a location on the internet where the record is stored. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema. For example, a single plot entity may be the basis for numerous measurements of different types (e.g., plot observation and aggregated organism observation). Therefore the plot entity is stored in a single location within schema and referenced by this identifier rather than repeating this information throughout the dataset instance. The identifier may have a specific system and scope.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="system" type="misc:SystemType" use="optional"/>
    <xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
  </xsd:complexType>
</xsd:element>
Element vegX / parties
Namespace No namespace
Annotations
A container for eml-party types. The eml-party module describes a responsible party (person or organization).
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_parties_party
Properties
content complex
minOccurs 0
Model
Children party
Instance
<parties>
  <party id="" scope="document" system="">{1,unbounded}</party>
</parties>
Source
<xsd:element name="parties" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for eml-party types. The eml-party module describes a responsible party (person or organization).</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="party" type="misc:partyType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation source="EML" xml:lang="en">The eml-party module describes a responsible party (person or organization), and is typically used to name the originator of a resource or metadata document.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / parties / party
Namespace No namespace
Annotations

EML

The eml-party module describes a responsible party (person or organization), and is typically used to name the originator of a resource or metadata document.
Diagram
DiagramNO_NAMESPACE.tmp#partyType_idNO_NAMESPACE.tmp#partyType_systemNO_NAMESPACE.tmp#partyType_scopeNO_NAMESPACE.tmp#partyType_individualNameNO_NAMESPACE.tmp#partyType_organizationNameNO_NAMESPACE.tmp#partyType_positionNameNO_NAMESPACE.tmp#partyType_addressNO_NAMESPACE.tmp#partyType_phoneNO_NAMESPACE.tmp#partyType_electronicMailAddressNO_NAMESPACE.tmp#partyType_onlineURLmisc-2_0_5.tmp#partyType
Type partyType
Properties
content complex
maxOccurs unbounded
Model
Children address, electronicMailAddress, individualName, onlineURL, organizationName, phone, positionName
Instance
<party id="" scope="document" system="">
  <individualName>{1,1}</individualName>
  <organizationName>{1,1}</organizationName>
  <positionName>{1,1}</positionName>
  <address>{0,unbounded}</address>
  <phone>{0,unbounded}</phone>
  <electronicMailAddress>{0,unbounded}</electronicMailAddress>
  <onlineURL>{0,unbounded}</onlineURL>
</party>
Attributes
QName Type Default Use Annotation
id IDType required
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="party" type="misc:partyType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation source="EML" xml:lang="en">The eml-party module describes a responsible party (person or organization), and is typically used to name the originator of a resource or metadata document.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element partyType / individualName
Namespace No namespace
Annotations
The full name of the person being described
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="individualName" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The full name of the person being described</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element partyType / organizationName
Namespace No namespace
Annotations
The full name of the organization being described
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="organizationName" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The full name of the organization being described</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element partyType / positionName
Namespace No namespace
Annotations
The name of the title or position associated with the resource.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="positionName" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The name of the title or position associated with the resource.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element partyType / address
Namespace No namespace
Annotations
The full address information for a given responsible party entry.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="address" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The full address information for a given responsible party entry.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element partyType / phone
Namespace No namespace
Annotations
Information about the contact's telephone.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="phone" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Information about the contact's telephone.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element partyType / electronicMailAddress
Namespace No namespace
Annotations
The email address of the contact.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="electronicMailAddress" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The email address of the contact.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element partyType / onlineURL
Namespace No namespace
Annotations
A link to associated online information, usually a web site.
Diagram
Diagram
Type xsd:anyURI
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="onlineURL" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A link to associated online information, usually a web site.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / literatureCitations
Namespace No namespace
Annotations
A container literature citations.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_literatureCitations_literatureCitation
Properties
content complex
minOccurs 0
Model
Children literatureCitation
Instance
<literatureCitations>
  <literatureCitation id="" scope="document" system="">{1,unbounded}</literatureCitation>
</literatureCitations>
Source
<xsd:element name="literatureCitations" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container literature citations.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="literatureCitation" type="misc:literatureCitationType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation source="eml" xml:lang="en">Provides information about the literature citation. Basically a citation string that should be parsed to derive authors, year, title, etc. DOI may be also specified to facilitate the identification of the document</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / literatureCitations / literatureCitation
Namespace No namespace
Annotations

eml

Provides information about the literature citation. Basically a citation string that should be parsed to derive authors, year, title, etc. DOI may be also specified to facilitate the identification of the document
Diagram
DiagramNO_NAMESPACE.tmp#literatureCitationType_idNO_NAMESPACE.tmp#literatureCitationType_systemNO_NAMESPACE.tmp#literatureCitationType_scopeNO_NAMESPACE.tmp#literatureCitationType_citationStringNO_NAMESPACE.tmp#literatureCitationType_DOImisc-2_0_5.tmp#literatureCitationType
Type literatureCitationType
Properties
content complex
maxOccurs unbounded
Model
Children DOI, citationString
Instance
<literatureCitation id="" scope="document" system="">
  <citationString>{1,1}</citationString>
  <DOI>{0,1}</DOI>
</literatureCitation>
Attributes
QName Type Default Use Annotation
id IDType required
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="literatureCitation" type="misc:literatureCitationType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation source="eml" xml:lang="en">Provides information about the literature citation. Basically a citation string that should be parsed to derive authors, year, title, etc. DOI may be also specified to facilitate the identification of the document</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element literatureCitationType / citationString
Namespace No namespace
Annotations
a citation string that should be parsed to derive authors, year, title, etc.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="citationString" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>a citation string that should be parsed to derive authors, year, title, etc.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element literatureCitationType / DOI
Namespace No namespace
Annotations
A string of the DOI uniquely identifying the document.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="DOI" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="EN">A string of the DOI uniquely identifying the document.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / methods
Namespace No namespace
Annotations
A container for the methods followed in the creation of the datasets.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_methods_method
Properties
content complex
minOccurs 0
Model
Children method
Instance
<methods>
  <method id="" scope="document" system="">{1,unbounded}</method>
</methods>
Source
<xsd:element name="methods" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for the methods followed in the creation of the datasets.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="method" type="misc:MethodType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A specific method definition followed in the creation of the dataset. Each method links to a protocol and literature citation reference. A protocol may have many method or steps.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / methods / method
Namespace No namespace
Annotations
A specific method definition followed in the creation of the dataset. Each method links to a protocol and literature citation reference. A protocol may have many method or steps.
Diagram
DiagramNO_NAMESPACE.tmp#MethodType_idNO_NAMESPACE.tmp#MethodType_systemNO_NAMESPACE.tmp#MethodType_scopeNO_NAMESPACE.tmp#MethodType_nameNO_NAMESPACE.tmp#MethodType_descriptionNO_NAMESPACE.tmp#MethodType_subjectNO_NAMESPACE.tmp#MethodType_protocolIDNO_NAMESPACE.tmp#MethodType_citationIDNO_NAMESPACE.tmp#MethodType_citationStringmisc-2_0_5.tmp#MethodType
Type MethodType
Properties
content complex
maxOccurs unbounded
Model
Children citationID, citationString, description, name, protocolID, subject
Instance
<method id="" scope="document" system="">
  <name>{1,1}</name>
  <description>{1,1}</description>
  <subject>{1,1}</subject>
  <protocolID>{0,1}</protocolID>
  <citationID>{1,1}</citationID>
  <citationString>{1,1}</citationString>
</method>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="method" type="misc:MethodType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific method definition followed in the creation of the dataset. Each method links to a protocol and literature citation reference. A protocol may have many method or steps.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MethodType / name
Namespace No namespace
Annotations
Name associated with the method. For example, that signified by an ordinal value method such as cover class.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="name" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Name associated with the method. For example, that signified by an ordinal value method such as cover class.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MethodType / description
Namespace No namespace
Annotations

NVS

A full description of the type of method e.g., research/project or measured parameter or basal area of all stems > 10 cm dbh or counts of all saplings >1.35 m tall and less than 2 cm dbh.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="description" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation source="NVS" xml:lang="en">A full description of the type of method e.g., research/project or measured parameter or basal area of all stems > 10 cm dbh or counts of all saplings >1.35 m tall and less than 2 cm dbh.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MethodType / subject
Namespace No namespace
Annotations
The description of an attribute class for comparative purposes. If two methods measure the same attribute (e.g. plant cover), but with different degrees of precision and accuracy, setting 'subject' to 'plant cover' allows combining their values. All attributes pointing to the same method are assumed to apply to the same subject.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="subject" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>The description of an attribute class for comparative purposes. If two methods measure the same attribute (e.g. plant cover), but with different degrees of precision and accuracy, setting 'subject' to 'plant cover' allows combining their values. All attributes pointing to the same method are assumed to apply to the same subject.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MethodType / protocolID
Namespace No namespace
Annotations
A reference to a protocol.  The individual protocol is defined within the element veg:protocols which is a container for all protocols within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="protocolID" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a protocol. The individual protocol is defined within the element veg:protocols which is a container for all protocols within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MethodType / citationID
Namespace No namespace
Annotations
A reference to a specific citation of literature.  The literature to which the citation pertains is defined within the element veg:literature [EML] which is a container for all the literature within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="citationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific citation of literature. The literature to which the citation pertains is defined within the element veg:literature [EML] which is a container for all the literature within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MethodType / citationString
Namespace No namespace
Annotations
A citation string to be used when the full schema for literature citations is to be avoided
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="citationString" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A citation string to be used when the full schema for literature citations is to be avoided</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / attributes
Namespace No namespace
Annotations
A container for the definitions of measured properties.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_attributes_attribute
Properties
content complex
minOccurs 0
Model
Children attribute
Instance
<attributes>
  <attribute id="" scope="document" system="">{1,unbounded}</attribute>
</attributes>
Source
<xsd:element name="attributes" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for the definitions of measured properties.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="attribute" type="misc:AttributeType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A specific definition of a measured property. An attribute has to be one of three types: qualitative (unordered categorical variable, i.e. nominal), ordinal (ordered list of values) or quantitative (a numerical variable, either discrete or continuous</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / attributes / attribute
Namespace No namespace
Annotations
A specific definition of a measured property. An attribute has to be one of three types: qualitative (unordered categorical variable, i.e. nominal), ordinal (ordered list of values) or quantitative (a numerical variable, either discrete or continuous
Diagram
DiagramNO_NAMESPACE.tmp#AttributeType_idNO_NAMESPACE.tmp#AttributeType_systemNO_NAMESPACE.tmp#AttributeType_scopeNO_NAMESPACE.tmp#AttributeType_quantitativeNO_NAMESPACE.tmp#AttributeType_ordinalNO_NAMESPACE.tmp#AttributeType_qualitativemisc-2_0_5.tmp#AttributeType
Type AttributeType
Properties
content complex
maxOccurs unbounded
Model
Children ordinal, qualitative, quantitative
Instance
<attribute id="" scope="document" system="">
  <quantitative>{1,1}</quantitative>
  <ordinal>{1,1}</ordinal>
  <qualitative>{1,1}</qualitative>
</attribute>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="attribute" type="misc:AttributeType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific definition of a measured property. An attribute has to be one of three types: qualitative (unordered categorical variable, i.e. nominal), ordinal (ordered list of values) or quantitative (a numerical variable, either discrete or continuous</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / quantitative
Namespace No namespace
Annotations
A numerical variable, either discrete or continuous may = interval and cardinal
Diagram
DiagramNO_NAMESPACE.tmp#AttributeType_AttributeType_quantitative_methodIDNO_NAMESPACE.tmp#AttributeType_AttributeType_quantitative_unitNO_NAMESPACE.tmp#AttributeType_AttributeType_quantitative_precisionNO_NAMESPACE.tmp#AttributeType_AttributeType_quantitative_lowerLimitNO_NAMESPACE.tmp#AttributeType_AttributeType_quantitative_upperLimit
Properties
content complex
Model
Children lowerLimit, methodID, precision, unit, upperLimit
Instance
<quantitative>
  <methodID>{1,1}</methodID>
  <unit>{1,1}</unit>
  <precision>{0,1}</precision>
  <lowerLimit>{0,1}</lowerLimit>
  <upperLimit>{0,1}</upperLimit>
</quantitative>
Source
<xsd:element name="quantitative">
  <xsd:annotation>
    <xsd:documentation>A numerical variable, either discrete or continuous may = interval and cardinal</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="methodID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>A reference to a specific method that describes the context for the quantitative attribute.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="unit" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Unit of measurement (e.g. mm, cm, square meters, number of individuals)</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="precision" type="xsd:decimal" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation source="http://mdk12.org/instruction/curriculum/mathematics/glossary.shtml" xml:lang="en">The smallest place value to which the measurement is expressed (eg, if pi is represented as 3.14, then its precision is .01).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="lowerLimit" type="xsd:decimal" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">potential lower limit of the measurement</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="upperLimit" type="xsd:decimal" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">potential upper limit of the measurement</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element AttributeType / quantitative / methodID
Namespace No namespace
Annotations
A reference to a specific method that describes the context for the quantitative attribute.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="methodID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific method that describes the context for the quantitative attribute.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / quantitative / unit
Namespace No namespace
Annotations
Unit of measurement (e.g. mm, cm, square meters, number of individuals)
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="unit" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Unit of measurement (e.g. mm, cm, square meters, number of individuals)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / quantitative / precision
Namespace No namespace
Annotations

http://mdk12.org/instruction/curriculum/mathematics/glossary.shtml

The smallest place value to which the measurement is expressed (eg, if pi is represented as 3.14, then its precision is .01).
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="precision" type="xsd:decimal" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation source="http://mdk12.org/instruction/curriculum/mathematics/glossary.shtml" xml:lang="en">The smallest place value to which the measurement is expressed (eg, if pi is represented as 3.14, then its precision is .01).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / quantitative / lowerLimit
Namespace No namespace
Annotations
potential lower limit of the measurement
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="lowerLimit" type="xsd:decimal" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">potential lower limit of the measurement</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / quantitative / upperLimit
Namespace No namespace
Annotations
potential upper limit of the measurement
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="upperLimit" type="xsd:decimal" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">potential upper limit of the measurement</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / ordinal
Namespace No namespace
Annotations

http://www.cliffsnotes.com/WileyCDA/Section/Statistics-Glossary.id-305499,articleId-30041.html

A scale using numbers or symbols to rank order; its intervals may be specified or not.
Diagram
DiagramNO_NAMESPACE.tmp#AttributeType_AttributeType_ordinal_methodIDNO_NAMESPACE.tmp#AttributeType_AttributeType_ordinal_codeNO_NAMESPACE.tmp#AttributeType_AttributeType_ordinal_definitionNO_NAMESPACE.tmp#AttributeType_AttributeType_ordinal_lowerLimitNO_NAMESPACE.tmp#AttributeType_AttributeType_ordinal_upperLimitNO_NAMESPACE.tmp#AttributeType_AttributeType_ordinal_order
Properties
content complex
Model
Children code, definition, lowerLimit, methodID, order, upperLimit
Instance
<ordinal>
  <methodID>{1,1}</methodID>
  <code>{1,1}</code>
  <definition>{0,1}</definition>
  <lowerLimit>{0,1}</lowerLimit>
  <upperLimit>{0,1}</upperLimit>
  <order>{0,1}</order>
</ordinal>
Source
<xsd:element name="ordinal">
  <xsd:annotation>
    <xsd:documentation source="http://www.cliffsnotes.com/WileyCDA/Section/Statistics-Glossary.id-305499,articleId-30041.html" xml:lang="en">A scale using numbers or symbols to rank order; its intervals may be specified or not.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="methodID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>A reference to a method that describes the context for the ordinal code.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="code" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Ordinal class code (e.g. a value like "+" or "1" in Braun-Blanquet cover scale)</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="definition" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Longer description of the definition of the ordinal class. For example, ">1-5 % percent cover" for code "1" in an ordinal cover scale.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="lowerLimit" type="xsd:decimal" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Lower limit of the ordinal class in an associated quantitative scale (e.g. 10% cover in a cover class)</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="upperLimit" type="xsd:decimal" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Upper limit of the ordinal class in an associated quantitative scale (e.g. 25% cover in a cover class)</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="order" type="xsd:decimal" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Explicit order in the sequence of ordinal values to which this code belongs.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element AttributeType / ordinal / methodID
Namespace No namespace
Annotations
A reference to a method that describes the context for the ordinal code.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="methodID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a method that describes the context for the ordinal code.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / ordinal / code
Namespace No namespace
Annotations
Ordinal class code (e.g. a value like "+" or "1" in Braun-Blanquet cover scale)
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="code" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Ordinal class code (e.g. a value like "+" or "1" in Braun-Blanquet cover scale)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / ordinal / definition
Namespace No namespace
Annotations
Longer description of the definition of the ordinal class. For example, ">1-5 % percent cover" for code "1" in an ordinal cover scale.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="definition" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Longer description of the definition of the ordinal class. For example, ">1-5 % percent cover" for code "1" in an ordinal cover scale.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / ordinal / lowerLimit
Namespace No namespace
Annotations
Lower limit of the ordinal class in an associated quantitative scale (e.g. 10% cover in a cover class)
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
Source
<xsd:element name="lowerLimit" type="xsd:decimal" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Lower limit of the ordinal class in an associated quantitative scale (e.g. 10% cover in a cover class)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / ordinal / upperLimit
Namespace No namespace
Annotations
Upper limit of the ordinal class in an associated quantitative scale (e.g. 25% cover in a cover class)
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
Source
<xsd:element name="upperLimit" type="xsd:decimal" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Upper limit of the ordinal class in an associated quantitative scale (e.g. 25% cover in a cover class)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / ordinal / order
Namespace No namespace
Annotations
Explicit order in the sequence of ordinal values to which this code belongs.
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
Source
<xsd:element name="order" type="xsd:decimal" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Explicit order in the sequence of ordinal values to which this code belongs.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / qualitative
Namespace No namespace
Annotations
Unordered categorized variable = nominal
Diagram
DiagramNO_NAMESPACE.tmp#AttributeType_AttributeType_qualitative_methodIDNO_NAMESPACE.tmp#AttributeType_AttributeType_qualitative_codeNO_NAMESPACE.tmp#AttributeType_AttributeType_qualitative_definition
Properties
content complex
Model
Children code, definition, methodID
Instance
<qualitative>
  <methodID>{1,1}</methodID>
  <code>{1,1}</code>
  <definition>{0,1}</definition>
</qualitative>
Source
<xsd:element name="qualitative">
  <xsd:annotation>
    <xsd:documentation>Unordered categorized variable = nominal</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="methodID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>A reference to a specific method. The individual method is defined within the element veg:method which is a container for all methods within the dataset.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="code" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>The label of the category used for measurement values.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="definition" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Longer description of the definition of the category.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element AttributeType / qualitative / methodID
Namespace No namespace
Annotations
A reference to a specific method. The individual method is defined within the element veg:method which is a container for all methods within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="methodID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific method. The individual method is defined within the element veg:method which is a container for all methods within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / qualitative / code
Namespace No namespace
Annotations
The label of the category used for measurement values.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="code" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>The label of the category used for measurement values.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AttributeType / qualitative / definition
Namespace No namespace
Annotations
Longer description of the definition of the category.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="definition" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Longer description of the definition of the category.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / strata
Namespace No namespace
Annotations
A container for the definitions of strata, following a specific definition method.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_strata_stratum
Properties
content complex
minOccurs 0
Model
Children stratum
Instance
<strata>
  <stratum id="" scope="document" system="">{1,unbounded}</stratum>
</strata>
Source
<xsd:element name="strata" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for the definitions of strata, following a specific definition method.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="stratum" type="plot:StratumType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">The specific definition of a stratum referred to by observations in the dataset. A stratum usually belongs to a ordered list that together are the set of strata definitions in use in a specific dataset. It contains the stratum name (e.g. tree layer) as well as an identification code. It may also contain an indication of a position in an ordered sequence of strata.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / strata / stratum
Namespace No namespace
Annotations
The specific definition of a stratum referred to by observations in the dataset. A stratum usually belongs to a ordered list that together are the set of strata definitions in use in a specific dataset. It contains the stratum name (e.g. tree layer) as well as an identification code. It may also contain an indication of a position in an ordered sequence of strata.
Diagram
DiagramNO_NAMESPACE.tmp#StratumType_idNO_NAMESPACE.tmp#StratumType_systemNO_NAMESPACE.tmp#StratumType_scopeNO_NAMESPACE.tmp#StratumType_stratumNameNO_NAMESPACE.tmp#StratumType_methodIDNO_NAMESPACE.tmp#StratumType_definitionNO_NAMESPACE.tmp#StratumType_orderNO_NAMESPACE.tmp#StratumType_upperLimitNO_NAMESPACE.tmp#StratumType_lowerLimitplot-2_0_5.tmp#StratumType
Type StratumType
Properties
content complex
maxOccurs unbounded
Model
Children definition, lowerLimit, methodID, order, stratumName, upperLimit
Instance
<stratum id="" scope="document" system="">
  <stratumName>{1,1}</stratumName>
  <methodID>{0,1}</methodID>
  <definition>{0,1}</definition>
  <order>{0,1}</order>
  <upperLimit>{0,1}</upperLimit>
  <lowerLimit>{0,1}</lowerLimit>
</stratum>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="stratum" type="plot:StratumType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The specific definition of a stratum referred to by observations in the dataset. A stratum usually belongs to a ordered list that together are the set of strata definitions in use in a specific dataset. It contains the stratum name (e.g. tree layer) as well as an identification code. It may also contain an indication of a position in an ordered sequence of strata.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumType / stratumName
Namespace No namespace
Annotations

VegBank

Name associated with this stratum and which identifies it.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="stratumName" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">Name associated with this stratum and which identifies it.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumType / methodID
Namespace No namespace
Annotations
A link, by ID, to a specific method used to define this stratum (e.g. Tiers according to Allen (1992)). The same method should be referred to by all stratum elements that share a common stratum definition approach.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="methodID" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A link, by ID, to a specific method used to define this stratum (e.g. Tiers according to Allen (1992)). The same method should be referred to by all stratum elements that share a common stratum definition approach.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumType / definition
Namespace No namespace
Annotations

VegBank

The verbal description of the stratum definition (e.g. "Trees between 2 and 5 m height").
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="definition" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">The verbal description of the stratum definition (e.g. "Trees between 2 and 5 m height").</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumType / order
Namespace No namespace
Annotations
An indication of a position in an ordered sequence of strata.
Diagram
Diagram
Type xsd:integer
Properties
content simple
minOccurs 0
Source
<xsd:element name="order" type="xsd:integer" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An indication of a position in an ordered sequence of strata.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumType / upperLimit
Namespace No namespace
Annotations
Upper limit of the stratum in some known dimension (e.g. height) defined in the attribute of the method pointed to by 'methodID'.
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="upperLimit" type="xsd:decimal" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Upper limit of the stratum in some known dimension (e.g. height) defined in the attribute of the method pointed to by 'methodID'.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumType / lowerLimit
Namespace No namespace
Annotations
Lower limit of the stratum in some known dimension (e.g. height) defined in the attribute of the method pointed to by 'methodID'.
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="lowerLimit" type="xsd:decimal" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Lower limit of the stratum in some known dimension (e.g. height) defined in the attribute of the method pointed to by 'methodID'.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / surfaceTypes
Namespace No namespace
Annotations
A container for surface types, following a specific definition method.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_surfaceTypes_surfaceType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children surfaceType
Instance
<surfaceTypes>
  <surfaceType id="" scope="document" system="">{1,unbounded}</surfaceType>
</surfaceTypes>
Source
<xsd:element name="surfaceTypes" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>A container for surface types, following a specific definition method.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="surfaceType" type="plot:SurfaceTypeType" minOccurs="1" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>The definition of a surface type, not the observation of cover on them.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / surfaceTypes / surfaceType
Namespace No namespace
Annotations
The definition of a surface type, not the observation of cover on them.
Diagram
DiagramNO_NAMESPACE.tmp#SurfaceTypeType_idNO_NAMESPACE.tmp#SurfaceTypeType_systemNO_NAMESPACE.tmp#SurfaceTypeType_scopeNO_NAMESPACE.tmp#SurfaceTypeType_surfaceNameNO_NAMESPACE.tmp#SurfaceTypeType_definitionNO_NAMESPACE.tmp#SurfaceTypeType_methodIDplot-2_0_5.tmp#SurfaceTypeType
Type SurfaceTypeType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children definition, methodID, surfaceName
Instance
<surfaceType id="" scope="document" system="">
  <surfaceName>{1,1}</surfaceName>
  <definition>{0,1}</definition>
  <methodID>{0,1}</methodID>
</surfaceType>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="surfaceType" type="plot:SurfaceTypeType" minOccurs="1" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>The definition of a surface type, not the observation of cover on them.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SurfaceTypeType / surfaceName
Namespace No namespace
Annotations

VegBank

Name associated with this stratum
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="surfaceName" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">Name associated with this stratum</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SurfaceTypeType / definition
Namespace No namespace
Annotations

VegBank

A longer description of the surface definition
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="definition" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">A longer description of the surface definition</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SurfaceTypeType / methodID
Namespace No namespace
Annotations
A reference to a specific method used to define this surface cover. The individual method is defined within the element veg:methods which is a container for all methods within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="methodID" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific method used to define this surface cover. The individual method is defined within the element veg:methods which is a container for all methods within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / organismNames
Namespace No namespace
Annotations
A container for all organism nomenclatural units defined for use by a dataset.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_organismNames_organismName
Properties
content complex
minOccurs 0
Model
Children organismName
Instance
<organismNames>
  <organismName id="" scope="document" system="" taxonName="">{1,unbounded}</organismName>
</organismNames>
Source
<xsd:element name="organismNames" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for all organism nomenclatural units defined for use by a dataset.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="organismName" type="org:OrganismNameType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>The name of an organism used in the data set. This will normally be a nomenclatural unit of any rank (order, family, genus, species, subspecies, etc.). If it is a formal scientific name (not necessarily including authority) then the attribute 'taxonName' should be set to true. However, the organism name can be a morphospecies, a field name... cases in which the attribute 'taxonName' should be set to false.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / organismNames / organismName
Namespace No namespace
Annotations
The name of an organism used in the data set. This will normally be a nomenclatural unit of any rank (order, family, genus, species, subspecies, etc.). If it is a formal scientific name (not necessarily including authority) then the attribute 'taxonName' should be set to true. However, the organism name can be a morphospecies, a field name... cases in which the attribute 'taxonName' should be set to false.
Diagram
DiagramNO_NAMESPACE.tmp#OrganismNameType_idNO_NAMESPACE.tmp#OrganismNameType_scopeNO_NAMESPACE.tmp#OrganismNameType_systemNO_NAMESPACE.tmp#OrganismNameType_taxonNameorganism-2_0_5.tmp#OrganismNameType
Type OrganismNameType
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Default Use Annotation
id IDType required
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
scope ScopeType document optional
system SystemType optional
taxonName xsd:boolean required
A flag to identify that the organism name is a taxon name (i.e. a name according to a nomenclature code)
Source
<xsd:element name="organismName" type="org:OrganismNameType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>The name of an organism used in the data set. This will normally be a nomenclatural unit of any rank (order, family, genus, species, subspecies, etc.). If it is a formal scientific name (not necessarily including authority) then the attribute 'taxonName' should be set to true. However, the organism name can be a morphospecies, a field name... cases in which the attribute 'taxonName' should be set to false.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / taxonConcepts
Namespace No namespace
Annotations
A container for all taxon concepts defined for use by a dataset.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_taxonConcepts_taxonConcept
Properties
content complex
minOccurs 0
Model
Children taxonConcept
Instance
<taxonConcepts>
  <taxonConcept id="" scope="document" system="">{1,unbounded}</taxonConcept>
</taxonConcepts>
Source
<xsd:element name="taxonConcepts" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for all taxon concepts defined for use by a dataset.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="taxonConcept" type="org:TaxonConceptType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Representation of a taxon concept (i.e., an organism name and the organism description given by an author in a publication). A taxon concept may be referenced in an organism identity as the original concept used by the author of the data set, or it can be referenced in taxonDetermination allowing an organism identity to be mapped to a taxonomic concept by third parties after re-examination.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / taxonConcepts / taxonConcept
Namespace No namespace
Annotations
Representation of a taxon concept (i.e., an organism name and the organism description given by an author in a publication). A taxon concept may be referenced in an organism identity as the original concept used by the author of the data set, or it can be referenced in taxonDetermination allowing an organism identity to be mapped to a taxonomic concept by third parties after re-examination.
Diagram
DiagramNO_NAMESPACE.tmp#TaxonConceptType_idNO_NAMESPACE.tmp#TaxonConceptType_scopeNO_NAMESPACE.tmp#TaxonConceptType_systemNO_NAMESPACE.tmp#TaxonConceptType_organismNameIDNO_NAMESPACE.tmp#TaxonConceptType_accordingToCitationIDorganism-2_0_5.tmp#TaxonConceptType
Type TaxonConceptType
Properties
content complex
maxOccurs unbounded
Model
Children accordingToCitationID, organismNameID
Instance
<taxonConcept id="" scope="document" system="">
  <organismNameID>{1,1}</organismNameID>
  <accordingToCitationID>{1,1}</accordingToCitationID>
</taxonConcept>
Attributes
QName Type Default Use Annotation
id IDType required
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="taxonConcept" type="org:TaxonConceptType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Representation of a taxon concept (i.e., an organism name and the organism description given by an author in a publication). A taxon concept may be referenced in an organism identity as the original concept used by the author of the data set, or it can be referenced in taxonDetermination allowing an organism identity to be mapped to a taxonomic concept by third parties after re-examination.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonConceptType / organismNameID
Namespace No namespace
Annotations
A link to a specific organism name by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="organismNameID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A link to a specific organism name by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonConceptType / accordingToCitationID
Namespace No namespace
Annotations
A link to a bibliographic reference by ID where the taxon concept is described.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="accordingToCitationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A link to a bibliographic reference by ID where the taxon concept is described.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / taxonDeterminations
Namespace No namespace
Annotations
A container for relationships or assertions between two concepts.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_taxonDeterminations_taxonDetermination
Properties
content complex
minOccurs 0
Model
Children taxonDetermination
Instance
<taxonDeterminations>
  <taxonDetermination id="" scope="document" system="">{1,unbounded}</taxonDetermination>
</taxonDeterminations>
Source
<xsd:element name="taxonDeterminations" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for relationships or assertions between two concepts.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="taxonDetermination" type="org:TaxonDeterminationType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A specific relationship or assertion between two name concepts which are not part of the original definition of either of these concepts; possibly by a third party. Within vegX this typically allows for an organism identity, to be linked to a specific taxa treatment (taxon concept), according to a third party. Similar to a tcs TaxonRelationshipAssertion.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / taxonDeterminations / taxonDetermination
Namespace No namespace
Annotations
A specific relationship or assertion between two name concepts which are not part of the original definition of either of these concepts; possibly by a third party. Within vegX this typically allows for an organism identity, to be linked to a specific taxa treatment (taxon concept), according to a third party. Similar to a tcs TaxonRelationshipAssertion.
Diagram
DiagramNO_NAMESPACE.tmp#TaxonDeterminationType_idNO_NAMESPACE.tmp#TaxonDeterminationType_systemNO_NAMESPACE.tmp#TaxonDeterminationType_scopeNO_NAMESPACE.tmp#TaxonDeterminationType_organismIdentityIDNO_NAMESPACE.tmp#TaxonDeterminationType_determinationDateNO_NAMESPACE.tmp#TaxonDeterminationType_determinationPartyIDNO_NAMESPACE.tmp#TaxonDeterminationType_determinationNoteNO_NAMESPACE.tmp#TaxonDeterminationType_taxonRelationshipAssertionorganism-2_0_5.tmp#TaxonDeterminationType
Type TaxonDeterminationType
Properties
content complex
maxOccurs unbounded
Model
Children determinationDate, determinationNote, determinationPartyID, organismIdentityID, taxonRelationshipAssertion
Instance
<taxonDetermination id="" scope="document" system="">
  <organismIdentityID>{1,1}</organismIdentityID>
  <determinationDate>{0,1}</determinationDate>
  <determinationPartyID>{0,unbounded}</determinationPartyID>
  <determinationNote>{0,unbounded}</determinationNote>
  <taxonRelationshipAssertion>{1,unbounded}</taxonRelationshipAssertion>
</taxonDetermination>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="taxonDetermination" type="org:TaxonDeterminationType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific relationship or assertion between two name concepts which are not part of the original definition of either of these concepts; possibly by a third party. Within vegX this typically allows for an organism identity, to be linked to a specific taxa treatment (taxon concept), according to a third party. Similar to a tcs TaxonRelationshipAssertion.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonDeterminationType / organismIdentityID
Namespace No namespace
Annotations
A reference to a specific taxonNameUsageConcept through the NameUsageConcept id attribute. The individual NameUsageConcept is defined within the element veg:datasetNameUsageConcepts which is a container for all name usage concepts within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="organismIdentityID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific taxonNameUsageConcept through the NameUsageConcept id attribute. The individual NameUsageConcept is defined within the element veg:datasetNameUsageConcepts which is a container for all name usage concepts within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonDeterminationType / determinationDate
Namespace No namespace
Annotations
The determination date for the organism or taxon observation. Recorded in ISO 8601 date format: yyyy-mm-dd.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
Source
<xsd:element name="determinationDate" type="xsd:date" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The determination date for the organism or taxon observation. Recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonDeterminationType / determinationPartyID
Namespace No namespace
Annotations
The party that made the determination that applies to this dataset. This is not the same as the authorship of the asserted relationship. See accordingTo.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element xmlns:q2="http://www.bfn.de/misc-1.0.1" name="determinationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>The party that made the determination that applies to this dataset. This is not the same as the authorship of the asserted relationship. See accordingTo.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonDeterminationType / determinationNote
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<determinationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</determinationNote>
Source
<xsd:element xmlns:q1="http://www.bfn.de/misc-1.0.1" name="determinationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
Element noteType / text
Namespace No namespace
Annotations
The text of the additional comments or explanations.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="text" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The text of the additional comments or explanations.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element noteType / date
Namespace No namespace
Annotations
The date on which the note was stored in the database. Recorded in ISO 8601 date format: yyyy-mm-dd.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
Source
<xsd:element name="date" type="xsd:date" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The date on which the note was stored in the database. Recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element noteType / type
Namespace No namespace
Annotations

VegBank

The type of note: Database Management, Observation Author, Database User and Internal.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="type" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="VegBank">The type of note: Database Management, Observation Author, Database User and Internal.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element noteType / partyID
Namespace No namespace
Annotations
A reference to the specific individual who contributed the note.  The identity of the contributor is defined within the element veg:parties [EML] which is a container for all parties within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="partyID" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to the specific individual who contributed the note. The identity of the contributor is defined within the element veg:parties [EML] which is a container for all parties within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonDeterminationType / taxonRelationshipAssertion
Namespace No namespace
Annotations
A specific taxonomic or nomenclatural assertion record.
Diagram
DiagramNO_NAMESPACE.tmp#TaxonDeterminationType_TaxonDeterminationType_taxonRelationshipAssertion_assertionNO_NAMESPACE.tmp#TaxonDeterminationType_TaxonDeterminationType_taxonRelationshipAssertion_fitNO_NAMESPACE.tmp#TaxonDeterminationType_TaxonDeterminationType_taxonRelationshipAssertion_confidenceNO_NAMESPACE.tmp#TaxonDeterminationType_TaxonDeterminationType_taxonRelationshipAssertion_accordingTo
Properties
content complex
maxOccurs unbounded
Model
Children accordingTo, assertion, confidence, fit
Instance
<taxonRelationshipAssertion>
  <assertion>{1,1}</assertion>
  <fit>{0,1}</fit>
  <confidence>{0,1}</confidence>
  <accordingTo>{0,1}</accordingTo>
</taxonRelationshipAssertion>
Source
<xsd:element name="taxonRelationshipAssertion" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific taxonomic or nomenclatural assertion record.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="assertion">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A taxonomic or nomenclatural assertion to either a published nomenclatural name (taxon name) or a specific taxa treatment (taxon concept), according to a third party.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:choice>
            <xsd:element name="organismNameID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>A reference to a specific Taxon Name. The name is defined within the element veg:organismName which is a container for all Taxon Names within a dataset.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="taxonConceptID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>A reference to a specific Taxon Concept. The concept is defined within the element veg:taxonConcept which is a container for all Taxon Concepts within a dataset.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:choice>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="fit" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Indicates the degree of fit with the concept being assigned.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="confidence" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Indicates the degree of confidence of the interpreter(s) in the interpretation made. This can reflect the level of familiarity with the classification or the sufficiency of information about the plot (e.g., High, Moderate, Low).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="accordingTo" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Information about the authorship of the asserted relationship.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element TaxonDeterminationType / taxonRelationshipAssertion / assertion
Namespace No namespace
Annotations
A taxonomic or nomenclatural assertion to either a published nomenclatural name (taxon name) or a specific taxa treatment (taxon concept), according to a third party.
Diagram
DiagramNO_NAMESPACE.tmp#TaxonDeterminationType_TaxonDeterminationType_taxonRelationshipAssertion_TaxonDeterminationType_TaxonDeterminationType_taxonRelationshipAssertion_assertion_organismNameIDNO_NAMESPACE.tmp#TaxonDeterminationType_TaxonDeterminationType_taxonRelationshipAssertion_TaxonDeterminationType_TaxonDeterminationType_taxonRelationshipAssertion_assertion_taxonConceptID
Properties
content complex
Model
Children organismNameID, taxonConceptID
Instance
<assertion>
  <organismNameID>{1,1}</organismNameID>
  <taxonConceptID>{1,1}</taxonConceptID>
</assertion>
Source
<xsd:element name="assertion">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A taxonomic or nomenclatural assertion to either a published nomenclatural name (taxon name) or a specific taxa treatment (taxon concept), according to a third party.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:element name="organismNameID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>A reference to a specific Taxon Name. The name is defined within the element veg:organismName which is a container for all Taxon Names within a dataset.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="taxonConceptID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>A reference to a specific Taxon Concept. The concept is defined within the element veg:taxonConcept which is a container for all Taxon Concepts within a dataset.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>
Element TaxonDeterminationType / taxonRelationshipAssertion / assertion / organismNameID
Namespace No namespace
Annotations
A reference to a specific Taxon Name. The name is defined within the element veg:organismName which is a container for all Taxon Names within a dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="organismNameID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific Taxon Name. The name is defined within the element veg:organismName which is a container for all Taxon Names within a dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonDeterminationType / taxonRelationshipAssertion / assertion / taxonConceptID
Namespace No namespace
Annotations
A reference to a specific Taxon Concept. The concept is defined within the element veg:taxonConcept which is a container for all Taxon Concepts within a dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="taxonConceptID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific Taxon Concept. The concept is defined within the element veg:taxonConcept which is a container for all Taxon Concepts within a dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonDeterminationType / taxonRelationshipAssertion / fit
Namespace No namespace
Annotations
Indicates the degree of fit with the concept being assigned.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="fit" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Indicates the degree of fit with the concept being assigned.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonDeterminationType / taxonRelationshipAssertion / confidence
Namespace No namespace
Annotations
Indicates the degree of confidence of the interpreter(s) in the interpretation made. This can reflect the level of familiarity with the classification or the sufficiency of information about the plot (e.g., High, Moderate, Low).
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="confidence" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Indicates the degree of confidence of the interpreter(s) in the interpretation made. This can reflect the level of familiarity with the classification or the sufficiency of information about the plot (e.g., High, Moderate, Low).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element TaxonDeterminationType / taxonRelationshipAssertion / accordingTo
Namespace No namespace
Annotations
Information about the authorship of the asserted relationship.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="accordingTo" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Information about the authorship of the asserted relationship.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / organismIdentities
Namespace No namespace
Annotations
A container for organism identities used within the dataset.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_organismIdentities_organismIdentity
Properties
content complex
minOccurs 0
Model
Children organismIdentity
Instance
<organismIdentities>
  <organismIdentity id="" scope="document" system="">{1,unbounded}</organismIdentity>
</organismIdentities>
Source
<xsd:element name="organismIdentities" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for organism identities used within the dataset.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="organismIdentity" type="org:OrganismIdentityType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>The identity of an organism (or a set of organisms) occurring within the dataset.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / organismIdentities / organismIdentity
Namespace No namespace
Annotations
The identity of an organism (or a set of organisms) occurring within the dataset.
Diagram
DiagramNO_NAMESPACE.tmp#OrganismIdentityType_idNO_NAMESPACE.tmp#OrganismIdentityType_systemNO_NAMESPACE.tmp#OrganismIdentityType_scopeNO_NAMESPACE.tmp#OrganismIdentityType_originalOrganismNameIDNO_NAMESPACE.tmp#OrganismIdentityType_originalIdentificationPartyIDNO_NAMESPACE.tmp#OrganismIdentityType_originalIdentificationNoteNO_NAMESPACE.tmp#OrganismIdentityType_voucherNO_NAMESPACE.tmp#OrganismIdentityType_originalIdentificationConceptNO_NAMESPACE.tmp#OrganismIdentityType_preferredTaxonNomenclatureorganism-2_0_5.tmp#OrganismIdentityType
Type OrganismIdentityType
Properties
content complex
maxOccurs unbounded
Model
Children originalIdentificationConcept, originalIdentificationNote, originalIdentificationPartyID, originalOrganismNameID, preferredTaxonNomenclature, voucher
Instance
<organismIdentity id="" scope="document" system="">
  <originalOrganismNameID>{1,1}</originalOrganismNameID>
  <originalIdentificationPartyID>{0,unbounded}</originalIdentificationPartyID>
  <originalIdentificationNote>{0,unbounded}</originalIdentificationNote>
  <voucher>{0,unbounded}</voucher>
  <originalIdentificationConcept>{0,1}</originalIdentificationConcept>
  <preferredTaxonNomenclature>{0,1}</preferredTaxonNomenclature>
</organismIdentity>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="organismIdentity" type="org:OrganismIdentityType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>The identity of an organism (or a set of organisms) occurring within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / originalOrganismNameID
Namespace No namespace
Annotations
A link, by ID, to an organism name (e.g. normally a taxon name, but not necessarily including the authority, or even field names, morphospecies, ...) that the author of the dataset originally used to refer to an organism observed within the plot. The taxon names used as label the organism identity should not contain spelling errors, but they may not be the accepted name according to current nomenclature codes.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="originalOrganismNameID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A link, by ID, to an organism name (e.g. normally a taxon name, but not necessarily including the authority, or even field names, morphospecies, ...) that the author of the dataset originally used to refer to an organism observed within the plot. The taxon names used as label the organism identity should not contain spelling errors, but they may not be the accepted name according to current nomenclature codes.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / originalIdentificationPartyID
Namespace No namespace
Annotations
A link to a party involved in the original organism identification (normally the author of the data set), by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="originalIdentificationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A link to a party involved in the original organism identification (normally the author of the data set), by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / originalIdentificationNote
Namespace No namespace
Annotations
Additional comments or explanations pertaining to the original identification of the organism.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<originalIdentificationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</originalIdentificationNote>
Source
<xsd:element name="originalIdentificationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Additional comments or explanations pertaining to the original identification of the organism.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / voucher
Namespace No namespace
Annotations
Herbarium accession number for any archived voucher specimens
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="voucher" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Herbarium accession number for any archived voucher specimens</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / originalIdentificationConcept
Namespace No namespace
Annotations
A container of the taxon concept (i.e. taxon name + reference explaining the concept) originally associated to the organism identity. The taxon concept may have been specified by the author of the data set, or it may be asserted by a third party based on information such as date of observation or geographic location.
Diagram
DiagramNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_originalIdentificationConcept_taxonConceptIDNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_originalIdentificationConcept_conceptAssertionDateNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_originalIdentificationConcept_conceptAssertionPartyIDNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_originalIdentificationConcept_conceptAssertionNote
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children conceptAssertionDate, conceptAssertionNote, conceptAssertionPartyID, taxonConceptID
Instance
<originalIdentificationConcept>
  <taxonConceptID>{1,1}</taxonConceptID>
  <conceptAssertionDate>{0,1}</conceptAssertionDate>
  <conceptAssertionPartyID>{0,unbounded}</conceptAssertionPartyID>
  <conceptAssertionNote>{0,unbounded}</conceptAssertionNote>
</originalIdentificationConcept>
Source
<xsd:element name="originalIdentificationConcept" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>A container of the taxon concept (i.e. taxon name + reference explaining the concept) originally associated to the organism identity. The taxon concept may have been specified by the author of the data set, or it may be asserted by a third party based on information such as date of observation or geographic location.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="taxonConceptID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>A link to the taxon concept stated by the author, or as asserted by a third party based on information such as the date of the observation, geographic location, etc.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="conceptAssertionDate" type="xsd:date" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Date of the taxon concept assertion. Recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="conceptAssertionPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>A link, by ID, to a party involved in the assertion of the original taxon concept.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="conceptAssertionNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Additional comments or explanations pertaining to the assertion of the original taxon concept.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element OrganismIdentityType / originalIdentificationConcept / taxonConceptID
Namespace No namespace
Annotations
A link to the taxon concept stated by the author, or as asserted by a third party based on information such as the date of the observation, geographic location, etc.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="taxonConceptID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A link to the taxon concept stated by the author, or as asserted by a third party based on information such as the date of the observation, geographic location, etc.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / originalIdentificationConcept / conceptAssertionDate
Namespace No namespace
Annotations
Date of the taxon concept assertion. Recorded in ISO 8601 date format: yyyy-mm-dd.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="conceptAssertionDate" type="xsd:date" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Date of the taxon concept assertion. Recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / originalIdentificationConcept / conceptAssertionPartyID
Namespace No namespace
Annotations
A link, by ID, to a party involved in the assertion of the original taxon concept.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="conceptAssertionPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A link, by ID, to a party involved in the assertion of the original taxon concept.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / originalIdentificationConcept / conceptAssertionNote
Namespace No namespace
Annotations
Additional comments or explanations pertaining to the assertion of the original taxon concept.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<conceptAssertionNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</conceptAssertionNote>
Source
<xsd:element name="conceptAssertionNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Additional comments or explanations pertaining to the assertion of the original taxon concept.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / preferredTaxonNomenclature
Namespace No namespace
Annotations
The interpretation of the nomenclature that should be applied to organism identity, made after the observation event by the author of the data set or a third party. The sub-element preferredTaxonNameID points to an organism name that is the accepted name according to the current nomenclature.
Diagram
DiagramNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_preferredTaxonNomenclature_preferredOrganismNameIDNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_preferredTaxonNomenclature_interpretationDateNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_preferredTaxonNomenclature_interpretationSourceNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_preferredTaxonNomenclature_interpretationCitationIDNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_preferredTaxonNomenclature_interpretationPartyIDNO_NAMESPACE.tmp#OrganismIdentityType_OrganismIdentityType_preferredTaxonNomenclature_interpretationNote
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children interpretationCitationID, interpretationDate, interpretationNote, interpretationPartyID, interpretationSource, preferredOrganismNameID
Instance
<preferredTaxonNomenclature>
  <preferredOrganismNameID>{1,1}</preferredOrganismNameID>
  <interpretationDate>{0,1}</interpretationDate>
  <interpretationSource>{0,1}</interpretationSource>
  <interpretationCitationID>{0,1}</interpretationCitationID>
  <interpretationPartyID>{0,unbounded}</interpretationPartyID>
  <interpretationNote>{0,unbounded}</interpretationNote>
</preferredTaxonNomenclature>
Source
<xsd:element name="preferredTaxonNomenclature" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The interpretation of the nomenclature that should be applied to organism identity, made after the observation event by the author of the data set or a third party. The sub-element preferredTaxonNameID points to an organism name that is the accepted name according to the current nomenclature.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="preferredOrganismNameID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>A link to a scientific taxon name (i.e. an organism name whose attribute 'taxonName' is true) accepted to label the organism identity appropriately, as stated by the author of the data set or a third party responsible for its nomenclature.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="interpretationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Date for the last nomenclature revision applied to this organism identity. Recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="interpretationSource" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="EN">A string describing the source for the last nomenclature interpretation applied to this organism identity (i.e. the Plant List).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="interpretationCitationID" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="EN">A link to the publication where nomenclature interpretation is described.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="interpretationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>A link to a party who undertook the nomenclarure revision.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="interpretationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Additional comments or explanations pertaining to the nomenclature interpretation.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element OrganismIdentityType / preferredTaxonNomenclature / preferredOrganismNameID
Namespace No namespace
Annotations
A link to a scientific taxon name (i.e. an organism name whose attribute 'taxonName' is true) accepted to label the organism identity appropriately, as stated by the author of the data set or a third party responsible for its nomenclature.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="preferredOrganismNameID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A link to a scientific taxon name (i.e. an organism name whose attribute 'taxonName' is true) accepted to label the organism identity appropriately, as stated by the author of the data set or a third party responsible for its nomenclature.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / preferredTaxonNomenclature / interpretationDate
Namespace No namespace
Annotations
Date for the last nomenclature revision applied to this organism identity. Recorded in ISO 8601 date format: yyyy-mm-dd.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="interpretationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Date for the last nomenclature revision applied to this organism identity. Recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / preferredTaxonNomenclature / interpretationSource
Namespace No namespace
Annotations
A string describing the source for the last nomenclature interpretation applied to this organism identity (i.e. the Plant List).
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="interpretationSource" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="EN">A string describing the source for the last nomenclature interpretation applied to this organism identity (i.e. the Plant List).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / preferredTaxonNomenclature / interpretationCitationID
Namespace No namespace
Annotations
A link to the publication where nomenclature interpretation is described.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="interpretationCitationID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="EN">A link to the publication where nomenclature interpretation is described.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / preferredTaxonNomenclature / interpretationPartyID
Namespace No namespace
Annotations
A link to a party who undertook the nomenclarure revision.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="interpretationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A link to a party who undertook the nomenclarure revision.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element OrganismIdentityType / preferredTaxonNomenclature / interpretationNote
Namespace No namespace
Annotations
Additional comments or explanations pertaining to the nomenclature interpretation.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<interpretationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</interpretationNote>
Source
<xsd:element name="interpretationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Additional comments or explanations pertaining to the nomenclature interpretation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / communityConcepts
Namespace No namespace
Annotations
A container for community concepts, i.e. names of plant community types and preferably references that help to define the types.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_communityConcepts_communityConcept
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children communityConcept
Instance
<communityConcepts>
  <communityConcept id="" scope="document" system="">{1,unbounded}</communityConcept>
</communityConcepts>
Source
<xsd:element name="communityConcepts" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>A container for community concepts, i.e. names of plant community types and preferably references that help to define the types.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="communityConcept" type="comm:CommunityConceptType" minOccurs="1" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="EN">A name of a plant community type, preferably together with a reference that helps to define the type.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / communityConcepts / communityConcept
Namespace No namespace
Annotations
A name of a plant community type, preferably together with a reference that helps to define the type.
Diagram
DiagramNO_NAMESPACE.tmp#CommunityConceptType_idNO_NAMESPACE.tmp#CommunityConceptType_systemNO_NAMESPACE.tmp#CommunityConceptType_scopeNO_NAMESPACE.tmp#CommunityConceptType_nameNO_NAMESPACE.tmp#CommunityConceptType_citationIDNO_NAMESPACE.tmp#CommunityConceptType_rankNO_NAMESPACE.tmp#CommunityConceptType_commonNamecommunity-2_0_5.tmp#CommunityConceptType
Type CommunityConceptType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children citationID, commonName, name, rank
Instance
<communityConcept id="" scope="document" system="">
  <name>{1,1}</name>
  <citationID>{0,1}</citationID>
  <rank>{0,1}</rank>
  <commonName>{0,1}</commonName>
</communityConcept>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="communityConcept" type="comm:CommunityConceptType" minOccurs="1" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="EN">A name of a plant community type, preferably together with a reference that helps to define the type.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityConceptType / name
Namespace No namespace
Annotations
A textual label for a community type. Community types represent recurring assemblages of plant species. They may be designated by syntaxa or physiognomic types.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="name" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A textual label for a community type. Community types represent recurring assemblages of plant species. They may be designated by syntaxa or physiognomic types.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityConceptType / citationID
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="citationID" type="xsd:string" minOccurs="0"/>
Element CommunityConceptType / rank
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="rank" type="xsd:string" minOccurs="0"/>
Element CommunityConceptType / commonName
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="commonName" type="xsd:string" minOccurs="0"/>
Element vegX / communityDeterminations
Namespace No namespace
Annotations
A container for identifications that apply one or more CommunityConcepts to a PlotObservation by a Party.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_communityDeterminations_communityDetermination
Properties
content complex
minOccurs 0
Model
Children communityDetermination
Instance
<communityDeterminations>
  <communityDetermination id="" scope="document" system="">{1,unbounded}</communityDetermination>
</communityDeterminations>
Source
<xsd:element name="communityDeterminations" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for identifications that apply one or more CommunityConcepts to a PlotObservation by a Party.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="communityDetermination" type="comm:CommunityDeterminationType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">An application of one or more communityConcepts to a plotObservation.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / communityDeterminations / communityDetermination
Namespace No namespace
Annotations
An application of one or more communityConcepts to a plotObservation.
Diagram
DiagramNO_NAMESPACE.tmp#CommunityDeterminationType_idNO_NAMESPACE.tmp#CommunityDeterminationType_systemNO_NAMESPACE.tmp#CommunityDeterminationType_scopeNO_NAMESPACE.tmp#CommunityDeterminationType_plotObservationIDNO_NAMESPACE.tmp#CommunityDeterminationType_stratumObservationIDNO_NAMESPACE.tmp#CommunityDeterminationType_determinationDateNO_NAMESPACE.tmp#CommunityDeterminationType_determinationPartyIDNO_NAMESPACE.tmp#CommunityDeterminationType_determinationNoteNO_NAMESPACE.tmp#CommunityDeterminationType_communityRelationshipAssertioncommunity-2_0_5.tmp#CommunityDeterminationType
Type CommunityDeterminationType
Properties
content complex
maxOccurs unbounded
Model
Children communityRelationshipAssertion, determinationDate, determinationNote, determinationPartyID, plotObservationID, stratumObservationID
Instance
<communityDetermination id="" scope="document" system="">
  <plotObservationID>{1,1}</plotObservationID>
  <stratumObservationID>{0,1}</stratumObservationID>
  <determinationDate>{0,1}</determinationDate>
  <determinationPartyID>{0,unbounded}</determinationPartyID>
  <determinationNote>{0,unbounded}</determinationNote>
  <communityRelationshipAssertion>{1,unbounded}</communityRelationshipAssertion>
</communityDetermination>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="communityDetermination" type="comm:CommunityDeterminationType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An application of one or more communityConcepts to a plotObservation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityDeterminationType / plotObservationID
Namespace No namespace
Annotations
A reference to a specific plotObservation. The individual plotObservation is defined within the element veg:plotObservations which is a container for all plotObservations within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotObservationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific plotObservation. The individual plotObservation is defined within the element veg:plotObservations which is a container for all plotObservations within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityDeterminationType / stratumObservationID
Namespace No namespace
Annotations
A reference to a specific stratumObservation. This element may be used to specify that the community determination applies to a specific stratum.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="stratumObservationID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific stratumObservation. This element may be used to specify that the community determination applies to a specific stratum.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityDeterminationType / determinationDate
Namespace No namespace
Annotations

NVS

The start date of this specific community determination. Recorded in ISO 8601 date format: yyyy-mm-dd.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="determinationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation source="NVS" xml:lang="en">The start date of this specific community determination. Recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityDeterminationType / determinationPartyID
Namespace No namespace
Annotations
A link to the community determination party by ID
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="determinationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A link to the community determination party by ID</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityDeterminationType / determinationNote
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<determinationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</determinationNote>
Source
<xsd:element name="determinationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
Element CommunityDeterminationType / communityRelationshipAssertion
Namespace No namespace
Annotations
A container for applying one or more communityConcepts to a plotObservation
Diagram
DiagramNO_NAMESPACE.tmp#CommunityDeterminationType_CommunityDeterminationType_communityRelationshipAssertion_communityConceptIDNO_NAMESPACE.tmp#CommunityDeterminationType_CommunityDeterminationType_communityRelationshipAssertion_fitNO_NAMESPACE.tmp#CommunityDeterminationType_CommunityDeterminationType_communityRelationshipAssertion_confidenceNO_NAMESPACE.tmp#CommunityDeterminationType_CommunityDeterminationType_communityRelationshipAssertion_accordingTo
Properties
content complex
maxOccurs unbounded
Model
Children accordingTo, communityConceptID, confidence, fit
Instance
<communityRelationshipAssertion>
  <communityConceptID>{1,1}</communityConceptID>
  <fit>{0,1}</fit>
  <confidence>{0,1}</confidence>
  <accordingTo>{0,1}</accordingTo>
</communityRelationshipAssertion>
Source
<xsd:element name="communityRelationshipAssertion" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A container for applying one or more communityConcepts to a plotObservation</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="communityConceptID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A link to a community concept by ID.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="fit" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation source="VegBank" xml:lang="en">Indicates the degree of fit with the community concept being assigned. Values derive from Gopal, S., and Woodcock, C. (1994), Theory and methods for accuracy assessment of thematic maps using fuzzy sets. Photogrammetric Engineering and Remote Sensing 60(2):181-188.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="confidence" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation source="VegBank" xml:lang="en">Indicates the degree of confidence of the interpreter(s) in the interpretation made. This can reflect the level of familiarity with the classification or the sufficiency of information about the plot (e.g., High, Moderate, Low).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="accordingTo" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Information about the authorship of the asserted community concept.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element CommunityDeterminationType / communityRelationshipAssertion / communityConceptID
Namespace No namespace
Annotations
A link to a community concept by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="communityConceptID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A link to a community concept by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityDeterminationType / communityRelationshipAssertion / fit
Namespace No namespace
Annotations

VegBank

Indicates the degree of fit with the community concept being assigned. Values derive from Gopal, S., and Woodcock, C. (1994), Theory and methods for accuracy assessment of thematic maps using fuzzy sets. Photogrammetric Engineering and Remote Sensing 60(2):181-188.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="fit" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">Indicates the degree of fit with the community concept being assigned. Values derive from Gopal, S., and Woodcock, C. (1994), Theory and methods for accuracy assessment of thematic maps using fuzzy sets. Photogrammetric Engineering and Remote Sensing 60(2):181-188.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityDeterminationType / communityRelationshipAssertion / confidence
Namespace No namespace
Annotations

VegBank

Indicates the degree of confidence of the interpreter(s) in the interpretation made. This can reflect the level of familiarity with the classification or the sufficiency of information about the plot (e.g., High, Moderate, Low).
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="confidence" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">Indicates the degree of confidence of the interpreter(s) in the interpretation made. This can reflect the level of familiarity with the classification or the sufficiency of information about the plot (e.g., High, Moderate, Low).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityDeterminationType / communityRelationshipAssertion / accordingTo
Namespace No namespace
Annotations
Information about the authorship of the asserted community concept.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="accordingTo" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Information about the authorship of the asserted community concept.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / projects
Namespace No namespace
Annotations
A container for projects.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_projects_project
Properties
content complex
minOccurs 0
Model
Children project
Instance
<projects>
  <project id="" scope="document" system="">{1,unbounded}</project>
</projects>
Source
<xsd:element name="projects" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for projects.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="project" type="misc:projectType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation source="EML" xml:lang="en">Describes the research context in which the dataset was created, including descriptions of over-all motivations and goals, funding, personnel, description of the study area etc. Sub-element definitions were taken from Ecological Markup Language (EML).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / projects / project
Namespace No namespace
Annotations

EML

Describes the research context in which the dataset was created, including descriptions of over-all motivations and goals, funding, personnel, description of the study area etc. Sub-element definitions were taken from Ecological Markup Language (EML).
Diagram
DiagramNO_NAMESPACE.tmp#projectType_idNO_NAMESPACE.tmp#projectType_systemNO_NAMESPACE.tmp#projectType_scopeNO_NAMESPACE.tmp#projectType_titleNO_NAMESPACE.tmp#projectType_personnelNO_NAMESPACE.tmp#projectType_abstractNO_NAMESPACE.tmp#projectType_fundingNO_NAMESPACE.tmp#projectType_studyAreaDescriptionNO_NAMESPACE.tmp#projectType_designDescriptionNO_NAMESPACE.tmp#projectType_relatedProjectIDNO_NAMESPACE.tmp#projectType_documentCitationIDmisc-2_0_5.tmp#projectType
Type projectType
Properties
content complex
maxOccurs unbounded
Model
Children abstract, designDescription, documentCitationID, funding, personnel, relatedProjectID, studyAreaDescription, title
Instance
<project id="" scope="document" system="">
  <title>{1,1}</title>
  <personnel>{0,unbounded}</personnel>
  <abstract>{0,1}</abstract>
  <funding>{0,1}</funding>
  <studyAreaDescription>{0,1}</studyAreaDescription>
  <designDescription>{0,1}</designDescription>
  <relatedProjectID>{0,unbounded}</relatedProjectID>
  <documentCitationID>{0,unbounded}</documentCitationID>
</project>
Attributes
QName Type Default Use Annotation
id IDType required
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="project" type="misc:projectType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation source="EML" xml:lang="en">Describes the research context in which the dataset was created, including descriptions of over-all motivations and goals, funding, personnel, description of the study area etc. Sub-element definitions were taken from Ecological Markup Language (EML).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element projectType / title
Namespace No namespace
Annotations
Title of the project.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="title" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Title of the project.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element projectType / personnel
Namespace No namespace
Annotations
Contact and role information for people involved in the research project.
Diagram
DiagramNO_NAMESPACE.tmp#partyWithRoleType_partyIDNO_NAMESPACE.tmp#partyWithRoleType_rolemisc-2_0_5.tmp#partyWithRoleType
Type partyWithRoleType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children partyID, role
Instance
<personnel>
  <partyID>{1,1}</partyID>
  <role>{1,1}</role>
</personnel>
Source
<xsd:element name="personnel" type="partyWithRoleType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Contact and role information for people involved in the research project.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element partyWithRoleType / partyID
Namespace No namespace
Annotations
A reference to a specific party. The individual party is defined with the element veg:partys which is a container for all the parties within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="partyID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific party. The individual party is defined with the element veg:partys which is a container for all the parties within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element partyWithRoleType / role
Namespace No namespace
Annotations
Based on the the eml-party module - The role code field provides information on how a person or organization is related to a resource.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="role" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Based on the the eml-party module - The role code field provides information on how a person or organization is related to a resource.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element projectType / abstract
Namespace No namespace
Annotations
A brief description of the aims and findings of the project.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="abstract" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>A brief description of the aims and findings of the project.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element projectType / funding
Namespace No namespace
Annotations
Funding information.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="funding" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Funding information.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element projectType / studyAreaDescription
Namespace No namespace
Annotations
Description of the physical area associated with the research project, potentially including coverage, climate, geology, distrubances, etc.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="studyAreaDescription" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Description of the physical area associated with the research project, potentially including coverage, climate, geology, distrubances, etc.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element projectType / designDescription
Namespace No namespace
Annotations
Description of the design of the research project (specially overall plot placement).
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="designDescription" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Description of the design of the research project (specially overall plot placement).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element projectType / relatedProjectID
Namespace No namespace
Annotations
A link to another project, by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="relatedProjectID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A link to another project, by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element projectType / documentCitationID
Namespace No namespace
Annotations
A link, by ID, to the citation of a document describing the project.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="documentCitationID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A link, by ID, to the citation of a document describing the project.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / plots
Namespace No namespace
Annotations
A container for sampling locations (plots).
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_plots_plot
Properties
content complex
minOccurs 0
Model
Children plot
Instance
<plots>
  <plot id="" scope="document" system="">{1,unbounded}</plot>
</plots>
Source
<xsd:element name="plots" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for sampling locations (plots).</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="plot" type="plot:PlotType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A plot is a sampling location, represented as one or more points, lines, polygons, or volumes, and is the basis for experimentation or measurement. Its properties, like the position, are assumed to be constant on time scales commonly used for direct observations. Plots may have no explicit bounds, and may refer to an area of inference. A plot may be related to other plots in order to express parent-child, contiguity, or other type of spatial links. A point within the plot may be used as reference for relative coordinates.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / plots / plot
Namespace No namespace
Annotations
A plot is a sampling location, represented as one or more points, lines, polygons, or volumes, and is the basis for experimentation or measurement. Its properties, like the position, are assumed to be constant on time scales commonly used for direct observations. Plots may have no explicit bounds, and may refer to an area of inference. A plot may be related to other plots in order to express parent-child, contiguity, or other type of spatial links. A point within the plot may be used as reference for relative coordinates.
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_idNO_NAMESPACE.tmp#PlotType_systemNO_NAMESPACE.tmp#PlotType_scopeNO_NAMESPACE.tmp#PlotType_plotNameNO_NAMESPACE.tmp#PlotType_plotUniqueIdentifierNO_NAMESPACE.tmp#PlotType_relatedPlotNO_NAMESPACE.tmp#PlotType_placementMethodNO_NAMESPACE.tmp#PlotType_placementPartyIDNO_NAMESPACE.tmp#PlotType_placementNoteNO_NAMESPACE.tmp#PlotType_locationNO_NAMESPACE.tmp#PlotType_geometryNO_NAMESPACE.tmp#PlotType_topographyNO_NAMESPACE.tmp#PlotType_parentMaterialNO_NAMESPACE.tmp#PlotType_simpleUserDefinedNO_NAMESPACE.tmp#PlotType_complexUserDefinedplot-2_0_5.tmp#PlotType
Type PlotType
Properties
content complex
maxOccurs unbounded
Model
Children complexUserDefined, geometry, location, parentMaterial, placementMethod, placementNote, placementPartyID, plotName, plotUniqueIdentifier, relatedPlot, simpleUserDefined, topography
Instance
<plot id="" scope="document" system="">
  <plotName>{1,1}</plotName>
  <plotUniqueIdentifier>{0,1}</plotUniqueIdentifier>
  <relatedPlot>{0,unbounded}</relatedPlot>
  <placementMethod>{0,1}</placementMethod>
  <placementPartyID>{0,unbounded}</placementPartyID>
  <placementNote>{0,unbounded}</placementNote>
  <location>{0,1}</location>
  <geometry>{0,1}</geometry>
  <topography>{0,1}</topography>
  <parentMaterial>{0,unbounded}</parentMaterial>
  <simpleUserDefined>{0,unbounded}</simpleUserDefined>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</plot>
Attributes
QName Type Default Use Annotation
id IDType required
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="plot" type="plot:PlotType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A plot is a sampling location, represented as one or more points, lines, polygons, or volumes, and is the basis for experimentation or measurement. Its properties, like the position, are assumed to be constant on time scales commonly used for direct observations. Plots may have no explicit bounds, and may refer to an area of inference. A plot may be related to other plots in order to express parent-child, contiguity, or other type of spatial links. A point within the plot may be used as reference for relative coordinates.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / plotName
Namespace No namespace
Annotations
Name or label for a plot.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotName" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Name or label for a plot.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / plotUniqueIdentifier
Namespace No namespace
Annotations
Plot identifier that is unique across the dataset and derived from the data source, and preferably globally unique.  A GUID (globally unique identifier) would be ideal for this purpose, such as LSID (Life Science Identifier).
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="plotUniqueIdentifier" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Plot identifier that is unique across the dataset and derived from the data source, and preferably globally unique. A GUID (globally unique identifier) would be ideal for this purpose, such as LSID (Life Science Identifier).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / relatedPlot
Namespace No namespace
Annotations
A plot may be related spatially to other plots in order to express parent-child, sub-plot or contiguity.
Diagram
DiagramNO_NAMESPACE.tmp#relatedPlotType_relatedPlotIDNO_NAMESPACE.tmp#relatedPlotType_plotRelationshipNO_NAMESPACE.tmp#relatedPlotType_relativeSpatialCoordinateplot-2_0_5.tmp#relatedPlotType
Type relatedPlotType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children plotRelationship, relatedPlotID, relativeSpatialCoordinate
Instance
<relatedPlot>
  <relatedPlotID>{1,1}</relatedPlotID>
  <plotRelationship>{1,1}</plotRelationship>
  <relativeSpatialCoordinate>{0,1}</relativeSpatialCoordinate>
</relatedPlot>
Source
<xsd:element name="relatedPlot" type="relatedPlotType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A plot may be related spatially to other plots in order to express parent-child, sub-plot or contiguity.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element relatedPlotType / relatedPlotID
Namespace No namespace
Annotations
A reference to a specific related plot. This would be the parent plot identifer in most cases.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="relatedPlotID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific related plot. This would be the parent plot identifer in most cases.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element relatedPlotType / plotRelationship
Namespace No namespace
Annotations
The type of relationship of the current plot with respect to the referenced plot. For a parent-child relationship the relatedPlotType should appear in the subplot and plotRelationship should be 'subplot'. For contiguous plots in a transect both plots should have a relatedPlotType and the value of plotRelationship should be 'contiguous'.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotRelationship" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The type of relationship of the current plot with respect to the referenced plot. For a parent-child relationship the relatedPlotType should appear in the subplot and plotRelationship should be 'subplot'. For contiguous plots in a transect both plots should have a relatedPlotType and the value of plotRelationship should be 'contiguous'.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element relatedPlotType / relativeSpatialCoordinate
Namespace No namespace
Annotations
Two related plots may have their relative positions described in geometric space using the relative position with respect to the point of origin for the referenced plot.
Diagram
DiagramNO_NAMESPACE.tmp#relativeSpatialCoordinateType_relativeXNO_NAMESPACE.tmp#relativeSpatialCoordinateType_relativeYNO_NAMESPACE.tmp#relativeSpatialCoordinateType_relativeZmisc-2_0_5.tmp#relativeSpatialCoordinateType
Type relativeSpatialCoordinateType
Properties
content complex
minOccurs 0
Model
Children relativeX, relativeY, relativeZ
Instance
<relativeSpatialCoordinate>
  <relativeX>{1,1}</relativeX>
  <relativeY>{1,1}</relativeY>
  <relativeZ>{0,1}</relativeZ>
</relativeSpatialCoordinate>
Source
<xsd:element name="relativeSpatialCoordinate" type="misc:relativeSpatialCoordinateType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Two related plots may have their relative positions described in geometric space using the relative position with respect to the point of origin for the referenced plot.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element relativeSpatialCoordinateType / relativeX
Namespace No namespace
Annotations

VegBank

The X-coordinate of the related items position in meters. The user will enter the relative position of related item with respect to the plot origin (in meters) with the x-axis defined by the plot azimuth.
Diagram
Diagram
Type xsd:decimal
Properties
content simple
Source
<xsd:element name="relativeX" type="xsd:decimal">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">The X-coordinate of the related items position in meters. The user will enter the relative position of related item with respect to the plot origin (in meters) with the x-axis defined by the plot azimuth.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element relativeSpatialCoordinateType / relativeY
Namespace No namespace
Annotations

VegBank

The Y-coordinate of the related items position in metres. The user will enter the relative position of related item with respect to the plot origin (in meters) with the y-axis defined by the plot azimuth.
Diagram
Diagram
Type xsd:decimal
Properties
content simple
Source
<xsd:element name="relativeY" type="xsd:decimal">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">The Y-coordinate of the related items position in metres. The user will enter the relative position of related item with respect to the plot origin (in meters) with the y-axis defined by the plot azimuth.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element relativeSpatialCoordinateType / relativeZ
Namespace No namespace
Annotations
The Z-coordinate of the related items position in metres. The user will enter the relative position of related item with respect to the plot origin (in meters) with the z-axis defined by the plot azimuth.
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 0
Source
<xsd:element name="relativeZ" type="xsd:decimal" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The Z-coordinate of the related items position in metres. The user will enter the relative position of related item with respect to the plot origin (in meters) with the z-axis defined by the plot azimuth.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / placementMethod
Namespace No namespace
Annotations

VegBank

Strategy followed when placing this particular plot. Useful for example if different sampling strategies have been followed within one project.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="placementMethod" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">Strategy followed when placing this particular plot. Useful for example if different sampling strategies have been followed within one project.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / placementPartyID
Namespace No namespace
Annotations
The party that undertook the plot placement, and/or parties with other roles.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="placementPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>The party that undertook the plot placement, and/or parties with other roles.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / placementNote
Namespace No namespace
Annotations
Additional comments or explanations regarding plot placement.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<placementNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</placementNote>
Source
<xsd:element name="placementNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Additional comments or explanations regarding plot placement.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location
Namespace No namespace
Annotations
Information regarding the location of a plot on the earth's surface
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_location_horizontalCoordinatesNO_NAMESPACE.tmp#PlotType_PlotType_location_verticalCoordinatesNO_NAMESPACE.tmp#PlotType_PlotType_location_markersNO_NAMESPACE.tmp#PlotType_PlotType_location_locationInWaterBodyNO_NAMESPACE.tmp#PlotType_PlotType_location_gridPositionNO_NAMESPACE.tmp#PlotType_PlotType_location_authorLocationNO_NAMESPACE.tmp#PlotType_PlotType_location_locationNarrativeNO_NAMESPACE.tmp#PlotType_PlotType_location_places
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children authorLocation, gridPosition, horizontalCoordinates, locationInWaterBody, locationNarrative, markers, places, verticalCoordinates
Instance
<location>
  <horizontalCoordinates>{0,unbounded}</horizontalCoordinates>
  <verticalCoordinates>{0,unbounded}</verticalCoordinates>
  <markers>{0,1}</markers>
  <locationInWaterBody>{0,unbounded}</locationInWaterBody>
  <gridPosition>{0,unbounded}</gridPosition>
  <authorLocation>{0,1}</authorLocation>
  <locationNarrative>{0,1}</locationNarrative>
  <places>{0,unbounded}</places>
</location>
Source
<xsd:element name="location" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Information regarding the location of a plot on the earth's surface</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="horizontalCoordinates" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Horizontal location of a plot on the Earth's surface. To avoid ambiguity there should be only one coordinate pair for a plot per measurement. However, there may be multiple measurements by different parties or at different times that can be accommodated in the scheme.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="coordinates">
              <xsd:annotation>
                <xsd:documentation>Value specifying easting or longitude of a point</xsd:documentation>
              </xsd:annotation>
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="valueX" type="xsd:string"/>
                  <xsd:element name="valueY" type="xsd:string"/>
                  <xsd:element name="attributeID" type="xsd:string">
                    <xsd:annotation>
                      <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="spatialReference" type="xsd:string">
                    <xsd:annotation>
                      <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                      <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
            <xsd:element name="locationInPlot" type="xsd:string" minOccurs="0" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation>Text describing the position of the coordinates within a plot (simply 'plot origin' if an origin is defined in geometry)</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation>The date when the coordinates have been assessed or measured. This allows for multiple measurements.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
            <xsd:element name="locationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Optionally, maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="verticalCoordinates" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Elevation of the plot in respect to some vertical datum (such as the mean sea level or an elliposid).</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="elevation">
              <xsd:annotation>
                <xsd:documentation>Value specifying the elevation of the plot in respect to some vertical datum (such as the mean sea level or an elliposid).</xsd:documentation>
              </xsd:annotation>
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="value" type="xsd:decimal">
                    <xsd:annotation>
                      <xsd:documentation>Elevation in meters</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="attributeID" type="xsd:string">
                    <xsd:annotation>
                      <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="elevationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                      <xsd:documentation>Maps or other resources used to determin the elevation.</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="elevationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                      <xsd:documentation>Measure or estimate of accuracy for the elevation</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
            <xsd:element name="elevationInPlot" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Point of reference in the plot. This could be the uppermost or lowest point or an average or the plot origin as specified in geometry.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation>The date when the elevation has been assessed or measured. This allows for multiple measurements.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Party who took the measurement or assessed the value</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Any notes relating to this elevation value</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="markers" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Information about markers (like magnetic markers or wooden pegs) that help locating the plot. There should also be a description about where in the plot the markers are found (for example in the corners or in the centre).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationInWaterBody" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Location in respect to a water surface or shoreline.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="depth">
              <xsd:annotation>
                <xsd:documentation>Value specifying the depth in meters under a water surface</xsd:documentation>
              </xsd:annotation>
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="value" type="xsd:decimal">
                    <xsd:annotation>
                      <xsd:documentation>Depth in meters</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="attributeID" type="xsd:string">
                    <xsd:annotation>
                      <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean water surface level.</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="depthAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                      <xsd:documentation>Measure or estimate of accuracy for the depth</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
            <xsd:element name="depthInPlot" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Point of reference in the plot. This could be the uppermost or lowest point or an average.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="depthDate" type="xsd:date" minOccurs="0" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation>The date when the depth has been assessed or measured. This allows for multiple measurements.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="depthPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Party who took the measurement</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="depthNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Any notes relating to this depth value</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="shoreDistance" type="misc:MeasurementType">
              <xsd:annotation>
                <xsd:documentation>Closest distance to shore (for aquatic / marine sites)</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="gridPosition" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Position in a grid such as used for floristic surveys</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="gridSystem" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Name of the reference grid system</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="gridCell" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Label of the grid cell</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="gridCellQuadrant" type="xsd:string" minOccurs="0">
              <xsd:annotation>
                <xsd:documentation>Quadrant of a grid cell</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="authorLocation" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Descriptive note about the location described by the original author.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationNarrative" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation source="VegBank" xml:lang="en">Text description that provides information useful for plot relocation.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="places" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>A collection of named places or geographic regions. Includes elements to indicate what type of place and which place/geo-region schema it was from.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="placeName" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>A place name, e.g. Germany.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="placeType" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>What type of place name it is e.g. administrative region, country name, city name etc.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="placeSchema" type="xsd:string" minOccurs="0">
              <xsd:annotation>
                <xsd:documentation>A place/geo-region schema from which the type and name were derived e.g. ISO country names.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / location / horizontalCoordinates
Namespace No namespace
Annotations
Horizontal location of a plot on the Earth's surface. To avoid ambiguity there should be only one coordinate pair for a plot per measurement. However, there may be multiple measurements by different parties or at different times that can be accommodated in the scheme.
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_coordinatesNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_locationInPlotNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_locationDateNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_locationPartyIDNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_locationSourcesNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_locationNote
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children coordinates, locationDate, locationInPlot, locationNote, locationPartyID, locationSources
Instance
<horizontalCoordinates>
  <coordinates>{1,1}</coordinates>
  <locationInPlot>{0,1}</locationInPlot>
  <locationDate>{0,1}</locationDate>
  <locationPartyID>{0,unbounded}</locationPartyID>
  <locationSources>{0,unbounded}</locationSources>
  <locationNote>{0,unbounded}</locationNote>
</horizontalCoordinates>
Source
<xsd:element name="horizontalCoordinates" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Horizontal location of a plot on the Earth's surface. To avoid ambiguity there should be only one coordinate pair for a plot per measurement. However, there may be multiple measurements by different parties or at different times that can be accommodated in the scheme.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="coordinates">
        <xsd:annotation>
          <xsd:documentation>Value specifying easting or longitude of a point</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="valueX" type="xsd:string"/>
            <xsd:element name="valueY" type="xsd:string"/>
            <xsd:element name="attributeID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="spatialReference" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="locationInPlot" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Text describing the position of the coordinates within a plot (simply 'plot origin' if an origin is defined in geometry)</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The date when the coordinates have been assessed or measured. This allows for multiple measurements.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="locationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Optionally, maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / location / horizontalCoordinates / coordinates
Namespace No namespace
Annotations
Value specifying easting or longitude of a point
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_coordinates_valueXNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_coordinates_valueYNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_coordinates_attributeIDNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_coordinates_spatialReferenceNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_PlotType_PlotType_location_PlotType_PlotType_location_horizontalCoordinates_coordinates_locationAccuracy
Properties
content complex
Model
Children attributeID, locationAccuracy, spatialReference, valueX, valueY
Instance
<coordinates>
  <valueX>{1,1}</valueX>
  <valueY>{1,1}</valueY>
  <attributeID>{1,1}</attributeID>
  <spatialReference>{1,1}</spatialReference>
  <locationAccuracy>{0,unbounded}</locationAccuracy>
</coordinates>
Source
<xsd:element name="coordinates">
  <xsd:annotation>
    <xsd:documentation>Value specifying easting or longitude of a point</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="valueX" type="xsd:string"/>
      <xsd:element name="valueY" type="xsd:string"/>
      <xsd:element name="attributeID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="spatialReference" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / location / horizontalCoordinates / coordinates / valueX
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="valueX" type="xsd:string"/>
Element PlotType / location / horizontalCoordinates / coordinates / valueY
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="valueY" type="xsd:string"/>
Element PlotType / location / horizontalCoordinates / coordinates / attributeID
Namespace No namespace
Annotations
Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / horizontalCoordinates / coordinates / spatialReference
Namespace No namespace
Annotations
Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="spatialReference" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / horizontalCoordinates / coordinates / locationAccuracy
Namespace No namespace
Annotations
Measure or estimate of accuracy for the coordinates
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<locationAccuracy>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</locationAccuracy>
Source
<xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MeasurementType / value
Namespace No namespace
Annotations

Webster's dictionary

The amount or extent of a specified measurement of a quantity. Usually numeric, but may be a code if the attribute is ordinal or qualitative.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="value" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation source="Webster's dictionary" xml:lang="en">The amount or extent of a specified measurement of a quantity. Usually numeric, but may be a code if the attribute is ordinal or qualitative.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MeasurementType / attributeID
Namespace No namespace
Annotations
Allows a measurement value to be qualified (type, units, method, etc.).
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Allows a measurement value to be qualified (type, units, method, etc.).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MeasurementType / accuracy
Namespace No namespace
Annotations

http://www.geod.nrcan.gc.ca/edu/gloss_e.php

The closeness of the estimate or measurement to its true (but unknown) value
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="accuracy" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="http://www.geod.nrcan.gc.ca/edu/gloss_e.php" xml:lang="en">The closeness of the estimate or measurement to its true (but unknown) value</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MeasurementType / upperValue
Namespace No namespace
Annotations
An upper value for an uncertain measurement.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="upperValue" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>An upper value for an uncertain measurement.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MeasurementType / lowerValue
Namespace No namespace
Annotations
A lower value for an uncertain measurement.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="lowerValue" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A lower value for an uncertain measurement.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element MeasurementType / complexUserDefined
Namespace No namespace
Annotations
Complex user-defined information types.
Diagram
Diagrammisc-2_0_5.tmp#complexUserDefinedType
Type complexUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Source
<xsd:element name="complexUserDefined" type="complexUserDefinedType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Complex user-defined information types.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / horizontalCoordinates / locationInPlot
Namespace No namespace
Annotations
Text describing the position of the coordinates within a plot (simply 'plot origin' if an origin is defined in geometry)
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="locationInPlot" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Text describing the position of the coordinates within a plot (simply 'plot origin' if an origin is defined in geometry)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / horizontalCoordinates / locationDate
Namespace No namespace
Annotations
The date when the coordinates have been assessed or measured. This allows for multiple measurements.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="locationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The date when the coordinates have been assessed or measured. This allows for multiple measurements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / horizontalCoordinates / locationPartyID
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="locationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
Element PlotType / location / horizontalCoordinates / locationSources
Namespace No namespace
Annotations
Optionally, maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="locationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Optionally, maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / horizontalCoordinates / locationNote
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<locationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</locationNote>
Source
<xsd:element name="locationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
Element PlotType / location / verticalCoordinates
Namespace No namespace
Annotations
Elevation of the plot in respect to some vertical datum (such as the mean sea level or an elliposid).
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_elevationNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_elevationInPlotNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_elevationDateNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_elevationPartyIDNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_elevationNote
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children elevation, elevationDate, elevationInPlot, elevationNote, elevationPartyID
Instance
<verticalCoordinates>
  <elevation>{1,1}</elevation>
  <elevationInPlot>{0,unbounded}</elevationInPlot>
  <elevationDate>{0,1}</elevationDate>
  <elevationPartyID>{0,unbounded}</elevationPartyID>
  <elevationNote>{0,unbounded}</elevationNote>
</verticalCoordinates>
Source
<xsd:element name="verticalCoordinates" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Elevation of the plot in respect to some vertical datum (such as the mean sea level or an elliposid).</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="elevation">
        <xsd:annotation>
          <xsd:documentation>Value specifying the elevation of the plot in respect to some vertical datum (such as the mean sea level or an elliposid).</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="value" type="xsd:decimal">
              <xsd:annotation>
                <xsd:documentation>Elevation in meters</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="attributeID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Maps or other resources used to determin the elevation.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Measure or estimate of accuracy for the elevation</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="elevationInPlot" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Point of reference in the plot. This could be the uppermost or lowest point or an average or the plot origin as specified in geometry.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The date when the elevation has been assessed or measured. This allows for multiple measurements.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Party who took the measurement or assessed the value</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Any notes relating to this elevation value</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / location / verticalCoordinates / elevation
Namespace No namespace
Annotations
Value specifying the elevation of the plot in respect to some vertical datum (such as the mean sea level or an elliposid).
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_elevation_valueNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_elevation_attributeIDNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_elevation_elevationSourcesNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_PlotType_PlotType_location_PlotType_PlotType_location_verticalCoordinates_elevation_elevationAccuracy
Properties
content complex
Model
Children attributeID, elevationAccuracy, elevationSources, value
Instance
<elevation>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <elevationSources>{0,unbounded}</elevationSources>
  <elevationAccuracy>{0,unbounded}</elevationAccuracy>
</elevation>
Source
<xsd:element name="elevation">
  <xsd:annotation>
    <xsd:documentation>Value specifying the elevation of the plot in respect to some vertical datum (such as the mean sea level or an elliposid).</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="value" type="xsd:decimal">
        <xsd:annotation>
          <xsd:documentation>Elevation in meters</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="attributeID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Maps or other resources used to determin the elevation.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Measure or estimate of accuracy for the elevation</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / location / verticalCoordinates / elevation / value
Namespace No namespace
Annotations
Elevation in meters
Diagram
Diagram
Type xsd:decimal
Properties
content simple
Source
<xsd:element name="value" type="xsd:decimal">
  <xsd:annotation>
    <xsd:documentation>Elevation in meters</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / verticalCoordinates / elevation / attributeID
Namespace No namespace
Annotations
Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / verticalCoordinates / elevation / elevationSources
Namespace No namespace
Annotations
Maps or other resources used to determin the elevation.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="elevationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Maps or other resources used to determin the elevation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / verticalCoordinates / elevation / elevationAccuracy
Namespace No namespace
Annotations
Measure or estimate of accuracy for the elevation
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<elevationAccuracy>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</elevationAccuracy>
Source
<xsd:element name="elevationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Measure or estimate of accuracy for the elevation</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / verticalCoordinates / elevationInPlot
Namespace No namespace
Annotations
Point of reference in the plot. This could be the uppermost or lowest point or an average or the plot origin as specified in geometry.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="elevationInPlot" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Point of reference in the plot. This could be the uppermost or lowest point or an average or the plot origin as specified in geometry.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / verticalCoordinates / elevationDate
Namespace No namespace
Annotations
The date when the elevation has been assessed or measured. This allows for multiple measurements.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="elevationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The date when the elevation has been assessed or measured. This allows for multiple measurements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / verticalCoordinates / elevationPartyID
Namespace No namespace
Annotations
Party who took the measurement or assessed the value
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="elevationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Party who took the measurement or assessed the value</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / verticalCoordinates / elevationNote
Namespace No namespace
Annotations
Any notes relating to this elevation value
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<elevationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</elevationNote>
Source
<xsd:element name="elevationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Any notes relating to this elevation value</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / markers
Namespace No namespace
Annotations
Information about markers (like magnetic markers or wooden pegs) that help locating the plot. There should also be a description about where in the plot the markers are found (for example in the corners or in the centre).
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="markers" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Information about markers (like magnetic markers or wooden pegs) that help locating the plot. There should also be a description about where in the plot the markers are found (for example in the corners or in the centre).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / locationInWaterBody
Namespace No namespace
Annotations
Location in respect to a water surface or shoreline.
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_depthNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_depthInPlotNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_depthDateNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_depthPartyIDNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_depthNoteNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_shoreDistance
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children depth, depthDate, depthInPlot, depthNote, depthPartyID, shoreDistance
Instance
<locationInWaterBody>
  <depth>{1,1}</depth>
  <depthInPlot>{0,unbounded}</depthInPlot>
  <depthDate>{0,1}</depthDate>
  <depthPartyID>{0,unbounded}</depthPartyID>
  <depthNote>{0,unbounded}</depthNote>
  <shoreDistance>{1,1}</shoreDistance>
</locationInWaterBody>
Source
<xsd:element name="locationInWaterBody" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Location in respect to a water surface or shoreline.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="depth">
        <xsd:annotation>
          <xsd:documentation>Value specifying the depth in meters under a water surface</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="value" type="xsd:decimal">
              <xsd:annotation>
                <xsd:documentation>Depth in meters</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="attributeID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean water surface level.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="depthAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Measure or estimate of accuracy for the depth</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="depthInPlot" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Point of reference in the plot. This could be the uppermost or lowest point or an average.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="depthDate" type="xsd:date" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The date when the depth has been assessed or measured. This allows for multiple measurements.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="depthPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Party who took the measurement</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="depthNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Any notes relating to this depth value</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="shoreDistance" type="misc:MeasurementType">
        <xsd:annotation>
          <xsd:documentation>Closest distance to shore (for aquatic / marine sites)</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / location / locationInWaterBody / depth
Namespace No namespace
Annotations
Value specifying the depth in meters under a water surface
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_depth_valueNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_depth_attributeIDNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_PlotType_PlotType_location_PlotType_PlotType_location_locationInWaterBody_depth_depthAccuracy
Properties
content complex
Model
Children attributeID, depthAccuracy, value
Instance
<depth>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <depthAccuracy>{0,unbounded}</depthAccuracy>
</depth>
Source
<xsd:element name="depth">
  <xsd:annotation>
    <xsd:documentation>Value specifying the depth in meters under a water surface</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="value" type="xsd:decimal">
        <xsd:annotation>
          <xsd:documentation>Depth in meters</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="attributeID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean water surface level.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="depthAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Measure or estimate of accuracy for the depth</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / location / locationInWaterBody / depth / value
Namespace No namespace
Annotations
Depth in meters
Diagram
Diagram
Type xsd:decimal
Properties
content simple
Source
<xsd:element name="value" type="xsd:decimal">
  <xsd:annotation>
    <xsd:documentation>Depth in meters</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / locationInWaterBody / depth / attributeID
Namespace No namespace
Annotations
Specifying units and methods. Typically the measures are in meters and relate to the mean water surface level.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean water surface level.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / locationInWaterBody / depth / depthAccuracy
Namespace No namespace
Annotations
Measure or estimate of accuracy for the depth
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<depthAccuracy>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</depthAccuracy>
Source
<xsd:element name="depthAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Measure or estimate of accuracy for the depth</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / locationInWaterBody / depthInPlot
Namespace No namespace
Annotations
Point of reference in the plot. This could be the uppermost or lowest point or an average.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="depthInPlot" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Point of reference in the plot. This could be the uppermost or lowest point or an average.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / locationInWaterBody / depthDate
Namespace No namespace
Annotations
The date when the depth has been assessed or measured. This allows for multiple measurements.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="depthDate" type="xsd:date" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The date when the depth has been assessed or measured. This allows for multiple measurements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / locationInWaterBody / depthPartyID
Namespace No namespace
Annotations
Party who took the measurement
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="depthPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Party who took the measurement</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / locationInWaterBody / depthNote
Namespace No namespace
Annotations
Any notes relating to this depth value
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<depthNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</depthNote>
Source
<xsd:element name="depthNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Any notes relating to this depth value</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / locationInWaterBody / shoreDistance
Namespace No namespace
Annotations
Closest distance to shore (for aquatic / marine sites)
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<shoreDistance>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</shoreDistance>
Source
<xsd:element name="shoreDistance" type="misc:MeasurementType">
  <xsd:annotation>
    <xsd:documentation>Closest distance to shore (for aquatic / marine sites)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / gridPosition
Namespace No namespace
Annotations
Position in a grid such as used for floristic surveys
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_gridPosition_gridSystemNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_gridPosition_gridCellNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_gridPosition_gridCellQuadrant
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children gridCell, gridCellQuadrant, gridSystem
Instance
<gridPosition>
  <gridSystem>{1,1}</gridSystem>
  <gridCell>{1,1}</gridCell>
  <gridCellQuadrant>{0,1}</gridCellQuadrant>
</gridPosition>
Source
<xsd:element name="gridPosition" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Position in a grid such as used for floristic surveys</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="gridSystem" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Name of the reference grid system</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="gridCell" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Label of the grid cell</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="gridCellQuadrant" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Quadrant of a grid cell</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / location / gridPosition / gridSystem
Namespace No namespace
Annotations
Name of the reference grid system
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="gridSystem" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Name of the reference grid system</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / gridPosition / gridCell
Namespace No namespace
Annotations
Label of the grid cell
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="gridCell" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Label of the grid cell</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / gridPosition / gridCellQuadrant
Namespace No namespace
Annotations
Quadrant of a grid cell
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="gridCellQuadrant" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Quadrant of a grid cell</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / authorLocation
Namespace No namespace
Annotations
Descriptive note about the location described by the original author.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="authorLocation" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Descriptive note about the location described by the original author.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / locationNarrative
Namespace No namespace
Annotations

VegBank

Text description that provides information useful for plot relocation.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="locationNarrative" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">Text description that provides information useful for plot relocation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / places
Namespace No namespace
Annotations
A collection of named places or geographic regions. Includes elements to indicate what type of place and which place/geo-region schema it was from.
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_places_placeNameNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_places_placeTypeNO_NAMESPACE.tmp#PlotType_PlotType_location_PlotType_PlotType_location_places_placeSchema
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children placeName, placeSchema, placeType
Instance
<places>
  <placeName>{1,1}</placeName>
  <placeType>{1,1}</placeType>
  <placeSchema>{0,1}</placeSchema>
</places>
Source
<xsd:element name="places" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A collection of named places or geographic regions. Includes elements to indicate what type of place and which place/geo-region schema it was from.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="placeName" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>A place name, e.g. Germany.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="placeType" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>What type of place name it is e.g. administrative region, country name, city name etc.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="placeSchema" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A place/geo-region schema from which the type and name were derived e.g. ISO country names.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / location / places / placeName
Namespace No namespace
Annotations
A place name, e.g. Germany.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="placeName" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A place name, e.g. Germany.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / places / placeType
Namespace No namespace
Annotations
What type of place name it is e.g. administrative region, country name, city name etc.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="placeType" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>What type of place name it is e.g. administrative region, country name, city name etc.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / location / places / placeSchema
Namespace No namespace
Annotations
A place/geo-region schema from which the type and name were derived e.g. ISO country names.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="placeSchema" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A place/geo-region schema from which the type and name were derived e.g. ISO country names.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry
Namespace No namespace
Annotations
Information regarding the geometry of the plot (area, shape, dimensions, ...) as well as the point within the plot that serves as plot origin for location.
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_geometry_areaNO_NAMESPACE.tmp#PlotType_PlotType_geometry_shapeNO_NAMESPACE.tmp#PlotType_PlotType_geometry_plotOriginNO_NAMESPACE.tmp#PlotType_PlotType_geometry_radiusNO_NAMESPACE.tmp#PlotType_PlotType_geometry_widthNO_NAMESPACE.tmp#PlotType_PlotType_geometry_lengthNO_NAMESPACE.tmp#PlotType_PlotType_geometry_orientationNO_NAMESPACE.tmp#PlotType_PlotType_geometry_bandWidthNO_NAMESPACE.tmp#PlotType_PlotType_geometry_pathNO_NAMESPACE.tmp#PlotType_PlotType_geometry_outerBoundaryNO_NAMESPACE.tmp#PlotType_PlotType_geometry_innerBoundary
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children area, bandWidth, innerBoundary, length, orientation, outerBoundary, path, plotOrigin, radius, shape, width
Instance
<geometry>
  <area>{0,1}</area>
  <shape>{0,1}</shape>
  <plotOrigin>{0,1}</plotOrigin>
  <radius>{0,1}</radius>
  <width>{0,1}</width>
  <length>{0,1}</length>
  <orientation>{0,1}</orientation>
  <bandWidth>{0,1}</bandWidth>
  <path>{0,1}</path>
  <outerBoundary>{0,1}</outerBoundary>
  <innerBoundary>{0,1}</innerBoundary>
</geometry>
Source
<xsd:element name="geometry" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Information regarding the geometry of the plot (area, shape, dimensions, ...) as well as the point within the plot that serves as plot origin for location.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="area" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Total area of the plot. Usually recorded in square meters.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="shape" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Plot's shape: linear, rectangle, polygon or circle.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="plotOrigin" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Definition of the position of the plot origin within the plot (here usually "center"). This is referred to in the horizontalCoordinates element under locationInPlot. The actual coordinates go into the location - horizontalCoordinates element</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="plotOriginPosition" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>The position of the origin point on the plot. Usually the center of the circle. If there are coordinates for this point they should be given under location > hozizontalCoordinates.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="plotOriginLabel" type="xsd:string" minOccurs="0" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation>An identifier used to label the plot origin.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="radius" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Define the radius of circular plots. Usually recorded in meters.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="width" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation source="NVS" xml:lang="en">Width of a regular rectangle. In case of a quadrat width of all sides.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="length" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation source="NVS" xml:lang="en">Length (largest dimension) of a rectangle plot or length of a linear plot.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="orientation" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation source="NVS" xml:lang="en">Orientation of the main axis of the plot (e.g. in degrees from North). For quadrat plots the axis closer to the N-S axis should be given.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="bandWidth" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation source="NVS" xml:lang="en">Distance from the linear plot axis. This distance delimits the surface included for measurements.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="path" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Set of points conforming the path in a linear plot (i.e. a transect)</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="coordinates" type="plotCoordinatesType"/>
            <xsd:element name="attributeID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="spatialReference" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="outerBoundary" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Absolute or relative coordinates defining the outline of a polygon.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="coordinates" type="plotCoordinatesType"/>
            <xsd:element name="attributeID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="spatialReference" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="innerBoundary" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Coordinates defining any inner boundary of a polygon</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="coordinates" type="plotCoordinatesType"/>
            <xsd:element name="attributeID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="spatialReference" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / geometry / area
Namespace No namespace
Annotations
Total area of the plot. Usually recorded in square meters.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<area>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</area>
Source
<xsd:element name="area" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Total area of the plot. Usually recorded in square meters.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / shape
Namespace No namespace
Annotations
Plot's shape: linear, rectangle, polygon or circle.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="shape" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Plot's shape: linear, rectangle, polygon or circle.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / plotOrigin
Namespace No namespace
Annotations
Definition of the position of the plot origin within the plot (here usually "center"). This is referred to in the horizontalCoordinates element under locationInPlot. The actual coordinates go into the location - horizontalCoordinates element
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_plotOrigin_plotOriginPositionNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_plotOrigin_plotOriginLabel
Properties
content complex
minOccurs 0
Model
Children plotOriginLabel, plotOriginPosition
Instance
<plotOrigin>
  <plotOriginPosition>{1,1}</plotOriginPosition>
  <plotOriginLabel>{0,1}</plotOriginLabel>
</plotOrigin>
Source
<xsd:element name="plotOrigin" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Definition of the position of the plot origin within the plot (here usually "center"). This is referred to in the horizontalCoordinates element under locationInPlot. The actual coordinates go into the location - horizontalCoordinates element</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="plotOriginPosition" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>The position of the origin point on the plot. Usually the center of the circle. If there are coordinates for this point they should be given under location > hozizontalCoordinates.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="plotOriginLabel" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>An identifier used to label the plot origin.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / geometry / plotOrigin / plotOriginPosition
Namespace No namespace
Annotations
The position of the origin point on the plot. Usually the center of the circle. If there are coordinates for this point they should be given under location > hozizontalCoordinates.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotOriginPosition" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>The position of the origin point on the plot. Usually the center of the circle. If there are coordinates for this point they should be given under location > hozizontalCoordinates.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / plotOrigin / plotOriginLabel
Namespace No namespace
Annotations
An identifier used to label the plot origin.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="plotOriginLabel" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>An identifier used to label the plot origin.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / radius
Namespace No namespace
Annotations
Define the radius of circular plots. Usually recorded in meters.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<radius>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</radius>
Source
<xsd:element name="radius" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Define the radius of circular plots. Usually recorded in meters.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / width
Namespace No namespace
Annotations

NVS

Width of a regular rectangle. In case of a quadrat width of all sides.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<width>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</width>
Source
<xsd:element name="width" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation source="NVS" xml:lang="en">Width of a regular rectangle. In case of a quadrat width of all sides.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / length
Namespace No namespace
Annotations

NVS

Length (largest dimension) of a rectangle plot or length of a linear plot.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<length>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</length>
Source
<xsd:element name="length" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation source="NVS" xml:lang="en">Length (largest dimension) of a rectangle plot or length of a linear plot.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / orientation
Namespace No namespace
Annotations

NVS

Orientation of the main axis of the plot (e.g. in degrees from North). For quadrat plots the axis closer to the N-S axis should be given.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<orientation>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</orientation>
Source
<xsd:element name="orientation" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation source="NVS" xml:lang="en">Orientation of the main axis of the plot (e.g. in degrees from North). For quadrat plots the axis closer to the N-S axis should be given.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / bandWidth
Namespace No namespace
Annotations

NVS

Distance from the linear plot axis. This distance delimits the surface included for measurements.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<bandWidth>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</bandWidth>
Source
<xsd:element name="bandWidth" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation source="NVS" xml:lang="en">Distance from the linear plot axis. This distance delimits the surface included for measurements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / path
Namespace No namespace
Annotations
Set of points conforming the path in a linear plot (i.e. a transect)
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_path_coordinatesNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_path_attributeIDNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_path_spatialReferenceNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_path_locationAccuracy
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children attributeID, coordinates, locationAccuracy, spatialReference
Instance
<path>
  <coordinates>{1,1}</coordinates>
  <attributeID>{1,1}</attributeID>
  <spatialReference>{1,1}</spatialReference>
  <locationAccuracy>{0,unbounded}</locationAccuracy>
</path>
Source
<xsd:element name="path" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Set of points conforming the path in a linear plot (i.e. a transect)</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="coordinates" type="plotCoordinatesType"/>
      <xsd:element name="attributeID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="spatialReference" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / geometry / path / coordinates
Namespace No namespace
Diagram
Diagramplot-2_0_5.tmp#plotCoordinatesType
Type plotCoordinatesType
Properties
content simple
Source
<xsd:element name="coordinates" type="plotCoordinatesType"/>
Element PlotType / geometry / path / attributeID
Namespace No namespace
Annotations
Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / path / spatialReference
Namespace No namespace
Annotations
Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="spatialReference" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / path / locationAccuracy
Namespace No namespace
Annotations
Measure or estimate of accuracy for the coordinates
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<locationAccuracy>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</locationAccuracy>
Source
<xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / outerBoundary
Namespace No namespace
Annotations
Absolute or relative coordinates defining the outline of a polygon.
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_outerBoundary_coordinatesNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_outerBoundary_attributeIDNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_outerBoundary_spatialReferenceNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_outerBoundary_locationAccuracy
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children attributeID, coordinates, locationAccuracy, spatialReference
Instance
<outerBoundary>
  <coordinates>{1,1}</coordinates>
  <attributeID>{1,1}</attributeID>
  <spatialReference>{1,1}</spatialReference>
  <locationAccuracy>{0,unbounded}</locationAccuracy>
</outerBoundary>
Source
<xsd:element name="outerBoundary" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Absolute or relative coordinates defining the outline of a polygon.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="coordinates" type="plotCoordinatesType"/>
      <xsd:element name="attributeID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="spatialReference" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / geometry / outerBoundary / coordinates
Namespace No namespace
Diagram
Diagramplot-2_0_5.tmp#plotCoordinatesType
Type plotCoordinatesType
Properties
content simple
Source
<xsd:element name="coordinates" type="plotCoordinatesType"/>
Element PlotType / geometry / outerBoundary / attributeID
Namespace No namespace
Annotations
Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / outerBoundary / spatialReference
Namespace No namespace
Annotations
Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="spatialReference" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / outerBoundary / locationAccuracy
Namespace No namespace
Annotations
Measure or estimate of accuracy for the coordinates
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<locationAccuracy>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</locationAccuracy>
Source
<xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / innerBoundary
Namespace No namespace
Annotations
Coordinates defining any inner boundary of a polygon
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_innerBoundary_coordinatesNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_innerBoundary_attributeIDNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_innerBoundary_spatialReferenceNO_NAMESPACE.tmp#PlotType_PlotType_geometry_PlotType_PlotType_geometry_innerBoundary_locationAccuracy
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children attributeID, coordinates, locationAccuracy, spatialReference
Instance
<innerBoundary>
  <coordinates>{1,1}</coordinates>
  <attributeID>{1,1}</attributeID>
  <spatialReference>{1,1}</spatialReference>
  <locationAccuracy>{0,unbounded}</locationAccuracy>
</innerBoundary>
Source
<xsd:element name="innerBoundary" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Coordinates defining any inner boundary of a polygon</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="coordinates" type="plotCoordinatesType"/>
      <xsd:element name="attributeID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="spatialReference" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / geometry / innerBoundary / coordinates
Namespace No namespace
Diagram
Diagramplot-2_0_5.tmp#plotCoordinatesType
Type plotCoordinatesType
Properties
content simple
Source
<xsd:element name="coordinates" type="plotCoordinatesType"/>
Element PlotType / geometry / innerBoundary / attributeID
Namespace No namespace
Annotations
Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567 Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. Note that there is a designated field for the accuracy</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / innerBoundary / spatialReference
Namespace No namespace
Annotations
Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="spatialReference" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Reference system for the coordinates. Ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be a unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / geometry / innerBoundary / locationAccuracy
Namespace No namespace
Annotations
Measure or estimate of accuracy for the coordinates
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<locationAccuracy>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</locationAccuracy>
Source
<xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / topography
Namespace No namespace
Annotations
Information regarding the shape and features of the surface on which the plot was placed (e.g. aspect, slope, ...).
Diagram
DiagramNO_NAMESPACE.tmp#PlotType_PlotType_topography_aspectNO_NAMESPACE.tmp#PlotType_PlotType_topography_slopeNO_NAMESPACE.tmp#PlotType_PlotType_topography_landform
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children aspect, landform, slope
Instance
<topography>
  <aspect>{0,1}</aspect>
  <slope>{0,1}</slope>
  <landform>{0,1}</landform>
</topography>
Source
<xsd:element name="topography" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Information regarding the shape and features of the surface on which the plot was placed (e.g. aspect, slope, ...).</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="aspect" type="misc:MeasurementType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Representative azimuth of slope gradient (0-360 degrees) or as a cardinal direction (e.g. N, S, NE).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="slope" type="misc:MeasurementType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Representative inclination of slope in degrees.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="landform" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation source="VegBank" xml:lang="en">Slope position like downslope and / or or vertical and horizontal slope curvature at the position of the plot</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotType / topography / aspect
Namespace No namespace
Annotations
Representative azimuth of slope gradient (0-360 degrees) or as a cardinal direction (e.g. N, S, NE).
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<aspect>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</aspect>
Source
<xsd:element name="aspect" type="misc:MeasurementType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Representative azimuth of slope gradient (0-360 degrees) or as a cardinal direction (e.g. N, S, NE).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / topography / slope
Namespace No namespace
Annotations
Representative inclination of slope in degrees.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<slope>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</slope>
Source
<xsd:element name="slope" type="misc:MeasurementType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Representative inclination of slope in degrees.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / topography / landform
Namespace No namespace
Annotations

VegBank

Slope position like downslope and / or or vertical and horizontal slope curvature at the position of the plot
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="landform" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">Slope position like downslope and / or or vertical and horizontal slope curvature at the position of the plot</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / parentMaterial
Namespace No namespace
Annotations
Underlying geological material (generally bedrock or a superficial or drift deposit) in which soil horizons form.
Diagram
DiagramNO_NAMESPACE.tmp#ClassType_valueNO_NAMESPACE.tmp#ClassType_qualitativeAttributeIDmisc-2_0_5.tmp#ClassType
Type ClassType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children qualitativeAttributeID, value
Instance
<parentMaterial>
  <value>{1,1}</value>
  <qualitativeAttributeID>{0,1}</qualitativeAttributeID>
</parentMaterial>
Source
<xsd:element name="parentMaterial" type="misc:ClassType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Underlying geological material (generally bedrock or a superficial or drift deposit) in which soil horizons form.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element ClassType / value
Namespace No namespace
Annotations
A string representing a category.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="value" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A string representing a category.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element ClassType / qualitativeAttributeID
Namespace No namespace
Annotations
Reference to a qualitative attribute (whose element 'code' should be the same as 'value'). Used to indicate that the value is one among a set of predefined classes.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="qualitativeAttributeID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Reference to a qualitative attribute (whose element 'code' should be the same as 'value'). Used to indicate that the value is one among a set of predefined classes.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / simpleUserDefined
Namespace No namespace
Annotations
Diagram
DiagramNO_NAMESPACE.tmp#simpleUserDefinedType_nameNO_NAMESPACE.tmp#simpleUserDefinedType_valueNO_NAMESPACE.tmp#simpleUserDefinedType_methodIDNO_NAMESPACE.tmp#simpleUserDefinedType_attributeIDmisc-2_0_5.tmp#simpleUserDefinedType
Type simpleUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children attributeID, methodID, name, value
Instance
<simpleUserDefined>
  <name>{1,1}</name>
  <value>{1,1}</value>
  <methodID>{1,1}</methodID>
  <attributeID>{1,1}</attributeID>
</simpleUserDefined>
Source
<xsd:element name="simpleUserDefined" type="misc:simpleUserDefinedType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation/>
  </xsd:annotation>
</xsd:element>
Element simpleUserDefinedType / name
Namespace No namespace
Annotations
The name of the user defined variable
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="name" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The name of the user defined variable</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element simpleUserDefinedType / value
Namespace No namespace
Annotations

VegBank

The value of the user-defined variable.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="value" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">The value of the user-defined variable.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element simpleUserDefinedType / methodID
Namespace No namespace
Annotations
A reference to a specific method used to measure the user defined type. The individual method is defined within the element veg:method which is a container for all methods within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="methodID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific method used to measure the user defined type. The individual method is defined within the element veg:method which is a container for all methods within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element simpleUserDefinedType / attributeID
Namespace No namespace
Annotations
Allows a measurement value to be qualified (type, units, method, etc.).
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Allows a measurement value to be qualified (type, units, method, etc.).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotType / complexUserDefined
Namespace No namespace
Diagram
Diagrammisc-2_0_5.tmp#complexUserDefinedType
Type complexUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Source
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
Element vegX / individualOrganisms
Namespace No namespace
Annotations
A container for all identified organisms recorded within the dataset.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_individualOrganisms_individualOrganism
Properties
content complex
minOccurs 0
Model
Children individualOrganism
Instance
<individualOrganisms>
  <individualOrganism id="" scope="document" system="">{1,unbounded}</individualOrganism>
</individualOrganisms>
Source
<xsd:element name="individualOrganisms" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for all identified organisms recorded within the dataset.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="individualOrganism" type="org:IndividualOrganismType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">An identified organism recorded during 1 or more individual organism observation events. Individuals may have an identification label (e.g. tree tag number).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / individualOrganisms / individualOrganism
Namespace No namespace
Annotations
An identified organism recorded during 1 or more individual organism observation events. Individuals may have an identification label (e.g. tree tag number).
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_idNO_NAMESPACE.tmp#IndividualOrganismType_systemNO_NAMESPACE.tmp#IndividualOrganismType_scopeNO_NAMESPACE.tmp#IndividualOrganismType_plotIDNO_NAMESPACE.tmp#IndividualOrganismType_individualOrganismLabelNO_NAMESPACE.tmp#IndividualOrganismType_organismIdentityIDNO_NAMESPACE.tmp#IndividualOrganismType_birthDateNO_NAMESPACE.tmp#IndividualOrganismType_relatedIndividualNO_NAMESPACE.tmp#IndividualOrganismType_locationNO_NAMESPACE.tmp#IndividualOrganismType_individualOrganismNoteorganism-2_0_5.tmp#IndividualOrganismType
Type IndividualOrganismType
Properties
content complex
maxOccurs unbounded
Model
Children birthDate, individualOrganismLabel, individualOrganismNote, location, organismIdentityID, plotID, relatedIndividual
Instance
<individualOrganism id="" scope="document" system="">
  <plotID>{1,1}</plotID>
  <individualOrganismLabel>{1,1}</individualOrganismLabel>
  <organismIdentityID>{0,1}</organismIdentityID>
  <birthDate>{0,1}</birthDate>
  <relatedIndividual>{0,unbounded}</relatedIndividual>
  <location>{0,1}</location>
  <individualOrganismNote>{0,unbounded}</individualOrganismNote>
</individualOrganism>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="individualOrganism" type="org:IndividualOrganismType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An identified organism recorded during 1 or more individual organism observation events. Individuals may have an identification label (e.g. tree tag number).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / plotID
Namespace No namespace
Annotations
A reference to a specific plot by the plot ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific plot by the plot ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / individualOrganismLabel
Namespace No namespace
Annotations
A label that is associated with an individual (e.g. a numerical tree tag)
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="individualOrganismLabel" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A label that is associated with an individual (e.g. a numerical tree tag)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / organismIdentityID
Namespace No namespace
Annotations
A reference to a specific organismIdentity representing a taxon occurrence.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="organismIdentityID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific organismIdentity representing a taxon occurrence.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / birthDate
Namespace No namespace
Annotations
Date of birth recorded in ISO 8601 date format: yyyy-mm-dd.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
Source
<xsd:element name="birthDate" type="xsd:date" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Date of birth recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / relatedIndividual
Namespace No namespace
Annotations
An individual organism may be related or connected in some way to other individuals. For example fused stems, epiphytic relationships or paired observations. Spatial relationships should be specified in 'location'.
Diagram
DiagramNO_NAMESPACE.tmp#relatedItemType_relatedItemIDNO_NAMESPACE.tmp#relatedItemType_itemRelationshipmisc-2_0_5.tmp#relatedItemType
Type relatedItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children itemRelationship, relatedItemID
Instance
<relatedIndividual>
  <relatedItemID>{1,1}</relatedItemID>
  <itemRelationship>{1,1}</itemRelationship>
</relatedIndividual>
Source
<xsd:element name="relatedIndividual" type="misc:relatedItemType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An individual organism may be related or connected in some way to other individuals. For example fused stems, epiphytic relationships or paired observations. Spatial relationships should be specified in 'location'.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element relatedItemType / relatedItemID
Namespace No namespace
Annotations
A reference to a specific related item. This would be the item identifer elsewhere in the schema in most cases.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="relatedItemID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific related item. This would be the item identifer elsewhere in the schema in most cases.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element relatedItemType / itemRelationship
Namespace No namespace
Annotations
The type of relationship e.g. relationships such as fused stems, epiphytic, forked stems, epicormic stems.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="itemRelationship" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The type of relationship e.g. relationships such as fused stems, epiphytic, forked stems, epicormic stems.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location
Namespace No namespace
Annotations
Information regarding the location of an organism on the earth's surface, either absolute or relative to the plot origin or a related individual. This location is assumed to be constant in time during the organism lifespan.
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_horizontalLocationNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_verticalLocationNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_markersNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_quadrant
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children horizontalLocation, markers, quadrant, verticalLocation
Instance
<location>
  <horizontalLocation>{0,unbounded}</horizontalLocation>
  <verticalLocation>{0,unbounded}</verticalLocation>
  <markers>{0,1}</markers>
  <quadrant>{0,1}</quadrant>
</location>
Source
<xsd:element name="location" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Information regarding the location of an organism on the earth's surface, either absolute or relative to the plot origin or a related individual. This location is assumed to be constant in time during the organism lifespan.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="horizontalLocation" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Horizontal location of an item on the Earth's surface (absolute or relative to a reference point such as the plot origin or a related individual). To avoid ambiguity there should be only one coordinate pair for an individual. However, there may be multiple measurements by different parties or at different times that can be accommodated in the scheme.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="xyCoordinates">
              <xsd:annotation>
                <xsd:documentation>Values specifying the XY coordinates of an item along with information about units and methods</xsd:documentation>
              </xsd:annotation>
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="valueX" type="xsd:string">
                    <xsd:annotation>
                      <xsd:documentation>Value for X coordinates (absolute or in relation to plot origin or related individual)</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="valueY" type="xsd:string">
                    <xsd:annotation>
                      <xsd:documentation>Value for Y coordinates (absolute or in relation to plot origin or related individual)</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="relatedIndividualID" type="xsd:string" minOccurs="0" maxOccurs="1">
                    <xsd:annotation>
                      <xsd:documentation xml:lang="en">A reference to a spatially related individual to be used as reference point if coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="attributeID" type="xsd:string">
                    <xsd:annotation>
                      <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567. Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. In case or relative positions this should give the required information about the point of reference, units and methods. Note that there is a designated field for the accuracy.</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="spatialReference" type="xsd:string">
                    <xsd:annotation>
                      <xsd:documentation>Reference system for the coordinates. In case of absolute coordinates ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                      <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
            <xsd:element name="polarCoordinates" minOccurs="0">
              <xsd:annotation>
                <xsd:documentation>Values specifying the polar coordinates relative to a reference point (normally the plot origin but could be a related individual) along with information about units and methods</xsd:documentation>
              </xsd:annotation>
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="direction" minOccurs="0">
                    <xsd:annotation>
                      <xsd:documentation>Direction of the item as seen from a reference point(normally the plot origin)</xsd:documentation>
                    </xsd:annotation>
                    <xsd:complexType>
                      <xsd:sequence>
                        <xsd:element name="value" type="xsd:decimal" minOccurs="1">
                          <xsd:annotation>
                            <xsd:documentation>Value for the direction, typically expressed as an angle relative to north</xsd:documentation>
                          </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
                          <xsd:annotation>
                            <xsd:documentation>Specifying units and methods</xsd:documentation>
                          </xsd:annotation>
                        </xsd:element>
                      </xsd:sequence>
                    </xsd:complexType>
                  </xsd:element>
                  <xsd:element name="distance" minOccurs="0">
                    <xsd:annotation>
                      <xsd:documentation>Distance from a reference point (normally the plot origin)</xsd:documentation>
                    </xsd:annotation>
                    <xsd:complexType>
                      <xsd:sequence>
                        <xsd:element name="value" type="xsd:decimal" minOccurs="1">
                          <xsd:annotation>
                            <xsd:documentation>Value for the distance</xsd:documentation>
                          </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
                          <xsd:annotation>
                            <xsd:documentation>Specifying units and methods</xsd:documentation>
                          </xsd:annotation>
                        </xsd:element>
                      </xsd:sequence>
                    </xsd:complexType>
                  </xsd:element>
                  <xsd:element name="relatedIndividualID" type="xsd:string" minOccurs="0" maxOccurs="1">
                    <xsd:annotation>
                      <xsd:documentation xml:lang="en">A reference to a spatially related individual to be used as reference point if polar coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
            <xsd:element name="locationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation>The date when the coordinates have been assessed or measured. This allows for multiple measurements.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
            <xsd:element name="locationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Optionally, maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="verticalLocation" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Elevation of the item in respect to some vertical datum (such as the mean sea level or an ellipsoid) or in relation to the plot origin or to a relatedIndividual.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="elevation">
              <xsd:annotation>
                <xsd:documentation>Value specifying the elevation of the item in respect to some vertical datum (such as the mean sea level or an elliposid) or relative to the plot origin or relatedIndividual.</xsd:documentation>
              </xsd:annotation>
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="value" type="xsd:decimal">
                    <xsd:annotation>
                      <xsd:documentation>Elevation in meters</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="attributeID" type="xsd:string">
                    <xsd:annotation>
                      <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="elevationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                      <xsd:documentation>Maps or other resources used to determin the elevation.</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="elevationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                      <xsd:documentation>Measure or estimate of accuracy for the elevation</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
            <xsd:element name="elevationInPlot" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Point of reference in the plot. This could be the uppermost or lowest point or an average or the plot origin as specified in geometry.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation>The date when the elevation has been assessed or measured. This allows for multiple measurements.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Party who took the measurement or assessed the value</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Any notes relating to this elevation value</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="markers" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Information about markers (like tags) that help locating the organism.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="quadrant" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>One out of four quadrats such as those used in Point-Centred Quarter Method (PCQM)</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="value" type="xsd:string" minOccurs="1">
              <xsd:annotation>
                <xsd:documentation>Value for the quadrant</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
              <xsd:annotation>
                <xsd:documentation>Division details like orientation of the quadrants</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation
Namespace No namespace
Annotations
Horizontal location of an item on the Earth's surface (absolute or relative to a reference point such as the plot origin or a related individual). To avoid ambiguity there should be only one coordinate pair for an individual. However, there may be multiple measurements by different parties or at different times that can be accommodated in the scheme.
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_xyCoordinatesNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinatesNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_locationDateNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_locationPartyIDNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_locationSourcesNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_locationNote
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children locationDate, locationNote, locationPartyID, locationSources, polarCoordinates, xyCoordinates
Instance
<horizontalLocation>
  <xyCoordinates>{1,1}</xyCoordinates>
  <polarCoordinates>{0,1}</polarCoordinates>
  <locationDate>{0,1}</locationDate>
  <locationPartyID>{0,unbounded}</locationPartyID>
  <locationSources>{0,unbounded}</locationSources>
  <locationNote>{0,unbounded}</locationNote>
</horizontalLocation>
Source
<xsd:element name="horizontalLocation" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Horizontal location of an item on the Earth's surface (absolute or relative to a reference point such as the plot origin or a related individual). To avoid ambiguity there should be only one coordinate pair for an individual. However, there may be multiple measurements by different parties or at different times that can be accommodated in the scheme.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="xyCoordinates">
        <xsd:annotation>
          <xsd:documentation>Values specifying the XY coordinates of an item along with information about units and methods</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="valueX" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Value for X coordinates (absolute or in relation to plot origin or related individual)</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="valueY" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Value for Y coordinates (absolute or in relation to plot origin or related individual)</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="relatedIndividualID" type="xsd:string" minOccurs="0" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to a spatially related individual to be used as reference point if coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="attributeID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567. Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. In case or relative positions this should give the required information about the point of reference, units and methods. Note that there is a designated field for the accuracy.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="spatialReference" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Reference system for the coordinates. In case of absolute coordinates ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="polarCoordinates" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Values specifying the polar coordinates relative to a reference point (normally the plot origin but could be a related individual) along with information about units and methods</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="direction" minOccurs="0">
              <xsd:annotation>
                <xsd:documentation>Direction of the item as seen from a reference point(normally the plot origin)</xsd:documentation>
              </xsd:annotation>
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="value" type="xsd:decimal" minOccurs="1">
                    <xsd:annotation>
                      <xsd:documentation>Value for the direction, typically expressed as an angle relative to north</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
                    <xsd:annotation>
                      <xsd:documentation>Specifying units and methods</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
            <xsd:element name="distance" minOccurs="0">
              <xsd:annotation>
                <xsd:documentation>Distance from a reference point (normally the plot origin)</xsd:documentation>
              </xsd:annotation>
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="value" type="xsd:decimal" minOccurs="1">
                    <xsd:annotation>
                      <xsd:documentation>Value for the distance</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                  <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
                    <xsd:annotation>
                      <xsd:documentation>Specifying units and methods</xsd:documentation>
                    </xsd:annotation>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
            <xsd:element name="relatedIndividualID" type="xsd:string" minOccurs="0" maxOccurs="1">
              <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to a spatially related individual to be used as reference point if polar coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="locationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The date when the coordinates have been assessed or measured. This allows for multiple measurements.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="locationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Optionally, maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / xyCoordinates
Namespace No namespace
Annotations
Values specifying the XY coordinates of an item along with information about units and methods
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_xyCoordinates_valueXNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_xyCoordinates_valueYNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_xyCoordinates_relatedIndividualIDNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_xyCoordinates_attributeIDNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_xyCoordinates_spatialReferenceNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_xyCoordinates_locationAccuracy
Properties
content complex
Model
Children attributeID, locationAccuracy, relatedIndividualID, spatialReference, valueX, valueY
Instance
<xyCoordinates>
  <valueX>{1,1}</valueX>
  <valueY>{1,1}</valueY>
  <relatedIndividualID>{0,1}</relatedIndividualID>
  <attributeID>{1,1}</attributeID>
  <spatialReference>{1,1}</spatialReference>
  <locationAccuracy>{0,unbounded}</locationAccuracy>
</xyCoordinates>
Source
<xsd:element name="xyCoordinates">
  <xsd:annotation>
    <xsd:documentation>Values specifying the XY coordinates of an item along with information about units and methods</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="valueX" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Value for X coordinates (absolute or in relation to plot origin or related individual)</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="valueY" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Value for Y coordinates (absolute or in relation to plot origin or related individual)</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="relatedIndividualID" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A reference to a spatially related individual to be used as reference point if coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="attributeID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567. Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. In case or relative positions this should give the required information about the point of reference, units and methods. Note that there is a designated field for the accuracy.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="spatialReference" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Reference system for the coordinates. In case of absolute coordinates ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / xyCoordinates / valueX
Namespace No namespace
Annotations
Value for X coordinates (absolute or in relation to plot origin or related individual)
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="valueX" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Value for X coordinates (absolute or in relation to plot origin or related individual)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / xyCoordinates / valueY
Namespace No namespace
Annotations
Value for Y coordinates (absolute or in relation to plot origin or related individual)
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="valueY" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Value for Y coordinates (absolute or in relation to plot origin or related individual)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / xyCoordinates / relatedIndividualID
Namespace No namespace
Annotations
A reference to a spatially related individual to be used as reference point if coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="relatedIndividualID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a spatially related individual to be used as reference point if coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / xyCoordinates / attributeID
Namespace No namespace
Annotations
Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567. Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. In case or relative positions this should give the required information about the point of reference, units and methods. Note that there is a designated field for the accuracy.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods. Typical units are: Decimal degrees like 12.993343 S, or -12.993343 or UTM coordinates like 11N 345567. Methods used could be for example the use of global navigation satellite systems or an estimate based on a map. In case or relative positions this should give the required information about the point of reference, units and methods. Note that there is a designated field for the accuracy.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / xyCoordinates / spatialReference
Namespace No namespace
Annotations
Reference system for the coordinates. In case of absolute coordinates ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="spatialReference" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Reference system for the coordinates. In case of absolute coordinates ideally a Proj.4 string or EPSG code (see http://spatialreference.org/). Could also be an unambiguous name like 'NAD27(CGQ77) / UTM zone 21N' instead of EPSG:2035. The spatial reference typically used by satellite navigation systems today is EPSG:4326.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / xyCoordinates / locationAccuracy
Namespace No namespace
Annotations
Measure or estimate of accuracy for the coordinates
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<locationAccuracy>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</locationAccuracy>
Source
<xsd:element name="locationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Measure or estimate of accuracy for the coordinates</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / polarCoordinates
Namespace No namespace
Annotations
Values specifying the polar coordinates relative to a reference point (normally the plot origin but could be a related individual) along with information about units and methods
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_directionNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_distanceNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_relatedIndividualID
Properties
content complex
minOccurs 0
Model
Children direction, distance, relatedIndividualID
Instance
<polarCoordinates>
  <direction>{0,1}</direction>
  <distance>{0,1}</distance>
  <relatedIndividualID>{0,1}</relatedIndividualID>
</polarCoordinates>
Source
<xsd:element name="polarCoordinates" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Values specifying the polar coordinates relative to a reference point (normally the plot origin but could be a related individual) along with information about units and methods</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="direction" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Direction of the item as seen from a reference point(normally the plot origin)</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="value" type="xsd:decimal" minOccurs="1">
              <xsd:annotation>
                <xsd:documentation>Value for the direction, typically expressed as an angle relative to north</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="distance" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Distance from a reference point (normally the plot origin)</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="value" type="xsd:decimal" minOccurs="1">
              <xsd:annotation>
                <xsd:documentation>Value for the distance</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="relatedIndividualID" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A reference to a spatially related individual to be used as reference point if polar coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / polarCoordinates / direction
Namespace No namespace
Annotations
Direction of the item as seen from a reference point(normally the plot origin)
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_direction_valueNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_direction_attributeID
Properties
content complex
minOccurs 0
Model
Children attributeID, value
Instance
<direction>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
</direction>
Source
<xsd:element name="direction" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Direction of the item as seen from a reference point(normally the plot origin)</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="value" type="xsd:decimal" minOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Value for the direction, typically expressed as an angle relative to north</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / polarCoordinates / direction / value
Namespace No namespace
Annotations
Value for the direction, typically expressed as an angle relative to north
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 1
Source
<xsd:element name="value" type="xsd:decimal" minOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Value for the direction, typically expressed as an angle relative to north</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / polarCoordinates / direction / attributeID
Namespace No namespace
Annotations
Specifying units and methods
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
Source
<xsd:element name="attributeID" type="xsd:string" minOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / polarCoordinates / distance
Namespace No namespace
Annotations
Distance from a reference point (normally the plot origin)
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_distance_valueNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_horizontalLocation_polarCoordinates_distance_attributeID
Properties
content complex
minOccurs 0
Model
Children attributeID, value
Instance
<distance>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
</distance>
Source
<xsd:element name="distance" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Distance from a reference point (normally the plot origin)</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="value" type="xsd:decimal" minOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Value for the distance</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / polarCoordinates / distance / value
Namespace No namespace
Annotations
Value for the distance
Diagram
Diagram
Type xsd:decimal
Properties
content simple
minOccurs 1
Source
<xsd:element name="value" type="xsd:decimal" minOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Value for the distance</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / polarCoordinates / distance / attributeID
Namespace No namespace
Annotations
Specifying units and methods
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
Source
<xsd:element name="attributeID" type="xsd:string" minOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / polarCoordinates / relatedIndividualID
Namespace No namespace
Annotations
A reference to a spatially related individual to be used as reference point if polar coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="relatedIndividualID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a spatially related individual to be used as reference point if polar coordinates are relative to this individual. This would be the item identifier elsewhere in the schema in most cases.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / locationDate
Namespace No namespace
Annotations
The date when the coordinates have been assessed or measured. This allows for multiple measurements.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="locationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The date when the coordinates have been assessed or measured. This allows for multiple measurements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / locationPartyID
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="locationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
Element IndividualOrganismType / location / horizontalLocation / locationSources
Namespace No namespace
Annotations
Optionally, maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="locationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Optionally, maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / horizontalLocation / locationNote
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<locationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</locationNote>
Source
<xsd:element name="locationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
Element IndividualOrganismType / location / verticalLocation
Namespace No namespace
Annotations
Elevation of the item in respect to some vertical datum (such as the mean sea level or an ellipsoid) or in relation to the plot origin or to a relatedIndividual.
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_elevationNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_elevationInPlotNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_elevationDateNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_elevationPartyIDNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_elevationNote
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children elevation, elevationDate, elevationInPlot, elevationNote, elevationPartyID
Instance
<verticalLocation>
  <elevation>{1,1}</elevation>
  <elevationInPlot>{0,unbounded}</elevationInPlot>
  <elevationDate>{0,1}</elevationDate>
  <elevationPartyID>{0,unbounded}</elevationPartyID>
  <elevationNote>{0,unbounded}</elevationNote>
</verticalLocation>
Source
<xsd:element name="verticalLocation" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Elevation of the item in respect to some vertical datum (such as the mean sea level or an ellipsoid) or in relation to the plot origin or to a relatedIndividual.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="elevation">
        <xsd:annotation>
          <xsd:documentation>Value specifying the elevation of the item in respect to some vertical datum (such as the mean sea level or an elliposid) or relative to the plot origin or relatedIndividual.</xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="value" type="xsd:decimal">
              <xsd:annotation>
                <xsd:documentation>Elevation in meters</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="attributeID" type="xsd:string">
              <xsd:annotation>
                <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Maps or other resources used to determin the elevation.</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
            <xsd:element name="elevationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
              <xsd:annotation>
                <xsd:documentation>Measure or estimate of accuracy for the elevation</xsd:documentation>
              </xsd:annotation>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="elevationInPlot" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Point of reference in the plot. This could be the uppermost or lowest point or an average or the plot origin as specified in geometry.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>The date when the elevation has been assessed or measured. This allows for multiple measurements.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Party who took the measurement or assessed the value</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Any notes relating to this elevation value</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismType / location / verticalLocation / elevation
Namespace No namespace
Annotations
Value specifying the elevation of the item in respect to some vertical datum (such as the mean sea level or an elliposid) or relative to the plot origin or relatedIndividual.
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_elevation_valueNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_elevation_attributeIDNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_elevation_elevationSourcesNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_verticalLocation_elevation_elevationAccuracy
Properties
content complex
Model
Children attributeID, elevationAccuracy, elevationSources, value
Instance
<elevation>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <elevationSources>{0,unbounded}</elevationSources>
  <elevationAccuracy>{0,unbounded}</elevationAccuracy>
</elevation>
Source
<xsd:element name="elevation">
  <xsd:annotation>
    <xsd:documentation>Value specifying the elevation of the item in respect to some vertical datum (such as the mean sea level or an elliposid) or relative to the plot origin or relatedIndividual.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="value" type="xsd:decimal">
        <xsd:annotation>
          <xsd:documentation>Elevation in meters</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="attributeID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Maps or other resources used to determin the elevation.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="elevationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Measure or estimate of accuracy for the elevation</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismType / location / verticalLocation / elevation / value
Namespace No namespace
Annotations
Elevation in meters
Diagram
Diagram
Type xsd:decimal
Properties
content simple
Source
<xsd:element name="value" type="xsd:decimal">
  <xsd:annotation>
    <xsd:documentation>Elevation in meters</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / verticalLocation / elevation / attributeID
Namespace No namespace
Annotations
Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="attributeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Specifying units and methods. Typically the measures are in meters and relate to the mean sea level or to base heights of an ellipsoid of the Earth. Typical methods are barometric measurements or the interpretation of a map (element elevationSources).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / verticalLocation / elevation / elevationSources
Namespace No namespace
Annotations
Maps or other resources used to determin the elevation.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="elevationSources" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Maps or other resources used to determin the elevation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / verticalLocation / elevation / elevationAccuracy
Namespace No namespace
Annotations
Measure or estimate of accuracy for the elevation
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<elevationAccuracy>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</elevationAccuracy>
Source
<xsd:element name="elevationAccuracy" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Measure or estimate of accuracy for the elevation</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / verticalLocation / elevationInPlot
Namespace No namespace
Annotations
Point of reference in the plot. This could be the uppermost or lowest point or an average or the plot origin as specified in geometry.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="elevationInPlot" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Point of reference in the plot. This could be the uppermost or lowest point or an average or the plot origin as specified in geometry.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / verticalLocation / elevationDate
Namespace No namespace
Annotations
The date when the elevation has been assessed or measured. This allows for multiple measurements.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="elevationDate" type="xsd:date" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The date when the elevation has been assessed or measured. This allows for multiple measurements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / verticalLocation / elevationPartyID
Namespace No namespace
Annotations
Party who took the measurement or assessed the value
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="elevationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Party who took the measurement or assessed the value</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / verticalLocation / elevationNote
Namespace No namespace
Annotations
Any notes relating to this elevation value
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<elevationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</elevationNote>
Source
<xsd:element name="elevationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Any notes relating to this elevation value</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / markers
Namespace No namespace
Annotations
Information about markers (like tags) that help locating the organism.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="markers" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Information about markers (like tags) that help locating the organism.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / quadrant
Namespace No namespace
Annotations
One out of four quadrats such as those used in Point-Centred Quarter Method (PCQM)
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_quadrant_valueNO_NAMESPACE.tmp#IndividualOrganismType_IndividualOrganismType_location_IndividualOrganismType_IndividualOrganismType_location_quadrant_attributeID
Properties
content complex
minOccurs 0
Model
Children attributeID, value
Instance
<quadrant>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
</quadrant>
Source
<xsd:element name="quadrant" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>One out of four quadrats such as those used in Point-Centred Quarter Method (PCQM)</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="value" type="xsd:string" minOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Value for the quadrant</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="attributeID" type="xsd:string" minOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Division details like orientation of the quadrants</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismType / location / quadrant / value
Namespace No namespace
Annotations
Value for the quadrant
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
Source
<xsd:element name="value" type="xsd:string" minOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Value for the quadrant</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / location / quadrant / attributeID
Namespace No namespace
Annotations
Division details like orientation of the quadrants
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 1
Source
<xsd:element name="attributeID" type="xsd:string" minOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Division details like orientation of the quadrants</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismType / individualOrganismNote
Namespace No namespace
Annotations
For specifying additional comments or explanations pertaining to the individual organism.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<individualOrganismNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</individualOrganismNote>
Source
<xsd:element name="individualOrganismNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">For specifying additional comments or explanations pertaining to the individual organism.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / plotObservations
Namespace No namespace
Annotations
A container for groupings of observations taken on single plots and during single date-time periods.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_plotObservations_plotObservation
Properties
content complex
minOccurs 0
Model
Children plotObservation
Instance
<plotObservations>
  <plotObservation id="" scope="document" system="">{1,unbounded}</plotObservation>
</plotObservations>
Source
<xsd:element name="plotObservations" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for groupings of observations taken on single plots and during single date-time periods.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="plotObservation" type="obs:PlotObservationType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A grouping of observations taken on a single plot and during a single date-time period.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / plotObservations / plotObservation
Namespace No namespace
Annotations
A grouping of observations taken on a single plot and during a single date-time period.
Diagram
DiagramNO_NAMESPACE.tmp#PlotObservationType_idNO_NAMESPACE.tmp#PlotObservationType_systemNO_NAMESPACE.tmp#PlotObservationType_scopeNO_NAMESPACE.tmp#PlotObservationType_plotIDNO_NAMESPACE.tmp#PlotObservationType_obsStartDateNO_NAMESPACE.tmp#PlotObservationType_obsEndDateNO_NAMESPACE.tmp#PlotObservationType_plotObservationUniqueIdentifierNO_NAMESPACE.tmp#PlotObservationType_projectIDNO_NAMESPACE.tmp#PlotObservationType_communityObservationIDNO_NAMESPACE.tmp#PlotObservationType_siteObservationIDNO_NAMESPACE.tmp#PlotObservationType_previousPlotObservationIDNO_NAMESPACE.tmp#PlotObservationType_observationPartyIDNO_NAMESPACE.tmp#PlotObservationType_licenseNO_NAMESPACE.tmp#PlotObservationType_taxonomicQualityNO_NAMESPACE.tmp#PlotObservationType_observationNarrativeNO_NAMESPACE.tmp#PlotObservationType_observationConditionsNO_NAMESPACE.tmp#PlotObservationType_referencePublicationNO_NAMESPACE.tmp#PlotObservationType_observationGroupingIDNO_NAMESPACE.tmp#PlotObservationType_observationNoteNO_NAMESPACE.tmp#PlotObservationType_simpleUserDefinedNO_NAMESPACE.tmp#PlotObservationType_complexUserDefinedplotobservation-2_0_5.tmp#PlotObservationType
Type PlotObservationType
Properties
content complex
maxOccurs unbounded
Model
Children communityObservationID, complexUserDefined, license, obsEndDate, obsStartDate, observationConditions, observationGroupingID, observationNarrative, observationNote, observationPartyID, plotID, plotObservationUniqueIdentifier, previousPlotObservationID, projectID, referencePublication, simpleUserDefined, siteObservationID, taxonomicQuality
Instance
<plotObservation id="" scope="document" system="">
  <plotID>{1,1}</plotID>
  <obsStartDate>{1,1}</obsStartDate>
  <obsEndDate>{0,1}</obsEndDate>
  <plotObservationUniqueIdentifier>{0,1}</plotObservationUniqueIdentifier>
  <projectID>{0,unbounded}</projectID>
  <communityObservationID>{0,1}</communityObservationID>
  <siteObservationID>{0,1}</siteObservationID>
  <previousPlotObservationID>{0,unbounded}</previousPlotObservationID>
  <observationPartyID>{0,unbounded}</observationPartyID>
  <license>{0,1}</license>
  <taxonomicQuality>{0,unbounded}</taxonomicQuality>
  <observationNarrative>{0,1}</observationNarrative>
  <observationConditions>{0,1}</observationConditions>
  <referencePublication>{0,1}</referencePublication>
  <observationGroupingID>{0,unbounded}</observationGroupingID>
  <observationNote>{0,unbounded}</observationNote>
  <simpleUserDefined>{0,unbounded}</simpleUserDefined>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</plotObservation>
Attributes
QName Type Default Use Annotation
id IDType required
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="plotObservation" type="obs:PlotObservationType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A grouping of observations taken on a single plot and during a single date-time period.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / plotID
Namespace No namespace
Annotations
A reference to a specific plot by the plot ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific plot by the plot ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / obsStartDate
Namespace No namespace
Annotations

NVS

The start date of this specific observation of the plot. Recorded in ISO 8601 date format: yyyy-mm-dd.
Diagram
Diagram
Type xsd:date
Properties
content simple
Source
<xsd:element name="obsStartDate" type="xsd:date">
  <xsd:annotation>
    <xsd:documentation source="NVS" xml:lang="en">The start date of this specific observation of the plot. Recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / obsEndDate
Namespace No namespace
Annotations

NVS

The end date of this specific observation of the plot. Recorded in ISO 8601 date format: yyyy-mm-dd.
Diagram
Diagram
Type xsd:date
Properties
content simple
minOccurs 0
Source
<xsd:element name="obsEndDate" type="xsd:date" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="NVS" xml:lang="en">The end date of this specific observation of the plot. Recorded in ISO 8601 date format: yyyy-mm-dd.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / plotObservationUniqueIdentifier
Namespace No namespace
Annotations
Plot observation identifier that is unique across the dataset and derived from the data source, and preferably globally unique.  A GUID (globally unique identifier) would be ideal for this purpose, such as LSID (Life Science Identifier).
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="plotObservationUniqueIdentifier" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Plot observation identifier that is unique across the dataset and derived from the data source, and preferably globally unique. A GUID (globally unique identifier) would be ideal for this purpose, such as LSID (Life Science Identifier).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / projectID
Namespace No namespace
Annotations
A reference to a specific project by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="projectID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific project by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / communityObservationID
Namespace No namespace
Annotations
A link to a specific community observation by ID. Note that the relationship is one-to-one. Only one community observation (with potentially many measurements inside) is allowed for each plot observation.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="communityObservationID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A link to a specific community observation by ID. Note that the relationship is one-to-one. Only one community observation (with potentially many measurements inside) is allowed for each plot observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / siteObservationID
Namespace No namespace
Annotations
A link to a specific site observation by ID. Note that the relationship is one-to-one. Only one siteObservation (with potentially many measurements inside) is allowed for each plot observation.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="siteObservationID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A link to a specific site observation by ID. Note that the relationship is one-to-one. Only one siteObservation (with potentially many measurements inside) is allowed for each plot observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / previousPlotObservationID
Namespace No namespace
Annotations
A link to a previous plot observation, by ID. Not normally necessary as observations can be ordered via obsStartDate.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="previousPlotObservationID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A link to a previous plot observation, by ID. Not normally necessary as observations can be ordered via obsStartDate.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / observationPartyID
Namespace No namespace
Annotations
A link to a party that participated in the observation of the plot, by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="observationPartyID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A link to a party that participated in the observation of the plot, by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / license
Namespace No namespace
Annotations
License linked to this plot observation.
Diagram
DiagramNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_license_licenseNameNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_license_attributionNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_license_partyID
Properties
content complex
minOccurs 0
Model
Children attribution, licenseName, partyID
Instance
<license>
  <licenseName>{1,1}</licenseName>
  <attribution>{0,1}</attribution>
  <partyID>{0,1}</partyID>
</license>
Source
<xsd:element name="license" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>License linked to this plot observation.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="licenseName" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>License name like Public Domain, BY, BY-NC, BY-NC-SA, all rights reserved</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="attribution" type="xsd:string" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Details about an appropriate credit often including the names of the original author(s), funding sources and details about the best way to cite the work.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="partyID" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Reference to a party holding the license.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotObservationType / license / licenseName
Namespace No namespace
Annotations
License name like Public Domain, BY, BY-NC, BY-NC-SA, all rights reserved
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="licenseName" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>License name like Public Domain, BY, BY-NC, BY-NC-SA, all rights reserved</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / license / attribution
Namespace No namespace
Annotations
Details about an appropriate credit often including the names of the original author(s), funding sources and details about the best way to cite the work.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="attribution" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Details about an appropriate credit often including the names of the original author(s), funding sources and details about the best way to cite the work.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / license / partyID
Namespace No namespace
Annotations
Reference to a party holding the license.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="partyID" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Reference to a party holding the license.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / taxonomicQuality
Namespace No namespace
Annotations
Assessment of the taxonomic quality or coverage of the plot observation.
Diagram
DiagramNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_taxonomicQuality_qualityAssessmentNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_taxonomicQuality_assessmentTypeNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_taxonomicQuality_qualityAssessmentMethodID
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children assessmentType, qualityAssessment, qualityAssessmentMethodID
Instance
<taxonomicQuality>
  <qualityAssessment>{1,1}</qualityAssessment>
  <assessmentType>{1,1}</assessmentType>
  <qualityAssessmentMethodID>{0,1}</qualityAssessmentMethodID>
</taxonomicQuality>
Source
<xsd:element name="taxonomicQuality" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Assessment of the taxonomic quality or coverage of the plot observation.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="qualityAssessment" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Assessment of the taxonomic quality or coverage of the plot observation (e.g., Highest, High, High but incomplete, Moderate, Moderate and incomplete, Low, Very incomplete, Not covered).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="assessmentType" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Taxon that is being assessed, e.g. bryophytes or lichens.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="qualityAssessmentMethodID" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>A reference to a specific method used to assess taxonomic quality. Defined within the element veg:method which is a container for all methods within the dataset.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotObservationType / taxonomicQuality / qualityAssessment
Namespace No namespace
Annotations
Assessment of the taxonomic quality or coverage of the plot observation (e.g., Highest, High, High but incomplete, Moderate, Moderate and incomplete, Low, Very incomplete, Not covered).
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="qualityAssessment" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Assessment of the taxonomic quality or coverage of the plot observation (e.g., Highest, High, High but incomplete, Moderate, Moderate and incomplete, Low, Very incomplete, Not covered).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / taxonomicQuality / assessmentType
Namespace No namespace
Annotations
Taxon that is being assessed, e.g. bryophytes or lichens.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="assessmentType" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Taxon that is being assessed, e.g. bryophytes or lichens.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / taxonomicQuality / qualityAssessmentMethodID
Namespace No namespace
Annotations
A reference to a specific method used to assess taxonomic quality. Defined within the element veg:method which is a container for all methods within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="qualityAssessmentMethodID" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific method used to assess taxonomic quality. Defined within the element veg:method which is a container for all methods within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / observationNarrative
Namespace No namespace
Annotations

VegBank

Additional unstructured observations useful for understanding the ecological attributes and significance of the plot observations.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="observationNarrative" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">Additional unstructured observations useful for understanding the ecological attributes and significance of the plot observations.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / observationConditions
Namespace No namespace
Annotations
Conditions at the time of observation.
Diagram
DiagramNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_observationConditions_temperatureNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_observationConditions_weather
Properties
content complex
minOccurs 0
Model
Children temperature, weather
Instance
<observationConditions>
  <temperature>{0,1}</temperature>
  <weather>{0,1}</weather>
</observationConditions>
Source
<xsd:element name="observationConditions" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Conditions at the time of observation.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="temperature" type="misc:MeasurementType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Temperature during observation.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="weather" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Descriptive assessment of weather conditions during the observation.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotObservationType / observationConditions / temperature
Namespace No namespace
Annotations
Temperature during observation.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<temperature>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</temperature>
Source
<xsd:element name="temperature" type="misc:MeasurementType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Temperature during observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / observationConditions / weather
Namespace No namespace
Annotations
Descriptive assessment of weather conditions during the observation.
Diagram
Diagram
Properties
minOccurs 0
Source
<xsd:element name="weather" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Descriptive assessment of weather conditions during the observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / referencePublication
Namespace No namespace
Annotations
Reference to an original publication and additionally a table or section within a publication.
Diagram
DiagramNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_referencePublication_citationIDNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_referencePublication_referenceTableNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_referencePublication_referencePlotNO_NAMESPACE.tmp#PlotObservationType_PlotObservationType_referencePublication_referenceText
Properties
content complex
minOccurs 0
Model
Children citationID, referencePlot, referenceTable, referenceText
Instance
<referencePublication>
  <citationID>{1,1}</citationID>
  <referenceTable>{0,1}</referenceTable>
  <referencePlot>{0,1}</referencePlot>
  <referenceText>{0,1}</referenceText>
</referencePublication>
Source
<xsd:element name="referencePublication" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Reference to an original publication and additionally a table or section within a publication.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="citationID" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A reference to a specific citation of literature by ID.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="referenceTable" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Reference to a specific table in the cited publication.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="referencePlot" type="xsd:string" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Plot number in original publication.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="referenceText" type="xsd:anyType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Reference to a section within a publication. Type unspecified.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element PlotObservationType / referencePublication / citationID
Namespace No namespace
Annotations
A reference to a specific citation of literature by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="citationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific citation of literature by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / referencePublication / referenceTable
Namespace No namespace
Annotations
Reference to a specific table in the cited publication.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="referenceTable" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Reference to a specific table in the cited publication.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / referencePublication / referencePlot
Namespace No namespace
Annotations
Plot number in original publication.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="referencePlot" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Plot number in original publication.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / referencePublication / referenceText
Namespace No namespace
Annotations
Reference to a section within a publication. Type unspecified.
Diagram
Diagram
Properties
minOccurs 0
Source
<xsd:element name="referenceText" type="xsd:anyType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Reference to a section within a publication. Type unspecified.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / observationGroupingID
Namespace No namespace
Annotations
A reference to a specific observation grouping by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="observationGroupingID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific observation grouping by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / observationNote
Namespace No namespace
Annotations
Additional comments or explanations pertaining to the observation event.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<observationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</observationNote>
Source
<xsd:element name="observationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Additional comments or explanations pertaining to the observation event.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element PlotObservationType / simpleUserDefined
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#simpleUserDefinedType_nameNO_NAMESPACE.tmp#simpleUserDefinedType_valueNO_NAMESPACE.tmp#simpleUserDefinedType_methodIDNO_NAMESPACE.tmp#simpleUserDefinedType_attributeIDmisc-2_0_5.tmp#simpleUserDefinedType
Type simpleUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children attributeID, methodID, name, value
Instance
<simpleUserDefined>
  <name>{1,1}</name>
  <value>{1,1}</value>
  <methodID>{1,1}</methodID>
  <attributeID>{1,1}</attributeID>
</simpleUserDefined>
Source
<xsd:element name="simpleUserDefined" type="misc:simpleUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
Element PlotObservationType / complexUserDefined
Namespace No namespace
Diagram
Diagrammisc-2_0_5.tmp#complexUserDefinedType
Type complexUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Source
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
Element vegX / individualOrganismObservations
Namespace No namespace
Annotations
A container for measurements/observations applying to one occurrence of an organism.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_individualOrganismObservations_individualOrganismObservation
Properties
content complex
minOccurs 0
Model
Children individualOrganismObservation
Instance
<individualOrganismObservations>
  <individualOrganismObservation id="" scope="document" system="">{1,unbounded}</individualOrganismObservation>
</individualOrganismObservations>
Source
<xsd:element name="individualOrganismObservations" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for measurements/observations applying to one occurrence of an organism.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="individualOrganismObservation" type="obs:IndividualOrganismObservationType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">An element individualOrganismObservation is an observation applying to one occurrence of an organism (or part of an organism). It is a container for measurements made on the organism (e.g. diameter, height, crown dimensions, biomass, growth form, number of stems). An individualOrganismObservation contains a reference to a unique plotObservation and to an individualOrganism. Optionally, the individualOrganismObservation may also link to a stratumObservation.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / individualOrganismObservations / individualOrganismObservation
Namespace No namespace
Annotations
An element individualOrganismObservation is an observation applying to one occurrence of an organism (or part of an organism). It is a container for measurements made on the organism (e.g. diameter, height, crown dimensions, biomass, growth form, number of stems). An individualOrganismObservation contains a reference to a unique plotObservation and to an individualOrganism. Optionally, the individualOrganismObservation may also link to a stratumObservation.
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismObservationType_idNO_NAMESPACE.tmp#IndividualOrganismObservationType_systemNO_NAMESPACE.tmp#IndividualOrganismObservationType_scopeNO_NAMESPACE.tmp#IndividualOrganismObservationType_plotObservationIDNO_NAMESPACE.tmp#IndividualOrganismObservationType_individualOrganismIDNO_NAMESPACE.tmp#IndividualOrganismObservationType_stratumObservationIDNO_NAMESPACE.tmp#IndividualOrganismObservationType_heightMeasurementNO_NAMESPACE.tmp#IndividualOrganismObservationType_diameterMeasurementNO_NAMESPACE.tmp#IndividualOrganismObservationType_diameterBaseDistanceMeasurementNO_NAMESPACE.tmp#IndividualOrganismObservationType_individualOrganismMeasurementNO_NAMESPACE.tmp#IndividualOrganismObservationType_individualOrganismMultipleMeasurementNO_NAMESPACE.tmp#IndividualOrganismObservationType_observationGroupingIDNO_NAMESPACE.tmp#IndividualOrganismObservationType_observationNoteNO_NAMESPACE.tmp#IndividualOrganismObservationType_simpleUserDefinedNO_NAMESPACE.tmp#IndividualOrganismObservationType_complexUserDefinedplotobservation-2_0_5.tmp#IndividualOrganismObservationType
Type IndividualOrganismObservationType
Properties
content complex
maxOccurs unbounded
Model
Children complexUserDefined, diameterBaseDistanceMeasurement, diameterMeasurement, heightMeasurement, individualOrganismID, individualOrganismMeasurement, individualOrganismMultipleMeasurement, observationGroupingID, observationNote, plotObservationID, simpleUserDefined, stratumObservationID
Instance
<individualOrganismObservation id="" scope="document" system="">
  <plotObservationID>{1,1}</plotObservationID>
  <individualOrganismID>{1,1}</individualOrganismID>
  <stratumObservationID>{0,1}</stratumObservationID>
  <heightMeasurement>{0,1}</heightMeasurement>
  <diameterMeasurement>{1,1}</diameterMeasurement>
  <diameterBaseDistanceMeasurement>{1,1}</diameterBaseDistanceMeasurement>
  <individualOrganismMeasurement>{0,unbounded}</individualOrganismMeasurement>
  <individualOrganismMultipleMeasurement>{0,unbounded}</individualOrganismMultipleMeasurement>
  <observationGroupingID>{0,unbounded}</observationGroupingID>
  <observationNote>{0,unbounded}</observationNote>
  <simpleUserDefined>{0,unbounded}</simpleUserDefined>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</individualOrganismObservation>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="individualOrganismObservation" type="obs:IndividualOrganismObservationType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An element individualOrganismObservation is an observation applying to one occurrence of an organism (or part of an organism). It is a container for measurements made on the organism (e.g. diameter, height, crown dimensions, biomass, growth form, number of stems). An individualOrganismObservation contains a reference to a unique plotObservation and to an individualOrganism. Optionally, the individualOrganismObservation may also link to a stratumObservation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / plotObservationID
Namespace No namespace
Annotations
A reference to a specific plotObservation.  The individual plotObservation is defined within the element veg:plotObservation which is a container for all plotObservations within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotObservationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific plotObservation. The individual plotObservation is defined within the element veg:plotObservation which is a container for all plotObservations within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / individualOrganismID
Namespace No namespace
Annotations
A reference to a specific individualOrganism.  The particular individualOrganism is defined with the element veg:individualOrganisms which is a container for all individualOrganisms within the dataset
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="individualOrganismID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific individualOrganism. The particular individualOrganism is defined with the element veg:individualOrganisms which is a container for all individualOrganisms within the dataset</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / stratumObservationID
Namespace No namespace
Annotations
A reference to a specific stratum observation that this individual was measured in on the plot. The individual stratum observations are defined with the element veg:stratumObservation which is a container for all the stratum observations in the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="stratumObservationID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific stratum observation that this individual was measured in on the plot. The individual stratum observations are defined with the element veg:stratumObservation which is a container for all the stratum observations in the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / heightMeasurement
Namespace No namespace
Annotations
Measurement of the maximum height reached by the observed individual.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<heightMeasurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</heightMeasurement>
Source
<xsd:element name="heightMeasurement" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>Measurement of the maximum height reached by the observed individual.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / diameterMeasurement
Namespace No namespace
Annotations
Diameter of the stem without explicit measurement of base distance (may be defined in the measurement method definition)
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<diameterMeasurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</diameterMeasurement>
Source
<xsd:element name="diameterMeasurement" type="misc:MeasurementType">
  <xsd:annotation>
    <xsd:documentation>Diameter of the stem without explicit measurement of base distance (may be defined in the measurement method definition)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / diameterBaseDistanceMeasurement
Namespace No namespace
Annotations
A container for diameter measurements at a given distance along the stem from the ground.
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismObservationType_IndividualOrganismObservationType_diameterBaseDistanceMeasurement_diameterNO_NAMESPACE.tmp#IndividualOrganismObservationType_IndividualOrganismObservationType_diameterBaseDistanceMeasurement_baseDistance
Properties
content complex
Model
Children baseDistance, diameter
Instance
<diameterBaseDistanceMeasurement>
  <diameter>{1,1}</diameter>
  <baseDistance>{0,1}</baseDistance>
</diameterBaseDistanceMeasurement>
Source
<xsd:element name="diameterBaseDistanceMeasurement">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A container for diameter measurements at a given distance along the stem from the ground.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="diameter" type="misc:MeasurementType">
        <xsd:annotation>
          <xsd:documentation>Diameter of the stem at the point of measurement (baseDistance)</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="baseDistance" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">The distance along the stem from the ground (usually in meters) at which diameter was measured</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismObservationType / diameterBaseDistanceMeasurement / diameter
Namespace No namespace
Annotations
Diameter of the stem at the point of measurement (baseDistance)
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<diameter>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</diameter>
Source
<xsd:element name="diameter" type="misc:MeasurementType">
  <xsd:annotation>
    <xsd:documentation>Diameter of the stem at the point of measurement (baseDistance)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / diameterBaseDistanceMeasurement / baseDistance
Namespace No namespace
Annotations
The distance along the stem from the ground (usually in meters) at which diameter was measured
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<baseDistance>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</baseDistance>
Source
<xsd:element name="baseDistance" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The distance along the stem from the ground (usually in meters) at which diameter was measured</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / individualOrganismMeasurement
Namespace No namespace
Annotations
A measurement applying to the observed individual. This includes qualitative, ordinal or quantitative assessments of form, health, dimensions of components, ...
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<individualOrganismMeasurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</individualOrganismMeasurement>
Source
<xsd:element name="individualOrganismMeasurement" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A measurement applying to the observed individual. This includes qualitative, ordinal or quantitative assessments of form, health, dimensions of components, ...</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / individualOrganismMultipleMeasurement
Namespace No namespace
Annotations
A n-tuple of a related measurements (e.g. paired data such as length, width and height to calculate volume). The definition of the relationship type is left open to the user, but is intended to allow specifying a set of measurements that have to be considered together.
Diagram
DiagramNO_NAMESPACE.tmp#IndividualOrganismObservationType_IndividualOrganismObservationType_individualOrganismMultipleMeasurement_nameNO_NAMESPACE.tmp#IndividualOrganismObservationType_IndividualOrganismObservationType_individualOrganismMultipleMeasurement_measurement
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children measurement, name
Instance
<individualOrganismMultipleMeasurement>
  <name>{1,1}</name>
  <measurement>{2,unbounded}</measurement>
</individualOrganismMultipleMeasurement>
Source
<xsd:element name="individualOrganismMultipleMeasurement" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A n-tuple of a related measurements (e.g. paired data such as length, width and height to calculate volume). The definition of the relationship type is left open to the user, but is intended to allow specifying a set of measurements that have to be considered together.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="name" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">Name of the quantity (e.g. volume) being measured via multiple measurements (e.g. length, width, height).</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="measurement" type="misc:MeasurementType" minOccurs="2" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element IndividualOrganismObservationType / individualOrganismMultipleMeasurement / name
Namespace No namespace
Annotations
Name of the quantity (e.g. volume) being measured via multiple measurements (e.g. length, width, height).
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="name" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Name of the quantity (e.g. volume) being measured via multiple measurements (e.g. length, width, height).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / individualOrganismMultipleMeasurement / measurement
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 2
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<measurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</measurement>
Source
<xsd:element name="measurement" type="misc:MeasurementType" minOccurs="2" maxOccurs="unbounded"/>
Element IndividualOrganismObservationType / observationGroupingID
Namespace No namespace
Annotations
A reference to a specific observationGrouping.  The individual observationGrouping is defined within the element veg:observationGrouping which is a container for all observationGroupings within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="observationGroupingID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific observationGrouping. The individual observationGrouping is defined within the element veg:observationGrouping which is a container for all observationGroupings within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / observationNote
Namespace No namespace
Annotations
Additional comments or explanations regarding this observation.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<observationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</observationNote>
Source
<xsd:element name="observationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Additional comments or explanations regarding this observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / simpleUserDefined
Namespace No namespace
Annotations
Simple user-defined information types stored as a name-value pair.
Diagram
DiagramNO_NAMESPACE.tmp#simpleUserDefinedType_nameNO_NAMESPACE.tmp#simpleUserDefinedType_valueNO_NAMESPACE.tmp#simpleUserDefinedType_methodIDNO_NAMESPACE.tmp#simpleUserDefinedType_attributeIDmisc-2_0_5.tmp#simpleUserDefinedType
Type simpleUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children attributeID, methodID, name, value
Instance
<simpleUserDefined>
  <name>{1,1}</name>
  <value>{1,1}</value>
  <methodID>{1,1}</methodID>
  <attributeID>{1,1}</attributeID>
</simpleUserDefined>
Source
<xsd:element name="simpleUserDefined" type="misc:simpleUserDefinedType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Simple user-defined information types stored as a name-value pair.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element IndividualOrganismObservationType / complexUserDefined
Namespace No namespace
Annotations
Complex user-defined information types.
Diagram
Diagrammisc-2_0_5.tmp#complexUserDefinedType
Type complexUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Source
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Complex user-defined information types.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / aggregateOrganismObservations
Namespace No namespace
Annotations
A container for all observation applying to all occurrences of an organism based on an aggregation factor.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_aggregateOrganismObservations_aggregateOrganismObservation
Properties
content complex
minOccurs 0
Model
Children aggregateOrganismObservation
Instance
<aggregateOrganismObservations>
  <aggregateOrganismObservation id="" scope="document" system="">{1,unbounded}</aggregateOrganismObservation>
</aggregateOrganismObservations>
Source
<xsd:element name="aggregateOrganismObservations" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for all observation applying to all occurrences of an organism based on an aggregation factor.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="aggregateOrganismObservation" type="obs:AggregateOrganismObservationType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">An observation applying to all occurrences of an organism based on an aggregation factor. It contains an AggregateValue, which is an assessment of the overall occurrence of an organism in a Plot (e.g. number of stems, percentage cover, total biomass, basal area). An AggregateOrganismObservation contains a link to a taxonOccurrence, where all the taxon identification information is contained. It also contains a reference to a single PlotObservation. Most of the remaining contextual information concerning the observation (like date-time period, observer, methods, protocol, projects _) is specified in the related PlotObservation. Optionally, the AggregateOrganismObservation may link to a StratumObservation. Additional grouping criteria may be specified through the reference to one or more ObservationGroupings. Finally, it may also have simple and/or complex user-defined elements.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / aggregateOrganismObservations / aggregateOrganismObservation
Namespace No namespace
Annotations
An observation applying to all occurrences of an organism based on an aggregation factor. It contains an AggregateValue, which is an assessment of the overall occurrence of an organism in a Plot (e.g. number of stems, percentage cover, total biomass, basal area). An AggregateOrganismObservation contains a link to a taxonOccurrence, where all the taxon identification information is contained. It also contains a reference to a single PlotObservation. Most of the remaining contextual information concerning the observation (like date-time period, observer, methods, protocol, projects _) is specified in the related PlotObservation. Optionally, the AggregateOrganismObservation may link to a StratumObservation. Additional grouping criteria may be specified through the reference to one or more ObservationGroupings. Finally, it may also have simple and/or complex user-defined elements.
Diagram
DiagramNO_NAMESPACE.tmp#AggregateOrganismObservationType_idNO_NAMESPACE.tmp#AggregateOrganismObservationType_systemNO_NAMESPACE.tmp#AggregateOrganismObservationType_scopeNO_NAMESPACE.tmp#AggregateOrganismObservationType_plotObservationIDNO_NAMESPACE.tmp#AggregateOrganismObservationType_organismIdentityIDNO_NAMESPACE.tmp#AggregateOrganismObservationType_aggregateOrganismMeasurementNO_NAMESPACE.tmp#AggregateOrganismObservationType_heightMeasurementNO_NAMESPACE.tmp#AggregateOrganismObservationType_stratumObservationIDNO_NAMESPACE.tmp#AggregateOrganismObservationType_observationGroupingIDNO_NAMESPACE.tmp#AggregateOrganismObservationType_observationNoteNO_NAMESPACE.tmp#AggregateOrganismObservationType_simpleUserDefinedNO_NAMESPACE.tmp#AggregateOrganismObservationType_complexUserDefinedplotobservation-2_0_5.tmp#AggregateOrganismObservationType
Type AggregateOrganismObservationType
Properties
content complex
maxOccurs unbounded
Model
Children aggregateOrganismMeasurement, complexUserDefined, heightMeasurement, observationGroupingID, observationNote, organismIdentityID, plotObservationID, simpleUserDefined, stratumObservationID
Instance
<aggregateOrganismObservation id="" scope="document" system="">
  <plotObservationID>{1,1}</plotObservationID>
  <organismIdentityID>{1,1}</organismIdentityID>
  <aggregateOrganismMeasurement>{0,unbounded}</aggregateOrganismMeasurement>
  <heightMeasurement>{0,1}</heightMeasurement>
  <stratumObservationID>{0,1}</stratumObservationID>
  <observationGroupingID>{0,unbounded}</observationGroupingID>
  <observationNote>{0,unbounded}</observationNote>
  <simpleUserDefined>{0,unbounded}</simpleUserDefined>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</aggregateOrganismObservation>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="aggregateOrganismObservation" type="obs:AggregateOrganismObservationType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An observation applying to all occurrences of an organism based on an aggregation factor. It contains an AggregateValue, which is an assessment of the overall occurrence of an organism in a Plot (e.g. number of stems, percentage cover, total biomass, basal area). An AggregateOrganismObservation contains a link to a taxonOccurrence, where all the taxon identification information is contained. It also contains a reference to a single PlotObservation. Most of the remaining contextual information concerning the observation (like date-time period, observer, methods, protocol, projects _) is specified in the related PlotObservation. Optionally, the AggregateOrganismObservation may link to a StratumObservation. Additional grouping criteria may be specified through the reference to one or more ObservationGroupings. Finally, it may also have simple and/or complex user-defined elements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AggregateOrganismObservationType / plotObservationID
Namespace No namespace
Annotations
A link to a specific plot observation by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotObservationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A link to a specific plot observation by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AggregateOrganismObservationType / organismIdentityID
Namespace No namespace
Annotations
A link to a specific organism identity  by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="organismIdentityID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A link to a specific organism identity by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AggregateOrganismObservationType / aggregateOrganismMeasurement
Namespace No namespace
Annotations
A measurement for a aggregate organism value (e.g. plant cover of a taxon). Values can be further defined uppervalue, accuracy etc. Many measurements (e.g. counts, cover, basal area...) can be added to the same aggregate organism observation.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<aggregateOrganismMeasurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</aggregateOrganismMeasurement>
Source
<xsd:element name="aggregateOrganismMeasurement" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A measurement for a aggregate organism value (e.g. plant cover of a taxon). Values can be further defined uppervalue, accuracy etc. Many measurements (e.g. counts, cover, basal area...) can be added to the same aggregate organism observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AggregateOrganismObservationType / heightMeasurement
Namespace No namespace
Annotations
Optional height at which the aggregated observation was made, e.g. in meters. It applies to all aggregate measurements included in this aggregateOrganismObservation.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<heightMeasurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</heightMeasurement>
Source
<xsd:element name="heightMeasurement" type="misc:MeasurementType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Optional height at which the aggregated observation was made, e.g. in meters. It applies to all aggregate measurements included in this aggregateOrganismObservation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AggregateOrganismObservationType / stratumObservationID
Namespace No namespace
Annotations
A reference to a specific stratumObservation by ID. It applies to all aggregate measurements included in this aggregateOrganismObservation.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="stratumObservationID" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific stratumObservation by ID. It applies to all aggregate measurements included in this aggregateOrganismObservation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AggregateOrganismObservationType / observationGroupingID
Namespace No namespace
Annotations
A reference to a specific observationGrouping by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="observationGroupingID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific observationGrouping by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AggregateOrganismObservationType / observationNote
Namespace No namespace
Annotations
Additional comments or explanations regarding this observation.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<observationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</observationNote>
Source
<xsd:element name="observationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Additional comments or explanations regarding this observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AggregateOrganismObservationType / simpleUserDefined
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#simpleUserDefinedType_nameNO_NAMESPACE.tmp#simpleUserDefinedType_valueNO_NAMESPACE.tmp#simpleUserDefinedType_methodIDNO_NAMESPACE.tmp#simpleUserDefinedType_attributeIDmisc-2_0_5.tmp#simpleUserDefinedType
Type simpleUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children attributeID, methodID, name, value
Instance
<simpleUserDefined>
  <name>{1,1}</name>
  <value>{1,1}</value>
  <methodID>{1,1}</methodID>
  <attributeID>{1,1}</attributeID>
</simpleUserDefined>
Source
<xsd:element name="simpleUserDefined" type="misc:simpleUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
Element AggregateOrganismObservationType / complexUserDefined
Namespace No namespace
Diagram
Diagrammisc-2_0_5.tmp#complexUserDefinedType
Type complexUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Source
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
Element vegX / stratumObservations
Namespace No namespace
Annotations
A container for observations applying to a stratum in a single plot during a single date-time period.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_stratumObservations_stratumObservation
Properties
content complex
minOccurs 0
Model
Children stratumObservation
Instance
<stratumObservations>
  <stratumObservation id="" scope="document" system="">{1,unbounded}</stratumObservation>
</stratumObservations>
Source
<xsd:element name="stratumObservations" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for observations applying to a stratum in a single plot during a single date-time period.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="stratumObservation" type="obs:StratumObservationType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A specific observation applying to a stratum in a single plot during a single date-time period. Each stratum measurement may be referenced by observations of taxa within a plot. For example, abundance estimates of a taxa on a plot within a specific stratum. Typically, it contains the lower and upper vertical bounds of the stratum and an assessment of cover. A StratumObservation always contains a reference to a PlotObservation, where contextual information lies (plot, project, parties, date-time period). It also contains a reference to a Stratum, which contains its definition.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / stratumObservations / stratumObservation
Namespace No namespace
Annotations
A specific observation applying to a stratum in a single plot during a single date-time period. Each stratum measurement may be referenced by observations of taxa within a plot. For example, abundance estimates of a taxa on a plot within a specific stratum. Typically, it contains the lower and upper vertical bounds of the stratum and an assessment of cover. A StratumObservation always contains a reference to a PlotObservation, where contextual information lies (plot, project, parties, date-time period). It also contains a reference to a Stratum, which contains its definition.
Diagram
DiagramNO_NAMESPACE.tmp#StratumObservationType_idNO_NAMESPACE.tmp#StratumObservationType_systemNO_NAMESPACE.tmp#StratumObservationType_scopeNO_NAMESPACE.tmp#StratumObservationType_stratumIDNO_NAMESPACE.tmp#StratumObservationType_plotObservationIDNO_NAMESPACE.tmp#StratumObservationType_lowerLimitMeasurementNO_NAMESPACE.tmp#StratumObservationType_upperLimitMeasurementNO_NAMESPACE.tmp#StratumObservationType_stratumMeasurementNO_NAMESPACE.tmp#StratumObservationType_observationGroupingIDNO_NAMESPACE.tmp#StratumObservationType_observationNoteNO_NAMESPACE.tmp#StratumObservationType_simpleUserDefinedNO_NAMESPACE.tmp#StratumObservationType_complexUserDefinedplotobservation-2_0_5.tmp#StratumObservationType
Type StratumObservationType
Properties
content complex
maxOccurs unbounded
Model
Children complexUserDefined, lowerLimitMeasurement, observationGroupingID, observationNote, plotObservationID, simpleUserDefined, stratumID, stratumMeasurement, upperLimitMeasurement
Instance
<stratumObservation id="" scope="document" system="">
  <stratumID>{1,1}</stratumID>
  <plotObservationID>{1,1}</plotObservationID>
  <lowerLimitMeasurement>{0,1}</lowerLimitMeasurement>
  <upperLimitMeasurement>{0,1}</upperLimitMeasurement>
  <stratumMeasurement>{0,unbounded}</stratumMeasurement>
  <observationGroupingID>{0,unbounded}</observationGroupingID>
  <observationNote>{0,unbounded}</observationNote>
  <simpleUserDefined>{0,unbounded}</simpleUserDefined>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</stratumObservation>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="stratumObservation" type="obs:StratumObservationType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific observation applying to a stratum in a single plot during a single date-time period. Each stratum measurement may be referenced by observations of taxa within a plot. For example, abundance estimates of a taxa on a plot within a specific stratum. Typically, it contains the lower and upper vertical bounds of the stratum and an assessment of cover. A StratumObservation always contains a reference to a PlotObservation, where contextual information lies (plot, project, parties, date-time period). It also contains a reference to a Stratum, which contains its definition.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumObservationType / stratumID
Namespace No namespace
Annotations
A reference to a specific stratum. The individual stratum is defined within the element veg:strata which is a container for all strata within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="stratumID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific stratum. The individual stratum is defined within the element veg:strata which is a container for all strata within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumObservationType / plotObservationID
Namespace No namespace
Annotations
A reference to a specific plotObservation. The individual plotObservation is defined within the element veg:plotObservations which is a container for all plotObservations within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotObservationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific plotObservation. The individual plotObservation is defined within the element veg:plotObservations which is a container for all plotObservations within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumObservationType / lowerLimitMeasurement
Namespace No namespace
Annotations

VegBank

A measurement of the lower limit (i.e. height) of the stratum.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<lowerLimitMeasurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</lowerLimitMeasurement>
Source
<xsd:element name="lowerLimitMeasurement" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">A measurement of the lower limit (i.e. height) of the stratum.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumObservationType / upperLimitMeasurement
Namespace No namespace
Annotations

VegBank

A measurement of the upper limit (i.e. height) of the stratum.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<upperLimitMeasurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</upperLimitMeasurement>
Source
<xsd:element name="upperLimitMeasurement" type="misc:MeasurementType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">A measurement of the upper limit (i.e. height) of the stratum.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumObservationType / stratumMeasurement
Namespace No namespace
Annotations
A measurement (e.g. plant cover, or individual count) made in the stratum.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<stratumMeasurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</stratumMeasurement>
Source
<xsd:element name="stratumMeasurement" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A measurement (e.g. plant cover, or individual count) made in the stratum.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumObservationType / observationGroupingID
Namespace No namespace
Annotations
A reference to a specific observationGrouping.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="observationGroupingID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A reference to a specific observationGrouping.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumObservationType / observationNote
Namespace No namespace
Annotations
Additional comments or explanations regarding this observation.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<observationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</observationNote>
Source
<xsd:element name="observationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Additional comments or explanations regarding this observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element StratumObservationType / simpleUserDefined
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#simpleUserDefinedType_nameNO_NAMESPACE.tmp#simpleUserDefinedType_valueNO_NAMESPACE.tmp#simpleUserDefinedType_methodIDNO_NAMESPACE.tmp#simpleUserDefinedType_attributeIDmisc-2_0_5.tmp#simpleUserDefinedType
Type simpleUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children attributeID, methodID, name, value
Instance
<simpleUserDefined>
  <name>{1,1}</name>
  <value>{1,1}</value>
  <methodID>{1,1}</methodID>
  <attributeID>{1,1}</attributeID>
</simpleUserDefined>
Source
<xsd:element name="simpleUserDefined" type="misc:simpleUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
Element StratumObservationType / complexUserDefined
Namespace No namespace
Diagram
Diagrammisc-2_0_5.tmp#complexUserDefinedType
Type complexUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Source
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
Element vegX / communityObservations
Namespace No namespace
Annotations
A container for measurements applying to entire plant communities, such as successional stage or Leaf Area Index.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_communityObservations_communityObservation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children communityObservation
Instance
<communityObservations>
  <communityObservation id="" scope="document" system="">{1,unbounded}</communityObservation>
</communityObservations>
Source
<xsd:element name="communityObservations" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>A container for measurements applying to entire plant communities, such as successional stage or Leaf Area Index.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="communityObservation" type="obs:CommunityObservationType" minOccurs="1" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>A container for measurements applying to an entire plant community, such as successional stage or Leaf Area Index. Made on a single plot during a single date-time period.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / communityObservations / communityObservation
Namespace No namespace
Annotations
A container for measurements applying to an entire plant community, such as successional stage or Leaf Area Index. Made on a single plot during a single date-time period.
Diagram
DiagramNO_NAMESPACE.tmp#CommunityObservationType_idNO_NAMESPACE.tmp#CommunityObservationType_systemNO_NAMESPACE.tmp#CommunityObservationType_scopeNO_NAMESPACE.tmp#CommunityObservationType_plotObservationIDNO_NAMESPACE.tmp#CommunityObservationType_communityMeasurementNO_NAMESPACE.tmp#CommunityObservationType_successionalTypeNO_NAMESPACE.tmp#CommunityObservationType_observationGroupingIDNO_NAMESPACE.tmp#CommunityObservationType_observationNoteNO_NAMESPACE.tmp#CommunityObservationType_simpleUserDefinedNO_NAMESPACE.tmp#CommunityObservationType_complexUserDefinedplotobservation-2_0_5.tmp#CommunityObservationType
Type CommunityObservationType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children communityMeasurement, complexUserDefined, observationGroupingID, observationNote, plotObservationID, simpleUserDefined, successionalType
Instance
<communityObservation id="" scope="document" system="">
  <plotObservationID>{1,1}</plotObservationID>
  <communityMeasurement>{0,unbounded}</communityMeasurement>
  <successionalType>{0,unbounded}</successionalType>
  <observationGroupingID>{0,unbounded}</observationGroupingID>
  <observationNote>{0,unbounded}</observationNote>
  <simpleUserDefined>{0,unbounded}</simpleUserDefined>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</communityObservation>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="communityObservation" type="obs:CommunityObservationType" minOccurs="1" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A container for measurements applying to an entire plant community, such as successional stage or Leaf Area Index. Made on a single plot during a single date-time period.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityObservationType / plotObservationID
Namespace No namespace
Annotations
A reference to a specific plotObservation. The individual plotObservation is defined within the element veg:plotObservation, which is a container for all the plotObservations within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotObservationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific plotObservation. The individual plotObservation is defined within the element veg:plotObservation, which is a container for all the plotObservations within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityObservationType / communityMeasurement
Namespace No namespace
Annotations
A measurement such as total basal area or Leaf Area Index, applying to an entire plant community or stand.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<communityMeasurement>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</communityMeasurement>
Source
<xsd:element name="communityMeasurement" type="misc:MeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A measurement such as total basal area or Leaf Area Index, applying to an entire plant community or stand.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityObservationType / successionalType
Namespace No namespace
Annotations

VegBank

Description of the assumed successional status of the plot.
Diagram
DiagramNO_NAMESPACE.tmp#ClassType_valueNO_NAMESPACE.tmp#ClassType_qualitativeAttributeIDmisc-2_0_5.tmp#ClassType
Type ClassType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children qualitativeAttributeID, value
Instance
<successionalType>
  <value>{1,1}</value>
  <qualitativeAttributeID>{0,1}</qualitativeAttributeID>
</successionalType>
Source
<xsd:element name="successionalType" type="misc:ClassType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en" source="VegBank">Description of the assumed successional status of the plot.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityObservationType / observationGroupingID
Namespace No namespace
Annotations
A reference to a specific observationGrouping.  The individual observationGrouping is defined within the element veg:observationGrouping which is a container for all observation groupings within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="observationGroupingID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific observationGrouping. The individual observationGrouping is defined within the element veg:observationGrouping which is a container for all observation groupings within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityObservationType / observationNote
Namespace No namespace
Annotations
Additional comments or explanations regarding this observation.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<observationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</observationNote>
Source
<xsd:element name="observationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>Additional comments or explanations regarding this observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityObservationType / simpleUserDefined
Namespace No namespace
Annotations
Simple user-defined information types, relevant to the communityObservation stored as a name-value pair.
Diagram
DiagramNO_NAMESPACE.tmp#simpleUserDefinedType_nameNO_NAMESPACE.tmp#simpleUserDefinedType_valueNO_NAMESPACE.tmp#simpleUserDefinedType_methodIDNO_NAMESPACE.tmp#simpleUserDefinedType_attributeIDmisc-2_0_5.tmp#simpleUserDefinedType
Type simpleUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children attributeID, methodID, name, value
Instance
<simpleUserDefined>
  <name>{1,1}</name>
  <value>{1,1}</value>
  <methodID>{1,1}</methodID>
  <attributeID>{1,1}</attributeID>
</simpleUserDefined>
Source
<xsd:element name="simpleUserDefined" type="misc:simpleUserDefinedType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Simple user-defined information types, relevant to the communityObservation stored as a name-value pair.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CommunityObservationType / complexUserDefined
Namespace No namespace
Annotations
Complex user-defined information types that pertain to the communityObservation.
Diagram
Diagrammisc-2_0_5.tmp#complexUserDefinedType
Type complexUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Source
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Complex user-defined information types that pertain to the communityObservation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / surfaceCoverObservations
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_surfaceCoverObservations_surfaceCoverObservation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children surfaceCoverObservation
Instance
<surfaceCoverObservations>
  <surfaceCoverObservation id="" scope="document" system="">{1,unbounded}</surfaceCoverObservation>
</surfaceCoverObservations>
Source
<xsd:element name="surfaceCoverObservations" minOccurs="0" maxOccurs="1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="surfaceCoverObservation" type="obs:SurfaceCoverObservationType" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / surfaceCoverObservations / surfaceCoverObservation
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#SurfaceCoverObservationType_idNO_NAMESPACE.tmp#SurfaceCoverObservationType_systemNO_NAMESPACE.tmp#SurfaceCoverObservationType_scopeNO_NAMESPACE.tmp#SurfaceCoverObservationType_plotObservationIDNO_NAMESPACE.tmp#SurfaceCoverObservationType_surfaceTypeIDNO_NAMESPACE.tmp#SurfaceCoverObservationType_surfaceCoverplotobservation-2_0_5.tmp#SurfaceCoverObservationType
Type SurfaceCoverObservationType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children plotObservationID, surfaceCover, surfaceTypeID
Instance
<surfaceCoverObservation id="" scope="document" system="">
  <plotObservationID>{1,1}</plotObservationID>
  <surfaceTypeID>{1,1}</surfaceTypeID>
  <surfaceCover>{1,1}</surfaceCover>
</surfaceCoverObservation>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="surfaceCoverObservation" type="obs:SurfaceCoverObservationType" minOccurs="1" maxOccurs="unbounded"/>
Element SurfaceCoverObservationType / plotObservationID
Namespace No namespace
Annotations
A link to a specific plotObservation by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotObservationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A link to a specific plotObservation by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SurfaceCoverObservationType / surfaceTypeID
Namespace No namespace
Annotations
A link to a specific surface type by ID.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="surfaceTypeID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>A link to a specific surface type by ID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SurfaceCoverObservationType / surfaceCover
Namespace No namespace
Annotations

VegBank

Percent of surface covered for different surface categories, e.g. green foliage, litter, water, exposed bedrock, bare soil, gravel etc.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementType
Type MeasurementType
Properties
content complex
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, upperValue, value
Instance
<surfaceCover>
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</surfaceCover>
Source
<xsd:element name="surfaceCover" type="misc:MeasurementType">
  <xsd:annotation>
    <xsd:documentation source="VegBank" xml:lang="en">Percent of surface covered for different surface categories, e.g. green foliage, litter, water, exposed bedrock, bare soil, gravel etc.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / siteObservations
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_siteObservations_siteObservation
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children siteObservation
Instance
<siteObservations>
  <siteObservation id="" scope="document" system="">{1,unbounded}</siteObservation>
</siteObservations>
Source
<xsd:element name="siteObservations" minOccurs="0" maxOccurs="1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="siteObservation" type="obs:SiteObservationType" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / siteObservations / siteObservation
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#SiteObservationType_idNO_NAMESPACE.tmp#SiteObservationType_systemNO_NAMESPACE.tmp#SiteObservationType_scopeNO_NAMESPACE.tmp#SiteObservationType_plotObservationIDNO_NAMESPACE.tmp#SiteObservationType_soilMeasurementNO_NAMESPACE.tmp#SiteObservationType_climateMeasurementNO_NAMESPACE.tmp#SiteObservationType_waterBodyMeasurementNO_NAMESPACE.tmp#SiteObservationType_soilTypeNO_NAMESPACE.tmp#SiteObservationType_humusTypeNO_NAMESPACE.tmp#SiteObservationType_climateTypeNO_NAMESPACE.tmp#SiteObservationType_hydrologicRegimeTypeNO_NAMESPACE.tmp#SiteObservationType_legalProtectionNO_NAMESPACE.tmp#SiteObservationType_landuseNO_NAMESPACE.tmp#SiteObservationType_habitatNO_NAMESPACE.tmp#SiteObservationType_observationGroupingIDNO_NAMESPACE.tmp#SiteObservationType_observationNoteNO_NAMESPACE.tmp#SiteObservationType_simpleUserDefinedNO_NAMESPACE.tmp#SiteObservationType_complexUserDefinedplotobservation-2_0_5.tmp#SiteObservationType
Type SiteObservationType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children climateMeasurement, climateType, complexUserDefined, habitat, humusType, hydrologicRegimeType, landuse, legalProtection, observationGroupingID, observationNote, plotObservationID, simpleUserDefined, soilMeasurement, soilType, waterBodyMeasurement
Instance
<siteObservation id="" scope="document" system="">
  <plotObservationID>{1,1}</plotObservationID>
  <soilMeasurement id="" scope="document" system="">{0,unbounded}</soilMeasurement>
  <climateMeasurement id="" scope="document" system="">{0,unbounded}</climateMeasurement>
  <waterBodyMeasurement id="" scope="document" system="">{0,unbounded}</waterBodyMeasurement>
  <soilType>{0,unbounded}</soilType>
  <humusType>{0,unbounded}</humusType>
  <climateType>{0,unbounded}</climateType>
  <hydrologicRegimeType>{0,unbounded}</hydrologicRegimeType>
  <legalProtection>{0,unbounded}</legalProtection>
  <landuse>{0,unbounded}</landuse>
  <habitat>{0,unbounded}</habitat>
  <observationGroupingID>{0,unbounded}</observationGroupingID>
  <observationNote>{0,unbounded}</observationNote>
  <simpleUserDefined>{0,unbounded}</simpleUserDefined>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
</siteObservation>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="siteObservation" type="obs:SiteObservationType" minOccurs="1" maxOccurs="unbounded"/>
Element SiteObservationType / plotObservationID
Namespace No namespace
Annotations
A reference to a specific plotObservation. Note that the relationship is in fact be one-to-one. Only one site observation (with multiple measurements inside) is allowed for each plotObservation.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="plotObservationID" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific plotObservation. Note that the relationship is in fact be one-to-one. Only one site observation (with multiple measurements inside) is allowed for each plotObservation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / soilMeasurement
Namespace No namespace
Annotations
A measurement of a soil attribute (soil chemistry, soil texture, structure, ...).
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementTypeNO_NAMESPACE.tmp#AbioticMeasurementType_idNO_NAMESPACE.tmp#AbioticMeasurementType_systemNO_NAMESPACE.tmp#AbioticMeasurementType_scopeNO_NAMESPACE.tmp#AbioticMeasurementType_relatedAbioticMeasurementmisc-2_0_5.tmp#AbioticMeasurementType
Type AbioticMeasurementType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, relatedAbioticMeasurement, upperValue, value
Instance
<soilMeasurement id="" scope="document" system="">
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
  <relatedAbioticMeasurement>{0,unbounded}</relatedAbioticMeasurement>
</soilMeasurement>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="soilMeasurement" type="misc:AbioticMeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A measurement of a soil attribute (soil chemistry, soil texture, structure, ...).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element AbioticMeasurementType / relatedAbioticMeasurement
Namespace No namespace
Annotations
An abiotic measurement may be related to a another.
Diagram
DiagramNO_NAMESPACE.tmp#relatedItemType_relatedItemIDNO_NAMESPACE.tmp#relatedItemType_itemRelationshipmisc-2_0_5.tmp#relatedItemType
Type relatedItemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children itemRelationship, relatedItemID
Instance
<relatedAbioticMeasurement>
  <relatedItemID>{1,1}</relatedItemID>
  <itemRelationship>{1,1}</itemRelationship>
</relatedAbioticMeasurement>
Source
<xsd:element name="relatedAbioticMeasurement" type="relatedItemType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An abiotic measurement may be related to a another.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / climateMeasurement
Namespace No namespace
Annotations
A measurement of a climate attribute.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementTypeNO_NAMESPACE.tmp#AbioticMeasurementType_idNO_NAMESPACE.tmp#AbioticMeasurementType_systemNO_NAMESPACE.tmp#AbioticMeasurementType_scopeNO_NAMESPACE.tmp#AbioticMeasurementType_relatedAbioticMeasurementmisc-2_0_5.tmp#AbioticMeasurementType
Type AbioticMeasurementType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, relatedAbioticMeasurement, upperValue, value
Instance
<climateMeasurement id="" scope="document" system="">
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
  <relatedAbioticMeasurement>{0,unbounded}</relatedAbioticMeasurement>
</climateMeasurement>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="climateMeasurement" type="misc:AbioticMeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A measurement of a climate attribute.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / waterBodyMeasurement
Namespace No namespace
Annotations
A measurement of an attributes of a water body within the plot (e.g. water level, water chemistry, etc.). Not for soil water, which should be included in soilMeasurement.
Diagram
DiagramNO_NAMESPACE.tmp#MeasurementType_valueNO_NAMESPACE.tmp#MeasurementType_attributeIDNO_NAMESPACE.tmp#MeasurementType_accuracyNO_NAMESPACE.tmp#MeasurementType_upperValueNO_NAMESPACE.tmp#MeasurementType_lowerValueNO_NAMESPACE.tmp#MeasurementType_complexUserDefinedmisc-2_0_5.tmp#MeasurementTypeNO_NAMESPACE.tmp#AbioticMeasurementType_idNO_NAMESPACE.tmp#AbioticMeasurementType_systemNO_NAMESPACE.tmp#AbioticMeasurementType_scopeNO_NAMESPACE.tmp#AbioticMeasurementType_relatedAbioticMeasurementmisc-2_0_5.tmp#AbioticMeasurementType
Type AbioticMeasurementType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children accuracy, attributeID, complexUserDefined, lowerValue, relatedAbioticMeasurement, upperValue, value
Instance
<waterBodyMeasurement id="" scope="document" system="">
  <value>{1,1}</value>
  <attributeID>{1,1}</attributeID>
  <accuracy>{0,1}</accuracy>
  <upperValue>{0,1}</upperValue>
  <lowerValue>{0,1}</lowerValue>
  <complexUserDefined>{0,unbounded}</complexUserDefined>
  <relatedAbioticMeasurement>{0,unbounded}</relatedAbioticMeasurement>
</waterBodyMeasurement>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="waterBodyMeasurement" type="misc:AbioticMeasurementType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A measurement of an attributes of a water body within the plot (e.g. water level, water chemistry, etc.). Not for soil water, which should be included in soilMeasurement.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / soilType
Namespace No namespace
Annotations
A specific soil type, applying to this plot during the plot observation.
Diagram
DiagramNO_NAMESPACE.tmp#ClassType_valueNO_NAMESPACE.tmp#ClassType_qualitativeAttributeIDmisc-2_0_5.tmp#ClassType
Type ClassType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children qualitativeAttributeID, value
Instance
<soilType>
  <value>{1,1}</value>
  <qualitativeAttributeID>{0,1}</qualitativeAttributeID>
</soilType>
Source
<xsd:element name="soilType" type="misc:ClassType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific soil type, applying to this plot during the plot observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / humusType
Namespace No namespace
Annotations
A specific humus type, applying to this plot during the plot observation.
Diagram
DiagramNO_NAMESPACE.tmp#ClassType_valueNO_NAMESPACE.tmp#ClassType_qualitativeAttributeIDmisc-2_0_5.tmp#ClassType
Type ClassType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children qualitativeAttributeID, value
Instance
<humusType>
  <value>{1,1}</value>
  <qualitativeAttributeID>{0,1}</qualitativeAttributeID>
</humusType>
Source
<xsd:element name="humusType" type="misc:ClassType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific humus type, applying to this plot during the plot observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / climateType
Namespace No namespace
Annotations
A specific climate type, applying to this plot during the plot observation.
Diagram
DiagramNO_NAMESPACE.tmp#SiteObservationType_SiteObservationType_climateType_nameNO_NAMESPACE.tmp#SiteObservationType_SiteObservationType_climateType_schema
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children name, schema
Instance
<climateType>
  <name>{1,1}</name>
  <schema>{0,1}</schema>
</climateType>
Source
<xsd:element name="climateType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific climate type, applying to this plot during the plot observation.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="name" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation>Name.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="schema" type="xsd:string" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element SiteObservationType / climateType / name
Namespace No namespace
Annotations
Name.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="name" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Name.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / climateType / schema
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="schema" type="xsd:string" minOccurs="0"/>
Element SiteObservationType / hydrologicRegimeType
Namespace No namespace
Annotations

VegBank, Bfn

Reflection of frequency and duration of water level variations, applying to this plot during the plot observation.
Diagram
DiagramNO_NAMESPACE.tmp#ClassType_valueNO_NAMESPACE.tmp#ClassType_qualitativeAttributeIDmisc-2_0_5.tmp#ClassType
Type ClassType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children qualitativeAttributeID, value
Instance
<hydrologicRegimeType>
  <value>{1,1}</value>
  <qualitativeAttributeID>{0,1}</qualitativeAttributeID>
</hydrologicRegimeType>
Source
<xsd:element name="hydrologicRegimeType" type="misc:ClassType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation source="VegBank, Bfn" xml:lang="en">Reflection of frequency and duration of water level variations, applying to this plot during the plot observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / legalProtection
Namespace No namespace
Annotations
Legal protection status of the plot during the plot observation. Recommended that this is from a closed list of legal protection status types.
Diagram
DiagramNO_NAMESPACE.tmp#ClassType_valueNO_NAMESPACE.tmp#ClassType_qualitativeAttributeIDmisc-2_0_5.tmp#ClassType
Type ClassType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children qualitativeAttributeID, value
Instance
<legalProtection>
  <value>{1,1}</value>
  <qualitativeAttributeID>{0,1}</qualitativeAttributeID>
</legalProtection>
Source
<xsd:element name="legalProtection" type="misc:ClassType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Legal protection status of the plot during the plot observation. Recommended that this is from a closed list of legal protection status types.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / landuse
Namespace No namespace
Annotations
A specific land use type, for example pasture, applying to this plot during the plot observation.
Diagram
DiagramNO_NAMESPACE.tmp#ClassType_valueNO_NAMESPACE.tmp#ClassType_qualitativeAttributeIDmisc-2_0_5.tmp#ClassType
Type ClassType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children qualitativeAttributeID, value
Instance
<landuse>
  <value>{1,1}</value>
  <qualitativeAttributeID>{0,1}</qualitativeAttributeID>
</landuse>
Source
<xsd:element name="landuse" type="misc:ClassType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific land use type, for example pasture, applying to this plot during the plot observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / habitat
Namespace No namespace
Annotations
A specific habitat type, applying to this plot during the plot observation.
Diagram
DiagramNO_NAMESPACE.tmp#ClassType_valueNO_NAMESPACE.tmp#ClassType_qualitativeAttributeIDmisc-2_0_5.tmp#ClassType
Type ClassType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children qualitativeAttributeID, value
Instance
<habitat>
  <value>{1,1}</value>
  <qualitativeAttributeID>{0,1}</qualitativeAttributeID>
</habitat>
Source
<xsd:element name="habitat" type="misc:ClassType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific habitat type, applying to this plot during the plot observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / observationGroupingID
Namespace No namespace
Annotations
A reference to a specific observationGrouping.  The individual observationGrouping is defined within the element veg:observationGrouping which is a container for all observation groupings within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="observationGroupingID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific observationGrouping. The individual observationGrouping is defined within the element veg:observationGrouping which is a container for all observation groupings within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / observationNote
Namespace No namespace
Annotations
Additional comments or explanations regarding this observation.
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<observationNote>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</observationNote>
Source
<xsd:element name="observationNote" type="misc:noteType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Additional comments or explanations regarding this observation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / simpleUserDefined
Namespace No namespace
Annotations
Simple user-defined information types, relevant to the abioticObservation stored as a name-value pair.
Diagram
DiagramNO_NAMESPACE.tmp#simpleUserDefinedType_nameNO_NAMESPACE.tmp#simpleUserDefinedType_valueNO_NAMESPACE.tmp#simpleUserDefinedType_methodIDNO_NAMESPACE.tmp#simpleUserDefinedType_attributeIDmisc-2_0_5.tmp#simpleUserDefinedType
Type simpleUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children attributeID, methodID, name, value
Instance
<simpleUserDefined>
  <name>{1,1}</name>
  <value>{1,1}</value>
  <methodID>{1,1}</methodID>
  <attributeID>{1,1}</attributeID>
</simpleUserDefined>
Source
<xsd:element name="simpleUserDefined" type="misc:simpleUserDefinedType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Simple user-defined information types, relevant to the abioticObservation stored as a name-value pair.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element SiteObservationType / complexUserDefined
Namespace No namespace
Annotations
Complex user-defined information types that pertain to the abioticObservation.
Diagram
Diagrammisc-2_0_5.tmp#complexUserDefinedType
Type complexUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Source
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Complex user-defined information types that pertain to the abioticObservation.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / observationGroupings
Namespace No namespace
Annotations
A container for a set of observation records, of any kind, that are grouped.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_observationGroupings_observationGrouping
Properties
content complex
minOccurs 0
Model
Children observationGrouping
Instance
<observationGroupings>
  <observationGrouping id="" scope="document" system="">{1,unbounded}</observationGrouping>
</observationGroupings>
Source
<xsd:element name="observationGroupings" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for a set of observation records, of any kind, that are grouped.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="observationGrouping" type="misc:ObservationGroupingType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A specific grouping of observation records, of any kind, that are grouped in the data management system owing to some common characteristic.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / observationGroupings / observationGrouping
Namespace No namespace
Annotations
A specific grouping of observation records, of any kind, that are grouped in the data management system owing to some common characteristic.
Diagram
DiagramNO_NAMESPACE.tmp#ObservationGroupingType_idNO_NAMESPACE.tmp#ObservationGroupingType_systemNO_NAMESPACE.tmp#ObservationGroupingType_scopeNO_NAMESPACE.tmp#ObservationGroupingType_nameNO_NAMESPACE.tmp#ObservationGroupingType_typemisc-2_0_5.tmp#ObservationGroupingType
Type ObservationGroupingType
Properties
content complex
maxOccurs unbounded
Model
Children name, type
Instance
<observationGrouping id="" scope="document" system="">
  <name>{1,1}</name>
  <type>{1,1}</type>
</observationGrouping>
Attributes
QName Type Default Use Annotation
id IDType required
Unique identifier (key) of the element.  It can be unique locally to the data set for a given data element type (e.g., a grouping entity) or a GUID in which case it can be resolved to a location on the internet where the record is stored. Read fully description elsewhere.
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="observationGrouping" type="misc:ObservationGroupingType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific grouping of observation records, of any kind, that are grouped in the data management system owing to some common characteristic.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element ObservationGroupingType / name
Namespace No namespace
Annotations
The unique name of a specific grouping entity that is subsequently referenced by specific observations.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="name" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>The unique name of a specific grouping entity that is subsequently referenced by specific observations.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element ObservationGroupingType / type
Namespace No namespace
Annotations
The grouping entity type. For example, grouping of individual organism observations for the purposes of describing a physical relationship. Recommended that a closed-list is developed and used.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="type" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>The grouping entity type. For example, grouping of individual organism observations for the purposes of describing a physical relationship. Recommended that a closed-list is developed and used.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / protocols
Namespace No namespace
Annotations
A container for groups of methods related by common action.
Diagram
DiagramNO_NAMESPACE.tmp#vegX_vegX_protocols_protocol
Properties
content complex
minOccurs 0
Model
Children protocol
Instance
<protocols>
  <protocol id="" scope="document" system="">{1,unbounded}</protocol>
</protocols>
Source
<xsd:element name="protocols" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>A container for groups of methods related by common action.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="protocol" type="misc:ProtocolType" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">A specific grouping of methods related by common action.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element vegX / protocols / protocol
Namespace No namespace
Annotations
A specific grouping of methods related by common action.
Diagram
DiagramNO_NAMESPACE.tmp#ProtocolType_idNO_NAMESPACE.tmp#ProtocolType_systemNO_NAMESPACE.tmp#ProtocolType_scopeNO_NAMESPACE.tmp#ProtocolType_nameNO_NAMESPACE.tmp#ProtocolType_partyWithRoleNO_NAMESPACE.tmp#ProtocolType_citationIDmisc-2_0_5.tmp#ProtocolType
Type ProtocolType
Properties
content complex
maxOccurs unbounded
Model
Children citationID, name, partyWithRole
Instance
<protocol id="" scope="document" system="">
  <name>{1,1}</name>
  <partyWithRole>{0,1}</partyWithRole>
  <citationID>{0,1}</citationID>
</protocol>
Attributes
QName Type Default Use
id IDType required
scope ScopeType document optional
system SystemType optional
Source
<xsd:element name="protocol" type="misc:ProtocolType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A specific grouping of methods related by common action.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element ProtocolType / name
Namespace No namespace
Annotations
Name of the protocol.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="name" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Name of the protocol.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element ProtocolType / partyWithRole
Namespace No namespace
Annotations
The party involved in describing the protocol.
Diagram
DiagramNO_NAMESPACE.tmp#partyWithRoleType_partyIDNO_NAMESPACE.tmp#partyWithRoleType_rolemisc-2_0_5.tmp#partyWithRoleType
Type partyWithRoleType
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children partyID, role
Instance
<partyWithRole>
  <partyID>{1,1}</partyID>
  <role>{1,1}</role>
</partyWithRole>
Source
<xsd:element name="partyWithRole" type="partyWithRoleType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The party involved in describing the protocol.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element ProtocolType / citationID
Namespace No namespace
Annotations
A reference to a specific citation of literature.  The literature to which the citation pertains is defined within the element veg:literature [EML] which is a container for all the literature within the dataset.
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="citationID" type="xsd:string" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A reference to a specific citation of literature. The literature to which the citation pertains is defined within the element veg:literature [EML] which is a container for all the literature within the dataset.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element vegX / note
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#noteType_textNO_NAMESPACE.tmp#noteType_dateNO_NAMESPACE.tmp#noteType_typeNO_NAMESPACE.tmp#noteType_partyIDmisc-2_0_5.tmp#noteType
Type noteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children date, partyID, text, type
Instance
<note>
  <text>{1,1}</text>
  <date>{0,1}</date>
  <type>{0,1}</type>
  <partyID>{0,1}</partyID>
</note>
Source
<xsd:element name="note" type="misc:noteType" minOccurs="0" maxOccurs="unbounded"/>
Element vegX / simpleUserDefined
Namespace No namespace
Annotations
Diagram
DiagramNO_NAMESPACE.tmp#simpleUserDefinedType_nameNO_NAMESPACE.tmp#simpleUserDefinedType_valueNO_NAMESPACE.tmp#simpleUserDefinedType_methodIDNO_NAMESPACE.tmp#simpleUserDefinedType_attributeIDmisc-2_0_5.tmp#simpleUserDefinedType
Type simpleUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children attributeID, methodID, name, value
Instance
<simpleUserDefined>
  <name>{1,1}</name>
  <value>{1,1}</value>
  <methodID>{1,1}</methodID>
  <attributeID>{1,1}</attributeID>
</simpleUserDefined>
Source
<xsd:element name="simpleUserDefined" type="misc:simpleUserDefinedType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation/>
  </xsd:annotation>
</xsd:element>
Element vegX / complexUserDefined
Namespace No namespace
Diagram
Diagrammisc-2_0_5.tmp#complexUserDefinedType
Type complexUserDefinedType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Source
<xsd:element name="complexUserDefined" type="misc:complexUserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
Element userExample2
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#userExample2_Element1NO_NAMESPACE.tmp#userExample2_Element2
Properties
content complex
Model
Children Element1, Element2
Instance
<userExample2>
  <Element1>{1,1}</Element1>
  <Element2>{1,1}</Element2>
</userExample2>
Source
<xsd:element name="userExample2">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Element1" type="xsd:string"/>
      <xsd:element name="Element2" type="xsd:string"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element userExample2 / Element1
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="Element1" type="xsd:string"/>
Element userExample2 / Element2
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="Element2" type="xsd:string"/>
Element userExample1
Namespace No namespace
Diagram
DiagramNO_NAMESPACE.tmp#userExample1_ElementANO_NAMESPACE.tmp#userExample1_ElementB
Properties
content complex
Model
Children ElementA, ElementB
Instance
<userExample1>
  <ElementA>{1,1}</ElementA>
  <ElementB>{0,1}</ElementB>
</userExample1>
Source
<xsd:element name="userExample1">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="ElementA" type="xsd:string"/>
      <xsd:element name="ElementB" type="xsd:string" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element userExample1 / ElementA
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="ElementA" type="xsd:string"/>
Element userExample1 / ElementB
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="ElementB" type="xsd:string" minOccurs="0"/>
Attribute partyType / @id
Namespace No namespace
Annotations
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
Type IDType
Properties
use required
Used by
Complex Type partyType
Source
<xsd:attribute name="id" type="IDType" use="required">
  <xsd:annotation>
    <xsd:documentation>Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute partyType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type partyType
Source
<xsd:attribute name="system" type="SystemType" use="optional"/>
Attribute partyType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type partyType
Source
<xsd:attribute name="scope" default="document" type="ScopeType" use="optional"/>
Attribute literatureCitationType / @id
Namespace No namespace
Annotations
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
Type IDType
Properties
use required
Used by
Complex Type literatureCitationType
Source
<xsd:attribute name="id" type="IDType" use="required">
  <xsd:annotation>
    <xsd:documentation>Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute literatureCitationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type literatureCitationType
Source
<xsd:attribute name="system" type="SystemType" use="optional"/>
Attribute literatureCitationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type literatureCitationType
Source
<xsd:attribute name="scope" default="document" type="ScopeType" use="optional"/>
Attribute MethodType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type MethodType
Source
<xsd:attribute name="id" type="IDType" use="required"/>
Attribute MethodType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type MethodType
Source
<xsd:attribute name="system" type="SystemType" use="optional"/>
Attribute MethodType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type MethodType
Source
<xsd:attribute name="scope" default="document" type="ScopeType" use="optional"/>
Attribute AttributeType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type AttributeType
Source
<xsd:attribute name="id" type="IDType" use="required"/>
Attribute AttributeType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type AttributeType
Source
<xsd:attribute name="system" type="SystemType" use="optional"/>
Attribute AttributeType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type AttributeType
Source
<xsd:attribute name="scope" default="document" type="ScopeType" use="optional"/>
Attribute StratumType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type StratumType
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute StratumType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type StratumType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute StratumType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type StratumType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute SurfaceTypeType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type SurfaceTypeType
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute SurfaceTypeType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type SurfaceTypeType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute SurfaceTypeType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type SurfaceTypeType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute OrganismNameType / @id
Namespace No namespace
Annotations
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
Type IDType
Properties
use required
Used by
Complex Type OrganismNameType
Source
<xsd:attribute name="id" type="misc:IDType" use="required">
  <xsd:annotation>
    <xsd:documentation>Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute OrganismNameType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type OrganismNameType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute OrganismNameType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type OrganismNameType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute OrganismNameType / @taxonName
Namespace No namespace
Annotations
A flag to identify that the organism name is a taxon name (i.e. a name according to a nomenclature code)
Type xsd:boolean
Properties
use required
Used by
Complex Type OrganismNameType
Source
<xsd:attribute name="taxonName" type="xsd:boolean" use="required">
  <xsd:annotation>
    <xsd:documentation>A flag to identify that the organism name is a taxon name (i.e. a name according to a nomenclature code)</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute TaxonConceptType / @id
Namespace No namespace
Annotations
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
Type IDType
Properties
use required
Used by
Complex Type TaxonConceptType
Source
<xsd:attribute name="id" type="misc:IDType" use="required">
  <xsd:annotation>
    <xsd:documentation>Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute TaxonConceptType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type TaxonConceptType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute TaxonConceptType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type TaxonConceptType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute TaxonDeterminationType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type TaxonDeterminationType
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute TaxonDeterminationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type TaxonDeterminationType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute TaxonDeterminationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type TaxonDeterminationType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute OrganismIdentityType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type OrganismIdentityType
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute OrganismIdentityType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type OrganismIdentityType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute OrganismIdentityType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type OrganismIdentityType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute CommunityConceptType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type CommunityConceptType
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute CommunityConceptType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type CommunityConceptType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute CommunityConceptType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type CommunityConceptType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute CommunityDeterminationType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute CommunityDeterminationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute CommunityDeterminationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute projectType / @id
Namespace No namespace
Annotations
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
Type IDType
Properties
use required
Used by
Complex Type projectType
Source
<xsd:attribute name="id" type="IDType" use="required">
  <xsd:annotation>
    <xsd:documentation>Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute projectType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type projectType
Source
<xsd:attribute name="system" type="SystemType" use="optional"/>
Attribute projectType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type projectType
Source
<xsd:attribute name="scope" default="document" type="ScopeType" use="optional"/>
Attribute PlotType / @id
Namespace No namespace
Annotations
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
Type IDType
Properties
use required
Used by
Complex Type PlotType
Source
<xsd:attribute name="id" type="misc:IDType" use="required">
  <xsd:annotation>
    <xsd:documentation>Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute PlotType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type PlotType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute PlotType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type PlotType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute IndividualOrganismType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type IndividualOrganismType
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute IndividualOrganismType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type IndividualOrganismType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute IndividualOrganismType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type IndividualOrganismType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute PlotObservationType / @id
Namespace No namespace
Annotations
Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.
Type IDType
Properties
use required
Used by
Complex Type PlotObservationType
Source
<xsd:attribute name="id" type="misc:IDType" use="required">
  <xsd:annotation>
    <xsd:documentation>Unique internal identifier (key) of the element. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute PlotObservationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type PlotObservationType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute PlotObservationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type PlotObservationType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute IndividualOrganismObservationType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute IndividualOrganismObservationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute IndividualOrganismObservationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute AggregateOrganismObservationType / @id
Namespace No namespace
Type IDType
Properties
use optional
Used by
Source
<xsd:attribute name="id" type="misc:IDType" use="optional"/>
Attribute AggregateOrganismObservationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute AggregateOrganismObservationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute StratumObservationType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type StratumObservationType
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute StratumObservationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type StratumObservationType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute StratumObservationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type StratumObservationType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute CommunityObservationType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute CommunityObservationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute CommunityObservationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute SurfaceCoverObservationType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute SurfaceCoverObservationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute SurfaceCoverObservationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute AbioticMeasurementType / @id
Namespace No namespace
Type IDType
Properties
use optional
Used by
Complex Type AbioticMeasurementType
Source
<xsd:attribute name="id" type="IDType" use="optional"/>
Attribute AbioticMeasurementType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type AbioticMeasurementType
Source
<xsd:attribute name="system" type="SystemType" use="optional"/>
Attribute AbioticMeasurementType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type AbioticMeasurementType
Source
<xsd:attribute name="scope" default="document" type="ScopeType" use="optional"/>
Attribute SiteObservationType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type SiteObservationType
Source
<xsd:attribute name="id" type="misc:IDType" use="required"/>
Attribute SiteObservationType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type SiteObservationType
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute SiteObservationType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type SiteObservationType
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>
Attribute ObservationGroupingType / @id
Namespace No namespace
Annotations
Unique identifier (key) of the element.  It can be unique locally to the data set for a given data element type (e.g., a grouping entity) or a GUID in which case it can be resolved to a location on the internet where the record is stored. Read fully description elsewhere.
Type IDType
Properties
use required
Used by
Source
<xsd:attribute name="id" type="IDType" use="required">
  <xsd:annotation>
    <xsd:documentation>Unique identifier (key) of the element. It can be unique locally to the data set for a given data element type (e.g., a grouping entity) or a GUID in which case it can be resolved to a location on the internet where the record is stored. Read fully description elsewhere.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute ObservationGroupingType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Source
<xsd:attribute name="system" type="SystemType" use="optional"/>
Attribute ObservationGroupingType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Source
<xsd:attribute name="scope" default="document" type="ScopeType" use="optional"/>
Attribute ProtocolType / @id
Namespace No namespace
Type IDType
Properties
use required
Used by
Complex Type ProtocolType
Source
<xsd:attribute name="id" type="IDType" use="required"/>
Attribute ProtocolType / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Complex Type ProtocolType
Source
<xsd:attribute name="system" type="SystemType" use="optional"/>
Attribute ProtocolType / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Complex Type ProtocolType
Source
<xsd:attribute name="scope" default="document" type="ScopeType" use="optional"/>
Attribute vegX / @id
Namespace No namespace
Annotations
Unique identifier (key) of the element.  It can be unique locally to the data set for a given data element type (e.g., plots) or a GUID in which case it can be resolved to a location on the internet where the record is stored. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema. For example, a single plot entity may be the basis for numerous measurements of different types (e.g., plot observation and aggregated organism observation). Therefore the plot entity is stored in a single location within schema and referenced by this identifier rather than repeating this information throughout the dataset instance. The identifier may have a specific system and scope.
Type IDType
Properties
use optional
Used by
Element vegX
Source
<xsd:attribute name="id" type="misc:IDType" use="optional">
  <xsd:annotation>
    <xsd:documentation>Unique identifier (key) of the element. It can be unique locally to the data set for a given data element type (e.g., plots) or a GUID in which case it can be resolved to a location on the internet where the record is stored. This identifier is used elsewhere in a dataset instance to reference this specific element when it is referred to in a repeatable way by other part of the schema. For example, a single plot entity may be the basis for numerous measurements of different types (e.g., plot observation and aggregated organism observation). Therefore the plot entity is stored in a single location within schema and referenced by this identifier rather than repeating this information throughout the dataset instance. The identifier may have a specific system and scope.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute vegX / @system
Namespace No namespace
Type SystemType
Properties
use optional
Used by
Element vegX
Source
<xsd:attribute name="system" type="misc:SystemType" use="optional"/>
Attribute vegX / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Used by
Element vegX
Source
<xsd:attribute name="scope" default="document" type="misc:ScopeType" use="optional"/>