Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema ABCD_2.06.xsd
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Types that may be used for different domains (descriptions, taxonomy, specimen collections, etc.):
Many of the types or elements within the types are resulting from attemtps to standardize usage between ABCD and SDD and many originate from Gregor Hagedorn's work on the UBIF schema.
However, note that this is work in progress, so there may be considerable differences between types with the same names in UBIF/SDD and ABCD.
==============================================================================
Basic generic types
Complex types that add attributes language or preferred to the simple types String, String255, anyURI:
Date and Time
Intellectual Property Rights (IPR)
Multimedia
Various
Contact Type and types used therein:
Properties
attribute form default unqualified
element form default qualified
version 2.06
Element DataSets
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
TDWG root element: container for one or more DataSets.
Diagram
Diagram ABCD_2_06_xsd.tmp#DataSets_DataSet
Properties
content complex
Model
Children DataSet
Instance
<DataSets xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <DataSet>{1,unbounded}</DataSet>
</DataSets>
Source
<xs:element name="DataSets">
  <xs:annotation>
    <xs:documentation>TDWG root element: container for one or more DataSets.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="DataSet">
        <xs:annotation>
          <xs:documentation>A dataset containing unit data and their shared metadata elements.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="String" name="DatasetGUID" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A globally unique identifier for the entire data collection the present dataset was derived from. The exact format and/or semantics are still under discussion.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="TechnicalContacts">
              <xs:annotation>
                <xs:documentation>Metadata item normally not used for end-user display. UDDI registry element for GBIF registry. Questions and feedback about availability of a provider or resource should be directed to the technical contact. This contact normally represents the Agent acting as the publisher of the datasets in the network. The element is unbounded to provide for alternative contacts (vacation etc.).</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" type="MicroAgentP" name="TechnicalContact"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="ContentContacts">
              <xs:annotation>
                <xs:documentation>UDDI registry element ("AdministrativeContact") for GBIF registry. Questions and feedback about data, or restrictions on use of the data should be directed to the adminstrative contact. This contact normally represents the agent acting as the original supplier or custodian of the dataset. If a content contact is given on the unit-level, that one should be used for end-user purposes. The element is unbounded to provide for alternative contacts (vacation etc.).</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" type="MicroAgentP" name="ContentContact"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="OtherProviders" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Other known on-line providers of this dataset.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" type="String" name="OtherProvider">
                    <xs:annotation>
                      <xs:documentation>The UUID (identifier in the UDDI registry) of another data provider known to serve this dataset.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element type="ContentMetadata" name="Metadata">
              <xs:annotation>
                <xs:documentation xml:lang="en-us">Metadata referring to the principal source of the entire data collection (the metadata scope may be wider than the objects actually contained in the data set). In its current form, this collection represents a mixture of elements useful for resource discovery (e.g. scope) with metadata actually pertaining to the received (partial) dataset.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Units">
              <xs:annotation>
                <xs:documentation>A container for one or more unit data records from the gathering</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" type="Unit" name="Unit">
                    <xs:annotation>
                      <xs:documentation>A container for all data referring to a unit (specimen or observation record)</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A dataset containing unit data and their shared metadata elements.
Diagram
Diagram ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_DatasetGUID ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_TechnicalContacts ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_ContentContacts ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_OtherProviders ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_Metadata ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_Units
Properties
content complex
maxOccurs unbounded
Model
Children ContentContacts, DatasetGUID, Metadata, OtherProviders, TechnicalContacts, Units
Instance
<DataSet xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <DatasetGUID>{0,1}</DatasetGUID>
  <TechnicalContacts>{1,1}</TechnicalContacts>
  <ContentContacts>{1,1}</ContentContacts>
  <OtherProviders>{0,1}</OtherProviders>
  <Metadata>{1,1}</Metadata>
  <Units>{1,1}</Units>
</DataSet>
Source
<xs:element maxOccurs="unbounded" name="DataSet">
  <xs:annotation>
    <xs:documentation>A dataset containing unit data and their shared metadata elements.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="DatasetGUID" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A globally unique identifier for the entire data collection the present dataset was derived from. The exact format and/or semantics are still under discussion.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TechnicalContacts">
        <xs:annotation>
          <xs:documentation>Metadata item normally not used for end-user display. UDDI registry element for GBIF registry. Questions and feedback about availability of a provider or resource should be directed to the technical contact. This contact normally represents the Agent acting as the publisher of the datasets in the network. The element is unbounded to provide for alternative contacts (vacation etc.).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" type="MicroAgentP" name="TechnicalContact"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ContentContacts">
        <xs:annotation>
          <xs:documentation>UDDI registry element ("AdministrativeContact") for GBIF registry. Questions and feedback about data, or restrictions on use of the data should be directed to the adminstrative contact. This contact normally represents the agent acting as the original supplier or custodian of the dataset. If a content contact is given on the unit-level, that one should be used for end-user purposes. The element is unbounded to provide for alternative contacts (vacation etc.).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" type="MicroAgentP" name="ContentContact"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="OtherProviders" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Other known on-line providers of this dataset.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" type="String" name="OtherProvider">
              <xs:annotation>
                <xs:documentation>The UUID (identifier in the UDDI registry) of another data provider known to serve this dataset.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element type="ContentMetadata" name="Metadata">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">Metadata referring to the principal source of the entire data collection (the metadata scope may be wider than the objects actually contained in the data set). In its current form, this collection represents a mixture of elements useful for resource discovery (e.g. scope) with metadata actually pertaining to the received (partial) dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Units">
        <xs:annotation>
          <xs:documentation>A container for one or more unit data records from the gathering</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" type="Unit" name="Unit">
              <xs:annotation>
                <xs:documentation>A container for all data referring to a unit (specimen or observation record)</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / DatasetGUID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A globally unique identifier for the entire data collection the present dataset was derived from. The exact format and/or semantics are still under discussion.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="DatasetGUID" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A globally unique identifier for the entire data collection the present dataset was derived from. The exact format and/or semantics are still under discussion.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / TechnicalContacts
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Metadata item normally not used for end-user display. UDDI registry element for GBIF registry. Questions and feedback about availability of a provider or resource should be directed to the technical contact. This contact normally represents the Agent acting as the publisher of the datasets in the network. The element is unbounded to provide for alternative contacts (vacation etc.).
Diagram
Diagram ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_DataSets_DataSets_DataSet_TechnicalContacts_TechnicalContact
Properties
content complex
Model
Children TechnicalContact
Instance
<TechnicalContacts xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TechnicalContact preferred="false">{1,unbounded}</TechnicalContact>
</TechnicalContacts>
Source
<xs:element name="TechnicalContacts">
  <xs:annotation>
    <xs:documentation>Metadata item normally not used for end-user display. UDDI registry element for GBIF registry. Questions and feedback about availability of a provider or resource should be directed to the technical contact. This contact normally represents the Agent acting as the publisher of the datasets in the network. The element is unbounded to provide for alternative contacts (vacation etc.).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="MicroAgentP" name="TechnicalContact"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / TechnicalContacts / TechnicalContact
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#MicroAgent_Name ABCD_2_06_xsd.tmp#MicroAgent_Email ABCD_2_06_xsd.tmp#MicroAgent_Phone ABCD_2_06_xsd.tmp#MicroAgent_Address ABCD_2_06_xsd.tmp#MicroAgent ABCD_2_06_xsd.tmp#MicroAgentP_preferred ABCD_2_06_xsd.tmp#MicroAgentP
Type MicroAgentP
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Address, Email, Name, Phone
Instance
<TechnicalContact preferred="false" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Name>{1,1}</Name>
  <Email>{0,1}</Email>
  <Phone>{0,1}</Phone>
  <Address>{0,1}</Address>
</TechnicalContact>
Attributes
QName Type Default Use
preferred xs:boolean false optional
Source
<xs:element maxOccurs="unbounded" type="MicroAgentP" name="TechnicalContact"/>
Element MicroAgent / Name
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Person, person team, or role name (e. g., 'head of departement')
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Name">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Person, person team, or role name (e. g., 'head of departement')</xs:documentation>
  </xs:annotation>
</xs:element>
Element MicroAgent / Email
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Email" minOccurs="0"/>
Element MicroAgent / Phone
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
(voice phone)
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Phone" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">(voice phone)</xs:documentation>
  </xs:annotation>
</xs:element>
Element MicroAgent / Address
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Address" minOccurs="0"/>
Element DataSets / DataSet / ContentContacts
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
UDDI registry element ("AdministrativeContact") for GBIF registry. Questions and feedback about data, or restrictions on use of the data should be directed to the adminstrative contact. This contact normally represents the agent acting as the original supplier or custodian of the dataset. If a content contact is given on the unit-level, that one should be used for end-user purposes. The element is unbounded to provide for alternative contacts (vacation etc.).
Diagram
Diagram ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_DataSets_DataSets_DataSet_ContentContacts_ContentContact
Properties
content complex
Model
Children ContentContact
Instance
<ContentContacts xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ContentContact preferred="false">{1,unbounded}</ContentContact>
</ContentContacts>
Source
<xs:element name="ContentContacts">
  <xs:annotation>
    <xs:documentation>UDDI registry element ("AdministrativeContact") for GBIF registry. Questions and feedback about data, or restrictions on use of the data should be directed to the adminstrative contact. This contact normally represents the agent acting as the original supplier or custodian of the dataset. If a content contact is given on the unit-level, that one should be used for end-user purposes. The element is unbounded to provide for alternative contacts (vacation etc.).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="MicroAgentP" name="ContentContact"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / ContentContacts / ContentContact
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#MicroAgent_Name ABCD_2_06_xsd.tmp#MicroAgent_Email ABCD_2_06_xsd.tmp#MicroAgent_Phone ABCD_2_06_xsd.tmp#MicroAgent_Address ABCD_2_06_xsd.tmp#MicroAgent ABCD_2_06_xsd.tmp#MicroAgentP_preferred ABCD_2_06_xsd.tmp#MicroAgentP
Type MicroAgentP
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Address, Email, Name, Phone
Instance
<ContentContact preferred="false" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Name>{1,1}</Name>
  <Email>{0,1}</Email>
  <Phone>{0,1}</Phone>
  <Address>{0,1}</Address>
</ContentContact>
Attributes
QName Type Default Use
preferred xs:boolean false optional
Source
<xs:element maxOccurs="unbounded" type="MicroAgentP" name="ContentContact"/>
Element DataSets / DataSet / OtherProviders
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Other known on-line providers of this dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_DataSets_DataSets_DataSet_OtherProviders_OtherProvider
Properties
content complex
minOccurs 0
Model
Children OtherProvider
Instance
<OtherProviders xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <OtherProvider>{1,unbounded}</OtherProvider>
</OtherProviders>
Source
<xs:element name="OtherProviders" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Other known on-line providers of this dataset.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="String" name="OtherProvider">
        <xs:annotation>
          <xs:documentation>The UUID (identifier in the UDDI registry) of another data provider known to serve this dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / OtherProviders / OtherProvider
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The UUID (identifier in the UDDI registry) of another data provider known to serve this dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element maxOccurs="unbounded" type="String" name="OtherProvider">
  <xs:annotation>
    <xs:documentation>The UUID (identifier in the UDDI registry) of another data provider known to serve this dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / Metadata
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Metadata referring to the principal source of the entire data collection (the metadata scope may be wider than the objects actually contained in the data set). In its current form, this collection represents a mixture of elements useful for resource discovery (e.g. scope) with metadata actually pertaining to the received (partial) dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#ContentMetadata_Description ABCD_2_06_xsd.tmp#ContentMetadata_IconURI ABCD_2_06_xsd.tmp#ContentMetadata_Scope ABCD_2_06_xsd.tmp#ContentMetadata_Version ABCD_2_06_xsd.tmp#ContentMetadata_RevisionData ABCD_2_06_xsd.tmp#ContentMetadata_Owners ABCD_2_06_xsd.tmp#ContentMetadata_IPRStatements ABCD_2_06_xsd.tmp#ContentMetadata
Type ContentMetadata
Properties
content complex
Model
Children Description, IPRStatements, IconURI, Owners, RevisionData, Scope, Version
Instance
<Metadata xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Description>{1,1}</Description>
  <IconURI>{0,1}</IconURI>
  <Scope>{0,1}</Scope>
  <Version>{0,1}</Version>
  <RevisionData>{1,1}</RevisionData>
  <Owners>{0,1}</Owners>
  <IPRStatements>{0,1}</IPRStatements>
</Metadata>
Source
<xs:element type="ContentMetadata" name="Metadata">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Metadata referring to the principal source of the entire data collection (the metadata scope may be wider than the objects actually contained in the data set). In its current form, this collection represents a mixture of elements useful for resource discovery (e.g. scope) with metadata actually pertaining to the received (partial) dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Description
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Dublin Core conformant elements describing the content of the data source queried, representation in different languages possible
Diagram
Diagram ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Description_Representation
Properties
content complex
Model
Children Representation
Instance
<Description xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Representation language="">{1,unbounded}</Representation>
</Description>
Source
<xs:element name="Description">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Dublin Core conformant elements describing the content of the data source queried, representation in different languages possible</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="MetadataDescriptionRepr" name="Representation">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">The description in a specified language. Only one representation should be delivered for each language. [ATTR: language]</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Description / Representation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The description in a specified language. Only one representation should be delivered for each language. [ATTR: language]
Diagram
Diagram ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_language ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_Title ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_Details ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_Coverage ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_URI ABCD_2_06_xsd.tmp#MetadataDescriptionRepr
Type MetadataDescriptionRepr
Properties
content complex
maxOccurs unbounded
Model
Children Coverage, Details, Title, URI
Instance
<Representation language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Title>{1,1}</Title>
  <Details>{0,1}</Details>
  <Coverage>{0,1}</Coverage>
  <URI>{0,1}</URI>
</Representation>
Attributes
QName Type Use
language xs:language required
Source
<xs:element maxOccurs="unbounded" type="MetadataDescriptionRepr" name="Representation">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">The description in a specified language. Only one representation should be delivered for each language. [ATTR: language]</xs:documentation>
  </xs:annotation>
</xs:element>
Element MetadataDescriptionRepr / Title
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Source for Dublin-Core standard element "Title": A short, concise title.
General Note on DublinCore translation: In addition to those that can bee transformed from UBIF metadata, an additional DC.Type='dataset' should be added.
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Title">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Title": A short, concise title.</xs:documentation>
    <xs:documentation xml:lang="en-us">General Note on DublinCore translation: In addition to those that can bee transformed from UBIF metadata, an additional DC.Type='dataset' should be added.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MetadataDescriptionRepr / Details
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Source for Dublin-Core standard element "Description": Free-form text containing a longer description of the project.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Details" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Description": Free-form text containing a longer description of the project.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MetadataDescriptionRepr / Coverage
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Source for Dublin-Core standard element "Coverage": Free-form text describing geographic, taxonomic, or other coverage aspects of terminology or descriptions available in the current project.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Coverage" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Coverage": Free-form text describing geographic, taxonomic, or other coverage aspects of terminology or descriptions available in the current project.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MetadataDescriptionRepr / URI
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
URL pointing to an online source related to the current project, which may or may not serve an updated version of the description data.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:anyURI" name="URI" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">URL pointing to an online source related to the current project, which may or may not serve an updated version of the description data.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / IconURI
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The URI of an icon/logo symbolizing the project.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:anyURI" name="IconURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">The URI of an icon/logo symbolizing the project.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Scope
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Keyword lists of geographical, taxonomic, etc. scopes. In the case of projects in progress, 'scope' may define the planned or intended, rather than the achieved scope (or coverage). If scope is given, the content available should be entirely within scope, because this item is for resource discovery purposes. Compare also Coverage in DC.Description (which is language-specific). (Items from Scope may be added to DC.Coverage)
Diagram
Diagram ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Scope_GeoecologicalTerms ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Scope_TaxonomicTerms
Properties
content complex
minOccurs 0
Model
Children GeoecologicalTerms, TaxonomicTerms
Instance
<Scope xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <GeoecologicalTerms>{0,1}</GeoecologicalTerms>
  <TaxonomicTerms>{0,1}</TaxonomicTerms>
</Scope>
Source
<xs:element name="Scope" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Keyword lists of geographical, taxonomic, etc. scopes. In the case of projects in progress, 'scope' may define the planned or intended, rather than the achieved scope (or coverage). If scope is given, the content available should be entirely within scope, because this item is for resource discovery purposes. Compare also Coverage in DC.Description (which is language-specific). (Items from Scope may be added to DC.Coverage)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="GeoecologicalTerms" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A collection of terms describing the geoecological scope of the source queried by means of area names (e.g. 'Worldl', 'Germany', 'Atlantic Ocean', 'Andes', 'Mountains'. A list of recommended terms should be developed.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" type="StringL255" name="GeoEcologicalTerm"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="TaxonomicTerms" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A collection of taxon names of higher rank describing the taxonomic scope of the source queried. A list of recommended terms should be developed.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" type="StringL255" name="TaxonomicTerm"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Scope / GeoecologicalTerms
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A collection of terms describing the geoecological scope of the source queried by means of area names (e.g. 'Worldl', 'Germany', 'Atlantic Ocean', 'Andes', 'Mountains'. A list of recommended terms should be developed.
Diagram
Diagram ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Scope_ContentMetadata_ContentMetadata_Scope_GeoecologicalTerms_GeoEcologicalTerm
Properties
content complex
minOccurs 0
Model
Children GeoEcologicalTerm
Instance
<GeoecologicalTerms xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <GeoEcologicalTerm language="">{1,unbounded}</GeoEcologicalTerm>
</GeoecologicalTerms>
Source
<xs:element name="GeoecologicalTerms" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A collection of terms describing the geoecological scope of the source queried by means of area names (e.g. 'Worldl', 'Germany', 'Atlantic Ocean', 'Andes', 'Mountains'. A list of recommended terms should be developed.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringL255" name="GeoEcologicalTerm"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Scope / GeoecologicalTerms / GeoEcologicalTerm
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL255_language ABCD_2_06_xsd.tmp#StringL255
Type StringL255
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL255" name="GeoEcologicalTerm"/>
Element ContentMetadata / Scope / TaxonomicTerms
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A collection of taxon names of higher rank describing the taxonomic scope of the source queried. A list of recommended terms should be developed.
Diagram
Diagram ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Scope_ContentMetadata_ContentMetadata_Scope_TaxonomicTerms_TaxonomicTerm
Properties
content complex
minOccurs 0
Model
Children TaxonomicTerm
Instance
<TaxonomicTerms xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TaxonomicTerm language="">{1,unbounded}</TaxonomicTerm>
</TaxonomicTerms>
Source
<xs:element name="TaxonomicTerms" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A collection of taxon names of higher rank describing the taxonomic scope of the source queried. A list of recommended terms should be developed.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringL255" name="TaxonomicTerm"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Scope / TaxonomicTerms / TaxonomicTerm
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL255_language ABCD_2_06_xsd.tmp#StringL255
Type StringL255
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL255" name="TaxonomicTerm"/>
Element ContentMetadata / Version
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Number and date of current version (particularly for citing purposes)
Diagram
Diagram ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Version_Major ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Version_Minor ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Version_Modifier ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Version_DateIssued
Properties
content complex
minOccurs 0
Model
Children DateIssued, Major, Minor, Modifier
Instance
<Version xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Major>{1,1}</Major>
  <Minor>{0,1}</Minor>
  <Modifier>{0,1}</Modifier>
  <DateIssued>{0,1}</DateIssued>
</Version>
Source
<xs:element name="Version" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Number and date of current version (particularly for citing purposes)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:nonNegativeInteger" name="Major">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">The major version number ('1' in 1.2) as defined by the content creators.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:nonNegativeInteger" name="Minor" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">An optional minor version number ('2' in 1.2)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String255" name="Modifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">Unconstrained text specifying status + optional number, e. g., 'beta', 'alpha', 'rc/release candidate', 'internal'. If missing, release status is assumed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:date" name="DateIssued" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element Date.Issued: Citable 'publication date' of the current version (comp. RevisionData/DateCreated and DateModified for version- independent dates). This date should be missing if the current version is not yet published!</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Version / Major
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The major version number ('1' in 1.2) as defined by the content creators.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element type="xs:nonNegativeInteger" name="Major">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">The major version number ('1' in 1.2) as defined by the content creators.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Version / Minor
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An optional minor version number ('2' in 1.2)
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:nonNegativeInteger" name="Minor" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">An optional minor version number ('2' in 1.2)</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Version / Modifier
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Unconstrained text specifying status + optional number, e. g., 'beta', 'alpha', 'rc/release candidate', 'internal'. If missing, release status is assumed.
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Modifier" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Unconstrained text specifying status + optional number, e. g., 'beta', 'alpha', 'rc/release candidate', 'internal'. If missing, release status is assumed.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Version / DateIssued
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Source for Dublin-Core standard element Date.Issued: Citable 'publication date' of the current version (comp. RevisionData/DateCreated and DateModified for version- independent dates). This date should be missing if the current version is not yet published!
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:date" name="DateIssued" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element Date.Issued: Citable 'publication date' of the current version (comp. RevisionData/DateCreated and DateModified for version- independent dates). This date should be missing if the current version is not yet published!</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / RevisionData
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Creators, Revision status, and dates of the entire data collection from which the current dataset is derived.
Diagram
Diagram ABCD_2_06_xsd.tmp#RevisionData_Creators ABCD_2_06_xsd.tmp#RevisionData_Contributors ABCD_2_06_xsd.tmp#RevisionData_DateCreated ABCD_2_06_xsd.tmp#RevisionData_DateModified ABCD_2_06_xsd.tmp#RevisionData
Type RevisionData
Properties
content complex
Model
Children Contributors, Creators, DateCreated, DateModified
Instance
<RevisionData xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Creators>{0,1}</Creators>
  <Contributors>{0,1}</Contributors>
  <DateCreated>{0,1}</DateCreated>
  <DateModified>{1,1}</DateModified>
</RevisionData>
Source
<xs:element type="RevisionData" name="RevisionData">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Creators, Revision status, and dates of the entire data collection from which the current dataset is derived.</xs:documentation>
  </xs:annotation>
</xs:element>
Element RevisionData / Creators
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Source for Dublin-Core standard element "Creators", i.e. Author or editor.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Creators" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Creators", i.e. Author or editor.</xs:documentation>
  </xs:annotation>
</xs:element>
Element RevisionData / Contributors
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Source for Dublin-Core standard element"Contributors": General contributors, or translators.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Contributors" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element"Contributors": General contributors, or translators.</xs:documentation>
  </xs:annotation>
</xs:element>
Element RevisionData / DateCreated
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Source for Dublin-Core standard element "Date.Created": Date/time when the intellectual content (project, term, description, etc.) was created. Applications may initially set this to the system date for new data objects, but authors must be able to change it to an earlier date if necessary. If for legacy data this is imprecisely known, it may be missing here. Earlier versions in other data formats should then be mentioned in the copyright or acknowl. statements.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:dateTime" name="DateCreated" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Date.Created": Date/time when the intellectual content (project, term, description, etc.) was created. Applications may initially set this to the system date for new data objects, but authors must be able to change it to an earlier date if necessary. If for legacy data this is imprecisely known, it may be missing here. Earlier versions in other data formats should then be mentioned in the copyright or acknowl. statements.</xs:documentation>
  </xs:annotation>
</xs:element>
Element RevisionData / DateModified
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Source for Dublin-Core standard element Date.Modified: Date/time when the last modification of the object was made. If in online data sources the provider can not assess this, the current date/time may be substituted. For legacy data this may be set to the file date of imported data, or estimated.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element type="xs:dateTime" name="DateModified">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element Date.Modified: Date/time when the last modification of the object was made. If in online data sources the provider can not assess this, the current date/time may be substituted. For legacy data this may be set to the file date of imported data, or estimated.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Owners
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Entities having legal possession of the data collection content. Here defined for the entire data collection, not for individual units. If an owner statement is present on the unit level, it should override this dataset-level statement.
Diagram
Diagram ABCD_2_06_xsd.tmp#ContentMetadata_ContentMetadata_Owners_Owner
Properties
content complex
minOccurs 0
Model
Children Owner
Instance
<Owners xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Owner>{0,unbounded}</Owner>
</Owners>
Source
<xs:element name="Owners" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Entities having legal possession of the data collection content. Here defined for the entire data collection, not for individual units. If an owner statement is present on the unit level, it should override this dataset-level statement.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Contact" name="Owner" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">Entitiy having legal possession of the data collection content.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Owners / Owner
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Entitiy having legal possession of the data collection content.
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Organisation ABCD_2_06_xsd.tmp#Contact_Person ABCD_2_06_xsd.tmp#Contact_Roles ABCD_2_06_xsd.tmp#Contact_Addresses ABCD_2_06_xsd.tmp#Contact_TelephoneNumbers ABCD_2_06_xsd.tmp#Contact_EmailAddresses ABCD_2_06_xsd.tmp#Contact_URIs ABCD_2_06_xsd.tmp#Contact_LogoURI ABCD_2_06_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Addresses, EmailAddresses, LogoURI, Organisation, Person, Roles, TelephoneNumbers, URIs
Instance
<Owner xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Organisation>{0,1}</Organisation>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <URIs>{0,1}</URIs>
  <LogoURI>{0,1}</LogoURI>
</Owner>
Source
<xs:element maxOccurs="unbounded" type="Contact" name="Owner" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Entitiy having legal possession of the data collection content.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / Organisation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Organisation to contact
Diagram
Diagram ABCD_2_06_xsd.tmp#Organisation_Name ABCD_2_06_xsd.tmp#Organisation_OrgUnits ABCD_2_06_xsd.tmp#Organisation
Type Organisation
Properties
content complex
minOccurs 0
Model
Children Name, OrgUnits
Instance
<Organisation xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Name>{1,1}</Name>
  <OrgUnits>{0,1}</OrgUnits>
</Organisation>
Source
<xs:element type="Organisation" name="Organisation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Organisation to contact</xs:documentation>
  </xs:annotation>
</xs:element>
Element Organisation / Name
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Full organization or corporate name in multiple languages (en: 'Botanical Garden of ...', de: 'Botanischer Garten von ...'). vCard:Org.OrgName). The Label mechanism also supports acronyms / abbreviations (no vCard equivalent!).
Diagram
Diagram ABCD_2_06_xsd.tmp#Label_Representation ABCD_2_06_xsd.tmp#Label
Type Label
Properties
content complex
Model
Children Representation
Instance
<Name xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Representation language="">{1,unbounded}</Representation>
</Name>
Source
<xs:element type="Label" name="Name">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Full organization or corporate name in multiple languages (en: 'Botanical Garden of ...', de: 'Botanischer Garten von ...'). vCard:Org.OrgName). The Label mechanism also supports acronyms / abbreviations (no vCard equivalent!).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Label / Representation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Language-specific label representation
[ATTR: language]
Diagram
Diagram ABCD_2_06_xsd.tmp#LabelRepr_language ABCD_2_06_xsd.tmp#LabelRepr_Text ABCD_2_06_xsd.tmp#LabelRepr_Abbreviation ABCD_2_06_xsd.tmp#LabelRepr
Type extension of LabelRepr
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Abbreviation, Text
Instance
<Representation language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Text>{1,1}</Text>
  <Abbreviation>{0,1}</Abbreviation>
</Representation>
Attributes
QName Type Use
language xs:language required
Source
<xs:element maxOccurs="unbounded" name="Representation">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Language-specific label representation [ATTR: language]</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="LabelRepr"/>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element LabelRepr / Text
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Label text in a specific language.
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Text">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Label text in a specific language.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LabelRepr / Abbreviation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Restricted to 50 characters maximum length, including blanks (recommended to be shorter!). Label abbreviations are especially important when displaying information in a tabular format.
Diagram
Diagram ABCD_2_06_xsd.tmp#String50
Type String50
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 50
Source
<xs:element type="String50" name="Abbreviation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Restricted to 50 characters maximum length, including blanks (recommended to be shorter!). Label abbreviations are especially important when displaying information in a tabular format.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Organisation / OrgUnits
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
If the contact contains no person definition: the unit within the organization the agent represents; else a list of the various organisational units to which a person may belong. (vCard:OrgUnit)
Diagram
Diagram ABCD_2_06_xsd.tmp#Organisation_Organisation_OrgUnits_OrgUnit
Properties
content complex
minOccurs 0
Model
Children OrgUnit
Instance
<OrgUnits xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <OrgUnit language="">{1,unbounded}</OrgUnit>
</OrgUnits>
Source
<xs:element name="OrgUnits" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">If the contact contains no person definition: the unit within the organization the agent represents; else a list of the various organisational units to which a person may belong. (vCard:OrgUnit)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringL" name="OrgUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">(vCard:OrgUnit)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Organisation / OrgUnits / OrgUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
(vCard:OrgUnit)
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL" name="OrgUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">(vCard:OrgUnit)</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / Person
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Person to contact
Diagram
Diagram ABCD_2_06_xsd.tmp#PersonName_FullName ABCD_2_06_xsd.tmp#PersonName_SortingName ABCD_2_06_xsd.tmp#PersonName_AtomisedName ABCD_2_06_xsd.tmp#PersonName
Type PersonName
Properties
content complex
minOccurs 0
Model
Children AtomisedName, FullName, SortingName
Instance
<Person xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <FullName>{1,1}</FullName>
  <SortingName>{0,1}</SortingName>
  <AtomisedName>{0,1}</AtomisedName>
</Person>
Source
<xs:element type="PersonName" name="Person" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Person to contact</xs:documentation>
  </xs:annotation>
</xs:element>
Element PersonName / FullName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Preferred form of personal name for display as a string.
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="FullName">
  <xs:annotation>
    <xs:documentation>Preferred form of personal name for display as a string.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PersonName / SortingName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The full name with the elements in preferred sorting sequence (vCard: Sort-String).
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="SortingName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The full name with the elements in preferred sorting sequence (vCard: Sort-String).</xs:documentation>
  </xs:annotation>
</xs:element>
Element PersonName / AtomisedName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#PersonName_PersonName_AtomisedName_InheritedName ABCD_2_06_xsd.tmp#PersonName_PersonName_AtomisedName_Prefix ABCD_2_06_xsd.tmp#PersonName_PersonName_AtomisedName_Suffix ABCD_2_06_xsd.tmp#PersonName_PersonName_AtomisedName_GivenNames ABCD_2_06_xsd.tmp#PersonName_PersonName_AtomisedName_PreferredName
Properties
content complex
minOccurs 0
Model
Children GivenNames, InheritedName, PreferredName, Prefix, Suffix
Instance
<AtomisedName xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <InheritedName>{1,1}</InheritedName>
  <Prefix>{0,1}</Prefix>
  <Suffix>{0,1}</Suffix>
  <GivenNames>{0,1}</GivenNames>
  <PreferredName>{0,1}</PreferredName>
</AtomisedName>
Source
<xs:element name="AtomisedName" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String255" name="InheritedName">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">Family names, generational names, clan name, parents/grandparents personal names, etc. This (= last name in western cultures) may be compound ('Fischer von Waldheim', 'da Selva', 'Silvano Morales'). Depending on culture it is not necessarily the name of the parents nor common to the married couple and children, thus 'family name' should be avoided even though used in vCard. (vCard:N.Family)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String255" name="Prefix" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">Prefix to inherited name that should be output before name, but is usually not included in sorting. Examples: 'von', 'Lord'. Compare Title for 'Prof', 'Dr.' (vCard:N.Prefix)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String255" name="Suffix" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">Suffix to name that should be output after name, regardless whether it is in sorting sequence (Inherited, Given) or not. Examples: 'Jun.', 'III.'. (vCard:N.Suffix)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String255" name="GivenNames" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">The name given to a person as a personal name (= first or christian name in western cultures, including 'middle initials') may contain several words ('Ana Maria', 'Jerry B.'). Applicable only to persons. (vCard:N.Given + vCard:N.Middle)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String255" name="PreferredName" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en-us">May differ from the first given name: second given name, nickname ('Bob' for 'Robert'), etc. (vCard:Nickname)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element PersonName / AtomisedName / InheritedName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Family names, generational names, clan name, parents/grandparents personal names, etc. This (= last name in western cultures) may be compound ('Fischer von Waldheim', 'da Selva', 'Silvano Morales'). Depending on culture it is not necessarily the name of the parents nor common to the married couple and children, thus 'family name' should be avoided even though used in vCard. (vCard:N.Family)
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="InheritedName">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Family names, generational names, clan name, parents/grandparents personal names, etc. This (= last name in western cultures) may be compound ('Fischer von Waldheim', 'da Selva', 'Silvano Morales'). Depending on culture it is not necessarily the name of the parents nor common to the married couple and children, thus 'family name' should be avoided even though used in vCard. (vCard:N.Family)</xs:documentation>
  </xs:annotation>
</xs:element>
Element PersonName / AtomisedName / Prefix
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Prefix to inherited name that should be output before name, but is usually not included in sorting. Examples: 'von', 'Lord'. Compare Title for 'Prof', 'Dr.' (vCard:N.Prefix)
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Prefix" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Prefix to inherited name that should be output before name, but is usually not included in sorting. Examples: 'von', 'Lord'. Compare Title for 'Prof', 'Dr.' (vCard:N.Prefix)</xs:documentation>
  </xs:annotation>
</xs:element>
Element PersonName / AtomisedName / Suffix
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Suffix to name that should be output after name, regardless whether it is in sorting sequence (Inherited, Given) or not. Examples: 'Jun.', 'III.'. (vCard:N.Suffix)
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Suffix" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Suffix to name that should be output after name, regardless whether it is in sorting sequence (Inherited, Given) or not. Examples: 'Jun.', 'III.'. (vCard:N.Suffix)</xs:documentation>
  </xs:annotation>
</xs:element>
Element PersonName / AtomisedName / GivenNames
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The name given to a person as a personal name (= first or christian name in western cultures, including 'middle initials') may contain several words ('Ana Maria', 'Jerry B.'). Applicable only to persons. (vCard:N.Given + vCard:N.Middle)
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="GivenNames" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">The name given to a person as a personal name (= first or christian name in western cultures, including 'middle initials') may contain several words ('Ana Maria', 'Jerry B.'). Applicable only to persons. (vCard:N.Given + vCard:N.Middle)</xs:documentation>
  </xs:annotation>
</xs:element>
Element PersonName / AtomisedName / PreferredName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
May differ from the first given name: second given name, nickname ('Bob' for 'Robert'), etc. (vCard:Nickname)
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="PreferredName" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">May differ from the first given name: second given name, nickname ('Bob' for 'Robert'), etc. (vCard:Nickname)</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / Roles
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Contact_Roles_Role
Properties
content complex
minOccurs 0
Model
Children Role
Instance
<Roles xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Role language="">{1,unbounded}</Role>
</Roles>
Source
<xs:element name="Roles" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringL" name="Role">
        <xs:annotation>
          <xs:documentation>Analogue to vCard:Role: Functional contact name, e.g. "Database administrator", "The Director", etc.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Contact / Roles / Role
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Analogue to vCard:Role: Functional contact name, e.g. "Database administrator", "The Director", etc.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL" name="Role">
  <xs:annotation>
    <xs:documentation>Analogue to vCard:Role: Functional contact name, e.g. "Database administrator", "The Director", etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / Addresses
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Contact addresses (one preferred, different languages possible)
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Contact_Addresses_Address
Properties
content complex
minOccurs 0
Model
Children Address
Instance
<Addresses xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Address language="" preferred="">{0,unbounded}</Address>
</Addresses>
Source
<xs:element name="Addresses" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Contact addresses (one preferred, different languages possible)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringLP" name="Address" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Contact address as string.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Contact / Addresses / Address
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Contact address as string.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringLP_language ABCD_2_06_xsd.tmp#StringLP_preferred ABCD_2_06_xsd.tmp#StringLP
Type StringLP
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
preferred xs:boolean optional
Source
<xs:element maxOccurs="unbounded" type="StringLP" name="Address" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Contact address as string.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / TelephoneNumbers
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Telephone and fax numbers
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Contact_TelephoneNumbers_TelephoneNumber
Properties
content complex
minOccurs 0
Model
Children TelephoneNumber
Instance
<TelephoneNumbers xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TelephoneNumber preferred="false">{0,unbounded}</TelephoneNumber>
</TelephoneNumbers>
Source
<xs:element name="TelephoneNumbers" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Telephone and fax numbers</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="TelephoneNumber" name="TelephoneNumber" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Telephone or fax number</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Contact / TelephoneNumbers / TelephoneNumber
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Telephone or fax number
Diagram
Diagram ABCD_2_06_xsd.tmp#TelephoneNumber_preferred ABCD_2_06_xsd.tmp#TelephoneNumber_Number ABCD_2_06_xsd.tmp#TelephoneNumber_Device ABCD_2_06_xsd.tmp#TelephoneNumber_UsageNotes ABCD_2_06_xsd.tmp#TelephoneNumber
Type TelephoneNumber
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Device, Number, UsageNotes
Instance
<TelephoneNumber preferred="false" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Number>{1,1}</Number>
  <Device>{0,1}</Device>
  <UsageNotes language="">{0,1}</UsageNotes>
</TelephoneNumber>
Attributes
QName Type Default Use
preferred xs:boolean false optional
Source
<xs:element maxOccurs="unbounded" type="TelephoneNumber" name="TelephoneNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Telephone or fax number</xs:documentation>
  </xs:annotation>
</xs:element>
Element TelephoneNumber / Number
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Full number in standard international format
Diagram
Diagram ABCD_2_06_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element type="String255" name="Number">
  <xs:annotation>
    <xs:documentation>Full number in standard international format</xs:documentation>
  </xs:annotation>
</xs:element>
Element TelephoneNumber / Device
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#TelephoneDevice
Type TelephoneDevice
Properties
content complex
minOccurs 0
Source
<xs:element type="TelephoneDevice" name="Device" minOccurs="0"/>
Element TelephoneNumber / UsageNotes
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text for constraints on use e.g. "weekdays only" or "home number"
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="UsageNotes" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text for constraints on use e.g. "weekdays only" or "home number"</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / EmailAddresses
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
E-mail addresses
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Contact_EmailAddresses_EmailAddress
Properties
content complex
minOccurs 0
Model
Children EmailAddress
Instance
<EmailAddresses xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <EmailAddress preferred="">{0,unbounded}</EmailAddress>
</EmailAddresses>
Source
<xs:element name="EmailAddresses" minOccurs="0">
  <xs:annotation>
    <xs:documentation>E-mail addresses</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringP255" name="EmailAddress" minOccurs="0">
        <xs:annotation>
          <xs:documentation>E-mail address for contact</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Contact / EmailAddresses / EmailAddress
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
E-mail address for contact
Diagram
Diagram ABCD_2_06_xsd.tmp#String255 ABCD_2_06_xsd.tmp#StringP255_preferred ABCD_2_06_xsd.tmp#StringP255
Type StringP255
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:element maxOccurs="unbounded" type="StringP255" name="EmailAddress" minOccurs="0">
  <xs:annotation>
    <xs:documentation>E-mail address for contact</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / URIs
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
URIs for person or organisation
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Contact_URIs_URL
Properties
content complex
minOccurs 0
Model
Children URL
Instance
<URIs xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <URL preferred="">{0,unbounded}</URL>
</URIs>
Source
<xs:element name="URIs" minOccurs="0">
  <xs:annotation>
    <xs:documentation>URIs for person or organisation</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="anyUriP" name="URL" minOccurs="0">
        <xs:annotation>
          <xs:documentation>URI for person or organisation</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Contact / URIs / URL
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
URI for person or organisation
Diagram
Diagram ABCD_2_06_xsd.tmp#anyUriP_preferred ABCD_2_06_xsd.tmp#anyUriP
Type anyUriP
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:element maxOccurs="unbounded" type="anyUriP" name="URL" minOccurs="0">
  <xs:annotation>
    <xs:documentation>URI for person or organisation</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / LogoURI
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
URL of a logo image.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:anyURI" name="LogoURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>URL of a logo image.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / IPRStatements
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Copyright, terms of use, license and other IPR-related statements like disclaimer or acknowledgement. Giving a copyright statement and a (if possible public) licence is highly recommended! (=DC.Rights)
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRDeclarations ABCD_2_06_xsd.tmp#IPRStatements_Copyrights ABCD_2_06_xsd.tmp#IPRStatements_Licenses ABCD_2_06_xsd.tmp#IPRStatements_TermsOfUseStatements ABCD_2_06_xsd.tmp#IPRStatements_Disclaimers ABCD_2_06_xsd.tmp#IPRStatements_Acknowledgements ABCD_2_06_xsd.tmp#IPRStatements_Citations ABCD_2_06_xsd.tmp#IPRStatements
Type IPRStatements
Properties
content complex
minOccurs 0
Model
Children Acknowledgements, Citations, Copyrights, Disclaimers, IPRDeclarations, Licenses, TermsOfUseStatements
Instance
<IPRStatements xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <IPRDeclarations>{0,1}</IPRDeclarations>
  <Copyrights>{0,1}</Copyrights>
  <Licenses>{0,1}</Licenses>
  <TermsOfUseStatements>{0,1}</TermsOfUseStatements>
  <Disclaimers>{0,1}</Disclaimers>
  <Acknowledgements>{0,1}</Acknowledgements>
  <Citations>{0,1}</Citations>
</IPRStatements>
Source
<xs:element type="IPRStatements" name="IPRStatements" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Copyright, terms of use, license and other IPR-related statements like disclaimer or acknowledgement. Giving a copyright statement and a (if possible public) licence is highly recommended! (=DC.Rights)</xs:documentation>
  </xs:annotation>
</xs:element>
Element IPRStatements / IPRDeclarations
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRStatements_IPRDeclarations_IPRDeclaration
Properties
content complex
minOccurs 0
Model
Children IPRDeclaration
Instance
<IPRDeclarations xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <IPRDeclaration language="">{1,unbounded}</IPRDeclaration>
</IPRDeclarations>
Source
<xs:element name="IPRDeclarations" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Statement" name="IPRDeclaration">
        <xs:annotation>
          <xs:documentation>Used where the IPR declaration cannot be parsed into the specific items or for forms of IPR declaration not yet covered (e.g. database rights),</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element IPRStatements / IPRDeclarations / IPRDeclaration
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Used where the IPR declaration cannot be parsed into the specific items or for forms of IPR declaration not yet covered (e.g. database rights),
Diagram
Diagram ABCD_2_06_xsd.tmp#Statement_language ABCD_2_06_xsd.tmp#Statement_Text ABCD_2_06_xsd.tmp#Statement_Details ABCD_2_06_xsd.tmp#Statement_URI ABCD_2_06_xsd.tmp#Statement
Type Statement
Properties
content complex
maxOccurs unbounded
Model
Children Details, Text, URI
Instance
<IPRDeclaration language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <URI>{0,1}</URI>
</IPRDeclaration>
Attributes
QName Type Use
language xs:language required
Source
<xs:element maxOccurs="unbounded" type="Statement" name="IPRDeclaration">
  <xs:annotation>
    <xs:documentation>Used where the IPR declaration cannot be parsed into the specific items or for forms of IPR declaration not yet covered (e.g. database rights),</xs:documentation>
  </xs:annotation>
</xs:element>
Element Statement / Text
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A concise representation of a statement, recommended to be as short as possible, but actual length is unconstrained.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Text">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">A concise representation of a statement, recommended to be as short as possible, but actual length is unconstrained.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Statement / Details
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Optional text of unconstrained length, elaborating details of the ShortText
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Details" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Optional text of unconstrained length, elaborating details of the ShortText</xs:documentation>
  </xs:annotation>
</xs:element>
Element Statement / URI
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An optional resource on the net providing details on the statement (may be used as an alternative to the long text).
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:anyURI" name="URI" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">An optional resource on the net providing details on the statement (may be used as an alternative to the long text).</xs:documentation>
  </xs:annotation>
</xs:element>
Element IPRStatements / Copyrights
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRStatements_Copyrights_Copyright
Properties
content complex
minOccurs 0
Model
Children Copyright
Instance
<Copyrights xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Copyright language="">{1,unbounded}</Copyright>
</Copyrights>
Source
<xs:element name="Copyrights" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Statement" name="Copyright">
        <xs:annotation>
          <xs:documentation>Copyright may include the information that the data has been released to the public domain.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element IPRStatements / Copyrights / Copyright
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Type Statement
Properties
Model
Children Details, Text, URI
Instance
Attributes
Source
Element IPRStatements / Licenses
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRStatements_Licenses_License
Properties
content complex
minOccurs 0
Model
Children License
Instance
<Licenses xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <License language="">{1,unbounded}</License>
</Licenses>
Source
<xs:element name="Licenses" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Statement" name="License">
        <xs:annotation>
          <xs:documentation>To be used if data are placed under a public license (GPL, GFDL, OpenDocument). Placing data under a public license while maintaining copyright is recommended!</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element IPRStatements / Licenses / License
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
To be used if data are placed under a public license (GPL, GFDL, OpenDocument). Placing data under a public license while maintaining copyright is recommended!
Diagram
Diagram ABCD_2_06_xsd.tmp#Statement_language ABCD_2_06_xsd.tmp#Statement_Text ABCD_2_06_xsd.tmp#Statement_Details ABCD_2_06_xsd.tmp#Statement_URI ABCD_2_06_xsd.tmp#Statement
Type Statement
Properties
content complex
maxOccurs unbounded
Model
Children Details, Text, URI
Instance
<License language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <URI>{0,1}</URI>
</License>
Attributes
QName Type Use
language xs:language required
Source
<xs:element maxOccurs="unbounded" type="Statement" name="License">
  <xs:annotation>
    <xs:documentation>To be used if data are placed under a public license (GPL, GFDL, OpenDocument). Placing data under a public license while maintaining copyright is recommended!</xs:documentation>
  </xs:annotation>
</xs:element>
Element IPRStatements / TermsOfUseStatements
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRStatements_TermsOfUseStatements_TermsOfUse
Properties
content complex
minOccurs 0
Model
Children TermsOfUse
Instance
<TermsOfUseStatements xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TermsOfUse language="">{1,unbounded}</TermsOfUse>
</TermsOfUseStatements>
Source
<xs:element name="TermsOfUseStatements" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Statement" name="TermsOfUse">
        <xs:annotation>
          <xs:documentation>Defines conditions under which the data may be analised, distributed or changed. "Terms of use" includes concepts like "Usage conditions" and "Specific Restrictions".</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element IPRStatements / TermsOfUseStatements / TermsOfUse
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Defines conditions under which the data may be analised, distributed or changed. "Terms of use" includes concepts like "Usage conditions" and "Specific Restrictions".
Diagram
Diagram ABCD_2_06_xsd.tmp#Statement_language ABCD_2_06_xsd.tmp#Statement_Text ABCD_2_06_xsd.tmp#Statement_Details ABCD_2_06_xsd.tmp#Statement_URI ABCD_2_06_xsd.tmp#Statement
Type Statement
Properties
content complex
maxOccurs unbounded
Model
Children Details, Text, URI
Instance
<TermsOfUse language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <URI>{0,1}</URI>
</TermsOfUse>
Attributes
QName Type Use
language xs:language required
Source
<xs:element maxOccurs="unbounded" type="Statement" name="TermsOfUse">
  <xs:annotation>
    <xs:documentation>Defines conditions under which the data may be analised, distributed or changed. "Terms of use" includes concepts like "Usage conditions" and "Specific Restrictions".</xs:documentation>
  </xs:annotation>
</xs:element>
Element IPRStatements / Disclaimers
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRStatements_Disclaimers_Disclaimer
Properties
content complex
minOccurs 0
Model
Children Disclaimer
Instance
<Disclaimers xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Disclaimer language="">{1,unbounded}</Disclaimer>
</Disclaimers>
Source
<xs:element name="Disclaimers" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Statement" name="Disclaimer">
        <xs:annotation>
          <xs:documentation>Disclaimer statement, e. g. concerning responsibility for data quality or legal implications.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element IPRStatements / Disclaimers / Disclaimer
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Disclaimer statement, e. g. concerning responsibility for data quality or legal implications.
Diagram
Diagram ABCD_2_06_xsd.tmp#Statement_language ABCD_2_06_xsd.tmp#Statement_Text ABCD_2_06_xsd.tmp#Statement_Details ABCD_2_06_xsd.tmp#Statement_URI ABCD_2_06_xsd.tmp#Statement
Type Statement
Properties
content complex
maxOccurs unbounded
Model
Children Details, Text, URI
Instance
<Disclaimer language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <URI>{0,1}</URI>
</Disclaimer>
Attributes
QName Type Use
language xs:language required
Source
<xs:element maxOccurs="unbounded" type="Statement" name="Disclaimer">
  <xs:annotation>
    <xs:documentation>Disclaimer statement, e. g. concerning responsibility for data quality or legal implications.</xs:documentation>
  </xs:annotation>
</xs:element>
Element IPRStatements / Acknowledgements
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRStatements_Acknowledgements_Acknowledgement
Properties
content complex
minOccurs 0
Model
Children Acknowledgement
Instance
<Acknowledgements xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Acknowledgement language="">{1,unbounded}</Acknowledgement>
</Acknowledgements>
Source
<xs:element name="Acknowledgements" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Statement" name="Acknowledgement">
        <xs:annotation>
          <xs:documentation>A free form text acknowledging support (e. g. grant money, help, permission to reuse published material, etc.)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element IPRStatements / Acknowledgements / Acknowledgement
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A free form text acknowledging support (e. g. grant money, help, permission to reuse published material, etc.)
Diagram
Diagram ABCD_2_06_xsd.tmp#Statement_language ABCD_2_06_xsd.tmp#Statement_Text ABCD_2_06_xsd.tmp#Statement_Details ABCD_2_06_xsd.tmp#Statement_URI ABCD_2_06_xsd.tmp#Statement
Type Statement
Properties
content complex
maxOccurs unbounded
Model
Children Details, Text, URI
Instance
<Acknowledgement language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <URI>{0,1}</URI>
</Acknowledgement>
Attributes
QName Type Use
language xs:language required
Source
<xs:element maxOccurs="unbounded" type="Statement" name="Acknowledgement">
  <xs:annotation>
    <xs:documentation>A free form text acknowledging support (e. g. grant money, help, permission to reuse published material, etc.)</xs:documentation>
  </xs:annotation>
</xs:element>
Element IPRStatements / Citations
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRStatements_Citations_Citation
Properties
content complex
minOccurs 0
Model
Children Citation
Instance
<Citations xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Citation language="">{1,1}</Citation>
</Citations>
Source
<xs:element name="Citations" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="Statement" name="Citation">
        <xs:annotation>
          <xs:documentation>Indicates how this dataset or record should be attributed if used [OBIF 1.0]</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element IPRStatements / Citations / Citation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Indicates how this dataset or record should be attributed if used [OBIF 1.0]
Diagram
Diagram ABCD_2_06_xsd.tmp#Statement_language ABCD_2_06_xsd.tmp#Statement_Text ABCD_2_06_xsd.tmp#Statement_Details ABCD_2_06_xsd.tmp#Statement_URI ABCD_2_06_xsd.tmp#Statement
Type Statement
Properties
content complex
Model
Children Details, Text, URI
Instance
<Citation language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <URI>{0,1}</URI>
</Citation>
Attributes
QName Type Use
language xs:language required
Source
<xs:element type="Statement" name="Citation">
  <xs:annotation>
    <xs:documentation>Indicates how this dataset or record should be attributed if used [OBIF 1.0]</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / Units
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A container for one or more unit data records from the gathering
Diagram
Diagram ABCD_2_06_xsd.tmp#DataSets_DataSets_DataSet_DataSets_DataSets_DataSet_Units_Unit
Properties
content complex
Model
Children Unit
Instance
<Units xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Unit>{1,unbounded}</Unit>
</Units>
Source
<xs:element name="Units">
  <xs:annotation>
    <xs:documentation>A container for one or more unit data records from the gathering</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Unit" name="Unit">
        <xs:annotation>
          <xs:documentation>A container for all data referring to a unit (specimen or observation record)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / Units / Unit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A container for all data referring to a unit (specimen or observation record)
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_UnitGUID ABCD_2_06_xsd.tmp#Unit_SourceInstitutionID ABCD_2_06_xsd.tmp#Unit_SourceID ABCD_2_06_xsd.tmp#Unit_UnitID ABCD_2_06_xsd.tmp#Unit_UnitIDNumeric ABCD_2_06_xsd.tmp#Unit_LastEditor ABCD_2_06_xsd.tmp#Unit_DateLastEdited ABCD_2_06_xsd.tmp#Unit_Owner ABCD_2_06_xsd.tmp#Unit_IPRStatements ABCD_2_06_xsd.tmp#Unit_UnitContentContacts ABCD_2_06_xsd.tmp#Unit_SourceReference ABCD_2_06_xsd.tmp#Unit_UnitReferences ABCD_2_06_xsd.tmp#Unit_Identifications ABCD_2_06_xsd.tmp#Unit_RecordBasis ABCD_2_06_xsd.tmp#Unit_KindOfUnit ABCD_2_06_xsd.tmp#Unit_SpecimenUnit ABCD_2_06_xsd.tmp#Unit_ObservationUnit ABCD_2_06_xsd.tmp#Unit_CultureCollectionUnit ABCD_2_06_xsd.tmp#Unit_MycologicalUnit ABCD_2_06_xsd.tmp#Unit_HerbariumUnit ABCD_2_06_xsd.tmp#Unit_BotanicalGardenUnit ABCD_2_06_xsd.tmp#Unit_PlantGeneticResourcesUnit ABCD_2_06_xsd.tmp#Unit_ZoologicalUnit ABCD_2_06_xsd.tmp#Unit_PalaeontologicalUnit ABCD_2_06_xsd.tmp#Unit_MultiMediaObjects ABCD_2_06_xsd.tmp#Unit_Associations ABCD_2_06_xsd.tmp#Unit_Assemblages ABCD_2_06_xsd.tmp#Unit_NamedCollectionsOrSurveys ABCD_2_06_xsd.tmp#Unit_Gathering ABCD_2_06_xsd.tmp#Unit_CollectorsFieldNumber ABCD_2_06_xsd.tmp#Unit_MeasurementsOrFacts ABCD_2_06_xsd.tmp#Unit_Sex ABCD_2_06_xsd.tmp#Unit_Age ABCD_2_06_xsd.tmp#Unit_Sequences ABCD_2_06_xsd.tmp#Unit_Notes ABCD_2_06_xsd.tmp#Unit_RecordURI ABCD_2_06_xsd.tmp#Unit_EAnnotations ABCD_2_06_xsd.tmp#Unit_UnitExtension ABCD_2_06_xsd.tmp#Unit
Type Unit
Properties
content complex
maxOccurs unbounded
Model
Children Age, Assemblages, Associations, BotanicalGardenUnit, CollectorsFieldNumber, CultureCollectionUnit, DateLastEdited, EAnnotations, Gathering, HerbariumUnit, IPRStatements, Identifications, KindOfUnit, LastEditor, MeasurementsOrFacts, MultiMediaObjects, MycologicalUnit, NamedCollectionsOrSurveys, Notes, ObservationUnit, Owner, PalaeontologicalUnit, PlantGeneticResourcesUnit, RecordBasis, RecordURI, Sequences, Sex, SourceID, SourceInstitutionID, SourceReference, SpecimenUnit, UnitContentContacts, UnitExtension, UnitGUID, UnitID, UnitIDNumeric, UnitReferences, ZoologicalUnit
Instance
<Unit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <UnitGUID>{0,1}</UnitGUID>
  <SourceInstitutionID>{1,1}</SourceInstitutionID>
  <SourceID>{1,1}</SourceID>
  <UnitID>{1,1}</UnitID>
  <UnitIDNumeric>{0,1}</UnitIDNumeric>
  <LastEditor>{0,1}</LastEditor>
  <DateLastEdited>{0,1}</DateLastEdited>
  <Owner>{0,1}</Owner>
  <IPRStatements>{0,1}</IPRStatements>
  <UnitContentContacts>{0,1}</UnitContentContacts>
  <SourceReference>{0,1}</SourceReference>
  <UnitReferences>{0,1}</UnitReferences>
  <Identifications>{0,1}</Identifications>
  <RecordBasis>{0,1}</RecordBasis>
  <KindOfUnit language="">{0,unbounded}</KindOfUnit>
  <SpecimenUnit>{0,1}</SpecimenUnit>
  <ObservationUnit>{0,1}</ObservationUnit>
  <CultureCollectionUnit>{0,1}</CultureCollectionUnit>
  <MycologicalUnit>{0,1}</MycologicalUnit>
  <HerbariumUnit>{0,1}</HerbariumUnit>
  <BotanicalGardenUnit>{0,1}</BotanicalGardenUnit>
  <PlantGeneticResourcesUnit>{0,1}</PlantGeneticResourcesUnit>
  <ZoologicalUnit>{0,1}</ZoologicalUnit>
  <PalaeontologicalUnit>{0,1}</PalaeontologicalUnit>
  <MultiMediaObjects>{0,1}</MultiMediaObjects>
  <Associations>{0,1}</Associations>
  <Assemblages>{0,1}</Assemblages>
  <NamedCollectionsOrSurveys>{0,1}</NamedCollectionsOrSurveys>
  <Gathering>{0,1}</Gathering>
  <CollectorsFieldNumber>{0,1}</CollectorsFieldNumber>
  <MeasurementsOrFacts>{0,1}</MeasurementsOrFacts>
  <Sex>{0,1}</Sex>
  <Age>{0,1}</Age>
  <Sequences>{0,1}</Sequences>
  <Notes language="">{0,1}</Notes>
  <RecordURI>{0,1}</RecordURI>
  <EAnnotations>{0,1}</EAnnotations>
  <UnitExtension>{0,1}</UnitExtension>
</Unit>
Source
<xs:element maxOccurs="unbounded" type="Unit" name="Unit">
  <xs:annotation>
    <xs:documentation>A container for all data referring to a unit (specimen or observation record)</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / UnitGUID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A globally unique identifier for the unit record. Following DwC, in the absence of a persistent global unique identifier, this should be constructed in the form "URN:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]".
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="UnitGUID" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A globally unique identifier for the unit record. Following DwC, in the absence of a persistent global unique identifier, this should be constructed in the form "URN:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]".</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SourceInstitutionID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Unique identifier (code or name) of the institution holding the original data source (first part of record identifier). In specimen collections, this is normally the institution or private holder of the collection itself. For herbaria and botanical gardens, the standard abbreviations should be used.
Diagram
Diagram ABCD_2_06_xsd.tmp#InstitutionCode
Type InstitutionCode
Properties
content simple
Source
<xs:element type="InstitutionCode" name="SourceInstitutionID">
  <xs:annotation>
    <xs:documentation>Unique identifier (code or name) of the institution holding the original data source (first part of record identifier). In specimen collections, this is normally the institution or private holder of the collection itself. For herbaria and botanical gardens, the standard abbreviations should be used.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SourceID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name or code of the data source (unique within the institution, second part of the record identifier)
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="SourceID">
  <xs:annotation>
    <xs:documentation>Name or code of the data source (unique within the institution, second part of the record identifier)</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / UnitID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A unique identifier for the unit record within the data source. Preferrably, the ID should be stable in the database, so that it also can be used to find the same record again (e.g. for data exchange purposes). Third part of the record identifier.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="UnitID">
  <xs:annotation>
    <xs:documentation>A unique identifier for the unit record within the data source. Preferrably, the ID should be stable in the database, so that it also can be used to find the same record again (e.g. for data exchange purposes). Third part of the record identifier.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / UnitIDNumeric
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Numeric catalogue number. Facilitates soriting of numbers.
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:int" name="UnitIDNumeric" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Numeric catalogue number. Facilitates soriting of numbers.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / LastEditor
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name or other indication of the person or team that created or last edited this record.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="LastEditor" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name or other indication of the person or team that created or last edited this record.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / DateLastEdited
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Date of creation or last change of this unit record.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:dateTime" name="DateLastEdited" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date of creation or last change of this unit record.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Owner
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The legal owner of the unit record. Note that ownership of physical specimens is handled under SpecimenUnit. If present, overrides the equivalent Ownders element on the level of dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Organisation ABCD_2_06_xsd.tmp#Contact_Person ABCD_2_06_xsd.tmp#Contact_Roles ABCD_2_06_xsd.tmp#Contact_Addresses ABCD_2_06_xsd.tmp#Contact_TelephoneNumbers ABCD_2_06_xsd.tmp#Contact_EmailAddresses ABCD_2_06_xsd.tmp#Contact_URIs ABCD_2_06_xsd.tmp#Contact_LogoURI ABCD_2_06_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, LogoURI, Organisation, Person, Roles, TelephoneNumbers, URIs
Instance
<Owner xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Organisation>{0,1}</Organisation>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <URIs>{0,1}</URIs>
  <LogoURI>{0,1}</LogoURI>
</Owner>
Source
<xs:element type="Contact" name="Owner" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The legal owner of the unit record. Note that ownership of physical specimens is handled under SpecimenUnit. If present, overrides the equivalent Ownders element on the level of dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / IPRStatements
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Specific rights, terms and other conditions pertaining to the individual record. If present, override the equivalent statements on the level of dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRDeclarations ABCD_2_06_xsd.tmp#IPRStatements_Copyrights ABCD_2_06_xsd.tmp#IPRStatements_Licenses ABCD_2_06_xsd.tmp#IPRStatements_TermsOfUseStatements ABCD_2_06_xsd.tmp#IPRStatements_Disclaimers ABCD_2_06_xsd.tmp#IPRStatements_Acknowledgements ABCD_2_06_xsd.tmp#IPRStatements_Citations ABCD_2_06_xsd.tmp#IPRStatements
Type IPRStatements
Properties
content complex
minOccurs 0
Model
Children Acknowledgements, Citations, Copyrights, Disclaimers, IPRDeclarations, Licenses, TermsOfUseStatements
Instance
<IPRStatements xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <IPRDeclarations>{0,1}</IPRDeclarations>
  <Copyrights>{0,1}</Copyrights>
  <Licenses>{0,1}</Licenses>
  <TermsOfUseStatements>{0,1}</TermsOfUseStatements>
  <Disclaimers>{0,1}</Disclaimers>
  <Acknowledgements>{0,1}</Acknowledgements>
  <Citations>{0,1}</Citations>
</IPRStatements>
Source
<xs:element type="IPRStatements" name="IPRStatements" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specific rights, terms and other conditions pertaining to the individual record. If present, override the equivalent statements on the level of dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / UnitContentContacts
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for one to many content contacts for the unit record. If present, overrides the equivalent ContentContact on the level of dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_UnitContentContacts_UnitContentContact
Properties
content complex
minOccurs 0
Model
Children UnitContentContact
Instance
<UnitContentContacts xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <UnitContentContact preferred="">{1,unbounded}</UnitContentContact>
</UnitContentContacts>
Source
<xs:element name="UnitContentContacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for one to many content contacts for the unit record. If present, overrides the equivalent ContentContact on the level of dataset.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="UnitContentContact">
        <xs:annotation>
          <xs:documentation>Questions and feedback about data, or restrictions on use of the data should be directed to the contact given here. If present, overrides the equivalent ContentContact on the level of dataset.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="Contact">
              <xs:attribute type="xs:boolean" name="preferred"/>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / UnitContentContacts / UnitContentContact
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Questions and feedback about data, or restrictions on use of the data should be directed to the contact given here. If present, overrides the equivalent ContentContact on the level of dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Organisation ABCD_2_06_xsd.tmp#Contact_Person ABCD_2_06_xsd.tmp#Contact_Roles ABCD_2_06_xsd.tmp#Contact_Addresses ABCD_2_06_xsd.tmp#Contact_TelephoneNumbers ABCD_2_06_xsd.tmp#Contact_EmailAddresses ABCD_2_06_xsd.tmp#Contact_URIs ABCD_2_06_xsd.tmp#Contact_LogoURI ABCD_2_06_xsd.tmp#Contact ABCD_2_06_xsd.tmp#Unit_Unit_UnitContentContacts_Unit_Unit_UnitContentContacts_UnitContentContact_preferred
Type extension of Contact
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Addresses, EmailAddresses, LogoURI, Organisation, Person, Roles, TelephoneNumbers, URIs
Instance
<UnitContentContact preferred="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Organisation>{0,1}</Organisation>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <URIs>{0,1}</URIs>
  <LogoURI>{0,1}</LogoURI>
</UnitContentContact>
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:element maxOccurs="unbounded" name="UnitContentContact">
  <xs:annotation>
    <xs:documentation>Questions and feedback about data, or restrictions on use of the data should be directed to the contact given here. If present, overrides the equivalent ContentContact on the level of dataset.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="Contact">
        <xs:attribute type="xs:boolean" name="preferred"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element Unit / SourceReference
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Reference that is the source of the information about the unit given in the record.
Diagram
Diagram ABCD_2_06_xsd.tmp#Reference_TitleCitation ABCD_2_06_xsd.tmp#Reference_CitationDetail ABCD_2_06_xsd.tmp#Reference_URI ABCD_2_06_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children CitationDetail, TitleCitation, URI
Instance
<SourceReference xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TitleCitation>{1,1}</TitleCitation>
  <CitationDetail>{0,1}</CitationDetail>
  <URI>{0,1}</URI>
</SourceReference>
Source
<xs:element type="Reference" name="SourceReference" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reference that is the source of the information about the unit given in the record.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Reference / TitleCitation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Formal citation for a paper or electronic publication.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="TitleCitation">
  <xs:annotation>
    <xs:documentation>Formal citation for a paper or electronic publication.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Reference / CitationDetail
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Specific page, figure or illustration number(s) within the reference.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="CitationDetail" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specific page, figure or illustration number(s) within the reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Reference / URI
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Universal Resource Identifier - Path to electronic source of document.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:anyURI" name="URI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Universal Resource Identifier - Path to electronic source of document.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / UnitReferences
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for references citing the unit See SourceReference for the case that the record is based on a publication.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_UnitReferences_UnitReference
Properties
content complex
minOccurs 0
Model
Children UnitReference
Instance
<UnitReferences xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <UnitReference>{0,unbounded}</UnitReference>
</UnitReferences>
Source
<xs:element name="UnitReferences" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for references citing the unit See SourceReference for the case that the record is based on a publication.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Reference" name="UnitReference" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Published reference citing this unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / UnitReferences / UnitReference
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Published reference citing this unit.
Diagram
Diagram ABCD_2_06_xsd.tmp#Reference_TitleCitation ABCD_2_06_xsd.tmp#Reference_CitationDetail ABCD_2_06_xsd.tmp#Reference_URI ABCD_2_06_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children CitationDetail, TitleCitation, URI
Instance
<UnitReference xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TitleCitation>{1,1}</TitleCitation>
  <CitationDetail>{0,1}</CitationDetail>
  <URI>{0,1}</URI>
</UnitReference>
Source
<xs:element maxOccurs="unbounded" type="Reference" name="UnitReference" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Published reference citing this unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Identifications
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for identification events, i.e. the circumstances and result of assigning a name to the unit.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_Identifications_Identification ABCD_2_06_xsd.tmp#Unit_Unit_Identifications_IdentificationHistory
Properties
content complex
minOccurs 0
Model
Children Identification, IdentificationHistory
Instance
<Identifications xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Identification>{0,unbounded}</Identification>
  <IdentificationHistory>{0,1}</IdentificationHistory>
</Identifications>
Source
<xs:element name="Identifications" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for identification events, i.e. the circumstances and result of assigning a name to the unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Identification" name="Identification" minOccurs="0">
        <xs:annotation>
          <xs:documentation>In cases where more than one name applies to a single unit, several identifications should be formed and flagged as preferred. Relationships between differently identified sub-units of the unit can be specified by means of the IdentificationRole.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="IdentificationHistory" minOccurs="0">
        <xs:annotation>
          <xs:documentation>This is a free text field for use when extracting data from datasources where the identification or verification history (or part of it) is a free text field. In normal circumstances the history can be constructed by sorting identification events by date and reference to the preferred identification flag</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Identifications / Identification
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
In cases where more than one name applies to a single unit, several identifications should be formed and flagged as preferred. Relationships between differently identified sub-units of the unit can be specified by means of the IdentificationRole.
Diagram
Diagram ABCD_2_06_xsd.tmp#Identification_Result ABCD_2_06_xsd.tmp#Identification_PreferredFlag ABCD_2_06_xsd.tmp#Identification_NonFlag ABCD_2_06_xsd.tmp#Identification_StoredUnderFlag ABCD_2_06_xsd.tmp#Identification_ResultRole ABCD_2_06_xsd.tmp#Identification_Identifiers ABCD_2_06_xsd.tmp#Identification_References ABCD_2_06_xsd.tmp#Identification_Date ABCD_2_06_xsd.tmp#Identification_Method ABCD_2_06_xsd.tmp#Identification_Notes ABCD_2_06_xsd.tmp#Identification_VerificationLevel ABCD_2_06_xsd.tmp#Identification
Type Identification
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Date, Identifiers, Method, NonFlag, Notes, PreferredFlag, References, Result, ResultRole, StoredUnderFlag, VerificationLevel
Instance
<Identification xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Result>{1,1}</Result>
  <PreferredFlag>{0,1}</PreferredFlag>
  <NonFlag>{0,1}</NonFlag>
  <StoredUnderFlag>{0,1}</StoredUnderFlag>
  <ResultRole language="">{0,1}</ResultRole>
  <Identifiers>{0,1}</Identifiers>
  <References>{0,1}</References>
  <Date>{0,1}</Date>
  <Method language="">{0,1}</Method>
  <Notes language="">{0,1}</Notes>
  <VerificationLevel>{0,1}</VerificationLevel>
</Identification>
Source
<xs:element maxOccurs="unbounded" type="Identification" name="Identification" minOccurs="0">
  <xs:annotation>
    <xs:documentation>In cases where more than one name applies to a single unit, several identifications should be formed and flagged as preferred. Relationships between differently identified sub-units of the unit can be specified by means of the IdentificationRole.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Result
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The result of the identification, currently either a material (substrate) or a taxon name, but in the future to be extended to include other types of identifications used in natural history collections and surveys.
Diagram
Diagram ABCD_2_06_xsd.tmp#Identification_Identification_Result_TaxonIdentified ABCD_2_06_xsd.tmp#Identification_Identification_Result_MaterialIdentified ABCD_2_06_xsd.tmp#Identification_Identification_Result_Extension
Properties
content complex
Model
Children Extension, MaterialIdentified, TaxonIdentified
Instance
<Result xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TaxonIdentified>{0,1}</TaxonIdentified>
  <MaterialIdentified language="">{0,1}</MaterialIdentified>
  <Extension>{0,1}</Extension>
</Result>
Source
<xs:element name="Result">
  <xs:annotation>
    <xs:documentation>The result of the identification, currently either a material (substrate) or a taxon name, but in the future to be extended to include other types of identifications used in natural history collections and surveys.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element type="TaxonIdentified" name="TaxonIdentified" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The Taxon (concept) or Taxonomic name assigned to the unit (or excluded, "non") in the Identification.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="MaterialIdentified" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A material identified as the result of the identification event (e.g. a non-organismic substrate of a microorganism)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:anyType" name="Extension" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A placeholder for a temporary extension to include identification results not yet covered by the schema. This serves to accommodate urgent inter-version additions to the unit-object schema.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element Identification / Result / TaxonIdentified
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The Taxon (concept) or Taxonomic name assigned to the unit (or excluded, "non") in the Identification.
Diagram
Diagram ABCD_2_06_xsd.tmp#TaxonIdentified_HigherTaxa ABCD_2_06_xsd.tmp#TaxonIdentified_ScientificName ABCD_2_06_xsd.tmp#TaxonIdentified_InformalNameString ABCD_2_06_xsd.tmp#TaxonIdentified_NameComments ABCD_2_06_xsd.tmp#TaxonIdentified_Code ABCD_2_06_xsd.tmp#TaxonIdentified
Type TaxonIdentified
Properties
content complex
minOccurs 0
Model
Children Code, HigherTaxa, InformalNameString, NameComments, ScientificName
Instance
<TaxonIdentified xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <HigherTaxa>{0,1}</HigherTaxa>
  <ScientificName>{0,1}</ScientificName>
  <InformalNameString language="">{0,1}</InformalNameString>
  <NameComments language="">{0,1}</NameComments>
  <Code>{0,1}</Code>
</TaxonIdentified>
Source
<xs:element type="TaxonIdentified" name="TaxonIdentified" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Taxon (concept) or Taxonomic name assigned to the unit (or excluded, "non") in the Identification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element TaxonIdentified / HigherTaxa
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Wrapper element for multiple designations of higher taxa. These are higher-level classifications of the name identified, NOT a higher taxon as the sole identification.
Diagram
Diagram ABCD_2_06_xsd.tmp#TaxonIdentified_TaxonIdentified_HigherTaxa_HigherTaxon
Properties
content complex
minOccurs 0
Model
Children HigherTaxon
Instance
<HigherTaxa xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <HigherTaxon>{1,unbounded}</HigherTaxon>
</HigherTaxa>
Source
<xs:element name="HigherTaxa" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Wrapper element for multiple designations of higher taxa. These are higher-level classifications of the name identified, NOT a higher taxon as the sole identification.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="HigherTaxon" name="HigherTaxon">
        <xs:annotation>
          <xs:documentation>The scientific name of a taxon with a rank higher than Genus which is commonly used to classify the group the unit belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element TaxonIdentified / HigherTaxa / HigherTaxon
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The scientific name of a taxon with a rank higher than Genus which is commonly used to classify the group the unit belongs to.
Diagram
Diagram ABCD_2_06_xsd.tmp#HigherTaxon_HigherTaxonName ABCD_2_06_xsd.tmp#HigherTaxon_HigherTaxonRank ABCD_2_06_xsd.tmp#HigherTaxon
Type HigherTaxon
Properties
content complex
maxOccurs unbounded
Model
Children HigherTaxonName, HigherTaxonRank
Instance
<HigherTaxon xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <HigherTaxonName>{1,1}</HigherTaxonName>
  <HigherTaxonRank>{0,1}</HigherTaxonRank>
</HigherTaxon>
Source
<xs:element maxOccurs="unbounded" type="HigherTaxon" name="HigherTaxon">
  <xs:annotation>
    <xs:documentation>The scientific name of a taxon with a rank higher than Genus which is commonly used to classify the group the unit belongs to.</xs:documentation>
  </xs:annotation>
</xs:element>
Element HigherTaxon / HigherTaxonName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Monomial
Type Monomial
Properties
content simple
Source
<xs:element type="Monomial" name="HigherTaxonName"/>
Element HigherTaxon / HigherTaxonRank
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#HigherTaxonRankEnum
Type HigherTaxonRankEnum
Properties
content simple
minOccurs 0
Facets
enumeration regnum
enumeration subregnum
enumeration superphylum
enumeration phylum
enumeration subphylum
enumeration superclassis
enumeration classis
enumeration subclassis
enumeration superordo
enumeration ordo
enumeration subordo
enumeration superfamilia
enumeration familia
enumeration subfamilia
enumeration tribus
enumeration genusgroup
enumeration unranked
Source
<xs:element type="HigherTaxonRankEnum" name="HigherTaxonRank" minOccurs="0"/>
Element TaxonIdentified / ScientificName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names - with additional elements for suffixes or other expressions commonly used in taxonomic identifications.
Diagram
Diagram ABCD_2_06_xsd.tmp#ScientificName_FullScientificNameString ABCD_2_06_xsd.tmp#ScientificName_NameAtomised ABCD_2_06_xsd.tmp#ScientificName ABCD_2_06_xsd.tmp#ScientificNameIdentified_IdentificationQualifier ABCD_2_06_xsd.tmp#ScientificNameIdentified_NameAddendum ABCD_2_06_xsd.tmp#ScientificNameIdentified
Type ScientificNameIdentified
Type hierarchy
Properties
content complex
minOccurs 0
Model
Children FullScientificNameString, IdentificationQualifier, NameAddendum, NameAtomised
Instance
<ScientificName xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <FullScientificNameString>{1,1}</FullScientificNameString>
  <NameAtomised>{0,1}</NameAtomised>
  <IdentificationQualifier insertionpoint="">{0,1}</IdentificationQualifier>
  <NameAddendum>{0,1}</NameAddendum>
</ScientificName>
Source
<xs:element type="ScientificNameIdentified" name="ScientificName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names - with additional elements for suffixes or other expressions commonly used in taxonomic identifications.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ScientificName / FullScientificNameString
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Concatenated scientific name, preferrably formed in accordance with a Code of Nomenclature, i. e. a monomial, bionomial, or trinomial plus author(s) or author team(s) and - where relevant - year, or the name of a cultivar or cultivar group, or a hybrid formula, as fully as possible.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="FullScientificNameString">
  <xs:annotation>
    <xs:documentation>Concatenated scientific name, preferrably formed in accordance with a Code of Nomenclature, i. e. a monomial, bionomial, or trinomial plus author(s) or author team(s) and - where relevant - year, or the name of a cultivar or cultivar group, or a hybrid formula, as fully as possible.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ScientificName / NameAtomised
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Atomised data items of the taxon identified, with subtypes according to the different Codes of Nomenclature which apply to scientific names.
Diagram
Diagram ABCD_2_06_xsd.tmp#ScientificName_ScientificName_NameAtomised_Bacterial ABCD_2_06_xsd.tmp#ScientificName_ScientificName_NameAtomised_Botanical ABCD_2_06_xsd.tmp#ScientificName_ScientificName_NameAtomised_Zoological ABCD_2_06_xsd.tmp#ScientificName_ScientificName_NameAtomised_Viral
Properties
content complex
minOccurs 0
Model
Children Bacterial, Botanical, Viral, Zoological
Instance
<NameAtomised xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Bacterial>{0,1}</Bacterial>
  <Botanical>{0,1}</Botanical>
  <Zoological>{0,1}</Zoological>
  <Viral>{0,1}</Viral>
</NameAtomised>
Source
<xs:element name="NameAtomised" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Atomised data items of the taxon identified, with subtypes according to the different Codes of Nomenclature which apply to scientific names.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element type="NameBacterial" name="Bacterial" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Atomised name with elements according to the International Code of Nomenclature of Prokaryotes</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="NameBotanical" name="Botanical" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Atomised name with elements according to the International Code of Botanical Nomenclature</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="NameZoological" name="Zoological" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Atomised name with elements according to the International Code of Zoological Nomenclature</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="NameViral" name="Viral" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Atomised name with elements according to the International Committee on Taxonomy of Viruses</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element ScientificName / NameAtomised / Bacterial
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Atomised name with elements according to the International Code of Nomenclature of Prokaryotes
Diagram
Diagram ABCD_2_06_xsd.tmp#NameBacterial_GenusOrMonomial ABCD_2_06_xsd.tmp#NameBacterial_Subgenus ABCD_2_06_xsd.tmp#NameBacterial_SubgenusAuthorAndYear ABCD_2_06_xsd.tmp#NameBacterial_SpeciesEpithet ABCD_2_06_xsd.tmp#NameBacterial_SubspeciesEpithet ABCD_2_06_xsd.tmp#NameBacterial_ParentheticalAuthorTeamAndYear ABCD_2_06_xsd.tmp#NameBacterial_AuthorTeamAndYear ABCD_2_06_xsd.tmp#NameBacterial_NameApprobation ABCD_2_06_xsd.tmp#NameBacterial
Type NameBacterial
Properties
content complex
minOccurs 0
Model
Children AuthorTeamAndYear, GenusOrMonomial, NameApprobation, ParentheticalAuthorTeamAndYear, SpeciesEpithet, Subgenus, SubgenusAuthorAndYear, SubspeciesEpithet
Instance
<Bacterial xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <GenusOrMonomial>{0,1}</GenusOrMonomial>
  <Subgenus>{0,1}</Subgenus>
  <SubgenusAuthorAndYear>{0,1}</SubgenusAuthorAndYear>
  <SpeciesEpithet>{0,1}</SpeciesEpithet>
  <SubspeciesEpithet>{0,1}</SubspeciesEpithet>
  <ParentheticalAuthorTeamAndYear>{0,1}</ParentheticalAuthorTeamAndYear>
  <AuthorTeamAndYear>{0,1}</AuthorTeamAndYear>
  <NameApprobation>{0,1}</NameApprobation>
</Bacterial>
Source
<xs:element type="NameBacterial" name="Bacterial" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Atomised name with elements according to the International Code of Nomenclature of Prokaryotes</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / GenusOrMonomial
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Genus name.
Diagram
Diagram ABCD_2_06_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element type="Monomial" name="GenusOrMonomial" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Genus name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / Subgenus
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Subgenus name.
Diagram
Diagram ABCD_2_06_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element type="Monomial" name="Subgenus" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Subgenus name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / SubgenusAuthorAndYear
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Author team and year of the subgenus name.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="SubgenusAuthorAndYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Author team and year of the subgenus name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / SpeciesEpithet
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Species epithet
Diagram
Diagram ABCD_2_06_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element type="Epithet" name="SpeciesEpithet" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Species epithet</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / SubspeciesEpithet
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Maps to Darwin Core 2: Subspecies
Diagram
Diagram ABCD_2_06_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element type="Epithet" name="SubspeciesEpithet" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Maps to Darwin Core 2: Subspecies</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / ParentheticalAuthorTeamAndYear
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Author team and Year of the basionym of a species or subspecies combination.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="ParentheticalAuthorTeamAndYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Author team and Year of the basionym of a species or subspecies combination.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / AuthorTeamAndYear
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The author(s) who published the full name as it stands and its year.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AuthorTeamAndYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The author(s) who published the full name as it stands and its year.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / NameApprobation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Approbation of name according to approved list, validation list,or validly published, paper in IJSB after 1980.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="NameApprobation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Approbation of name according to approved list, validation list,or validly published, paper in IJSB after 1980.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ScientificName / NameAtomised / Botanical
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Atomised name with elements according to the International Code of Botanical Nomenclature
Diagram
Diagram ABCD_2_06_xsd.tmp#NameBotanical_GenusOrMonomial ABCD_2_06_xsd.tmp#NameBotanical_FirstEpithet ABCD_2_06_xsd.tmp#NameBotanical_InfraspecificEpithet ABCD_2_06_xsd.tmp#NameBotanical_Rank ABCD_2_06_xsd.tmp#NameBotanical_HybridFlag ABCD_2_06_xsd.tmp#NameBotanical_AuthorTeamParenthesis ABCD_2_06_xsd.tmp#NameBotanical_AuthorTeam ABCD_2_06_xsd.tmp#NameBotanical_CultivarGroupName ABCD_2_06_xsd.tmp#NameBotanical_CultivarName ABCD_2_06_xsd.tmp#NameBotanical_TradeDesignationNames ABCD_2_06_xsd.tmp#NameBotanical
Type NameBotanical
Properties
content complex
minOccurs 0
Model
Children AuthorTeam, AuthorTeamParenthesis, CultivarGroupName, CultivarName, FirstEpithet, GenusOrMonomial, HybridFlag, InfraspecificEpithet, Rank, TradeDesignationNames
Instance
<Botanical xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <GenusOrMonomial>{0,1}</GenusOrMonomial>
  <FirstEpithet>{0,1}</FirstEpithet>
  <InfraspecificEpithet>{0,1}</InfraspecificEpithet>
  <Rank>{0,1}</Rank>
  <HybridFlag insertionpoint="">{0,1}</HybridFlag>
  <AuthorTeamParenthesis>{0,1}</AuthorTeamParenthesis>
  <AuthorTeam>{0,1}</AuthorTeam>
  <CultivarGroupName>{0,1}</CultivarGroupName>
  <CultivarName>{0,1}</CultivarName>
  <TradeDesignationNames>{0,1}</TradeDesignationNames>
</Botanical>
Source
<xs:element type="NameBotanical" name="Botanical" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Atomised name with elements according to the International Code of Botanical Nomenclature</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / GenusOrMonomial
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Genus or higher taxon name.
Diagram
Diagram ABCD_2_06_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element type="Monomial" name="GenusOrMonomial" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Genus or higher taxon name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / FirstEpithet
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The first epithet in a botanical name combination (species epithet or the epithet of the subdivision of a genus.
Diagram
Diagram ABCD_2_06_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element type="Epithet" name="FirstEpithet" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The first epithet in a botanical name combination (species epithet or the epithet of the subdivision of a genus.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / InfraspecificEpithet
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The final epithet of a botanical name of infraspecific rank.
Diagram
Diagram ABCD_2_06_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element type="Epithet" name="InfraspecificEpithet" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The final epithet of a botanical name of infraspecific rank.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / Rank
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The rank of the name where needed to form it.
Diagram
Diagram ABCD_2_06_xsd.tmp#RankAbbreviation
Type RankAbbreviation
Properties
content simple
minOccurs 0
Facets
enumeration subgen.
enumeration sect.
enumeration subsp.
enumeration var.
enumeration subvar.
enumeration forma
enumeration f.
enumeration subforma
enumeration subf.
enumeration f.spec.
Source
<xs:element type="RankAbbreviation" name="Rank" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The rank of the name where needed to form it.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / HybridFlag
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Flag indicating that this is a named hybrid ("x") or a graft chimaera ("+"). The attribute insertionpoint defines the name element in front of which the qualifier should be inserted (1 = before entire name, 2= before first epithet, 3 = before rank designation for second epithet.)
Diagram
Diagram ABCD_2_06_xsd.tmp#HybridFlag ABCD_2_06_xsd.tmp#NameBotanical_NameBotanical_HybridFlag_insertionpoint
Type extension of HybridFlag
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
insertionpoint xs:int optional
Source
<xs:element name="HybridFlag" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Flag indicating that this is a named hybrid ("x") or a graft chimaera ("+"). The attribute insertionpoint defines the name element in front of which the qualifier should be inserted (1 = before entire name, 2= before first epithet, 3 = before rank designation for second epithet.)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="HybridFlag">
        <xs:attribute type="xs:int" name="insertionpoint"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element NameBotanical / AuthorTeamParenthesis
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Author team of the basionym of a combination.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AuthorTeamParenthesis" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Author team of the basionym of a combination.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / AuthorTeam
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The author(s) who published the full name as it stands.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AuthorTeam" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The author(s) who published the full name as it stands.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / CultivarGroupName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Cultivar group name
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="CultivarGroupName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Cultivar group name</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / CultivarName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Cultivar name according to the ICNCP.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="CultivarName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Cultivar name according to the ICNCP.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / TradeDesignationNames
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container for trade names
Diagram
Diagram ABCD_2_06_xsd.tmp#NameBotanical_NameBotanical_TradeDesignationNames_TradeDesignationName
Properties
content complex
minOccurs 0
Model
Children TradeDesignationName
Instance
<TradeDesignationNames xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TradeDesignationName>{0,unbounded}</TradeDesignationName>
</TradeDesignationNames>
Source
<xs:element name="TradeDesignationNames" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container for trade names</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="String" name="TradeDesignationName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Trade name used for a specific cultivar</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element NameBotanical / TradeDesignationNames / TradeDesignationName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Trade name used for a specific cultivar
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element maxOccurs="unbounded" type="String" name="TradeDesignationName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Trade name used for a specific cultivar</xs:documentation>
  </xs:annotation>
</xs:element>
Element ScientificName / NameAtomised / Zoological
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Atomised name with elements according to the International Code of Zoological Nomenclature
Diagram
Diagram ABCD_2_06_xsd.tmp#NameZoological_GenusOrMonomial ABCD_2_06_xsd.tmp#NameZoological_Subgenus ABCD_2_06_xsd.tmp#NameZoological_SpeciesEpithet ABCD_2_06_xsd.tmp#NameZoological_SubspeciesEpithet ABCD_2_06_xsd.tmp#NameZoological_AuthorTeamOriginalAndYear ABCD_2_06_xsd.tmp#NameZoological_AuthorTeamParenthesisAndYear ABCD_2_06_xsd.tmp#NameZoological_CombinationAuthorTeamAndYear ABCD_2_06_xsd.tmp#NameZoological_Breed ABCD_2_06_xsd.tmp#NameZoological_NamedIndividual ABCD_2_06_xsd.tmp#NameZoological
Type NameZoological
Properties
content complex
minOccurs 0
Model
Children AuthorTeamOriginalAndYear, AuthorTeamParenthesisAndYear, Breed, CombinationAuthorTeamAndYear, GenusOrMonomial, NamedIndividual, SpeciesEpithet, Subgenus, SubspeciesEpithet
Instance
<Zoological xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <GenusOrMonomial>{0,1}</GenusOrMonomial>
  <Subgenus>{0,1}</Subgenus>
  <SpeciesEpithet>{0,1}</SpeciesEpithet>
  <SubspeciesEpithet>{0,1}</SubspeciesEpithet>
  <AuthorTeamOriginalAndYear>{0,1}</AuthorTeamOriginalAndYear>
  <AuthorTeamParenthesisAndYear>{0,1}</AuthorTeamParenthesisAndYear>
  <CombinationAuthorTeamAndYear>{0,1}</CombinationAuthorTeamAndYear>
  <Breed>{0,1}</Breed>
  <NamedIndividual>{0,1}</NamedIndividual>
</Zoological>
Source
<xs:element type="NameZoological" name="Zoological" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Atomised name with elements according to the International Code of Zoological Nomenclature</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / GenusOrMonomial
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Genus or higher taxon name.
Diagram
Diagram ABCD_2_06_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element type="Monomial" name="GenusOrMonomial" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Genus or higher taxon name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / Subgenus
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Subgenus name.
Diagram
Diagram ABCD_2_06_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element type="Monomial" name="Subgenus" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Subgenus name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / SpeciesEpithet
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Species epithet
Diagram
Diagram ABCD_2_06_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element type="Epithet" name="SpeciesEpithet" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Species epithet</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / SubspeciesEpithet
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Maps to Darwin Core 2: Subspecies
Diagram
Diagram ABCD_2_06_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element type="Epithet" name="SubspeciesEpithet" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Maps to Darwin Core 2: Subspecies</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / AuthorTeamOriginalAndYear
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The first person(s) who validly published a species-group name and the year of publication.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AuthorTeamOriginalAndYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The first person(s) who validly published a species-group name and the year of publication.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / AuthorTeamParenthesisAndYear
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The parenthetical citation of the original author when a species-group was transferred to another genus and the year of the original publication.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AuthorTeamParenthesisAndYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The parenthetical citation of the original author when a species-group was transferred to another genus and the year of the original publication.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / CombinationAuthorTeamAndYear
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The citation of the authors responsible for the new combination and the year of its publication.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="CombinationAuthorTeamAndYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The citation of the authors responsible for the new combination and the year of its publication.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / Breed
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of the breed of an animal
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Breed" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of the breed of an animal</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / NamedIndividual
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="NamedIndividual" minOccurs="0"/>
Element ScientificName / NameAtomised / Viral
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Atomised name with elements according to the International Committee on Taxonomy of Viruses
Diagram
Diagram ABCD_2_06_xsd.tmp#NameViral_GenusOrMonomial ABCD_2_06_xsd.tmp#NameViral_ViralSpeciesDesignation ABCD_2_06_xsd.tmp#NameViral_Acronym ABCD_2_06_xsd.tmp#NameViral
Type NameViral
Properties
content complex
minOccurs 0
Model
Children Acronym, GenusOrMonomial, ViralSpeciesDesignation
Instance
<Viral xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <GenusOrMonomial>{0,1}</GenusOrMonomial>
  <ViralSpeciesDesignation>{0,1}</ViralSpeciesDesignation>
  <Acronym>{0,1}</Acronym>
</Viral>
Source
<xs:element type="NameViral" name="Viral" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Atomised name with elements according to the International Committee on Taxonomy of Viruses</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameViral / GenusOrMonomial
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Genus or higher taxon name formed according to the code and representing the result of the identification. E.g. Comovirus.
Diagram
Diagram ABCD_2_06_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element type="Monomial" name="GenusOrMonomial" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Genus or higher taxon name formed according to the code and representing the result of the identification. E.g. Comovirus.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameViral / ViralSpeciesDesignation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The formal name of a viral species. Examples: vaccinia virus; human herpes virus 2 (herpes simplex virus 2); poliovirus 1; Saccharomyces cerevisiae virus L-A; enterobacteria phage PRD1 [Source: ICTV].
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="ViralSpeciesDesignation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The formal name of a viral species. Examples: vaccinia virus; human herpes virus 2 (herpes simplex virus 2); poliovirus 1; Saccharomyces cerevisiae virus L-A; enterobacteria phage PRD1 [Source: ICTV].</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameViral / Acronym
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The accepted acronym for the Virus, e.g. PCV for Peanut Clump Virus.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="Acronym" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The accepted acronym for the Virus, e.g. PCV for Peanut Clump Virus.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ScientificNameIdentified / IdentificationQualifier
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A term to qualify the identification of the unit when doubts have arisen as to its identity (e.g. "cf." or "aff."). If it applies to an atomised name, the attribute insertionpoint defines the name element in front of which the qualifier should be inserted (1 = before entire name, 2= before first epithet, 3 = before second epithet.)
Diagram
Diagram ABCD_2_06_xsd.tmp#ScientificNameIdentified_ScientificNameIdentified_IdentificationQualifier_insertionpoint
Type extension of xs:string
Properties
content complex
minOccurs 0
Attributes
QName Type Use
insertionpoint restriction of xs:int optional
Source
<xs:element name="IdentificationQualifier" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A term to qualify the identification of the unit when doubts have arisen as to its identity (e.g. "cf." or "aff."). If it applies to an atomised name, the attribute insertionpoint defines the name element in front of which the qualifier should be inserted (1 = before entire name, 2= before first epithet, 3 = before second epithet.)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="insertionpoint">
          <xs:simpleType>
            <xs:restriction base="xs:int">
              <xs:enumeration value="1"/>
              <xs:enumeration value="2"/>
              <xs:enumeration value="3"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ScientificNameIdentified / NameAddendum
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A free-text suffix added to the taxon identified (e.g. "sensu lato"), or an additional name element in common use but without formal nomenclatural standing (e.g. Isolate names for viruses).
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="NameAddendum" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A free-text suffix added to the taxon identified (e.g. "sensu lato"), or an additional name element in common use but without formal nomenclatural standing (e.g. Isolate names for viruses).</xs:documentation>
  </xs:annotation>
</xs:element>
Element TaxonIdentified / InformalNameString
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The outcome of an identification event that does not adhere to the rule of a Code of Nomenclature.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="InformalNameString" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The outcome of an identification event that does not adhere to the rule of a Code of Nomenclature.</xs:documentation>
  </xs:annotation>
</xs:element>
Element TaxonIdentified / NameComments
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Any free text comments related to the name
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="NameComments" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Any free text comments related to the name</xs:documentation>
  </xs:annotation>
</xs:element>
Element TaxonIdentified / Code
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The Code of Nomenclature that applies to the scientific name.
Diagram
Diagram ABCD_2_06_xsd.tmp#CodeOfNomenclatureEnum
Type CodeOfNomenclatureEnum
Properties
content simple
minOccurs 0
Facets
enumeration Bacteriological
enumeration Botanical
enumeration Viral
enumeration Zoological
enumeration Cultivated
Source
<xs:element type="CodeOfNomenclatureEnum" name="Code" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Code of Nomenclature that applies to the scientific name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Result / MaterialIdentified
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A material identified as the result of the identification event (e.g. a non-organismic substrate of a microorganism)
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="MaterialIdentified" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A material identified as the result of the identification event (e.g. a non-organismic substrate of a microorganism)</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Result / Extension
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A placeholder for a temporary extension to include identification results not yet covered by the schema. This serves to accommodate urgent inter-version additions to the unit-object schema.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element type="xs:anyType" name="Extension" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A placeholder for a temporary extension to include identification results not yet covered by the schema. This serves to accommodate urgent inter-version additions to the unit-object schema.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / PreferredFlag
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
True to designate current identification.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="PreferredFlag" minOccurs="0">
  <xs:annotation>
    <xs:documentation>True to designate current identification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / NonFlag
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
True to designate negative identifications.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="NonFlag" minOccurs="0">
  <xs:annotation>
    <xs:documentation>True to designate negative identifications.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / StoredUnderFlag
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
True to designate the idenfication under which the entire unit is stored (in a physical collection) or otherwise preferrably referenced.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="StoredUnderFlag" minOccurs="0">
  <xs:annotation>
    <xs:documentation>True to designate the idenfication under which the entire unit is stored (in a physical collection) or otherwise preferrably referenced.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / ResultRole
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Used to designate the role of the identification result (e.g. substrate, isolate, host, parasite, etc.)
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="ResultRole" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Used to designate the role of the identification result (e.g. substrate, isolate, host, parasite, etc.)</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Identifiers
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Identification_Identification_Identifiers_Identifier ABCD_2_06_xsd.tmp#Identification_Identification_Identifiers_IdentifiersText ABCD_2_06_xsd.tmp#Identification_Identification_Identifiers_IdentificationSource ABCD_2_06_xsd.tmp#Identification_Identification_Identifiers_IdentifierRole
Properties
content complex
minOccurs 0
Model
Children IdentificationSource, Identifier, IdentifierRole, IdentifiersText
Instance
<Identifiers xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Identifier>{0,unbounded}</Identifier>
  <IdentifiersText>{0,1}</IdentifiersText>
  <IdentificationSource>{0,1}</IdentificationSource>
  <IdentifierRole>{0,1}</IdentifierRole>
</Identifiers>
Source
<xs:element name="Identifiers" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Identifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Atomized record of individual, team member, or organization that made the identification.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="PersonName" name="PersonName" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Atomised data for the parts of the Identifier's name.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="Organisation" name="Organisation" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The Organisation the Identifier is affiliated with, or the Organisation (institution) acting as the identifier.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="IdentifiersText" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Alternatve text indicating the person, person team, or Organization that made the identification.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="Reference" name="IdentificationSource" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A reference which has provided the identification (and - if present - the identifier's name and/or organisation). The entire identification event was taken from the literature or comparable source given here. Note that this is not the literature (e.g. key) used to obtain the result (see IdentificationReferences).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="IdentifierRole" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Indication of the nature of the taxonomic verification; e.g. "conf." or "det."</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Identification / Identifiers / Identifier
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Atomized record of individual, team member, or organization that made the identification.
Diagram
Diagram ABCD_2_06_xsd.tmp#Identification_Identification_Identifiers_Identification_Identification_Identifiers_Identifier_PersonName ABCD_2_06_xsd.tmp#Identification_Identification_Identifiers_Identification_Identification_Identifiers_Identifier_Organisation
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Organisation, PersonName
Instance
<Identifier xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <PersonName>{0,1}</PersonName>
  <Organisation>{0,1}</Organisation>
</Identifier>
Source
<xs:element maxOccurs="unbounded" name="Identifier" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Atomized record of individual, team member, or organization that made the identification.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="PersonName" name="PersonName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Atomised data for the parts of the Identifier's name.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="Organisation" name="Organisation" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The Organisation the Identifier is affiliated with, or the Organisation (institution) acting as the identifier.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Identification / Identifiers / Identifier / PersonName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Atomised data for the parts of the Identifier's name.
Diagram
Diagram ABCD_2_06_xsd.tmp#PersonName_FullName ABCD_2_06_xsd.tmp#PersonName_SortingName ABCD_2_06_xsd.tmp#PersonName_AtomisedName ABCD_2_06_xsd.tmp#PersonName
Type PersonName
Properties
content complex
minOccurs 0
Model
Children AtomisedName, FullName, SortingName
Instance
<PersonName xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <FullName>{1,1}</FullName>
  <SortingName>{0,1}</SortingName>
  <AtomisedName>{0,1}</AtomisedName>
</PersonName>
Source
<xs:element type="PersonName" name="PersonName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Atomised data for the parts of the Identifier's name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Identifiers / Identifier / Organisation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The Organisation the Identifier is affiliated with, or the Organisation (institution) acting as the identifier.
Diagram
Diagram ABCD_2_06_xsd.tmp#Organisation_Name ABCD_2_06_xsd.tmp#Organisation_OrgUnits ABCD_2_06_xsd.tmp#Organisation
Type Organisation
Properties
content complex
minOccurs 0
Model
Children Name, OrgUnits
Instance
<Organisation xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Name>{1,1}</Name>
  <OrgUnits>{0,1}</OrgUnits>
</Organisation>
Source
<xs:element type="Organisation" name="Organisation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Organisation the Identifier is affiliated with, or the Organisation (institution) acting as the identifier.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Identifiers / IdentifiersText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Alternatve text indicating the person, person team, or Organization that made the identification.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="IdentifiersText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Alternatve text indicating the person, person team, or Organization that made the identification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Identifiers / IdentificationSource
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A reference which has provided the identification (and - if present - the identifier's name and/or organisation). The entire identification event was taken from the literature or comparable source given here. Note that this is not the literature (e.g. key) used to obtain the result (see IdentificationReferences).
Diagram
Diagram ABCD_2_06_xsd.tmp#Reference_TitleCitation ABCD_2_06_xsd.tmp#Reference_CitationDetail ABCD_2_06_xsd.tmp#Reference_URI ABCD_2_06_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children CitationDetail, TitleCitation, URI
Instance
<IdentificationSource xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TitleCitation>{1,1}</TitleCitation>
  <CitationDetail>{0,1}</CitationDetail>
  <URI>{0,1}</URI>
</IdentificationSource>
Source
<xs:element type="Reference" name="IdentificationSource" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference which has provided the identification (and - if present - the identifier's name and/or organisation). The entire identification event was taken from the literature or comparable source given here. Note that this is not the literature (e.g. key) used to obtain the result (see IdentificationReferences).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Identifiers / IdentifierRole
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Indication of the nature of the taxonomic verification; e.g. "conf." or "det."
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="IdentifierRole" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Indication of the nature of the taxonomic verification; e.g. "conf." or "det."</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / References
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
References that were used by the identifier to provide the identification (e.g. by means of providing a key or a description of the taxon). It circumscribes the taxon identified (and thus can act as a potential taxon's sec. reference). Note: this is not the citation from which and identification was taken, see under Identifier/IdentificationSource.
Diagram
Diagram ABCD_2_06_xsd.tmp#Identification_Identification_References_Reference
Properties
content complex
minOccurs 0
Model
Children Reference
Instance
<References xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Reference>{0,unbounded}</Reference>
</References>
Source
<xs:element name="References" minOccurs="0">
  <xs:annotation>
    <xs:documentation>References that were used by the identifier to provide the identification (e.g. by means of providing a key or a description of the taxon). It circumscribes the taxon identified (and thus can act as a potential taxon's sec. reference). Note: this is not the citation from which and identification was taken, see under Identifier/IdentificationSource.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Reference" name="Reference" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A reference (e.g. an article or monograph) that was used as the base for the identifier's taxon identification (e.g. by means of providing a key or a description of the taxon). It circumscribes the taxon identified (and thus can act as a potential taxon's sec. reference). Note: this is not the citation from which and identification was taken, see under Identifier/IdentificationSource.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Identification / References / Reference
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A reference (e.g. an article or monograph) that was used as the base for the identifier's taxon identification (e.g. by means of providing a key or a description of the taxon). It circumscribes the taxon identified (and thus can act as a potential taxon's sec. reference). Note: this is not the citation from which and identification was taken, see under Identifier/IdentificationSource.
Diagram
Diagram ABCD_2_06_xsd.tmp#Reference_TitleCitation ABCD_2_06_xsd.tmp#Reference_CitationDetail ABCD_2_06_xsd.tmp#Reference_URI ABCD_2_06_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children CitationDetail, TitleCitation, URI
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TitleCitation>{1,1}</TitleCitation>
  <CitationDetail>{0,1}</CitationDetail>
  <URI>{0,1}</URI>
</Reference>
Source
<xs:element maxOccurs="unbounded" type="Reference" name="Reference" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference (e.g. an article or monograph) that was used as the base for the identifier's taxon identification (e.g. by means of providing a key or a description of the taxon). It circumscribes the taxon identified (and thus can act as a potential taxon's sec. reference). Note: this is not the citation from which and identification was taken, see under Identifier/IdentificationSource.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Date
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Date of the identification event.
Diagram
Diagram ABCD_2_06_xsd.tmp#DateTime_DateText ABCD_2_06_xsd.tmp#DateTime_TimeZone ABCD_2_06_xsd.tmp#DateTime_ISODateTimeBegin ABCD_2_06_xsd.tmp#DateTime_DayNumberBegin ABCD_2_06_xsd.tmp#DateTime_TimeOfDayBegin ABCD_2_06_xsd.tmp#DateTime_ISODateTimeEnd ABCD_2_06_xsd.tmp#DateTime_DayNumberEnd ABCD_2_06_xsd.tmp#DateTime_TimeOfDayEnd ABCD_2_06_xsd.tmp#DateTime_PeriodExplicit ABCD_2_06_xsd.tmp#DateTime
Type DateTime
Properties
content complex
minOccurs 0
Model
Children DateText, DayNumberBegin, DayNumberEnd, ISODateTimeBegin, ISODateTimeEnd, PeriodExplicit, TimeOfDayBegin, TimeOfDayEnd, TimeZone
Instance
<Date xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <DateText>{0,1}</DateText>
  <TimeZone>{0,1}</TimeZone>
  <ISODateTimeBegin>{0,1}</ISODateTimeBegin>
  <DayNumberBegin>{0,1}</DayNumberBegin>
  <TimeOfDayBegin>{0,1}</TimeOfDayBegin>
  <ISODateTimeEnd>{0,1}</ISODateTimeEnd>
  <DayNumberEnd>{0,1}</DayNumberEnd>
  <TimeOfDayEnd>{0,1}</TimeOfDayEnd>
  <PeriodExplicit>{0,1}</PeriodExplicit>
</Date>
Source
<xs:element type="DateTime" name="Date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date of the identification event.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / DateText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The date in text format
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="DateText" minOccurs="0" id="datetext">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date in text format</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / TimeZone
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The time zone to which the time-of-day data refer
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="TimeZone" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The time zone to which the time-of-day data refer</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / ISODateTimeBegin
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The exact date (and time) or beginning of a period, expressed in a modified ISO/ANSI 8601 standard structured format
Diagram
Diagram ABCD_2_06_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern \d\d\d\d(\-(0[1-9]|1[012])(\-((0[1-9])|1\d|2\d|3[01])(T(0\d|1\d|2[0-3])(:[0-5]\d){0,2})?)?)?|\-\-(0[1-9]|1[012])(\-(0[1-9]|1\d|2\d|3[01]))?|\-\-\-(0[1-9]|1\d|2\d|3[01])
Source
<xs:element type="DateTimeISO" name="ISODateTimeBegin" minOccurs="0" id="isodate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The exact date (and time) or beginning of a period, expressed in a modified ISO/ANSI 8601 standard structured format</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / DayNumberBegin
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Julian day number in the year for the exact date or for the beginning day of a period
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:integer" name="DayNumberBegin" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Julian day number in the year for the exact date or for the beginning day of a period</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / TimeOfDayBegin
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Time of day in hours from midnight for an exact point in time or for the beginning of a time period
Diagram
Diagram
Type xs:time
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:time" name="TimeOfDayBegin" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Time of day in hours from midnight for an exact point in time or for the beginning of a time period</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / ISODateTimeEnd
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The end of a period expressed in a modified ISO/ANSI 8601 standard structured format
Diagram
Diagram ABCD_2_06_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern \d\d\d\d(\-(0[1-9]|1[012])(\-((0[1-9])|1\d|2\d|3[01])(T(0\d|1\d|2[0-3])(:[0-5]\d){0,2})?)?)?|\-\-(0[1-9]|1[012])(\-(0[1-9]|1\d|2\d|3[01]))?|\-\-\-(0[1-9]|1\d|2\d|3[01])
Source
<xs:element type="DateTimeISO" name="ISODateTimeEnd" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">The end of a period expressed in a modified ISO/ANSI 8601 standard structured format</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / DayNumberEnd
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The Julian day number of the last day in a period.
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:integer" name="DayNumberEnd" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Julian day number of the last day in a period.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / TimeOfDayEnd
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Time of day in hours from midnight for the end of a time period
Diagram
Diagram
Type xs:time
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:time" name="TimeOfDayEnd" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Time of day in hours from midnight for the end of a time period</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / PeriodExplicit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Set to True if the event takes place for the period indicated, set to false if it occurs at some point of time during the period, not filled if unknown or no period specified.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="PeriodExplicit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Set to True if the event takes place for the period indicated, set to false if it occurs at some point of time during the period, not filled if unknown or no period specified.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Method
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The method by which the identification was obtained, e.g. details of molecular analysis or acoustical procedures.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Method" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The method by which the identification was obtained, e.g. details of molecular analysis or acoustical procedures.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Notes
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Supplementary remarks about the identification.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Notes" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Supplementary remarks about the identification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / VerificationLevel
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The level to which the identification has been verified. Different standards may use different values here. See ITF-2 for an example.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="VerificationLevel" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The level to which the identification has been verified. Different standards may use different values here. See ITF-2 for an example.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Identifications / IdentificationHistory
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
This is a free text field for use when extracting data from datasources where the identification or verification history (or part of it) is a free text field. In normal circumstances the history can be constructed by sorting identification events by date and reference to the preferred identification flag
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="IdentificationHistory" minOccurs="0">
  <xs:annotation>
    <xs:documentation>This is a free text field for use when extracting data from datasources where the identification or verification history (or part of it) is a free text field. In normal circumstances the history can be constructed by sorting identification events by date and reference to the preferred identification flag</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / RecordBasis
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An indication of what the unit record describes. Note that the element SourceReference provides for the case that the record is based on a publication.
Diagram
Diagram ABCD_2_06_xsd.tmp#RecordBasisEnum
Type RecordBasisEnum
Properties
content simple
minOccurs 0
Facets
enumeration PreservedSpecimen
enumeration LivingSpecimen
enumeration FossileSpecimen
enumeration OtherSpecimen
enumeration HumanObservation
enumeration MachineObservation
enumeration DrawingOrPhotograph
enumeration MultimediaObject
Source
<xs:element type="RecordBasisEnum" name="RecordBasis" minOccurs="0">
  <xs:annotation>
    <xs:documentation>An indication of what the unit record describes. Note that the element SourceReference provides for the case that the record is based on a publication.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / KindOfUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Part(s) of organism or class of materials represented by this unit.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL" name="KindOfUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Part(s) of organism or class of materials represented by this unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A Unit subtype containing data elements specific to specimens (living, fossil, or preserved).
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Owner ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Acquisition ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Accessions ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Preparations ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Marks ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_History ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_DuplicatesDistributedTo
Properties
content complex
minOccurs 0
Model
Children Accessions, Acquisition, DuplicatesDistributedTo, History, Marks, NomenclaturalTypeDesignations, Owner, Preparations
Instance
<SpecimenUnit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Owner>{0,1}</Owner>
  <Acquisition>{0,1}</Acquisition>
  <Accessions>{0,1}</Accessions>
  <Preparations>{0,1}</Preparations>
  <Marks>{0,1}</Marks>
  <History>{0,1}</History>
  <NomenclaturalTypeDesignations>{0,1}</NomenclaturalTypeDesignations>
  <DuplicatesDistributedTo>{0,1}</DuplicatesDistributedTo>
</SpecimenUnit>
Source
<xs:element name="SpecimenUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A Unit subtype containing data elements specific to specimens (living, fossil, or preserved).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="Contact" name="Owner" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The legal owner or holder of the physical specimen</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Acquisition" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Acquisition date, source and type.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="String" name="AcquisitionDate" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Textual statement of the date of acquisition of the specimen by the institution</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="AcquisitionSourceText" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Free text field for informal recording of acquisition source details.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="AcquisitionType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Type of acquisition.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="Contact" name="AcquiredFrom" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Name of person and/or organisation the unit was acquired from (e.g. depositor of a strain).</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Accessions" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Accession details.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Repeatable triple to accommodate accession number in multiple catalogues.</xs:documentation>
            </xs:annotation>
            <xs:element type="String" name="AccessionDate" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Textual statement of the date on which the accession was recorded.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="AccessionCatalogue" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="AccessionNumber" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Preparations" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Specimen preparation details, possibly a sequence of preparation steps</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="Preparation">
              <xs:annotation>
                <xs:documentation>Specimen preparation details.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="StringL" name="PreparationType" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Description of preparation type.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="PreparationProcess" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Process used in preparing the specimen.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="PreparationMaterials" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Materials and chemicals used in the preparation of the specimen.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="Contact" name="PreparationAgent" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Person and/or institution responsible for or effecting the preparation.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
                <xs:attribute use="optional" type="xs:int" name="sequence"/>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Marks" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="Mark">
              <xs:annotation>
                <xs:documentation>Label text(s), writing or inscription(s).</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="StringL" name="MarkType" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Label or inscription</xs:documentation>
                      <xs:documentation>
                      </xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="MarkText" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Text transcription of an inscription</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="PositionOnObject" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Position of inscription, writing or mark.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="MarkAuthor" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Name of person who created the label, writing or inscription.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="MarkComment" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Summary, interpretation or opinion of the text.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Images" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>References to an image or images of the label or inscription</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element type="String" name="ImageID">
                          <xs:annotation>
                            <xs:documentation>The ID of a multimedia object representing the image of the mark</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="History" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A wrapper for previous units.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="PreviousUnits" minOccurs="0">
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" name="PreviousUnit">
                    <xs:annotation>
                      <xs:documentation>A container for past ID and location of this specimen.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="PreviousSourceInstitutionID"/>
                        <xs:element type="String" name="PreviousSourceID">
                          <xs:annotation>
                            <xs:documentation>Name or code of collection previously holding this specimen.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="String" name="PreviousUnitID">
                          <xs:annotation>
                            <xs:documentation>Identifier of specimen in previous collection.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="DateTime" name="Date" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Dates that the specimen was held in previous collection.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="StringL" name="Comment" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Any further information about this specimen in its previous collection.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="StringL" name="PreviousUnitText" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>An alternative text identifying the previous unit when no ABCD standard ID s can be assigned.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                      <xs:attribute use="optional" type="xs:int" name="sequence"/>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="PreviousUnitsText" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="NomenclaturalTypeDesignations" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="NomenclaturalTypeDesignation" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Information on the type status of the specimen.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="ScientificName" name="TypifiedName" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>The name based on the specimen.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="Reference" name="NomenclaturalReference" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Published reference.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="TypeStatus" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Full term designating the status.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="CodeAssessment" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Indication whether the type is conserved or rejected/suppressed by the Code or is proposed for conservation or suppression/rejection</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="DoubtfulFlag" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Indicator for unverified type status (kind and fact).</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="PersonName" name="Verifier" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>The person assigning or verifying the type status of the specimen.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="xs:date" name="VerificationDate" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Date of verification.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="VerificationNotes" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Further information about the verification process.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="DuplicatesDistributedTo" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A free text field to note the known other recipients of a duplicate of the unit, preferrably in the form of a delimited list of SourceInstitionIDs.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Owner
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The legal owner or holder of the physical specimen
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Organisation ABCD_2_06_xsd.tmp#Contact_Person ABCD_2_06_xsd.tmp#Contact_Roles ABCD_2_06_xsd.tmp#Contact_Addresses ABCD_2_06_xsd.tmp#Contact_TelephoneNumbers ABCD_2_06_xsd.tmp#Contact_EmailAddresses ABCD_2_06_xsd.tmp#Contact_URIs ABCD_2_06_xsd.tmp#Contact_LogoURI ABCD_2_06_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, LogoURI, Organisation, Person, Roles, TelephoneNumbers, URIs
Instance
<Owner xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Organisation>{0,1}</Organisation>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <URIs>{0,1}</URIs>
  <LogoURI>{0,1}</LogoURI>
</Owner>
Source
<xs:element type="Contact" name="Owner" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The legal owner or holder of the physical specimen</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Acquisition
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Acquisition date, source and type.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Acquisition_AcquisitionDate ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Acquisition_AcquisitionSourceText ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Acquisition_AcquisitionType ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Acquisition_AcquiredFrom
Properties
content complex
minOccurs 0
Model
Children AcquiredFrom, AcquisitionDate, AcquisitionSourceText, AcquisitionType
Instance
<Acquisition xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <AcquisitionDate>{0,1}</AcquisitionDate>
  <AcquisitionSourceText language="">{0,1}</AcquisitionSourceText>
  <AcquisitionType language="">{0,1}</AcquisitionType>
  <AcquiredFrom>{0,1}</AcquiredFrom>
</Acquisition>
Source
<xs:element name="Acquisition" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Acquisition date, source and type.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="AcquisitionDate" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Textual statement of the date of acquisition of the specimen by the institution</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="AcquisitionSourceText" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Free text field for informal recording of acquisition source details.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="AcquisitionType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Type of acquisition.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="Contact" name="AcquiredFrom" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Name of person and/or organisation the unit was acquired from (e.g. depositor of a strain).</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Acquisition / AcquisitionDate
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Textual statement of the date of acquisition of the specimen by the institution
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AcquisitionDate" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual statement of the date of acquisition of the specimen by the institution</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Acquisition / AcquisitionSourceText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text field for informal recording of acquisition source details.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AcquisitionSourceText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text field for informal recording of acquisition source details.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Acquisition / AcquisitionType
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Type of acquisition.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AcquisitionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Type of acquisition.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Acquisition / AcquiredFrom
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of person and/or organisation the unit was acquired from (e.g. depositor of a strain).
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Organisation ABCD_2_06_xsd.tmp#Contact_Person ABCD_2_06_xsd.tmp#Contact_Roles ABCD_2_06_xsd.tmp#Contact_Addresses ABCD_2_06_xsd.tmp#Contact_TelephoneNumbers ABCD_2_06_xsd.tmp#Contact_EmailAddresses ABCD_2_06_xsd.tmp#Contact_URIs ABCD_2_06_xsd.tmp#Contact_LogoURI ABCD_2_06_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, LogoURI, Organisation, Person, Roles, TelephoneNumbers, URIs
Instance
<AcquiredFrom xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Organisation>{0,1}</Organisation>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <URIs>{0,1}</URIs>
  <LogoURI>{0,1}</LogoURI>
</AcquiredFrom>
Source
<xs:element type="Contact" name="AcquiredFrom" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of person and/or organisation the unit was acquired from (e.g. depositor of a strain).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Accessions
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Accession details.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_AccessionDate ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_AccessionCatalogue ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_AccessionNumber
Properties
content complex
minOccurs 0
Model
Children AccessionCatalogue, AccessionDate, AccessionNumber
Instance
<Accessions xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <AccessionDate>{0,1}</AccessionDate>
  <AccessionCatalogue>{0,1}</AccessionCatalogue>
  <AccessionNumber>{0,1}</AccessionNumber>
</Accessions>
Source
<xs:element name="Accessions" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Accession details.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Repeatable triple to accommodate accession number in multiple catalogues.</xs:documentation>
      </xs:annotation>
      <xs:element type="String" name="AccessionDate" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Textual statement of the date on which the accession was recorded.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="AccessionCatalogue" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="AccessionNumber" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Accessions / AccessionDate
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Textual statement of the date on which the accession was recorded.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AccessionDate" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual statement of the date on which the accession was recorded.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Accessions / AccessionCatalogue
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AccessionCatalogue" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Accessions / AccessionNumber
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The institutional number applied to an accession and recorded in the accessions register.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AccessionNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Specimen preparation details, possibly a sequence of preparation steps
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation
Properties
content complex
minOccurs 0
Model
Children Preparation
Instance
<Preparations xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Preparation sequence="">{1,unbounded}</Preparation>
</Preparations>
Source
<xs:element name="Preparations" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specimen preparation details, possibly a sequence of preparation steps</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Preparation">
        <xs:annotation>
          <xs:documentation>Specimen preparation details.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="StringL" name="PreparationType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Description of preparation type.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="PreparationProcess" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Process used in preparing the specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="PreparationMaterials" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Materials and chemicals used in the preparation of the specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="Contact" name="PreparationAgent" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Person and/or institution responsible for or effecting the preparation.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute use="optional" type="xs:int" name="sequence"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Specimen preparation details.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_sequence ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_PreparationType ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_PreparationProcess ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_PreparationMaterials ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_PreparationAgent
Properties
content complex
maxOccurs unbounded
Model
Children PreparationAgent, PreparationMaterials, PreparationProcess, PreparationType
Instance
<Preparation sequence="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <PreparationType language="">{0,1}</PreparationType>
  <PreparationProcess language="">{0,1}</PreparationProcess>
  <PreparationMaterials language="">{0,1}</PreparationMaterials>
  <PreparationAgent>{0,1}</PreparationAgent>
</Preparation>
Attributes
QName Type Use
sequence xs:int optional
Source
<xs:element maxOccurs="unbounded" name="Preparation">
  <xs:annotation>
    <xs:documentation>Specimen preparation details.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="StringL" name="PreparationType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Description of preparation type.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="PreparationProcess" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Process used in preparing the specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="PreparationMaterials" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Materials and chemicals used in the preparation of the specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="Contact" name="PreparationAgent" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Person and/or institution responsible for or effecting the preparation.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute use="optional" type="xs:int" name="sequence"/>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / PreparationType
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Description of preparation type.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="PreparationType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Description of preparation type.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / PreparationProcess
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Process used in preparing the specimen.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="PreparationProcess" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Process used in preparing the specimen.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / PreparationMaterials
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Materials and chemicals used in the preparation of the specimen.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="PreparationMaterials" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Materials and chemicals used in the preparation of the specimen.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / PreparationAgent
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Person and/or institution responsible for or effecting the preparation.
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Organisation ABCD_2_06_xsd.tmp#Contact_Person ABCD_2_06_xsd.tmp#Contact_Roles ABCD_2_06_xsd.tmp#Contact_Addresses ABCD_2_06_xsd.tmp#Contact_TelephoneNumbers ABCD_2_06_xsd.tmp#Contact_EmailAddresses ABCD_2_06_xsd.tmp#Contact_URIs ABCD_2_06_xsd.tmp#Contact_LogoURI ABCD_2_06_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, LogoURI, Organisation, Person, Roles, TelephoneNumbers, URIs
Instance
<PreparationAgent xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Organisation>{0,1}</Organisation>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <URIs>{0,1}</URIs>
  <LogoURI>{0,1}</LogoURI>
</PreparationAgent>
Source
<xs:element type="Contact" name="PreparationAgent" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Person and/or institution responsible for or effecting the preparation.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark
Properties
content complex
minOccurs 0
Model
Children Mark
Instance
<Marks xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Mark>{1,unbounded}</Mark>
</Marks>
Source
<xs:element name="Marks" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Mark">
        <xs:annotation>
          <xs:documentation>Label text(s), writing or inscription(s).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="StringL" name="MarkType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Label or inscription</xs:documentation>
                <xs:documentation>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="MarkText" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Text transcription of an inscription</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="PositionOnObject" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Position of inscription, writing or mark.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="MarkAuthor" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Name of person who created the label, writing or inscription.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="MarkComment" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Summary, interpretation or opinion of the text.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Images" minOccurs="0">
              <xs:annotation>
                <xs:documentation>References to an image or images of the label or inscription</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="String" name="ImageID">
                    <xs:annotation>
                      <xs:documentation>The ID of a multimedia object representing the image of the mark</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Label text(s), writing or inscription(s).
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_MarkType ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_MarkText ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_PositionOnObject ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_MarkAuthor ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_MarkComment ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_Images
Properties
content complex
maxOccurs unbounded
Model
Children Images, MarkAuthor, MarkComment, MarkText, MarkType, PositionOnObject
Instance
<Mark xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MarkType language="">{0,1}</MarkType>
  <MarkText language="">{0,1}</MarkText>
  <PositionOnObject language="">{0,1}</PositionOnObject>
  <MarkAuthor>{0,1}</MarkAuthor>
  <MarkComment language="">{0,1}</MarkComment>
  <Images>{0,1}</Images>
</Mark>
Source
<xs:element maxOccurs="unbounded" name="Mark">
  <xs:annotation>
    <xs:documentation>Label text(s), writing or inscription(s).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="StringL" name="MarkType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Label or inscription</xs:documentation>
          <xs:documentation>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="MarkText" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Text transcription of an inscription</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="PositionOnObject" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Position of inscription, writing or mark.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="MarkAuthor" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Name of person who created the label, writing or inscription.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="MarkComment" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Summary, interpretation or opinion of the text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Images" minOccurs="0">
        <xs:annotation>
          <xs:documentation>References to an image or images of the label or inscription</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="String" name="ImageID">
              <xs:annotation>
                <xs:documentation>The ID of a multimedia object representing the image of the mark</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / MarkType
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Label or inscription
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="MarkType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Label or inscription</xs:documentation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / MarkText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Text transcription of an inscription
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="MarkText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Text transcription of an inscription</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / PositionOnObject
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Position of inscription, writing or mark.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="PositionOnObject" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Position of inscription, writing or mark.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / MarkAuthor
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of person who created the label, writing or inscription.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="MarkAuthor" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of person who created the label, writing or inscription.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / MarkComment
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Summary, interpretation or opinion of the text.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="MarkComment" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Summary, interpretation or opinion of the text.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / Images
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
References to an image or images of the label or inscription
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_Images_ImageID
Properties
content complex
minOccurs 0
Model
Children ImageID
Instance
<Images xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ImageID>{1,1}</ImageID>
</Images>
Source
<xs:element name="Images" minOccurs="0">
  <xs:annotation>
    <xs:documentation>References to an image or images of the label or inscription</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="ImageID">
        <xs:annotation>
          <xs:documentation>The ID of a multimedia object representing the image of the mark</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / Images / ImageID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The ID of a multimedia object representing the image of the mark
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="ImageID">
  <xs:annotation>
    <xs:documentation>The ID of a multimedia object representing the image of the mark</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / History
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A wrapper for previous units.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnitsText
Properties
content complex
minOccurs 0
Model
Children PreviousUnits, PreviousUnitsText
Instance
<History xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <PreviousUnits>{0,1}</PreviousUnits>
  <PreviousUnitsText>{0,1}</PreviousUnitsText>
</History>
Source
<xs:element name="History" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A wrapper for previous units.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PreviousUnits" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="PreviousUnit">
              <xs:annotation>
                <xs:documentation>A container for past ID and location of this specimen.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="PreviousSourceInstitutionID"/>
                  <xs:element type="String" name="PreviousSourceID">
                    <xs:annotation>
                      <xs:documentation>Name or code of collection previously holding this specimen.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="PreviousUnitID">
                    <xs:annotation>
                      <xs:documentation>Identifier of specimen in previous collection.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="DateTime" name="Date" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Dates that the specimen was held in previous collection.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="Comment" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Any further information about this specimen in its previous collection.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="PreviousUnitText" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>An alternative text identifying the previous unit when no ABCD standard ID s can be assigned.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
                <xs:attribute use="optional" type="xs:int" name="sequence"/>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="PreviousUnitsText" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / History / PreviousUnits
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_PreviousUnit
Properties
content complex
minOccurs 0
Model
Children PreviousUnit
Instance
<PreviousUnits xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <PreviousUnit sequence="">{1,unbounded}</PreviousUnit>
</PreviousUnits>
Source
<xs:element name="PreviousUnits" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="PreviousUnit">
        <xs:annotation>
          <xs:documentation>A container for past ID and location of this specimen.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="PreviousSourceInstitutionID"/>
            <xs:element type="String" name="PreviousSourceID">
              <xs:annotation>
                <xs:documentation>Name or code of collection previously holding this specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="PreviousUnitID">
              <xs:annotation>
                <xs:documentation>Identifier of specimen in previous collection.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="DateTime" name="Date" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Dates that the specimen was held in previous collection.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="Comment" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Any further information about this specimen in its previous collection.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="PreviousUnitText" minOccurs="0">
              <xs:annotation>
                <xs:documentation>An alternative text identifying the previous unit when no ABCD standard ID s can be assigned.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute use="optional" type="xs:int" name="sequence"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / History / PreviousUnits / PreviousUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A container for past ID and location of this specimen.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_PreviousUnit_sequence ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_PreviousUnit_PreviousSourceInstitutionID ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_PreviousUnit_PreviousSourceID ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_PreviousUnit_PreviousUnitID ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_PreviousUnit_Date ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_PreviousUnit_Comment ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_History_PreviousUnits_PreviousUnit_PreviousUnitText
Properties
content complex
maxOccurs unbounded
Model
Children Comment, Date, PreviousSourceID, PreviousSourceInstitutionID, PreviousUnitID, PreviousUnitText
Instance
<PreviousUnit sequence="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <PreviousSourceInstitutionID>{1,1}</PreviousSourceInstitutionID>
  <PreviousSourceID>{1,1}</PreviousSourceID>
  <PreviousUnitID>{1,1}</PreviousUnitID>
  <Date>{0,1}</Date>
  <Comment language="">{0,1}</Comment>
  <PreviousUnitText language="">{0,1}</PreviousUnitText>
</PreviousUnit>
Attributes
QName Type Use
sequence xs:int optional
Source
<xs:element maxOccurs="unbounded" name="PreviousUnit">
  <xs:annotation>
    <xs:documentation>A container for past ID and location of this specimen.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PreviousSourceInstitutionID"/>
      <xs:element type="String" name="PreviousSourceID">
        <xs:annotation>
          <xs:documentation>Name or code of collection previously holding this specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="PreviousUnitID">
        <xs:annotation>
          <xs:documentation>Identifier of specimen in previous collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="DateTime" name="Date" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Dates that the specimen was held in previous collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Comment" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Any further information about this specimen in its previous collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="PreviousUnitText" minOccurs="0">
        <xs:annotation>
          <xs:documentation>An alternative text identifying the previous unit when no ABCD standard ID s can be assigned.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute use="optional" type="xs:int" name="sequence"/>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / History / PreviousUnits / PreviousUnit / PreviousSourceInstitutionID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram
Source
<xs:element name="PreviousSourceInstitutionID"/>
Element Unit / SpecimenUnit / History / PreviousUnits / PreviousUnit / PreviousSourceID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name or code of collection previously holding this specimen.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="PreviousSourceID">
  <xs:annotation>
    <xs:documentation>Name or code of collection previously holding this specimen.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / History / PreviousUnits / PreviousUnit / PreviousUnitID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Identifier of specimen in previous collection.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="PreviousUnitID">
  <xs:annotation>
    <xs:documentation>Identifier of specimen in previous collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / History / PreviousUnits / PreviousUnit / Date
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Dates that the specimen was held in previous collection.
Diagram
Diagram ABCD_2_06_xsd.tmp#DateTime_DateText ABCD_2_06_xsd.tmp#DateTime_TimeZone ABCD_2_06_xsd.tmp#DateTime_ISODateTimeBegin ABCD_2_06_xsd.tmp#DateTime_DayNumberBegin ABCD_2_06_xsd.tmp#DateTime_TimeOfDayBegin ABCD_2_06_xsd.tmp#DateTime_ISODateTimeEnd ABCD_2_06_xsd.tmp#DateTime_DayNumberEnd ABCD_2_06_xsd.tmp#DateTime_TimeOfDayEnd ABCD_2_06_xsd.tmp#DateTime_PeriodExplicit ABCD_2_06_xsd.tmp#DateTime
Type DateTime
Properties
content complex
minOccurs 0
Model
Children DateText, DayNumberBegin, DayNumberEnd, ISODateTimeBegin, ISODateTimeEnd, PeriodExplicit, TimeOfDayBegin, TimeOfDayEnd, TimeZone
Instance
<Date xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <DateText>{0,1}</DateText>
  <TimeZone>{0,1}</TimeZone>
  <ISODateTimeBegin>{0,1}</ISODateTimeBegin>
  <DayNumberBegin>{0,1}</DayNumberBegin>
  <TimeOfDayBegin>{0,1}</TimeOfDayBegin>
  <ISODateTimeEnd>{0,1}</ISODateTimeEnd>
  <DayNumberEnd>{0,1}</DayNumberEnd>
  <TimeOfDayEnd>{0,1}</TimeOfDayEnd>
  <PeriodExplicit>{0,1}</PeriodExplicit>
</Date>
Source
<xs:element type="DateTime" name="Date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Dates that the specimen was held in previous collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / History / PreviousUnits / PreviousUnit / Comment
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Any further information about this specimen in its previous collection.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Comment" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Any further information about this specimen in its previous collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / History / PreviousUnits / PreviousUnit / PreviousUnitText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An alternative text identifying the previous unit when no ABCD standard ID s can be assigned.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="PreviousUnitText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>An alternative text identifying the previous unit when no ABCD standard ID s can be assigned.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / History / PreviousUnitsText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="PreviousUnitsText" minOccurs="0"/>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation
Properties
content complex
minOccurs 0
Model
Children NomenclaturalTypeDesignation
Instance
<NomenclaturalTypeDesignations xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <NomenclaturalTypeDesignation>{0,unbounded}</NomenclaturalTypeDesignation>
</NomenclaturalTypeDesignations>
Source
<xs:element name="NomenclaturalTypeDesignations" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="NomenclaturalTypeDesignation" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Information on the type status of the specimen.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="ScientificName" name="TypifiedName" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The name based on the specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="Reference" name="NomenclaturalReference" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Published reference.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="TypeStatus" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Full term designating the status.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="CodeAssessment" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Indication whether the type is conserved or rejected/suppressed by the Code or is proposed for conservation or suppression/rejection</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="DoubtfulFlag" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Indicator for unverified type status (kind and fact).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="PersonName" name="Verifier" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The person assigning or verifying the type status of the specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="xs:date" name="VerificationDate" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Date of verification.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="VerificationNotes" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Further information about the verification process.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Information on the type status of the specimen.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_TypifiedName ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_NomenclaturalReference ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_TypeStatus ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_CodeAssessment ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_DoubtfulFlag ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_Verifier ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_VerificationDate ABCD_2_06_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_VerificationNotes
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children CodeAssessment, DoubtfulFlag, NomenclaturalReference, TypeStatus, TypifiedName, VerificationDate, VerificationNotes, Verifier
Instance
<NomenclaturalTypeDesignation xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TypifiedName>{0,1}</TypifiedName>
  <NomenclaturalReference>{0,1}</NomenclaturalReference>
  <TypeStatus>{0,1}</TypeStatus>
  <CodeAssessment>{0,1}</CodeAssessment>
  <DoubtfulFlag>{0,1}</DoubtfulFlag>
  <Verifier>{0,1}</Verifier>
  <VerificationDate>{0,1}</VerificationDate>
  <VerificationNotes language="">{0,1}</VerificationNotes>
</NomenclaturalTypeDesignation>
Source
<xs:element maxOccurs="unbounded" name="NomenclaturalTypeDesignation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Information on the type status of the specimen.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="ScientificName" name="TypifiedName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The name based on the specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="Reference" name="NomenclaturalReference" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Published reference.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="TypeStatus" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Full term designating the status.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="CodeAssessment" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Indication whether the type is conserved or rejected/suppressed by the Code or is proposed for conservation or suppression/rejection</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="DoubtfulFlag" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Indicator for unverified type status (kind and fact).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="PersonName" name="Verifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The person assigning or verifying the type status of the specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:date" name="VerificationDate" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Date of verification.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="VerificationNotes" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Further information about the verification process.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / TypifiedName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The name based on the specimen.
Diagram
Diagram ABCD_2_06_xsd.tmp#ScientificName_FullScientificNameString ABCD_2_06_xsd.tmp#ScientificName_NameAtomised ABCD_2_06_xsd.tmp#ScientificName
Type ScientificName
Properties
content complex
minOccurs 0
Model
Children FullScientificNameString, NameAtomised
Instance
<TypifiedName xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <FullScientificNameString>{1,1}</FullScientificNameString>
  <NameAtomised>{0,1}</NameAtomised>
</TypifiedName>
Source
<xs:element type="ScientificName" name="TypifiedName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The name based on the specimen.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / NomenclaturalReference
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Published reference.
Diagram
Diagram ABCD_2_06_xsd.tmp#Reference_TitleCitation ABCD_2_06_xsd.tmp#Reference_CitationDetail ABCD_2_06_xsd.tmp#Reference_URI ABCD_2_06_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children CitationDetail, TitleCitation, URI
Instance
<NomenclaturalReference xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TitleCitation>{1,1}</TitleCitation>
  <CitationDetail>{0,1}</CitationDetail>
  <URI>{0,1}</URI>
</NomenclaturalReference>
Source
<xs:element type="Reference" name="NomenclaturalReference" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Published reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / TypeStatus
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Full term designating the status.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="TypeStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Full term designating the status.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / CodeAssessment
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Indication whether the type is conserved or rejected/suppressed by the Code or is proposed for conservation or suppression/rejection
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="CodeAssessment" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Indication whether the type is conserved or rejected/suppressed by the Code or is proposed for conservation or suppression/rejection</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / DoubtfulFlag
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Indicator for unverified type status (kind and fact).
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="DoubtfulFlag" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Indicator for unverified type status (kind and fact).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / Verifier
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The person assigning or verifying the type status of the specimen.
Diagram
Diagram ABCD_2_06_xsd.tmp#PersonName_FullName ABCD_2_06_xsd.tmp#PersonName_SortingName ABCD_2_06_xsd.tmp#PersonName_AtomisedName ABCD_2_06_xsd.tmp#PersonName
Type PersonName
Properties
content complex
minOccurs 0
Model
Children AtomisedName, FullName, SortingName
Instance
<Verifier xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <FullName>{1,1}</FullName>
  <SortingName>{0,1}</SortingName>
  <AtomisedName>{0,1}</AtomisedName>
</Verifier>
Source
<xs:element type="PersonName" name="Verifier" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The person assigning or verifying the type status of the specimen.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / VerificationDate
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Date of verification.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:date" name="VerificationDate" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date of verification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / VerificationNotes
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Further information about the verification process.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="VerificationNotes" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Further information about the verification process.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / DuplicatesDistributedTo
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A free text field to note the known other recipients of a duplicate of the unit, preferrably in the form of a delimited list of SourceInstitionIDs.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="DuplicatesDistributedTo" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A free text field to note the known other recipients of a duplicate of the unit, preferrably in the form of a delimited list of SourceInstitionIDs.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / ObservationUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Data elements specific to observation (recording) units. Note that most observation data items are site related and thus covered under Gathering.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_ObservationUnit_ObservationUnitIdentifiers
Properties
content complex
minOccurs 0
Model
Children ObservationUnitIdentifiers
Instance
<ObservationUnit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ObservationUnitIdentifiers>{0,1}</ObservationUnitIdentifiers>
</ObservationUnit>
Source
<xs:element name="ObservationUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Data elements specific to observation (recording) units. Note that most observation data items are site related and thus covered under Gathering.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ObservationUnitIdentifiers" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" type="StringP" name="ObservationUnitIdentifier" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Numbers or other registration mark associated with an observation record. Attribute for PreferredFlag. Separated from the equivalent AccessionNumber of specimen collections because of the more standardised approaches taken in physical collections.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / ObservationUnit / ObservationUnitIdentifiers
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_ObservationUnit_Unit_Unit_ObservationUnit_ObservationUnitIdentifiers_ObservationUnitIdentifier
Properties
content complex
minOccurs 0
Model
Children ObservationUnitIdentifier
Instance
<ObservationUnitIdentifiers xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ObservationUnitIdentifier preferred="">{0,unbounded}</ObservationUnitIdentifier>
</ObservationUnitIdentifiers>
Source
<xs:element name="ObservationUnitIdentifiers" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringP" name="ObservationUnitIdentifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Numbers or other registration mark associated with an observation record. Attribute for PreferredFlag. Separated from the equivalent AccessionNumber of specimen collections because of the more standardised approaches taken in physical collections.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / ObservationUnit / ObservationUnitIdentifiers / ObservationUnitIdentifier
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Numbers or other registration mark associated with an observation record. Attribute for PreferredFlag. Separated from the equivalent AccessionNumber of specimen collections because of the more standardised approaches taken in physical collections.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringP_preferred ABCD_2_06_xsd.tmp#StringP
Type StringP
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:element maxOccurs="unbounded" type="StringP" name="ObservationUnitIdentifier" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Numbers or other registration mark associated with an observation record. Attribute for PreferredFlag. Separated from the equivalent AccessionNumber of specimen collections because of the more standardised approaches taken in physical collections.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / CultureCollectionUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Data specific to microbial and similar culture methods.
Diagram
Diagram ABCD_2_06_xsd.tmp#CultureCollectionUnit_OrganismType ABCD_2_06_xsd.tmp#CultureCollectionUnit_InfrasubspecificName ABCD_2_06_xsd.tmp#CultureCollectionUnit_CultureNames ABCD_2_06_xsd.tmp#CultureCollectionUnit_Strain ABCD_2_06_xsd.tmp#CultureCollectionUnit_SerovarOrSerotype ABCD_2_06_xsd.tmp#CultureCollectionUnit_Pathovar ABCD_2_06_xsd.tmp#CultureCollectionUnit_Mutant ABCD_2_06_xsd.tmp#CultureCollectionUnit_Genotype ABCD_2_06_xsd.tmp#CultureCollectionUnit_GrowthConditions ABCD_2_06_xsd.tmp#CultureCollectionUnit_GrowthConditionAtomised ABCD_2_06_xsd.tmp#CultureCollectionUnit_References ABCD_2_06_xsd.tmp#CultureCollectionUnit_FormOfSupply ABCD_2_06_xsd.tmp#CultureCollectionUnit_Applications ABCD_2_06_xsd.tmp#CultureCollectionUnit_Hazard ABCD_2_06_xsd.tmp#CultureCollectionUnit
Type CultureCollectionUnit
Properties
content complex
minOccurs 0
Model
Children Applications, CultureNames, FormOfSupply, Genotype, GrowthConditionAtomised, GrowthConditions, Hazard, InfrasubspecificName, Mutant, OrganismType, Pathovar, References, SerovarOrSerotype, Strain
Instance
<CultureCollectionUnit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <OrganismType>{0,1}</OrganismType>
  <InfrasubspecificName>{0,1}</InfrasubspecificName>
  <CultureNames>{0,1}</CultureNames>
  <Strain>{0,1}</Strain>
  <SerovarOrSerotype>{0,1}</SerovarOrSerotype>
  <Pathovar>{0,1}</Pathovar>
  <Mutant>{0,1}</Mutant>
  <Genotype>{0,1}</Genotype>
  <GrowthConditions language="">{0,1}</GrowthConditions>
  <GrowthConditionAtomised>{0,1}</GrowthConditionAtomised>
  <References>{0,1}</References>
  <FormOfSupply language="">{0,1}</FormOfSupply>
  <Applications language="">{0,1}</Applications>
  <Hazard language="">{0,1}</Hazard>
</CultureCollectionUnit>
Source
<xs:element type="CultureCollectionUnit" name="CultureCollectionUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Data specific to microbial and similar culture methods.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / OrganismType
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
E.g. "Bacteria" or "Archaea"
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="OrganismType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>E.g. "Bacteria" or "Archaea"</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / InfrasubspecificName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Variety designation, epithet, authors and reference. This field excludes the pathovar name and the serovar name, which are both infrasubspecific names but are to be entered under Identification/... ../FullScientificName
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="InfrasubspecificName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Variety designation, epithet, authors and reference. This field excludes the pathovar name and the serovar name, which are both infrasubspecific names but are to be entered under Identification/... ../FullScientificName</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / CultureNames
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for names under which the culture is known
Diagram
Diagram ABCD_2_06_xsd.tmp#CultureCollectionUnit_CultureCollectionUnit_CultureNames_CultureName
Properties
content complex
minOccurs 0
Model
Children CultureName
Instance
<CultureNames xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <CultureName language="">{0,unbounded}</CultureName>
</CultureNames>
Source
<xs:element name="CultureNames" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for names under which the culture is known</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringL" name="CultureName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Reference or trade name for a microbial culture</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CultureCollectionUnit / CultureNames / CultureName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Reference or trade name for a microbial culture
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL" name="CultureName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reference or trade name for a microbial culture</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Strain
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of a microbial or viral strain. Note that this name may also denote the unique identifier of the record in the collection, in which case it should also be used for UnitID.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="Strain" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of a microbial or viral strain. Note that this name may also denote the unique identifier of the record in the collection, in which case it should also be used for UnitID.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / SerovarOrSerotype
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name and author of serovar or serotype
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="SerovarOrSerotype" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name and author of serovar or serotype</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Pathovar
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name and author of the pathovar.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="Pathovar" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name and author of the pathovar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Mutant
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Type and parent of mutant if strain is a mutant strain
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Mutant" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Type and parent of mutant if strain is a mutant strain</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Genotype
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Names of chromosomal markers of the strain. Especially recommended for strains of species for which many genetically modified strains exist
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Genotype" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Names of chromosomal markers of the strain. Especially recommended for strains of species for which many genetically modified strains exist</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / GrowthConditions
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An alternative full text field for culture medium, atmospheric and light conditions, temperature conditions and additional remarks on the cultivation.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="GrowthConditions" minOccurs="0">
  <xs:annotation>
    <xs:documentation>An alternative full text field for culture medium, atmospheric and light conditions, temperature conditions and additional remarks on the cultivation.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / GrowthConditionAtomised
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#CultureCollectionUnit_CultureCollectionUnit_GrowthConditionAtomised_CultureMedium ABCD_2_06_xsd.tmp#CultureCollectionUnit_CultureCollectionUnit_GrowthConditionAtomised_Aerobicity ABCD_2_06_xsd.tmp#CultureCollectionUnit_CultureCollectionUnit_GrowthConditionAtomised_Temperature
Properties
content complex
minOccurs 0
Model
Children Aerobicity, CultureMedium, Temperature
Instance
<GrowthConditionAtomised xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <CultureMedium language="">{0,1}</CultureMedium>
  <Aerobicity language="">{0,1}</Aerobicity>
  <Temperature TemperatureType="">{0,1}</Temperature>
</GrowthConditionAtomised>
Source
<xs:element name="GrowthConditionAtomised" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="StringL" name="CultureMedium" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The growth medium for a microbial or similar culture e.g. agar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Aerobicity" minOccurs="0">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
      </xs:element>
      <xs:element name="Temperature" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Preferably a number - attribute gives temperature scale used</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="TemperatureType">
                <xs:simpleType>
                  <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Celsius"/>
                    <xs:enumeration value="Fahrenheit"/>
                    <xs:enumeration value="Absolute"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CultureCollectionUnit / GrowthConditionAtomised / CultureMedium
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The growth medium for a microbial or similar culture e.g. agar
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="CultureMedium" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The growth medium for a microbial or similar culture e.g. agar</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / GrowthConditionAtomised / Aerobicity
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Aerobicity" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / GrowthConditionAtomised / Temperature
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Preferably a number - attribute gives temperature scale used
Diagram
Diagram ABCD_2_06_xsd.tmp#CultureCollectionUnit_CultureCollectionUnit_GrowthConditionAtomised_CultureCollectionUnit_CultureCollectionUnit_GrowthConditionAtomised_Temperature_TemperatureType
Type extension of xs:string
Properties
content complex
minOccurs 0
Attributes
QName Type Use
TemperatureType restriction of xs:NMTOKEN optional
Source
<xs:element name="Temperature" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Preferably a number - attribute gives temperature scale used</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="TemperatureType">
          <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
              <xs:enumeration value="Celsius"/>
              <xs:enumeration value="Fahrenheit"/>
              <xs:enumeration value="Absolute"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element CultureCollectionUnit / References
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
References for the culture conditions and method or for a description of the strain
Diagram
Diagram ABCD_2_06_xsd.tmp#CultureCollectionUnit_CultureCollectionUnit_References_Reference
Properties
content complex
minOccurs 0
Model
Children Reference
Instance
<References xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Reference>{0,unbounded}</Reference>
</References>
Source
<xs:element name="References" minOccurs="0">
  <xs:annotation>
    <xs:documentation>References for the culture conditions and method or for a description of the strain</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Reference" name="Reference" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Attribute for RefType</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CultureCollectionUnit / References / Reference
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Attribute for RefType
Diagram
Diagram ABCD_2_06_xsd.tmp#Reference_TitleCitation ABCD_2_06_xsd.tmp#Reference_CitationDetail ABCD_2_06_xsd.tmp#Reference_URI ABCD_2_06_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children CitationDetail, TitleCitation, URI
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TitleCitation>{1,1}</TitleCitation>
  <CitationDetail>{0,1}</CitationDetail>
  <URI>{0,1}</URI>
</Reference>
Source
<xs:element maxOccurs="unbounded" type="Reference" name="Reference" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Attribute for RefType</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / FormOfSupply
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Form in which the strain will be sent to the customer
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="FormOfSupply" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Form in which the strain will be sent to the customer</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Applications
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Applications" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Hazard
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Hazard" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element Unit / MycologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Data specific to mycological and lichenological units.
Diagram
Diagram ABCD_2_06_xsd.tmp#MycologicalUnit_LichenMorphotype ABCD_2_06_xsd.tmp#MycologicalUnit_MycologicalSexualStage ABCD_2_06_xsd.tmp#MycologicalUnit_MycologicalLiveStages ABCD_2_06_xsd.tmp#MycologicalUnit
Type MycologicalUnit
Properties
content complex
minOccurs 0
Model
Children LichenMorphotype, MycologicalLiveStages, MycologicalSexualStage
Instance
<MycologicalUnit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <LichenMorphotype>{0,1}</LichenMorphotype>
  <MycologicalSexualStage>{0,1}</MycologicalSexualStage>
  <MycologicalLiveStages>{0,1}</MycologicalLiveStages>
</MycologicalUnit>
Source
<xs:element type="MycologicalUnit" name="MycologicalUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Data specific to mycological and lichenological units.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MycologicalUnit / LichenMorphotype
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of algal or cyanobacterial component of lichen
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="LichenMorphotype" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of algal or cyanobacterial component of lichen</xs:documentation>
  </xs:annotation>
</xs:element>
Element MycologicalUnit / MycologicalSexualStage
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="MycologicalSexualStage" minOccurs="0">
  <xs:annotation/>
</xs:element>
Element MycologicalUnit / MycologicalLiveStages
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Spore states present in the sample.
Diagram
Diagram ABCD_2_06_xsd.tmp#MycologicalUnit_MycologicalUnit_MycologicalLiveStages_MycologicalLiveStage
Properties
content complex
minOccurs 0
Model
Children MycologicalLiveStage
Instance
<MycologicalLiveStages xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MycologicalLiveStage language="">{0,unbounded}</MycologicalLiveStage>
</MycologicalLiveStages>
Source
<xs:element name="MycologicalLiveStages" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Spore states present in the sample.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringL" name="MycologicalLiveStage" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Spore states present in the sample.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MycologicalUnit / MycologicalLiveStages / MycologicalLiveStage
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Spore states present in the sample.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL" name="MycologicalLiveStage" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Spore states present in the sample.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / HerbariumUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Data specific to herbarium specimens (incl. mycological specimens).
Diagram
Diagram ABCD_2_06_xsd.tmp#HerbariumUnit_Exsiccatum ABCD_2_06_xsd.tmp#HerbariumUnit_DuplicatesDistributedTo ABCD_2_06_xsd.tmp#HerbariumUnit_LoanIdentifier ABCD_2_06_xsd.tmp#HerbariumUnit_LoanSequenceNo ABCD_2_06_xsd.tmp#HerbariumUnit_LoanDestination ABCD_2_06_xsd.tmp#HerbariumUnit_LoanForBotanist ABCD_2_06_xsd.tmp#HerbariumUnit_LoanDespatchMethod ABCD_2_06_xsd.tmp#HerbariumUnit_LoanDate ABCD_2_06_xsd.tmp#HerbariumUnit_LoanReturnDate ABCD_2_06_xsd.tmp#HerbariumUnit
Type HerbariumUnit
Properties
content complex
minOccurs 0
Model
Children DuplicatesDistributedTo, Exsiccatum, LoanDate, LoanDespatchMethod, LoanDestination, LoanForBotanist, LoanIdentifier, LoanReturnDate, LoanSequenceNo
Instance
<HerbariumUnit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Exsiccatum>{0,1}</Exsiccatum>
  <DuplicatesDistributedTo>{0,1}</DuplicatesDistributedTo>
  <LoanIdentifier>{0,1}</LoanIdentifier>
  <LoanSequenceNo>{0,1}</LoanSequenceNo>
  <LoanDestination>{0,1}</LoanDestination>
  <LoanForBotanist>{0,1}</LoanForBotanist>
  <LoanDespatchMethod>{0,1}</LoanDespatchMethod>
  <LoanDate>{0,1}</LoanDate>
  <LoanReturnDate>{0,1}</LoanReturnDate>
</HerbariumUnit>
Source
<xs:element type="HerbariumUnit" name="HerbariumUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Data specific to herbarium specimens (incl. mycological specimens).</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / Exsiccatum
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Information relating this specimen to an Exsiccatum
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Exsiccatum" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Information relating this specimen to an Exsiccatum</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / DuplicatesDistributedTo
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A list of collection abbreviations of the herbaria duplicates were distributed to
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="DuplicatesDistributedTo" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A list of collection abbreviations of the herbaria duplicates were distributed to</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / LoanIdentifier
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The unique institutional loan number applied with the loan sequence number to uniquely identify a specimen on loan [HISPID3].
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="LoanIdentifier" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The unique institutional loan number applied with the loan sequence number to uniquely identify a specimen on loan [HISPID3].</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / LoanSequenceNo
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The sequence of a specimen within a given loan, assigned with the Loan Identification to uniquely identify a specimen on loan [HISPID3]
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:integer" name="LoanSequenceNo" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The sequence of a specimen within a given loan, assigned with the Loan Identification to uniquely identify a specimen on loan [HISPID3]</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / LoanDestination
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Institution to which the loan is being sent [HISPID3]
Diagram
Diagram ABCD_2_06_xsd.tmp#InstitutionCode
Type InstitutionCode
Properties
content simple
minOccurs 0
Source
<xs:element type="InstitutionCode" name="LoanDestination" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Institution to which the loan is being sent [HISPID3]</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / LoanForBotanist
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of botanist for whom the loan is destined [HISPID3]
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="LoanForBotanist" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of botanist for whom the loan is destined [HISPID3]</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / LoanDespatchMethod
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The means by which the loan is being despatched from the home institution [HISPID3]
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="LoanDespatchMethod" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The means by which the loan is being despatched from the home institution [HISPID3]</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / LoanDate
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The date the loan is prepared and/or sent [HISPID3]
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:date" name="LoanDate" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date the loan is prepared and/or sent [HISPID3]</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / LoanReturnDate
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:date" name="LoanReturnDate" minOccurs="0"/>
Element Unit / BotanicalGardenUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Data specific to units in botanical live (horticultural) collections.
Diagram
Diagram ABCD_2_06_xsd.tmp#BotanicalGardenUnit_AccessionSpecimenNumbers ABCD_2_06_xsd.tmp#BotanicalGardenUnit_AccessionStatus ABCD_2_06_xsd.tmp#BotanicalGardenUnit_LocationInGarden ABCD_2_06_xsd.tmp#BotanicalGardenUnit_AccessionMaterialType ABCD_2_06_xsd.tmp#BotanicalGardenUnit_Hardiness ABCD_2_06_xsd.tmp#BotanicalGardenUnit_ProvenanceCategory ABCD_2_06_xsd.tmp#BotanicalGardenUnit_PropagationHistoryCode ABCD_2_06_xsd.tmp#BotanicalGardenUnit_AccessionLineage ABCD_2_06_xsd.tmp#BotanicalGardenUnit_DonorCategory ABCD_2_06_xsd.tmp#BotanicalGardenUnit_Cultivation ABCD_2_06_xsd.tmp#BotanicalGardenUnit_PlantingDate ABCD_2_06_xsd.tmp#BotanicalGardenUnit_Propagation ABCD_2_06_xsd.tmp#BotanicalGardenUnit_Perennation ABCD_2_06_xsd.tmp#BotanicalGardenUnit_BreedingSystem ABCD_2_06_xsd.tmp#BotanicalGardenUnit_IPEN ABCD_2_06_xsd.tmp#BotanicalGardenUnit
Type BotanicalGardenUnit
Properties
content complex
minOccurs 0
Model
Children AccessionLineage, AccessionMaterialType, AccessionSpecimenNumbers, AccessionStatus, BreedingSystem, Cultivation, DonorCategory, Hardiness, IPEN, LocationInGarden, Perennation, PlantingDate, Propagation, PropagationHistoryCode, ProvenanceCategory
Instance
<BotanicalGardenUnit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <AccessionSpecimenNumbers>{0,1}</AccessionSpecimenNumbers>
  <AccessionStatus>{0,1}</AccessionStatus>
  <LocationInGarden>{0,1}</LocationInGarden>
  <AccessionMaterialType>{0,1}</AccessionMaterialType>
  <Hardiness>{0,1}</Hardiness>
  <ProvenanceCategory>{0,1}</ProvenanceCategory>
  <PropagationHistoryCode>{0,1}</PropagationHistoryCode>
  <AccessionLineage>{0,1}</AccessionLineage>
  <DonorCategory>{0,1}</DonorCategory>
  <Cultivation>{0,1}</Cultivation>
  <PlantingDate>{0,1}</PlantingDate>
  <Propagation>{0,1}</Propagation>
  <Perennation>{0,1}</Perennation>
  <BreedingSystem>{0,1}</BreedingSystem>
  <IPEN>{0,1}</IPEN>
</BotanicalGardenUnit>
Source
<xs:element type="BotanicalGardenUnit" name="BotanicalGardenUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Data specific to units in botanical live (horticultural) collections.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / AccessionSpecimenNumbers
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Minimum numbers of individuals the garden is holding under the UnitID.
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:int" name="AccessionSpecimenNumbers" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Minimum numbers of individuals the garden is holding under the UnitID.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / AccessionStatus
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Current status (current or not current) of the accession in the garden.
Diagram
Diagram
Type xs:byte
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:byte" name="AccessionStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Current status (current or not current) of the accession in the garden.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / LocationInGarden
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Current location of the living plant in the botanical garden.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="LocationInGarden" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Current location of the living plant in the botanical garden.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / AccessionMaterialType
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Type of material the current living accession is composed of.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AccessionMaterialType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Type of material the current living accession is composed of.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / Hardiness
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A flag indicating that the accession is grown outdoors in the botanical garden.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="Hardiness" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A flag indicating that the accession is grown outdoors in the botanical garden.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / ProvenanceCategory
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A code to indicate the provenance of the accession [ITF-2].
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="ProvenanceCategory" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A code to indicate the provenance of the accession [ITF-2].</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / PropagationHistoryCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A code to indicate the nature of the production of the plant material being accessioned, for use in association with the element ProvenanceCategory [ITF-2]
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="PropagationHistoryCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A code to indicate the nature of the production of the plant material being accessioned, for use in association with the element ProvenanceCategory [ITF-2]</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / AccessionLineage
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The purpose of this element is to trace the lineage of an accession to either one or two immediate parent unit ID's.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AccessionLineage" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The purpose of this element is to trace the lineage of an accession to either one or two immediate parent unit ID's.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / DonorCategory
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A code to indicate the type of the immediate donor from which the accession was obtained. This may not be necessarily the original collector of wild material. [ITF-2]
Diagram
Diagram
Type xs:byte
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:byte" name="DonorCategory" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A code to indicate the type of the immediate donor from which the accession was obtained. This may not be necessarily the original collector of wild material. [ITF-2]</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / Cultivation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Allows for cultivation information to be passed as free text in order to help the receiving garden care for the transferred accession [ITF-2] or to record the garden's experience made with this accession.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Cultivation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Allows for cultivation information to be passed as free text in order to help the receiving garden care for the transferred accession [ITF-2] or to record the garden's experience made with this accession.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / PlantingDate
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The date the plant was planted at its current location in the botanical garden.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="PlantingDate" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date the plant was planted at its current location in the botanical garden.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / Propagation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Allows for information about any propagation requirements to be passed as free text in order to help the receiving garden propagate the transferred accession [ITF-2] or to record the garden's experience made with this accession.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Propagation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Allows for information about any propagation requirements to be passed as free text in order to help the receiving garden propagate the transferred accession [ITF-2] or to record the garden's experience made with this accession.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / Perennation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A code to indicate the means of perennation, providing a means of noting living plant accessions that require regular curatorial monitoring [ITF-2].
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="Perennation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A code to indicate the means of perennation, providing a means of noting living plant accessions that require regular curatorial monitoring [ITF-2].</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / BreedingSystem
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A code to indicate the breeding system of the accession [ITF-2].
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="BreedingSystem" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A code to indicate the breeding system of the accession [ITF-2].</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / IPEN
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Unique number given to plant materials accessioned in conformance with the rules of the International Plant Exchange Network (see http://www.bgci.org/abs/ipen_numbers.html).
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="IPEN" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Unique number given to plant materials accessioned in conformance with the rules of the International Plant Exchange Network (see http://www.bgci.org/abs/ipen_numbers.html).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / PlantGeneticResourcesUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Data specific to units in plant genetic resource collections, e.g. gene banks.
Diagram
Diagram ABCD_2_06_xsd.tmp#PGRUnit_NationalInventoryCode ABCD_2_06_xsd.tmp#PGRUnit_BreedingInstitutionCode ABCD_2_06_xsd.tmp#PGRUnit_BreedingCountryCode ABCD_2_06_xsd.tmp#PGRUnit_BiologicalStatus ABCD_2_06_xsd.tmp#PGRUnit_AncestralData ABCD_2_06_xsd.tmp#PGRUnit_CollectingAcquisitionSource ABCD_2_06_xsd.tmp#PGRUnit_OtherIdentification ABCD_2_06_xsd.tmp#PGRUnit_LocationSafetyDuplicates ABCD_2_06_xsd.tmp#PGRUnit_TypeGermplasmStorage ABCD_2_06_xsd.tmp#PGRUnit_DecodedBreedingInstitute ABCD_2_06_xsd.tmp#PGRUnit_DecodedDonorInstitute ABCD_2_06_xsd.tmp#PGRUnit_DecodedLocationSafetyDuplicates ABCD_2_06_xsd.tmp#PGRUnit_GatheringInstitutionCode ABCD_2_06_xsd.tmp#PGRUnit_AccessionNames ABCD_2_06_xsd.tmp#PGRUnit
Type PGRUnit
Properties
content complex
minOccurs 0
Model
Children AccessionNames, AncestralData, BiologicalStatus, BreedingCountryCode, BreedingInstitutionCode, CollectingAcquisitionSource, DecodedBreedingInstitute, DecodedDonorInstitute, DecodedLocationSafetyDuplicates, GatheringInstitutionCode, LocationSafetyDuplicates, NationalInventoryCode, OtherIdentification, TypeGermplasmStorage
Instance
<PlantGeneticResourcesUnit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <NationalInventoryCode>{0,1}</NationalInventoryCode>
  <BreedingInstitutionCode>{0,1}</BreedingInstitutionCode>
  <BreedingCountryCode>{0,1}</BreedingCountryCode>
  <BiologicalStatus>{0,1}</BiologicalStatus>
  <AncestralData language="">{0,1}</AncestralData>
  <CollectingAcquisitionSource>{0,1}</CollectingAcquisitionSource>
  <OtherIdentification>{0,1}</OtherIdentification>
  <LocationSafetyDuplicates>{0,1}</LocationSafetyDuplicates>
  <TypeGermplasmStorage>{0,1}</TypeGermplasmStorage>
  <DecodedBreedingInstitute>{0,1}</DecodedBreedingInstitute>
  <DecodedDonorInstitute>{0,1}</DecodedDonorInstitute>
  <DecodedLocationSafetyDuplicates>{0,1}</DecodedLocationSafetyDuplicates>
  <GatheringInstitutionCode>{0,1}</GatheringInstitutionCode>
  <AccessionNames>{0,1}</AccessionNames>
</PlantGeneticResourcesUnit>
Source
<xs:element type="PGRUnit" name="PlantGeneticResourcesUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Data specific to units in plant genetic resource collections, e.g. gene banks.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / NationalInventoryCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A designation specific to EURISCO.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="NationalInventoryCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A designation specific to EURISCO.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / BreedingInstitutionCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
FAO Institute Code of the institute that has bred the material.
Diagram
Diagram ABCD_2_06_xsd.tmp#FAOInstituteCode
Type FAOInstituteCode
Properties
content simple
minOccurs 0
Source
<xs:element type="FAOInstituteCode" name="BreedingInstitutionCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation>FAO Institute Code of the institute that has bred the material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / BreedingCountryCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
ISO 3-letter code for the country where the breeding institute is located.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="BreedingCountryCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation>ISO 3-letter code for the country where the breeding institute is located.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / BiologicalStatus
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#BiologicalStatus
Type BiologicalStatus
Properties
content simple
minOccurs 0
Facets
enumeration 100
enumeration 110
enumeration 120
enumeration 200
enumeration 300
enumeration 400
enumeration 410
enumeration 411
enumeration 412
enumeration 413
enumeration 414
enumeration 415
enumeration 420
enumeration 500
enumeration 999
Source
<xs:element type="BiologicalStatus" name="BiologicalStatus" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PGRUnit / AncestralData
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AncestralData" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PGRUnit / CollectingAcquisitionSource
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#CollectingAcquisitionSource
Type CollectingAcquisitionSource
Properties
content simple
minOccurs 0
Facets
enumeration 10
enumeration 11
enumeration 12
enumeration 13
enumeration 14
enumeration 15
enumeration 20
enumeration 21
enumeration 22
enumeration 23
enumeration 24
enumeration 25
enumeration 26
enumeration 27
enumeration 28
enumeration 30
enumeration 40
enumeration 50
enumeration 60
enumeration 61
enumeration 62
enumeration 99
Source
<xs:element type="CollectingAcquisitionSource" name="CollectingAcquisitionSource" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PGRUnit / OtherIdentification
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="OtherIdentification" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PGRUnit / LocationSafetyDuplicates
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#FAOInstituteCode
Type FAOInstituteCode
Properties
content simple
minOccurs 0
Source
<xs:element type="FAOInstituteCode" name="LocationSafetyDuplicates" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PGRUnit / TypeGermplasmStorage
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#TypeGermplasmStorage
Type TypeGermplasmStorage
Properties
content simple
minOccurs 0
Facets
enumeration 10
enumeration 11
enumeration 12
enumeration 13
enumeration 20
enumeration 30
enumeration 40
enumeration 99
Source
<xs:element type="TypeGermplasmStorage" name="TypeGermplasmStorage" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PGRUnit / DecodedBreedingInstitute
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="DecodedBreedingInstitute" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PGRUnit / DecodedDonorInstitute
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="DecodedDonorInstitute" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PGRUnit / DecodedLocationSafetyDuplicates
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="DecodedLocationSafetyDuplicates" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PGRUnit / GatheringInstitutionCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
FAO Institute Code of the institute that has collected the material.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="GatheringInstitutionCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation>FAO Institute Code of the institute that has collected the material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / AccessionNames
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#PGRUnit_PGRUnit_AccessionNames_AccessionName ABCD_2_06_xsd.tmp#PGRUnit_PGRUnit_AccessionNames_AccessionNameText
Properties
content complex
minOccurs 0
Model
Children AccessionName, AccessionNameText
Instance
<AccessionNames xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <AccessionName>{0,unbounded}</AccessionName>
  <AccessionNameText>{0,1}</AccessionNameText>
</AccessionNames>
Source
<xs:element name="AccessionNames" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="AccessionName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A name given to the accession that cannot be covered by the name structure given for botanical names under identification (i.e. not a formal cultivar or trade designation name).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccessionNameText" minOccurs="0">
        <xs:annotation>
          <xs:documentation>An alternative concatenated text representation of the Accession Names.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element PGRUnit / AccessionNames / AccessionName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A name given to the accession that cannot be covered by the name structure given for botanical names under identification (i.e. not a formal cultivar or trade designation name).
Diagram
Diagram
Properties
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" name="AccessionName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name given to the accession that cannot be covered by the name structure given for botanical names under identification (i.e. not a formal cultivar or trade designation name).</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / AccessionNames / AccessionNameText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An alternative concatenated text representation of the Accession Names.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="AccessionNameText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>An alternative concatenated text representation of the Accession Names.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / ZoologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Data specific to zoological units.
Diagram
Diagram ABCD_2_06_xsd.tmp#ZoologicalUnit_PhasesOrStages ABCD_2_06_xsd.tmp#ZoologicalUnit
Type ZoologicalUnit
Properties
content complex
minOccurs 0
Model
Children PhasesOrStages
Instance
<ZoologicalUnit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <PhasesOrStages>{0,1}</PhasesOrStages>
</ZoologicalUnit>
Source
<xs:element type="ZoologicalUnit" name="ZoologicalUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Data specific to zoological units.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ZoologicalUnit / PhasesOrStages
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container element for the phase or stage of the individual organism or the organisms present in the unit. Note that counts can be provided in the Unit's MeasurementsOrFacts section.
Diagram
Diagram ABCD_2_06_xsd.tmp#ZoologicalUnit_ZoologicalUnit_PhasesOrStages_PhaseOrStage
Properties
content complex
minOccurs 0
Model
Children PhaseOrStage
Instance
<PhasesOrStages xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <PhaseOrStage language="">{1,unbounded}</PhaseOrStage>
</PhasesOrStages>
Source
<xs:element name="PhasesOrStages" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container element for the phase or stage of the individual organism or the organisms present in the unit. Note that counts can be provided in the Unit's MeasurementsOrFacts section.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringL" name="PhaseOrStage">
        <xs:annotation>
          <xs:documentation>Combined element for phase (e.g. polyp and meduse of the Cnidaria) or stage (juvenile, nauplius, copepodite) of the organism(s) in the unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ZoologicalUnit / PhasesOrStages / PhaseOrStage
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Combined element for phase (e.g. polyp and meduse of the Cnidaria) or stage (juvenile, nauplius, copepodite) of the organism(s) in the unit.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL" name="PhaseOrStage">
  <xs:annotation>
    <xs:documentation>Combined element for phase (e.g. polyp and meduse of the Cnidaria) or stage (juvenile, nauplius, copepodite) of the organism(s) in the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / PalaeontologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Data specific to palaeontological units.
Diagram
Diagram ABCD_2_06_xsd.tmp#PalaeontologicalUnit_Preservation ABCD_2_06_xsd.tmp#PalaeontologicalUnit_TimeRange ABCD_2_06_xsd.tmp#PalaeontologicalUnit
Type PalaeontologicalUnit
Properties
content complex
minOccurs 0
Model
Children Preservation, TimeRange
Instance
<PalaeontologicalUnit xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Preservation>{0,1}</Preservation>
  <TimeRange>{0,1}</TimeRange>
</PalaeontologicalUnit>
Source
<xs:element type="PalaeontologicalUnit" name="PalaeontologicalUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Data specific to palaeontological units.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PalaeontologicalUnit / Preservation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Description of the fossil preservation of the specimen.
Diagram
Diagram ABCD_2_06_xsd.tmp#PalaeontologicalUnit_PalaeontologicalUnit_Preservation_Completeness ABCD_2_06_xsd.tmp#PalaeontologicalUnit_PalaeontologicalUnit_Preservation_Form ABCD_2_06_xsd.tmp#PalaeontologicalUnit_PalaeontologicalUnit_Preservation_Matrix ABCD_2_06_xsd.tmp#PalaeontologicalUnit_PalaeontologicalUnit_Preservation_Mineralisation ABCD_2_06_xsd.tmp#PalaeontologicalUnit_PalaeontologicalUnit_Preservation_Taphonomy
Properties
content complex
minOccurs 0
Model
Children Completeness, Form, Matrix, Mineralisation, Taphonomy
Instance
<Preservation xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Completeness language="">{0,1}</Completeness>
  <Form language="">{0,1}</Form>
  <Matrix language="">{0,1}</Matrix>
  <Mineralisation language="">{0,1}</Mineralisation>
  <Taphonomy language="">{0,1}</Taphonomy>
</Preservation>
Source
<xs:element name="Preservation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Description of the fossil preservation of the specimen.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="StringL" name="Completeness" minOccurs="0">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Form" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Original, mould, cast etc</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Matrix" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The sediment or mineral matrix enclosing the fossil</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Mineralisation" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Form of mineralisation</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Taphonomy" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Life position, allochthonous death assemblage, post mortem history details etc.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element PalaeontologicalUnit / Preservation / Completeness
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Completeness" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element PalaeontologicalUnit / Preservation / Form
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Original, mould, cast etc
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Form" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Original, mould, cast etc</xs:documentation>
  </xs:annotation>
</xs:element>
Element PalaeontologicalUnit / Preservation / Matrix
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The sediment or mineral matrix enclosing the fossil
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Matrix" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The sediment or mineral matrix enclosing the fossil</xs:documentation>
  </xs:annotation>
</xs:element>
Element PalaeontologicalUnit / Preservation / Mineralisation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Form of mineralisation
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Mineralisation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Form of mineralisation</xs:documentation>
  </xs:annotation>
</xs:element>
Element PalaeontologicalUnit / Preservation / Taphonomy
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Life position, allochthonous death assemblage, post mortem history details etc.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Taphonomy" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Life position, allochthonous death assemblage, post mortem history details etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PalaeontologicalUnit / TimeRange
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Known or assumed time range of a fossil
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="TimeRange" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Known or assumed time range of a fossil</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / MultiMediaObjects
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Multimedia objects such as images, movies, etc. relating to (or forming) the unit. Note that RecordBasis should be set accordingly if the multimedia object actually is the unit in the collection (e.g. collections of images taken in the field, sound recordings, etc.).
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_MultiMediaObjects_MultiMediaObject
Properties
content complex
minOccurs 0
Model
Children MultiMediaObject
Instance
<MultiMediaObjects xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MultiMediaObject>{1,unbounded}</MultiMediaObject>
</MultiMediaObjects>
Source
<xs:element name="MultiMediaObjects" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Multimedia objects such as images, movies, etc. relating to (or forming) the unit. Note that RecordBasis should be set accordingly if the multimedia object actually is the unit in the collection (e.g. collections of images taken in the field, sound recordings, etc.).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="MultiMediaObject" name="MultiMediaObject"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / MultiMediaObjects / MultiMediaObject
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#MultiMediaObject_ID ABCD_2_06_xsd.tmp#MultiMediaObject_FileURI ABCD_2_06_xsd.tmp#MultiMediaObject_ProductURI ABCD_2_06_xsd.tmp#MultiMediaObject_Context ABCD_2_06_xsd.tmp#MultiMediaObject_Format ABCD_2_06_xsd.tmp#MultiMediaObject_ImageSize ABCD_2_06_xsd.tmp#MultiMediaObject_ImageResolution ABCD_2_06_xsd.tmp#MultiMediaObject_FileSize ABCD_2_06_xsd.tmp#MultiMediaObject_IPR ABCD_2_06_xsd.tmp#MultiMediaObject_Comment ABCD_2_06_xsd.tmp#MultiMediaObject_CreatedDate ABCD_2_06_xsd.tmp#MultiMediaObject_Creator ABCD_2_06_xsd.tmp#MultiMediaObject_CaptureEquipment ABCD_2_06_xsd.tmp#MultiMediaObject_ImageColorSpace ABCD_2_06_xsd.tmp#MultiMediaObject
Type MultiMediaObject
Properties
content complex
maxOccurs unbounded
Model
Children CaptureEquipment, Comment, Context, CreatedDate, Creator, FileSize, FileURI, Format, ID, IPR, ImageColorSpace, ImageResolution, ImageSize, ProductURI
Instance
<MultiMediaObject xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ID>{0,1}</ID>
  <FileURI>{0,1}</FileURI>
  <ProductURI>{0,1}</ProductURI>
  <Context language="">{0,1}</Context>
  <Format>{0,1}</Format>
  <ImageSize>{0,1}</ImageSize>
  <ImageResolution>{0,1}</ImageResolution>
  <FileSize>{0,1}</FileSize>
  <IPR>{0,1}</IPR>
  <Comment language="">{0,1}</Comment>
  <CreatedDate>{0,1}</CreatedDate>
  <Creator>{0,1}</Creator>
  <CaptureEquipment>{0,1}</CaptureEquipment>
  <ImageColorSpace>{0,1}</ImageColorSpace>
</MultiMediaObject>
Source
<xs:element maxOccurs="unbounded" type="MultiMediaObject" name="MultiMediaObject"/>
Element MultiMediaObject / ID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Identifier for the multimedia object. May be a filename.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="ID" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Identifier for the multimedia object. May be a filename.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / FileURI
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Universal Resource Identifier of the underlying multimedia file, i.e. "naked" path to electronic source of multimedia object (e.g. web address).
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:anyURI" name="FileURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Universal Resource Identifier of the underlying multimedia file, i.e. "naked" path to electronic source of multimedia object (e.g. web address).</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / ProductURI
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Universal Resource Identifier of an electronic source of multimedia object including HTML, Javascript or similar means deliver rendered output.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="ProductURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Universal Resource Identifier of an electronic source of multimedia object including HTML, Javascript or similar means deliver rendered output.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / Context
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The context of the object in relation to the specimen or observation. E.g. image of entire specimen, sound recording the observation is based on, image of original valid publication, etc.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Context" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The context of the object in relation to the specimen or observation. E.g. image of entire specimen, sound recording the observation is based on, image of original valid publication, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / Format
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Code or descriptive term for file or object format e.g. jpg, pcx, tiff for digital images; 16mm, beta video, AVI, mpg for moving images; transparency, print for photographs etc.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Format" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Code or descriptive term for file or object format e.g. jpg, pcx, tiff for digital images; 16mm, beta video, AVI, mpg for moving images; transparency, print for photographs etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / ImageSize
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Image size in pixels x pixels.
Diagram
Diagram ABCD_2_06_xsd.tmp#ImageSize_Width ABCD_2_06_xsd.tmp#ImageSize_Height ABCD_2_06_xsd.tmp#ImageSize
Type ImageSize
Properties
content complex
minOccurs 0
Model
Children Height, Width
Instance
<ImageSize xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Width>{1,1}</Width>
  <Height>{1,1}</Height>
</ImageSize>
Source
<xs:element type="ImageSize" name="ImageSize" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Image size in pixels x pixels.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ImageSize / Width
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Picture width in pixel
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element type="xs:positiveInteger" name="Width">
  <xs:annotation>
    <xs:documentation>Picture width in pixel</xs:documentation>
  </xs:annotation>
</xs:element>
Element ImageSize / Height
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Picture height in pixel
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element type="xs:positiveInteger" name="Height">
  <xs:annotation>
    <xs:documentation>Picture height in pixel</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / ImageResolution
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Resolution expressed in dots per inch.
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:int" name="ImageResolution" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Resolution expressed in dots per inch.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / FileSize
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Size in Kb of the file referred to by URI or filename.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="FileSize" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Size in Kb of the file referred to by URI or filename.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / IPR
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Intellectual Property Rights relating specifically to the image.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRDeclarations ABCD_2_06_xsd.tmp#IPRStatements_Copyrights ABCD_2_06_xsd.tmp#IPRStatements_Licenses ABCD_2_06_xsd.tmp#IPRStatements_TermsOfUseStatements ABCD_2_06_xsd.tmp#IPRStatements_Disclaimers ABCD_2_06_xsd.tmp#IPRStatements_Acknowledgements ABCD_2_06_xsd.tmp#IPRStatements_Citations ABCD_2_06_xsd.tmp#IPRStatements
Type IPRStatements
Properties
content complex
minOccurs 0
Model
Children Acknowledgements, Citations, Copyrights, Disclaimers, IPRDeclarations, Licenses, TermsOfUseStatements
Instance
<IPR xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <IPRDeclarations>{0,1}</IPRDeclarations>
  <Copyrights>{0,1}</Copyrights>
  <Licenses>{0,1}</Licenses>
  <TermsOfUseStatements>{0,1}</TermsOfUseStatements>
  <Disclaimers>{0,1}</Disclaimers>
  <Acknowledgements>{0,1}</Acknowledgements>
  <Citations>{0,1}</Citations>
</IPR>
Source
<xs:element type="IPRStatements" name="IPR" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Intellectual Property Rights relating specifically to the image.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / Comment
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text of formatted text (rtf) description of the feature - not controlled length e.g. often a memo field
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Comment" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text of formatted text (rtf) description of the feature - not controlled length e.g. often a memo field</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / CreatedDate
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Date the object was created.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:date" name="CreatedDate" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date the object was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / Creator
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Identifier, e.g. name or other id, of (technical) personnel who has taken the image. Does not imply copyrights or other rights.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Creator" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Identifier, e.g. name or other id, of (technical) personnel who has taken the image. Does not imply copyrights or other rights.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / CaptureEquipment
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Equipment used to create this multimedia object.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="CaptureEquipment" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Equipment used to create this multimedia object.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultiMediaObject / ImageColorSpace
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
## Element under discussion ## See Bob Morris' comments under http://efgblade.cs.umb.edu/twiki/bin/view/BDEI/ColorManagement
Diagram
Diagram ABCD_2_06_xsd.tmp#MultiMediaObject_MultiMediaObject_ImageColorSpace_Profile_Name ABCD_2_06_xsd.tmp#MultiMediaObject_MultiMediaObject_ImageColorSpace_Profile_Ref
Properties
content complex
minOccurs 0
Model
Children Profile_Name, Profile_Ref
Instance
<ImageColorSpace xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Profile_Name>{0,1}</Profile_Name>
  <Profile_Ref>{0,1}</Profile_Ref>
</ImageColorSpace>
Source
<xs:element name="ImageColorSpace" minOccurs="0">
  <xs:annotation>
    <xs:documentation>## Element under discussion ## See Bob Morris' comments under http://efgblade.cs.umb.edu/twiki/bin/view/BDEI/ColorManagement</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="Profile_Name" minOccurs="0"/>
      <xs:element type="xs:anyURI" name="Profile_Ref" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MultiMediaObject / ImageColorSpace / Profile_Name
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Profile_Name" minOccurs="0"/>
Element MultiMediaObject / ImageColorSpace / Profile_Ref
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:anyURI" name="Profile_Ref" minOccurs="0"/>
Element Unit / Associations
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Relationships of this unit record with other unit records in ABCD conformant datasets.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_Associations_UnitAssociation
Properties
content complex
minOccurs 0
Model
Children UnitAssociation
Instance
<Associations xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <UnitAssociation>{1,unbounded}</UnitAssociation>
</Associations>
Source
<xs:element name="Associations" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Relationships of this unit record with other unit records in ABCD conformant datasets.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="UnitAssociation">
        <xs:annotation>
          <xs:documentation>A binary relationship or association of units.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="String" name="AssociatedUnitSourceInstitutionCode">
              <xs:annotation>
                <xs:documentation>First part of a fully qualified identifier of a related item's dataset.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="AssociatedUnitSourceName">
              <xs:annotation>
                <xs:documentation>Second part of a fully qualified identifier of a related item's dataset.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="AssociatedUnitID">
              <xs:annotation>
                <xs:documentation>Fully qualified identifier of the related item within the specified dataset.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="AssociationType">
              <xs:annotation>
                <xs:documentation>Description of the association.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="Comment" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Further information about an association.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Associations / UnitAssociation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A binary relationship or association of units.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_UnitAssociation_AssociatedUnitSourceInstitutionCode ABCD_2_06_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_UnitAssociation_AssociatedUnitSourceName ABCD_2_06_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_UnitAssociation_AssociatedUnitID ABCD_2_06_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_UnitAssociation_AssociationType ABCD_2_06_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_UnitAssociation_Comment
Properties
content complex
maxOccurs unbounded
Model
Children AssociatedUnitID, AssociatedUnitSourceInstitutionCode, AssociatedUnitSourceName, AssociationType, Comment
Instance
<UnitAssociation xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <AssociatedUnitSourceInstitutionCode>{1,1}</AssociatedUnitSourceInstitutionCode>
  <AssociatedUnitSourceName>{1,1}</AssociatedUnitSourceName>
  <AssociatedUnitID>{1,1}</AssociatedUnitID>
  <AssociationType language="">{1,1}</AssociationType>
  <Comment language="">{0,1}</Comment>
</UnitAssociation>
Source
<xs:element maxOccurs="unbounded" name="UnitAssociation">
  <xs:annotation>
    <xs:documentation>A binary relationship or association of units.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="AssociatedUnitSourceInstitutionCode">
        <xs:annotation>
          <xs:documentation>First part of a fully qualified identifier of a related item's dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="AssociatedUnitSourceName">
        <xs:annotation>
          <xs:documentation>Second part of a fully qualified identifier of a related item's dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="AssociatedUnitID">
        <xs:annotation>
          <xs:documentation>Fully qualified identifier of the related item within the specified dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="AssociationType">
        <xs:annotation>
          <xs:documentation>Description of the association.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Comment" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Further information about an association.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Associations / UnitAssociation / AssociatedUnitSourceInstitutionCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
First part of a fully qualified identifier of a related item's dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AssociatedUnitSourceInstitutionCode">
  <xs:annotation>
    <xs:documentation>First part of a fully qualified identifier of a related item's dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / UnitAssociation / AssociatedUnitSourceName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Second part of a fully qualified identifier of a related item's dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AssociatedUnitSourceName">
  <xs:annotation>
    <xs:documentation>Second part of a fully qualified identifier of a related item's dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / UnitAssociation / AssociatedUnitID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Fully qualified identifier of the related item within the specified dataset.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AssociatedUnitID">
  <xs:annotation>
    <xs:documentation>Fully qualified identifier of the related item within the specified dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / UnitAssociation / AssociationType
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Description of the association.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AssociationType">
  <xs:annotation>
    <xs:documentation>Description of the association.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / UnitAssociation / Comment
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Further information about an association.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Comment" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Further information about an association.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Assemblages
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A container for groupings of this unit record with other unit records in this dataset by means of an additional ID.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_Assemblages_UnitAssemblage
Properties
content complex
minOccurs 0
Model
Children UnitAssemblage
Instance
<Assemblages xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <UnitAssemblage>{1,unbounded}</UnitAssemblage>
</Assemblages>
Source
<xs:element name="Assemblages" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A container for groupings of this unit record with other unit records in this dataset by means of an additional ID.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="UnitAssemblage">
        <xs:annotation>
          <xs:documentation>A unit assemblage handles symmetric relationships between several units.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="String" name="AssemblageID">
              <xs:annotation>
                <xs:documentation>Identifier for assemblage.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="AssemblageName" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Name of assemblage.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Assemblages / UnitAssemblage
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A unit assemblage handles symmetric relationships between several units.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_Assemblages_Unit_Unit_Assemblages_UnitAssemblage_AssemblageID ABCD_2_06_xsd.tmp#Unit_Unit_Assemblages_Unit_Unit_Assemblages_UnitAssemblage_AssemblageName
Properties
content complex
maxOccurs unbounded
Model
Children AssemblageID, AssemblageName
Instance
<UnitAssemblage xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <AssemblageID>{1,1}</AssemblageID>
  <AssemblageName language="">{0,1}</AssemblageName>
</UnitAssemblage>
Source
<xs:element maxOccurs="unbounded" name="UnitAssemblage">
  <xs:annotation>
    <xs:documentation>A unit assemblage handles symmetric relationships between several units.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="AssemblageID">
        <xs:annotation>
          <xs:documentation>Identifier for assemblage.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="AssemblageName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Name of assemblage.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Assemblages / UnitAssemblage / AssemblageID
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Identifier for assemblage.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AssemblageID">
  <xs:annotation>
    <xs:documentation>Identifier for assemblage.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Assemblages / UnitAssemblage / AssemblageName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of assemblage.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AssemblageName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of assemblage.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / NamedCollectionsOrSurveys
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Unit may belong to one or several collections or survey projects which have distinctive names and do not correspond to the SourceName. Note that this element refers to the name accepted by the specimen or data holding institution, this may or may not be different from the project name given under Gathering.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_NamedCollectionsOrSurveys_NamedCollectionOrSurvey
Properties
content complex
minOccurs 0
Model
Children NamedCollectionOrSurvey
Instance
<NamedCollectionsOrSurveys xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <NamedCollectionOrSurvey language="">{1,unbounded}</NamedCollectionOrSurvey>
</NamedCollectionsOrSurveys>
Source
<xs:element name="NamedCollectionsOrSurveys" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Unit may belong to one or several collections or survey projects which have distinctive names and do not correspond to the SourceName. Note that this element refers to the name accepted by the specimen or data holding institution, this may or may not be different from the project name given under Gathering.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringL" name="NamedCollectionOrSurvey"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / NamedCollectionsOrSurveys / NamedCollectionOrSurvey
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL" name="NamedCollectionOrSurvey"/>
Element Unit / Gathering
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements describing the field events that created the unit and their location.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Code ABCD_2_06_xsd.tmp#Gathering_DateTime ABCD_2_06_xsd.tmp#Gathering_Agents ABCD_2_06_xsd.tmp#Gathering_Permits ABCD_2_06_xsd.tmp#Gathering_Project ABCD_2_06_xsd.tmp#Gathering_PlatformName ABCD_2_06_xsd.tmp#Gathering_Method ABCD_2_06_xsd.tmp#Gathering_LocalityText ABCD_2_06_xsd.tmp#Gathering_Country ABCD_2_06_xsd.tmp#Gathering_NamedAreas ABCD_2_06_xsd.tmp#Gathering_NearNamedPlaces ABCD_2_06_xsd.tmp#Gathering_AreaDetail ABCD_2_06_xsd.tmp#Gathering_GML ABCD_2_06_xsd.tmp#Gathering_WFS ABCD_2_06_xsd.tmp#Gathering_WMSURL ABCD_2_06_xsd.tmp#Gathering_SiteCoordinateSets ABCD_2_06_xsd.tmp#Gathering_Altitude ABCD_2_06_xsd.tmp#Gathering_Depth ABCD_2_06_xsd.tmp#Gathering_Height ABCD_2_06_xsd.tmp#Gathering_SiteMeasurementsOrFacts ABCD_2_06_xsd.tmp#Gathering_SiteImages ABCD_2_06_xsd.tmp#Gathering_Stratigraphy ABCD_2_06_xsd.tmp#Gathering_Biotope ABCD_2_06_xsd.tmp#Gathering_Synecology ABCD_2_06_xsd.tmp#Gathering_Aspect ABCD_2_06_xsd.tmp#Gathering_Notes ABCD_2_06_xsd.tmp#Gathering
Type Gathering
Properties
content complex
minOccurs 0
Model
Children Agents, Altitude, AreaDetail, Aspect, Biotope, Code, Country, DateTime, Depth, GML, Height, LocalityText, Method, NamedAreas, NearNamedPlaces, Notes, Permits, PlatformName, Project, SiteCoordinateSets, SiteImages, SiteMeasurementsOrFacts, Stratigraphy, Synecology, WFS, WMSURL
Instance
<Gathering xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Code>{0,1}</Code>
  <DateTime>{0,1}</DateTime>
  <Agents>{0,1}</Agents>
  <Permits>{0,1}</Permits>
  <Project>{0,1}</Project>
  <PlatformName>{0,1}</PlatformName>
  <Method language="">{0,1}</Method>
  <LocalityText language="">{0,1}</LocalityText>
  <Country>{0,1}</Country>
  <NamedAreas>{0,1}</NamedAreas>
  <NearNamedPlaces>{0,1}</NearNamedPlaces>
  <AreaDetail language="">{0,1}</AreaDetail>
  <GML>{0,1}</GML>
  <WFS>{0,1}</WFS>
  <WMSURL>{0,1}</WMSURL>
  <SiteCoordinateSets>{0,1}</SiteCoordinateSets>
  <Altitude>{0,1}</Altitude>
  <Depth datum="">{0,1}</Depth>
  <Height datum="">{0,1}</Height>
  <SiteMeasurementsOrFacts>{0,1}</SiteMeasurementsOrFacts>
  <SiteImages>{0,1}</SiteImages>
  <Stratigraphy>{0,1}</Stratigraphy>
  <Biotope>{0,1}</Biotope>
  <Synecology>{0,1}</Synecology>
  <Aspect>{0,1}</Aspect>
  <Notes language="">{0,1}</Notes>
</Gathering>
Source
<xs:element type="Gathering" name="Gathering" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Elements describing the field events that created the unit and their location.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Code
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A string that identifies all material or records that resulted from a collecting or observation event.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Code" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A string that identifies all material or records that resulted from a collecting or observation event.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / DateTime
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Date(s) and time(s) of the collecting or observation event
Diagram
Diagram ABCD_2_06_xsd.tmp#DateTime_DateText ABCD_2_06_xsd.tmp#DateTime_TimeZone ABCD_2_06_xsd.tmp#DateTime_ISODateTimeBegin ABCD_2_06_xsd.tmp#DateTime_DayNumberBegin ABCD_2_06_xsd.tmp#DateTime_TimeOfDayBegin ABCD_2_06_xsd.tmp#DateTime_ISODateTimeEnd ABCD_2_06_xsd.tmp#DateTime_DayNumberEnd ABCD_2_06_xsd.tmp#DateTime_TimeOfDayEnd ABCD_2_06_xsd.tmp#DateTime_PeriodExplicit ABCD_2_06_xsd.tmp#DateTime
Type DateTime
Properties
content complex
minOccurs 0
Model
Children DateText, DayNumberBegin, DayNumberEnd, ISODateTimeBegin, ISODateTimeEnd, PeriodExplicit, TimeOfDayBegin, TimeOfDayEnd, TimeZone
Instance
<DateTime xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <DateText>{0,1}</DateText>
  <TimeZone>{0,1}</TimeZone>
  <ISODateTimeBegin>{0,1}</ISODateTimeBegin>
  <DayNumberBegin>{0,1}</DayNumberBegin>
  <TimeOfDayBegin>{0,1}</TimeOfDayBegin>
  <ISODateTimeEnd>{0,1}</ISODateTimeEnd>
  <DayNumberEnd>{0,1}</DayNumberEnd>
  <TimeOfDayEnd>{0,1}</TimeOfDayEnd>
  <PeriodExplicit>{0,1}</PeriodExplicit>
</DateTime>
Source
<xs:element type="DateTime" name="DateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date(s) and time(s) of the collecting or observation event</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Agents
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A container element for the agent(s) responsible for collecting or recording.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_Agents_GatheringAgent ABCD_2_06_xsd.tmp#Gathering_Gathering_Agents_GatheringAgentsText
Properties
content complex
minOccurs 0
Model
Children GatheringAgent, GatheringAgentsText
Instance
<Agents xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <GatheringAgent primarycollector="" sequence="">{0,unbounded}</GatheringAgent>
  <GatheringAgentsText language="">{0,1}</GatheringAgentsText>
</Agents>
Source
<xs:element name="Agents" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A container element for the agent(s) responsible for collecting or recording.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="GatheringAgent" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The person, or one of the persons or team(s) or organization(s) responsible for collecting or recording. Attributes: a flag indicating the primary collector, and a sequence number.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="String" name="AgentText" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Free text alternative for individual Agent.</xs:documentation>
                <xs:documentation>Free text details for Agent.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="Organisation" name="Organisation" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Agent organization name and code(s).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="PersonName" name="Person" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Agent Person details.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute use="optional" type="xs:boolean" name="primarycollector"/>
          <xs:attribute use="optional" type="xs:int" name="sequence"/>
        </xs:complexType>
      </xs:element>
      <xs:element type="StringL" name="GatheringAgentsText" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Free text representation or concatenated version of those responsible for collecting or recording.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Agents / GatheringAgent
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The person, or one of the persons or team(s) or organization(s) responsible for collecting or recording. Attributes: a flag indicating the primary collector, and a sequence number.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_Agents_Gathering_Gathering_Agents_GatheringAgent_primarycollector ABCD_2_06_xsd.tmp#Gathering_Gathering_Agents_Gathering_Gathering_Agents_GatheringAgent_sequence ABCD_2_06_xsd.tmp#Gathering_Gathering_Agents_Gathering_Gathering_Agents_GatheringAgent_AgentText ABCD_2_06_xsd.tmp#Gathering_Gathering_Agents_Gathering_Gathering_Agents_GatheringAgent_Organisation ABCD_2_06_xsd.tmp#Gathering_Gathering_Agents_Gathering_Gathering_Agents_GatheringAgent_Person
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children AgentText, Organisation, Person
Instance
<GatheringAgent primarycollector="" sequence="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <AgentText>{0,1}</AgentText>
  <Organisation>{0,1}</Organisation>
  <Person>{0,1}</Person>
</GatheringAgent>
Attributes
QName Type Use
primarycollector xs:boolean optional
sequence xs:int optional
Source
<xs:element maxOccurs="unbounded" name="GatheringAgent" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The person, or one of the persons or team(s) or organization(s) responsible for collecting or recording. Attributes: a flag indicating the primary collector, and a sequence number.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="AgentText" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Free text alternative for individual Agent.</xs:documentation>
          <xs:documentation>Free text details for Agent.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="Organisation" name="Organisation" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Agent organization name and code(s).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="PersonName" name="Person" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Agent Person details.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute use="optional" type="xs:boolean" name="primarycollector"/>
    <xs:attribute use="optional" type="xs:int" name="sequence"/>
  </xs:complexType>
</xs:element>
Element Gathering / Agents / GatheringAgent / AgentText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text alternative for individual Agent.
Free text details for Agent.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AgentText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text alternative for individual Agent.</xs:documentation>
    <xs:documentation>Free text details for Agent.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Agents / GatheringAgent / Organisation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Agent organization name and code(s).
Diagram
Diagram ABCD_2_06_xsd.tmp#Organisation_Name ABCD_2_06_xsd.tmp#Organisation_OrgUnits ABCD_2_06_xsd.tmp#Organisation
Type Organisation
Properties
content complex
minOccurs 0
Model
Children Name, OrgUnits
Instance
<Organisation xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Name>{1,1}</Name>
  <OrgUnits>{0,1}</OrgUnits>
</Organisation>
Source
<xs:element type="Organisation" name="Organisation" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Agent organization name and code(s).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Agents / GatheringAgent / Person
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Agent Person details.
Diagram
Diagram ABCD_2_06_xsd.tmp#PersonName_FullName ABCD_2_06_xsd.tmp#PersonName_SortingName ABCD_2_06_xsd.tmp#PersonName_AtomisedName ABCD_2_06_xsd.tmp#PersonName
Type PersonName
Properties
content complex
minOccurs 0
Model
Children AtomisedName, FullName, SortingName
Instance
<Person xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <FullName>{1,1}</FullName>
  <SortingName>{0,1}</SortingName>
  <AtomisedName>{0,1}</AtomisedName>
</Person>
Source
<xs:element type="PersonName" name="Person" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Agent Person details.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Agents / GatheringAgentsText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text representation or concatenated version of those responsible for collecting or recording.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="GatheringAgentsText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text representation or concatenated version of those responsible for collecting or recording.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Permits
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A container element for references to (or texts of) permits related to the gathering.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_Permits_Permit
Properties
content complex
minOccurs 0
Model
Children Permit
Instance
<Permits xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Permit language="">{1,unbounded}</Permit>
</Permits>
Source
<xs:element name="Permits" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A container element for references to (or texts of) permits related to the gathering.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="StringL" name="Permit"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Permits / Permit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="StringL" name="Permit"/>
Element Gathering / Project
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Project information concerning the gathering event.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_Project_ProjectTitle ABCD_2_06_xsd.tmp#Gathering_Gathering_Project_Contact
Properties
content complex
minOccurs 0
Model
Children Contact, ProjectTitle
Instance
<Project xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ProjectTitle language="">{0,1}</ProjectTitle>
  <Contact>{0,1}</Contact>
</Project>
Source
<xs:element name="Project" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Project information concerning the gathering event.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="StringL" name="ProjectTitle" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Title of collection project</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="Contact" name="Contact" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Contact details for Project Officer or other person with knowledge of the project.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Project / ProjectTitle
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Title of collection project
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="ProjectTitle" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Title of collection project</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Project / Contact
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Contact details for Project Officer or other person with knowledge of the project.
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Organisation ABCD_2_06_xsd.tmp#Contact_Person ABCD_2_06_xsd.tmp#Contact_Roles ABCD_2_06_xsd.tmp#Contact_Addresses ABCD_2_06_xsd.tmp#Contact_TelephoneNumbers ABCD_2_06_xsd.tmp#Contact_EmailAddresses ABCD_2_06_xsd.tmp#Contact_URIs ABCD_2_06_xsd.tmp#Contact_LogoURI ABCD_2_06_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, LogoURI, Organisation, Person, Roles, TelephoneNumbers, URIs
Instance
<Contact xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Organisation>{0,1}</Organisation>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <URIs>{0,1}</URIs>
  <LogoURI>{0,1}</LogoURI>
</Contact>
Source
<xs:element type="Contact" name="Contact" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Contact details for Project Officer or other person with knowledge of the project.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / PlatformName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The 'platform' from which observations or collections were made, e.g. the name of a research vessel or a remote operated vehicle.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="PlatformName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The 'platform' from which observations or collections were made, e.g. the name of a research vessel or a remote operated vehicle.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Method
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The method (including technical means) used to make the collection or observation.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Method" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The method (including technical means) used to make the collection or observation.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / LocalityText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Original locality data as appearing on a label or in an original entry.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="LocalityText" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Original locality data as appearing on a label or in an original entry.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Country
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Details of the country. Separate from NamedArea for compatibility reasons.
Diagram
Diagram ABCD_2_06_xsd.tmp#Country_Name ABCD_2_06_xsd.tmp#Country_NameDerived ABCD_2_06_xsd.tmp#Country_ISO3166Code ABCD_2_06_xsd.tmp#Country
Type Country
Properties
content complex
minOccurs 0
Model
Children ISO3166Code, Name, NameDerived
Instance
<Country xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Name language="">{0,1}</Name>
  <NameDerived language="">{0,1}</NameDerived>
  <ISO3166Code>{0,1}</ISO3166Code>
</Country>
Source
<xs:element type="Country" name="Country" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Details of the country. Separate from NamedArea for compatibility reasons.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Country / Name
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of country or major region for specimen or observation
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Name" minOccurs="0" id="cou">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name of country or major region for specimen or observation</xs:documentation>
  </xs:annotation>
</xs:element>
Element Country / NameDerived
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Derived name of country or major region for specimen or observation
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="NameDerived" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Derived name of country or major region for specimen or observation</xs:documentation>
  </xs:annotation>
</xs:element>
Element Country / ISO3166Code
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
2- or 3-letter (ISO3166-1) or 4-letter (ISO3166-3) code for representation of name of country or origin.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="ISO3166Code" minOccurs="0" id="iso2">
  <xs:annotation>
    <xs:documentation xml:lang="en">2- or 3-letter (ISO3166-1) or 4-letter (ISO3166-3) code for representation of name of country or origin.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / NamedAreas
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Atomised place names as applied to the collection or observation site; with possibility for hierarchical structuring and categorization.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_NamedAreas_NamedArea
Properties
content complex
minOccurs 0
Model
Children NamedArea
Instance
<NamedAreas xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <NamedArea sequence="">{0,unbounded}</NamedArea>
</NamedAreas>
Source
<xs:element name="NamedAreas" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Atomised place names as applied to the collection or observation site; with possibility for hierarchical structuring and categorization.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="NamedArea" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Atomised place name with possibility for hierarchical structuring. Attribute for sequence.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="NamedArea">
              <xs:attribute use="optional" type="xs:int" name="sequence"/>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / NamedAreas / NamedArea
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Atomised place name with possibility for hierarchical structuring. Attribute for sequence.
Diagram
Diagram ABCD_2_06_xsd.tmp#NamedArea_AreaClass ABCD_2_06_xsd.tmp#NamedArea_AreaName ABCD_2_06_xsd.tmp#NamedArea_AreaCodeStandard ABCD_2_06_xsd.tmp#NamedArea_AreaCode ABCD_2_06_xsd.tmp#NamedArea_DataSource ABCD_2_06_xsd.tmp#NamedArea ABCD_2_06_xsd.tmp#Gathering_Gathering_NamedAreas_Gathering_Gathering_NamedAreas_NamedArea_sequence
Type extension of NamedArea
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children AreaClass, AreaCode, AreaCodeStandard, AreaName, DataSource
Instance
<NamedArea sequence="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <AreaClass language="">{0,1}</AreaClass>
  <AreaName language="">{0,1}</AreaName>
  <AreaCodeStandard>{0,1}</AreaCodeStandard>
  <AreaCode>{0,1}</AreaCode>
  <DataSource>{0,1}</DataSource>
</NamedArea>
Attributes
QName Type Use
sequence xs:int optional
Source
<xs:element maxOccurs="unbounded" name="NamedArea" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Atomised place name with possibility for hierarchical structuring. Attribute for sequence.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="NamedArea">
        <xs:attribute use="optional" type="xs:int" name="sequence"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element NamedArea / AreaClass
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Allows recording of categories for local or national subdivision levels, geomorphological units, protected areas, etc.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AreaClass" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Allows recording of categories for local or national subdivision levels, geomorphological units, protected areas, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NamedArea / AreaName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of a geographic, geomorphological, geoecological, or administrative area.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AreaName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of a geographic, geomorphological, geoecological, or administrative area.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NamedArea / AreaCodeStandard
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Standard coding scheme the AreaCode adheres to.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AreaCodeStandard" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Standard coding scheme the AreaCode adheres to.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NamedArea / AreaCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Abbreviation or code for area names
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AreaCode" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Abbreviation or code for area names</xs:documentation>
  </xs:annotation>
</xs:element>
Element NamedArea / DataSource
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="DataSource" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element Gathering / NearNamedPlaces
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Specified relationship to a named place that does not directly apply to the site of collection or observation, e. g. 10 Km South of Mytown.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_NearNamedPlaces_NamedPlaceRelation
Properties
content complex
minOccurs 0
Model
Children NamedPlaceRelation
Instance
<NearNamedPlaces xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <NamedPlaceRelation DerivedFlag="false">{0,unbounded}</NamedPlaceRelation>
</NearNamedPlaces>
Source
<xs:element name="NearNamedPlaces" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Specified relationship to a named place that does not directly apply to the site of collection or observation, e. g. 10 Km South of Mytown.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="NamedPlaceRelation" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="StringL" name="NearNamedPlace" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The nearest named place to the collection or observation location</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="StringL" name="NearNamedPlaceRelationTo" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Distance and directional point.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute default="false" type="xs:boolean" name="DerivedFlag"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / NearNamedPlaces / NamedPlaceRelation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_NearNamedPlaces_Gathering_Gathering_NearNamedPlaces_NamedPlaceRelation_DerivedFlag ABCD_2_06_xsd.tmp#Gathering_Gathering_NearNamedPlaces_Gathering_Gathering_NearNamedPlaces_NamedPlaceRelation_NearNamedPlace ABCD_2_06_xsd.tmp#Gathering_Gathering_NearNamedPlaces_Gathering_Gathering_NearNamedPlaces_NamedPlaceRelation_NearNamedPlaceRelationTo
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children NearNamedPlace, NearNamedPlaceRelationTo
Instance
<NamedPlaceRelation DerivedFlag="false" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <NearNamedPlace language="">{0,1}</NearNamedPlace>
  <NearNamedPlaceRelationTo language="">{0,1}</NearNamedPlaceRelationTo>
</NamedPlaceRelation>
Attributes
QName Type Default Use
DerivedFlag xs:boolean false optional
Source
<xs:element maxOccurs="unbounded" name="NamedPlaceRelation" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="StringL" name="NearNamedPlace" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The nearest named place to the collection or observation location</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="NearNamedPlaceRelationTo" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Distance and directional point.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute default="false" type="xs:boolean" name="DerivedFlag"/>
  </xs:complexType>
</xs:element>
Element Gathering / NearNamedPlaces / NamedPlaceRelation / NearNamedPlace
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The nearest named place to the collection or observation location
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="NearNamedPlace" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The nearest named place to the collection or observation location</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / NearNamedPlaces / NamedPlaceRelation / NearNamedPlaceRelationTo
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Distance and directional point.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="NearNamedPlaceRelationTo" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Distance and directional point.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / AreaDetail
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text description of further details pertaining to the observation, sampling, or collection locality which which did not fit into the previous elements.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AreaDetail" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text description of further details pertaining to the observation, sampling, or collection locality which which did not fit into the previous elements.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / GML
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Spaceholder for GML-conformant schema extension to express the spatial representation of the gathering locality including coordinates, footprint, and uncertainties in GML (Geographical Markup Language). The GML application schema developed by the BioGeomancer Project (see http:\\www.biogeomancer.org) can be used here.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element type="xs:anyType" name="GML" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Spaceholder for GML-conformant schema extension to express the spatial representation of the gathering locality including coordinates, footprint, and uncertainties in GML (Geographical Markup Language). The GML application schema developed by the BioGeomancer Project (see http:\\www.biogeomancer.org) can be used here.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / WFS
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Retrieval of a boundary polygon or centroid spatial reference relating to the gathering site. URL (GET) or POST text, for Web Feature Service (OpenGIS Consortium Specification 01-023) reference.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element type="xs:anyType" name="WFS" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Retrieval of a boundary polygon or centroid spatial reference relating to the gathering site. URL (GET) or POST text, for Web Feature Service (OpenGIS Consortium Specification 01-023) reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / WMSURL
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
URI (e.g. web address) for the location of a boundary polygon or centroid spatial reference relating to a gathering site, according to the Web Map Services (WMS) specification of the Open GIS Consortium
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:anyURI" name="WMSURL" minOccurs="0">
  <xs:annotation>
    <xs:documentation>URI (e.g. web address) for the location of a boundary polygon or centroid spatial reference relating to a gathering site, according to the Web Map Services (WMS) specification of the Open GIS Consortium</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container for multiple sets of coordinates indicating the site of collection or observation.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_SiteCoordinates
Properties
content complex
minOccurs 0
Model
Children SiteCoordinates
Instance
<SiteCoordinateSets xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <SiteCoordinates begin="" end="" original="">{0,unbounded}</SiteCoordinates>
</SiteCoordinateSets>
Source
<xs:element name="SiteCoordinateSets" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container for multiple sets of coordinates indicating the site of collection or observation.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="SiteCoordinates" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Attributes for Original data and for begin and end of sequence . Composite element to allow recording multiple coordinates or same coordinate in different systems</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="String" name="CoordinateMethod" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Coordinates measuring system e.g. GPS, field map reference, inferred map reference</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="CoordinatesUTM" minOccurs="0">
              <xs:annotation>
                <xs:documentation/>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="String" name="UTMZone" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>The numerical Zone corresponding to the central meridian and origin upon which the UTMEasting is based.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="UTMSubzone" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>The Subzone letter corresponding to one of the 20 North-South divisions of the UTM grid system.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="UTMNS" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>The hemisphere to which the UTMNorthing refers.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="UTMZoneFull" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="UTMEasting" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>The distance in meters east of the origin of the UTMZone.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="UTMNorthing" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="UTMDatum" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="UTMText" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>A alternative composite text to capture unatomized UTM coordinate data.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="CoordinatesGrid" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Geospatial coordinates recorded using a grid system</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="String" name="GridCellSystem">
                    <xs:annotation>
                      <xs:documentation>Grid system name e.g. "GB OS"</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="GridCellCode">
                    <xs:annotation>
                      <xs:documentation/>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="GridQualifier" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Grid reference precision qualifier</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="CoordinatesLatLong" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Element that allows the recording of the latitude and longitude of a recording or collecting position. Could be simplified by converting many of the sub-elements into attributes.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="xs:decimal" name="LongitudeDecimal">
                    <xs:annotation>
                      <xs:documentation>Maps to Darwin Core 2: Longitude. Express in decimal degrees</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="xs:decimal" name="LatitudeDecimal">
                    <xs:annotation>
                      <xs:documentation>Maps to Darwin Core 2: Latitude. Express in decimal degrees</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="SpatialDatum" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="AccuracyStatement" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Free text statement of degree of accuracy</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="xs:decimal" name="CoordinateErrorDistanceInMeters" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Maps to Darwin Core 2: Coordinate Precision. An estimate of how tightly the collecting locality was specified; expressed as a distance in meters corresponding to a radius around the Lat/Long coordinates. Use NULL where precision is unknown, cannot be estimated or is not applicable.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="CoordinateErrorMethod" minOccurs="0"/>
                  <xs:element name="CoordinatesText" minOccurs="0"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attribute use="optional" type="xs:boolean" name="original"/>
          <xs:attribute use="optional" type="xs:boolean" name="begin"/>
          <xs:attribute use="optional" type="xs:boolean" name="end"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Attributes for Original data and for begin and end of sequence . Composite element to allow recording multiple coordinates or same coordinate in different systems
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_original ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_begin ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_end ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinateMethod ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesUTM ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesGrid ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesLatLong
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children CoordinateMethod, CoordinatesGrid, CoordinatesLatLong, CoordinatesUTM
Instance
<SiteCoordinates begin="" end="" original="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <CoordinateMethod>{0,1}</CoordinateMethod>
  <CoordinatesUTM>{0,1}</CoordinatesUTM>
  <CoordinatesGrid>{0,1}</CoordinatesGrid>
  <CoordinatesLatLong>{0,1}</CoordinatesLatLong>
</SiteCoordinates>
Attributes
QName Type Use
begin xs:boolean optional
end xs:boolean optional
original xs:boolean optional
Source
<xs:element maxOccurs="unbounded" name="SiteCoordinates" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Attributes for Original data and for begin and end of sequence . Composite element to allow recording multiple coordinates or same coordinate in different systems</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="CoordinateMethod" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Coordinates measuring system e.g. GPS, field map reference, inferred map reference</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CoordinatesUTM" minOccurs="0">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="String" name="UTMZone" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The numerical Zone corresponding to the central meridian and origin upon which the UTMEasting is based.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="UTMSubzone" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The Subzone letter corresponding to one of the 20 North-South divisions of the UTM grid system.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="UTMNS" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The hemisphere to which the UTMNorthing refers.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="UTMZoneFull" minOccurs="0">
              <xs:annotation>
                <xs:documentation>An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="UTMEasting" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The distance in meters east of the origin of the UTMZone.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="UTMNorthing" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="UTMDatum" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="UTMText" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A alternative composite text to capture unatomized UTM coordinate data.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="CoordinatesGrid" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Geospatial coordinates recorded using a grid system</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="String" name="GridCellSystem">
              <xs:annotation>
                <xs:documentation>Grid system name e.g. "GB OS"</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="GridCellCode">
              <xs:annotation>
                <xs:documentation/>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="GridQualifier" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Grid reference precision qualifier</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="CoordinatesLatLong" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Element that allows the recording of the latitude and longitude of a recording or collecting position. Could be simplified by converting many of the sub-elements into attributes.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:decimal" name="LongitudeDecimal">
              <xs:annotation>
                <xs:documentation>Maps to Darwin Core 2: Longitude. Express in decimal degrees</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="xs:decimal" name="LatitudeDecimal">
              <xs:annotation>
                <xs:documentation>Maps to Darwin Core 2: Latitude. Express in decimal degrees</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="SpatialDatum" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="AccuracyStatement" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Free text statement of degree of accuracy</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="xs:decimal" name="CoordinateErrorDistanceInMeters" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Maps to Darwin Core 2: Coordinate Precision. An estimate of how tightly the collecting locality was specified; expressed as a distance in meters corresponding to a radius around the Lat/Long coordinates. Use NULL where precision is unknown, cannot be estimated or is not applicable.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element type="String" name="CoordinateErrorMethod" minOccurs="0"/>
            <xs:element name="CoordinatesText" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute use="optional" type="xs:boolean" name="original"/>
    <xs:attribute use="optional" type="xs:boolean" name="begin"/>
    <xs:attribute use="optional" type="xs:boolean" name="end"/>
  </xs:complexType>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinateMethod
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Coordinates measuring system e.g. GPS, field map reference, inferred map reference
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="CoordinateMethod" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Coordinates measuring system e.g. GPS, field map reference, inferred map reference</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesUTM
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesUTM_UTMZone ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesUTM_UTMSubzone ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesUTM_UTMNS ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesUTM_UTMZoneFull ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesUTM_UTMEasting ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesUTM_UTMNorthing ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesUTM_UTMDatum ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesUTM_UTMText
Properties
content complex
minOccurs 0
Model
Children UTMDatum, UTMEasting, UTMNS, UTMNorthing, UTMSubzone, UTMText, UTMZone, UTMZoneFull
Instance
<CoordinatesUTM xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <UTMZone>{0,1}</UTMZone>
  <UTMSubzone>{0,1}</UTMSubzone>
  <UTMNS>{0,1}</UTMNS>
  <UTMZoneFull>{0,1}</UTMZoneFull>
  <UTMEasting>{0,1}</UTMEasting>
  <UTMNorthing>{0,1}</UTMNorthing>
  <UTMDatum>{0,1}</UTMDatum>
  <UTMText>{0,1}</UTMText>
</CoordinatesUTM>
Source
<xs:element name="CoordinatesUTM" minOccurs="0">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="UTMZone" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The numerical Zone corresponding to the central meridian and origin upon which the UTMEasting is based.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UTMSubzone" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The Subzone letter corresponding to one of the 20 North-South divisions of the UTM grid system.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UTMNS" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The hemisphere to which the UTMNorthing refers.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UTMZoneFull" minOccurs="0">
        <xs:annotation>
          <xs:documentation>An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="UTMEasting" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The distance in meters east of the origin of the UTMZone.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="UTMNorthing" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UTMDatum" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="UTMText" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A alternative composite text to capture unatomized UTM coordinate data.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesUTM / UTMZone
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The numerical Zone corresponding to the central meridian and origin upon which the UTMEasting is based.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="UTMZone" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The numerical Zone corresponding to the central meridian and origin upon which the UTMEasting is based.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesUTM / UTMSubzone
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The Subzone letter corresponding to one of the 20 North-South divisions of the UTM grid system.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="UTMSubzone" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Subzone letter corresponding to one of the 20 North-South divisions of the UTM grid system.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesUTM / UTMNS
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The hemisphere to which the UTMNorthing refers.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="UTMNS" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The hemisphere to which the UTMNorthing refers.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesUTM / UTMZoneFull
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="UTMZoneFull" minOccurs="0">
  <xs:annotation>
    <xs:documentation>An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesUTM / UTMEasting
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The distance in meters east of the origin of the UTMZone.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="UTMEasting" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The distance in meters east of the origin of the UTMZone.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesUTM / UTMNorthing
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The distance in meters north of the origin for the UTMSubzone.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="UTMNorthing" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesUTM / UTMDatum
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="UTMDatum" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesUTM / UTMText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A alternative composite text to capture unatomized UTM coordinate data.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="UTMText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A alternative composite text to capture unatomized UTM coordinate data.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesGrid
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Geospatial coordinates recorded using a grid system
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesGrid_GridCellSystem ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesGrid_GridCellCode ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesGrid_GridQualifier
Properties
content complex
minOccurs 0
Model
Children GridCellCode, GridCellSystem, GridQualifier
Instance
<CoordinatesGrid xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <GridCellSystem>{1,1}</GridCellSystem>
  <GridCellCode>{1,1}</GridCellCode>
  <GridQualifier>{0,1}</GridQualifier>
</CoordinatesGrid>
Source
<xs:element name="CoordinatesGrid" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Geospatial coordinates recorded using a grid system</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="GridCellSystem">
        <xs:annotation>
          <xs:documentation>Grid system name e.g. "GB OS"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="GridCellCode">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="GridQualifier" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Grid reference precision qualifier</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesGrid / GridCellSystem
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Grid system name e.g. "GB OS"
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="GridCellSystem">
  <xs:annotation>
    <xs:documentation>Grid system name e.g. "GB OS"</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesGrid / GridCellCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="GridCellCode">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesGrid / GridQualifier
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Grid reference precision qualifier
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="GridQualifier" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Grid reference precision qualifier</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesLatLong
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Element that allows the recording of the latitude and longitude of a recording or collecting position. Could be simplified by converting many of the sub-elements into attributes.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesLatLong_LongitudeDecimal ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesLatLong_LatitudeDecimal ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesLatLong_SpatialDatum ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesLatLong_AccuracyStatement ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesLatLong_CoordinateErrorDistanceInMeters ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesLatLong_CoordinateErrorMethod ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_Gathering_Gathering_SiteCoordinateSets_Gathering_Gathering_SiteCoordinateSets_SiteCoordinates_CoordinatesLatLong_CoordinatesText
Properties
content complex
minOccurs 0
Model
Children AccuracyStatement, CoordinateErrorDistanceInMeters, CoordinateErrorMethod, CoordinatesText, LatitudeDecimal, LongitudeDecimal, SpatialDatum
Instance
<CoordinatesLatLong xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <LongitudeDecimal>{1,1}</LongitudeDecimal>
  <LatitudeDecimal>{1,1}</LatitudeDecimal>
  <SpatialDatum>{0,1}</SpatialDatum>
  <AccuracyStatement>{0,1}</AccuracyStatement>
  <CoordinateErrorDistanceInMeters>{0,1}</CoordinateErrorDistanceInMeters>
  <CoordinateErrorMethod>{0,1}</CoordinateErrorMethod>
  <CoordinatesText>{0,1}</CoordinatesText>
</CoordinatesLatLong>
Source
<xs:element name="CoordinatesLatLong" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Element that allows the recording of the latitude and longitude of a recording or collecting position. Could be simplified by converting many of the sub-elements into attributes.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:decimal" name="LongitudeDecimal">
        <xs:annotation>
          <xs:documentation>Maps to Darwin Core 2: Longitude. Express in decimal degrees</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:decimal" name="LatitudeDecimal">
        <xs:annotation>
          <xs:documentation>Maps to Darwin Core 2: Latitude. Express in decimal degrees</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="SpatialDatum" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="AccuracyStatement" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Free text statement of degree of accuracy</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:decimal" name="CoordinateErrorDistanceInMeters" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Maps to Darwin Core 2: Coordinate Precision. An estimate of how tightly the collecting locality was specified; expressed as a distance in meters corresponding to a radius around the Lat/Long coordinates. Use NULL where precision is unknown, cannot be estimated or is not applicable.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="CoordinateErrorMethod" minOccurs="0"/>
      <xs:element name="CoordinatesText" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesLatLong / LongitudeDecimal
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Maps to Darwin Core 2: Longitude. Express in decimal degrees
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element type="xs:decimal" name="LongitudeDecimal">
  <xs:annotation>
    <xs:documentation>Maps to Darwin Core 2: Longitude. Express in decimal degrees</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesLatLong / LatitudeDecimal
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Maps to Darwin Core 2: Latitude. Express in decimal degrees
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element type="xs:decimal" name="LatitudeDecimal">
  <xs:annotation>
    <xs:documentation>Maps to Darwin Core 2: Latitude. Express in decimal degrees</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesLatLong / SpatialDatum
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="SpatialDatum" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesLatLong / AccuracyStatement
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text statement of degree of accuracy
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AccuracyStatement" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text statement of degree of accuracy</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesLatLong / CoordinateErrorDistanceInMeters
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Maps to Darwin Core 2: Coordinate Precision. An estimate of how tightly the collecting locality was specified; expressed as a distance in meters corresponding to a radius around the Lat/Long coordinates. Use NULL where precision is unknown, cannot be estimated or is not applicable.
Diagram
Diagram
Type xs:decimal
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:decimal" name="CoordinateErrorDistanceInMeters" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Maps to Darwin Core 2: Coordinate Precision. An estimate of how tightly the collecting locality was specified; expressed as a distance in meters corresponding to a radius around the Lat/Long coordinates. Use NULL where precision is unknown, cannot be estimated or is not applicable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesLatLong / CoordinateErrorMethod
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="CoordinateErrorMethod" minOccurs="0"/>
Element Gathering / SiteCoordinateSets / SiteCoordinates / CoordinatesLatLong / CoordinatesText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="CoordinatesText" minOccurs="0"/>
Element Gathering / Altitude
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The altitude of the gathering site land or floor level given as distance above (positive) or below mean sea level.
Diagram
Diagram ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomised ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_2_06_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFactAtomised, MeasurementOrFactText
Instance
<Altitude xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MeasurementOrFactAtomised>{0,1}</MeasurementOrFactAtomised>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</Altitude>
Source
<xs:element type="MeasurementOrFact" name="Altitude" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The altitude of the gathering site land or floor level given as distance above (positive) or below mean sea level.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_MeasuredBy ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_MeasurementDateTime ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_Duration ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_Method ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_Parameter ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_AppliesTo ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_LowerValue ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_UpperValue ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_UnitOfMeasurement ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_Accuracy ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_MeasurementOrFactReference ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomised_IsQuantitative
Properties
content complex
minOccurs 0
Model
Children Accuracy, AppliesTo, Duration, IsQuantitative, LowerValue, MeasuredBy, MeasurementDateTime, MeasurementOrFactReference, Method, Parameter, UnitOfMeasurement, UpperValue
Instance
<MeasurementOrFactAtomised xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MeasuredBy>{0,1}</MeasuredBy>
  <MeasurementDateTime>{0,1}</MeasurementDateTime>
  <Duration>{0,1}</Duration>
  <Method language="">{0,1}</Method>
  <Parameter language="">{0,1}</Parameter>
  <AppliesTo language="">{0,1}</AppliesTo>
  <LowerValue language="">{1,1}</LowerValue>
  <UpperValue language="">{0,1}</UpperValue>
  <UnitOfMeasurement>{0,1}</UnitOfMeasurement>
  <Accuracy>{0,1}</Accuracy>
  <MeasurementOrFactReference>{0,1}</MeasurementOrFactReference>
  <IsQuantitative>{0,1}</IsQuantitative>
</MeasurementOrFactAtomised>
Source
<xs:element name="MeasurementOrFactAtomised" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="MeasuredBy" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Attribution of the measurement to a Person</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:dateTime" name="MeasurementDateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Date and/or Time the measurement was taken</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="Duration" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Duration of measurement in time.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Method" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Method used to make measurement.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Parameter" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Describes type of measurement or fact, such as width, abundance, circumference, temperature etc. or color etc.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="AppliesTo" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Depending on the use of the type, this can further specify the actual part measured. For example, a measurement of temperature may be a surface, air or sub-surface measurement.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="LowerValue">
        <xs:annotation>
          <xs:documentation>Lower or only value or fact text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="UpperValue" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Upper value where there is a range.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="UnitOfMeasurement" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Unit of measurement.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="String" name="Accuracy" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Statement of accuracy of measurement.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="Reference" name="MeasurementOrFactReference" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Reference (publication) where this measurement was taken from</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="xs:boolean" name="IsQuantitative" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Flag indicating if the value represents the numerical result of a quantitative measurement (TRUE) or a descriptor with textual or categorical result (FALSE).</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / MeasuredBy
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Attribution of the measurement to a Person
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="MeasuredBy" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Attribution of the measurement to a Person</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / MeasurementDateTime
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Date and/or Time the measurement was taken
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:dateTime" name="MeasurementDateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date and/or Time the measurement was taken</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / Duration
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Duration of measurement in time.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Duration" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Duration of measurement in time.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / Method
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Method used to make measurement.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Method" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Method used to make measurement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / Parameter
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Describes type of measurement or fact, such as width, abundance, circumference, temperature etc. or color etc.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Parameter" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Describes type of measurement or fact, such as width, abundance, circumference, temperature etc. or color etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / AppliesTo
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Depending on the use of the type, this can further specify the actual part measured. For example, a measurement of temperature may be a surface, air or sub-surface measurement.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AppliesTo" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Depending on the use of the type, this can further specify the actual part measured. For example, a measurement of temperature may be a surface, air or sub-surface measurement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / LowerValue
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Lower or only value or fact text.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="LowerValue">
  <xs:annotation>
    <xs:documentation>Lower or only value or fact text.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / UpperValue
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Upper value where there is a range.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="UpperValue" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Upper value where there is a range.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / UnitOfMeasurement
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Unit of measurement.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="UnitOfMeasurement" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Unit of measurement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / Accuracy
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Statement of accuracy of measurement.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Accuracy" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Statement of accuracy of measurement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / MeasurementOrFactReference
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Reference (publication) where this measurement was taken from
Diagram
Diagram ABCD_2_06_xsd.tmp#Reference_TitleCitation ABCD_2_06_xsd.tmp#Reference_CitationDetail ABCD_2_06_xsd.tmp#Reference_URI ABCD_2_06_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children CitationDetail, TitleCitation, URI
Instance
<MeasurementOrFactReference xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TitleCitation>{1,1}</TitleCitation>
  <CitationDetail>{0,1}</CitationDetail>
  <URI>{0,1}</URI>
</MeasurementOrFactReference>
Source
<xs:element type="Reference" name="MeasurementOrFactReference" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reference (publication) where this measurement was taken from</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomised / IsQuantitative
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Flag indicating if the value represents the numerical result of a quantitative measurement (TRUE) or a descriptor with textual or categorical result (FALSE).
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:boolean" name="IsQuantitative" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Flag indicating if the value represents the numerical result of a quantitative measurement (TRUE) or a descriptor with textual or categorical result (FALSE).</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text alternative to atomised version.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="MeasurementOrFactText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text alternative to atomised version.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Depth
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Vertical distance point or range measurement in relation to a ground datum such as water level, or level of the sea floor for benthic samples.
Diagram
Diagram ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomised ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_2_06_xsd.tmp#MeasurementOrFact ABCD_2_06_xsd.tmp#Gathering_Gathering_Depth_datum
Type extension of MeasurementOrFact
Type hierarchy
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFactAtomised, MeasurementOrFactText
Instance
<Depth datum="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MeasurementOrFactAtomised>{0,1}</MeasurementOrFactAtomised>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</Depth>
Attributes
QName Type Use
datum String optional
Source
<xs:element name="Depth" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Vertical distance point or range measurement in relation to a ground datum such as water level, or level of the sea floor for benthic samples.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="MeasurementOrFact">
        <xs:attribute type="String" name="datum"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element Gathering / Height
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Vertical distance measure or range in relation to a ground datum, e.g. ground level.
Diagram
Diagram ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomised ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_2_06_xsd.tmp#MeasurementOrFact ABCD_2_06_xsd.tmp#Gathering_Gathering_Height_datum
Type extension of MeasurementOrFact
Type hierarchy
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFactAtomised, MeasurementOrFactText
Instance
<Height datum="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MeasurementOrFactAtomised>{0,1}</MeasurementOrFactAtomised>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</Height>
Attributes
QName Type Use
datum String optional
Source
<xs:element name="Height" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Vertical distance measure or range in relation to a ground datum, e.g. ground level.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="MeasurementOrFact">
        <xs:attribute type="String" name="datum"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element Gathering / SiteMeasurementsOrFacts
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Further measurements or facts taken at the collection locality at the time of collection, e.g. (water-) temperature, slope, weather conditions, etc.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteMeasurementsOrFacts_SiteMeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children SiteMeasurementOrFact
Instance
<SiteMeasurementsOrFacts xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <SiteMeasurementOrFact>{1,unbounded}</SiteMeasurementOrFact>
</SiteMeasurementsOrFacts>
Source
<xs:element name="SiteMeasurementsOrFacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Further measurements or facts taken at the collection locality at the time of collection, e.g. (water-) temperature, slope, weather conditions, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="MeasurementOrFact" name="SiteMeasurementOrFact"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / SiteMeasurementsOrFacts / SiteMeasurementOrFact
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomised ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_2_06_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
maxOccurs unbounded
Model
Children MeasurementOrFactAtomised, MeasurementOrFactText
Instance
<SiteMeasurementOrFact xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MeasurementOrFactAtomised>{0,1}</MeasurementOrFactAtomised>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</SiteMeasurementOrFact>
Source
<xs:element maxOccurs="unbounded" type="MeasurementOrFact" name="SiteMeasurementOrFact"/>
Element Gathering / SiteImages
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Images taken at the Gathering site
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_SiteImages_SiteImage
Properties
content complex
minOccurs 0
Model
Children SiteImage
Instance
<SiteImages xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <SiteImage>{1,unbounded}</SiteImage>
</SiteImages>
Source
<xs:element name="SiteImages" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Images taken at the Gathering site</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="MultiMediaObject" name="SiteImage"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / SiteImages / SiteImage
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#MultiMediaObject_ID ABCD_2_06_xsd.tmp#MultiMediaObject_FileURI ABCD_2_06_xsd.tmp#MultiMediaObject_ProductURI ABCD_2_06_xsd.tmp#MultiMediaObject_Context ABCD_2_06_xsd.tmp#MultiMediaObject_Format ABCD_2_06_xsd.tmp#MultiMediaObject_ImageSize ABCD_2_06_xsd.tmp#MultiMediaObject_ImageResolution ABCD_2_06_xsd.tmp#MultiMediaObject_FileSize ABCD_2_06_xsd.tmp#MultiMediaObject_IPR ABCD_2_06_xsd.tmp#MultiMediaObject_Comment ABCD_2_06_xsd.tmp#MultiMediaObject_CreatedDate ABCD_2_06_xsd.tmp#MultiMediaObject_Creator ABCD_2_06_xsd.tmp#MultiMediaObject_CaptureEquipment ABCD_2_06_xsd.tmp#MultiMediaObject_ImageColorSpace ABCD_2_06_xsd.tmp#MultiMediaObject
Type MultiMediaObject
Properties
content complex
maxOccurs unbounded
Model
Children CaptureEquipment, Comment, Context, CreatedDate, Creator, FileSize, FileURI, Format, ID, IPR, ImageColorSpace, ImageResolution, ImageSize, ProductURI
Instance
<SiteImage xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ID>{0,1}</ID>
  <FileURI>{0,1}</FileURI>
  <ProductURI>{0,1}</ProductURI>
  <Context language="">{0,1}</Context>
  <Format>{0,1}</Format>
  <ImageSize>{0,1}</ImageSize>
  <ImageResolution>{0,1}</ImageResolution>
  <FileSize>{0,1}</FileSize>
  <IPR>{0,1}</IPR>
  <Comment language="">{0,1}</Comment>
  <CreatedDate>{0,1}</CreatedDate>
  <Creator>{0,1}</Creator>
  <CaptureEquipment>{0,1}</CaptureEquipment>
  <ImageColorSpace>{0,1}</ImageColorSpace>
</SiteImage>
Source
<xs:element maxOccurs="unbounded" type="MultiMediaObject" name="SiteImage"/>
Element Gathering / Stratigraphy
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A container for geological dating and rock unit names related to the site or sample locations
Diagram
Diagram ABCD_2_06_xsd.tmp#Stratigraphy_ChronostratigraphicTerms ABCD_2_06_xsd.tmp#Stratigraphy_BiostratigraphicTerms ABCD_2_06_xsd.tmp#Stratigraphy_LithostratigraphicTerms ABCD_2_06_xsd.tmp#Stratigraphy_StratigraphyText ABCD_2_06_xsd.tmp#Stratigraphy
Type Stratigraphy
Properties
content complex
minOccurs 0
Model
Children BiostratigraphicTerms, ChronostratigraphicTerms, LithostratigraphicTerms, StratigraphyText
Instance
<Stratigraphy xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ChronostratigraphicTerms>{0,1}</ChronostratigraphicTerms>
  <BiostratigraphicTerms>{0,1}</BiostratigraphicTerms>
  <LithostratigraphicTerms>{0,1}</LithostratigraphicTerms>
  <StratigraphyText language="">{0,1}</StratigraphyText>
</Stratigraphy>
Source
<xs:element type="Stratigraphy" name="Stratigraphy" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A container for geological dating and rock unit names related to the site or sample locations</xs:documentation>
  </xs:annotation>
</xs:element>
Element Stratigraphy / ChronostratigraphicTerms
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Stratigraphy_Stratigraphy_ChronostratigraphicTerms_ChronostratigraphicTerm
Properties
content complex
minOccurs 0
Model
Children ChronostratigraphicTerm
Instance
<ChronostratigraphicTerms xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ChronostratigraphicTerm Language="">{0,unbounded}</ChronostratigraphicTerm>
</ChronostratigraphicTerms>
Source
<xs:element name="ChronostratigraphicTerms" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="LookupL" name="ChronostratigraphicTerm" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Chronostratigraphic dating term e.g. Jurassic Period</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Stratigraphy / ChronostratigraphicTerms / ChronostratigraphicTerm
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Chronostratigraphic dating term e.g. Jurassic Period
Diagram
Diagram ABCD_2_06_xsd.tmp#Lookup_Domain ABCD_2_06_xsd.tmp#Lookup_Term ABCD_2_06_xsd.tmp#Lookup_SourceName ABCD_2_06_xsd.tmp#Lookup_SourceNameVersion ABCD_2_06_xsd.tmp#Lookup_Comment ABCD_2_06_xsd.tmp#Lookup ABCD_2_06_xsd.tmp#LookupL_Language ABCD_2_06_xsd.tmp#LookupL
Type LookupL
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Comment, Domain, SourceName, SourceNameVersion, Term
Instance
<ChronostratigraphicTerm Language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Domain>{0,1}</Domain>
  <Term>{1,1}</Term>
  <SourceName>{0,1}</SourceName>
  <SourceNameVersion>{0,1}</SourceNameVersion>
  <Comment>{0,1}</Comment>
</ChronostratigraphicTerm>
Attributes
QName Type Use
Language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="LookupL" name="ChronostratigraphicTerm" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Chronostratigraphic dating term e.g. Jurassic Period</xs:documentation>
  </xs:annotation>
</xs:element>
Element Lookup / Domain
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Subject area of the term list.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Domain" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Subject area of the term list.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Lookup / Term
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Descriptive term.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Term">
  <xs:annotation>
    <xs:documentation>Descriptive term.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Lookup / SourceName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
If the term has been drawn from a named term list or thesaurus, its name is recorded here.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="SourceName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>If the term has been drawn from a named term list or thesaurus, its name is recorded here.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Lookup / SourceNameVersion
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Version or date of the term list or thesaurus from which the term is drawn.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="SourceNameVersion" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Version or date of the term list or thesaurus from which the term is drawn.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Lookup / Comment
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text comment.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Comment" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text comment.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Stratigraphy / BiostratigraphicTerms
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Stratigraphy_Stratigraphy_BiostratigraphicTerms_BiostratigraphicTerm
Properties
content complex
minOccurs 0
Model
Children BiostratigraphicTerm
Instance
<BiostratigraphicTerms xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <BiostratigraphicTerm Language="">{0,unbounded}</BiostratigraphicTerm>
</BiostratigraphicTerms>
Source
<xs:element name="BiostratigraphicTerms" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="LookupL" name="BiostratigraphicTerm" minOccurs="0">
        <xs:annotation>
          <xs:documentation>biostratigraphic zonation term e.g. Psiloceras planorbis zone</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Stratigraphy / BiostratigraphicTerms / BiostratigraphicTerm
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
biostratigraphic zonation term e.g. Psiloceras planorbis zone
Diagram
Diagram ABCD_2_06_xsd.tmp#Lookup_Domain ABCD_2_06_xsd.tmp#Lookup_Term ABCD_2_06_xsd.tmp#Lookup_SourceName ABCD_2_06_xsd.tmp#Lookup_SourceNameVersion ABCD_2_06_xsd.tmp#Lookup_Comment ABCD_2_06_xsd.tmp#Lookup ABCD_2_06_xsd.tmp#LookupL_Language ABCD_2_06_xsd.tmp#LookupL
Type LookupL
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Comment, Domain, SourceName, SourceNameVersion, Term
Instance
<BiostratigraphicTerm Language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Domain>{0,1}</Domain>
  <Term>{1,1}</Term>
  <SourceName>{0,1}</SourceName>
  <SourceNameVersion>{0,1}</SourceNameVersion>
  <Comment>{0,1}</Comment>
</BiostratigraphicTerm>
Attributes
QName Type Use
Language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="LookupL" name="BiostratigraphicTerm" minOccurs="0">
  <xs:annotation>
    <xs:documentation>biostratigraphic zonation term e.g. Psiloceras planorbis zone</xs:documentation>
  </xs:annotation>
</xs:element>
Element Stratigraphy / LithostratigraphicTerms
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Stratigraphy_Stratigraphy_LithostratigraphicTerms_LithostratigraphicTerm
Properties
content complex
minOccurs 0
Model
Children LithostratigraphicTerm
Instance
<LithostratigraphicTerms xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <LithostratigraphicTerm Language="">{0,unbounded}</LithostratigraphicTerm>
</LithostratigraphicTerms>
Source
<xs:element name="LithostratigraphicTerms" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="LookupL" name="LithostratigraphicTerm" minOccurs="0">
        <xs:annotation>
          <xs:documentation>lithostratigraphic term describing geology e.g. Mercia Mudstone Group</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Stratigraphy / LithostratigraphicTerms / LithostratigraphicTerm
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
lithostratigraphic term describing geology e.g. Mercia Mudstone Group
Diagram
Diagram ABCD_2_06_xsd.tmp#Lookup_Domain ABCD_2_06_xsd.tmp#Lookup_Term ABCD_2_06_xsd.tmp#Lookup_SourceName ABCD_2_06_xsd.tmp#Lookup_SourceNameVersion ABCD_2_06_xsd.tmp#Lookup_Comment ABCD_2_06_xsd.tmp#Lookup ABCD_2_06_xsd.tmp#LookupL_Language ABCD_2_06_xsd.tmp#LookupL
Type LookupL
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Comment, Domain, SourceName, SourceNameVersion, Term
Instance
<LithostratigraphicTerm Language="" xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Domain>{0,1}</Domain>
  <Term>{1,1}</Term>
  <SourceName>{0,1}</SourceName>
  <SourceNameVersion>{0,1}</SourceNameVersion>
  <Comment>{0,1}</Comment>
</LithostratigraphicTerm>
Attributes
QName Type Use
Language xs:language optional
Source
<xs:element maxOccurs="unbounded" type="LookupL" name="LithostratigraphicTerm" minOccurs="0">
  <xs:annotation>
    <xs:documentation>lithostratigraphic term describing geology e.g. Mercia Mudstone Group</xs:documentation>
  </xs:annotation>
</xs:element>
Element Stratigraphy / StratigraphyText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text field for informal recording of field contents
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="StratigraphyText" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text field for informal recording of field contents</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Biotope
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An container element for citing biotope type terms (e.g. classification terms) and measurements (e.g. vegetation height, salinity, slope) related to the unit's gathering site
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_Biotope_ClassificationScheme ABCD_2_06_xsd.tmp#Gathering_Gathering_Biotope_Name ABCD_2_06_xsd.tmp#Gathering_Gathering_Biotope_Text ABCD_2_06_xsd.tmp#Gathering_Gathering_Biotope_MeasurementsOrFacts
Properties
content complex
minOccurs 0
Model
Children ClassificationScheme, MeasurementsOrFacts, Name, Text
Instance
<Biotope xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <ClassificationScheme language="">{0,1}</ClassificationScheme>
  <Name language="">{0,1}</Name>
  <Text language="">{0,1}</Text>
  <MeasurementsOrFacts>{0,1}</MeasurementsOrFacts>
</Biotope>
Source
<xs:element name="Biotope" minOccurs="0">
  <xs:annotation>
    <xs:documentation>An container element for citing biotope type terms (e.g. classification terms) and measurements (e.g. vegetation height, salinity, slope) related to the unit's gathering site</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="StringL" name="ClassificationScheme" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Attribute for classification system used.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Name" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Attribute for type designating ShortName, Long name, Code, or BiotopeText</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Text" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Free text field for informal recording of Biotope</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="MeasurementOrFact" name="MeasurementsOrFacts" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A container allowing to linking any biotope-related measurement to the site description</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Biotope / ClassificationScheme
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Attribute for classification system used.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="ClassificationScheme" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Attribute for classification system used.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Biotope / Name
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Attribute for type designating ShortName, Long name, Code, or BiotopeText
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Name" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Attribute for type designating ShortName, Long name, Code, or BiotopeText</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Biotope / Text
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text field for informal recording of Biotope
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Text" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text field for informal recording of Biotope</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Biotope / MeasurementsOrFacts
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A container allowing to linking any biotope-related measurement to the site description
Diagram
Diagram ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomised ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_2_06_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFactAtomised, MeasurementOrFactText
Instance
<MeasurementsOrFacts xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MeasurementOrFactAtomised>{0,1}</MeasurementOrFactAtomised>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</MeasurementsOrFacts>
Source
<xs:element type="MeasurementOrFact" name="MeasurementsOrFacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A container allowing to linking any biotope-related measurement to the site description</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Synecology
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Relationship of the unit gathered with other taxa at the gathering site
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_Synecology_Syntaxon ABCD_2_06_xsd.tmp#Gathering_Gathering_Synecology_Comment ABCD_2_06_xsd.tmp#Gathering_Gathering_Synecology_AssociatedTaxa
Properties
content complex
minOccurs 0
Model
Children AssociatedTaxa, Comment, Syntaxon
Instance
<Synecology xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Syntaxon>{0,1}</Syntaxon>
  <Comment language="">{0,1}</Comment>
  <AssociatedTaxa>{0,1}</AssociatedTaxa>
</Synecology>
Source
<xs:element name="Synecology" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Relationship of the unit gathered with other taxa at the gathering site</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element type="String" name="Syntaxon" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A syntaxon name and category assigned to the gathering site.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="Comment" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Free text comment on synecological features of the gathering site.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AssociatedTaxa" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Other taxa observed at the gathering site</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" type="TaxonIdentified" name="TaxonIdentified" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Other taxon found at the gathering site</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Synecology / Syntaxon
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A syntaxon name and category assigned to the gathering site.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Syntaxon" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A syntaxon name and category assigned to the gathering site.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Synecology / Comment
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Free text comment on synecological features of the gathering site.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Comment" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text comment on synecological features of the gathering site.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Synecology / AssociatedTaxa
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Other taxa observed at the gathering site
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Gathering_Synecology_Gathering_Gathering_Synecology_AssociatedTaxa_TaxonIdentified
Properties
content complex
minOccurs 0
Model
Children TaxonIdentified
Instance
<AssociatedTaxa xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TaxonIdentified>{0,unbounded}</TaxonIdentified>
</AssociatedTaxa>
Source
<xs:element name="AssociatedTaxa" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Other taxa observed at the gathering site</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="TaxonIdentified" name="TaxonIdentified" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Other taxon found at the gathering site</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Synecology / AssociatedTaxa / TaxonIdentified
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Other taxon found at the gathering site
Diagram
Diagram ABCD_2_06_xsd.tmp#TaxonIdentified_HigherTaxa ABCD_2_06_xsd.tmp#TaxonIdentified_ScientificName ABCD_2_06_xsd.tmp#TaxonIdentified_InformalNameString ABCD_2_06_xsd.tmp#TaxonIdentified_NameComments ABCD_2_06_xsd.tmp#TaxonIdentified_Code ABCD_2_06_xsd.tmp#TaxonIdentified
Type TaxonIdentified
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Code, HigherTaxa, InformalNameString, NameComments, ScientificName
Instance
<TaxonIdentified xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <HigherTaxa>{0,1}</HigherTaxa>
  <ScientificName>{0,1}</ScientificName>
  <InformalNameString language="">{0,1}</InformalNameString>
  <NameComments language="">{0,1}</NameComments>
  <Code>{0,1}</Code>
</TaxonIdentified>
Source
<xs:element maxOccurs="unbounded" type="TaxonIdentified" name="TaxonIdentified" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Other taxon found at the gathering site</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Aspect
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Facing direction (aspect) of whole site or sample point.
Diagram
Diagram ABCD_2_06_xsd.tmp#Aspect_Ordination ABCD_2_06_xsd.tmp#Aspect_CompassBearing ABCD_2_06_xsd.tmp#Aspect_Accuracy ABCD_2_06_xsd.tmp#Aspect_Text ABCD_2_06_xsd.tmp#Aspect
Type Aspect
Properties
content complex
minOccurs 0
Model
Children Accuracy, CompassBearing, Ordination, Text
Instance
<Aspect xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Ordination>{0,1}</Ordination>
  <CompassBearing>{0,1}</CompassBearing>
  <Accuracy>{0,1}</Accuracy>
  <Text>{0,1}</Text>
</Aspect>
Source
<xs:element type="Aspect" name="Aspect" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Facing direction (aspect) of whole site or sample point.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Aspect / Ordination
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The direction, orientation or aspect of slope expressed in compass points
Diagram
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
minOccurs 0
Facets
enumeration N
enumeration S
enumeration E
enumeration W
enumeration NE
enumeration SE
enumeration SW
enumeration NW
enumeration Open
enumeration Closed
Source
<xs:element name="Ordination" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">The direction, orientation or aspect of slope expressed in compass points</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="N"/>
      <xs:enumeration value="S"/>
      <xs:enumeration value="E"/>
      <xs:enumeration value="W"/>
      <xs:enumeration value="NE"/>
      <xs:enumeration value="SE"/>
      <xs:enumeration value="SW"/>
      <xs:enumeration value="NW"/>
      <xs:enumeration value="Open"/>
      <xs:enumeration value="Closed"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element Aspect / CompassBearing
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Orientation or bearing from North
Diagram
Diagram
Type xs:decimal
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:decimal" name="CompassBearing" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Orientation or bearing from North</xs:documentation>
  </xs:annotation>
</xs:element>
Element Aspect / Accuracy
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Accuracy of aspect reading or estimation
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Accuracy" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Accuracy of aspect reading or estimation</xs:documentation>
  </xs:annotation>
</xs:element>
Element Aspect / Text
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Text expression of slope or aspect
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Text" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Text expression of slope or aspect</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Notes
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Further text referring to the gathering event that does not fit one of the elements specified.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Notes" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Further text referring to the gathering event that does not fit one of the elements specified.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / CollectorsFieldNumber
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A number assigned to the unit by the collector or observer. Note that the respective collector's name is found under gathering (GatheringAgents).
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="CollectorsFieldNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A number assigned to the unit by the collector or observer. Note that the respective collector's name is found under gathering (GatheringAgents).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / MeasurementsOrFacts
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A container for quantitative and categorical measurements (including observations) refering to the unit, e.g. counts, size measurements, colours, etc.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_MeasurementsOrFacts_MeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFact
Instance
<MeasurementsOrFacts xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MeasurementOrFact>{0,unbounded}</MeasurementOrFact>
</MeasurementsOrFacts>
Source
<xs:element name="MeasurementsOrFacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A container for quantitative and categorical measurements (including observations) refering to the unit, e.g. counts, size measurements, colours, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="MeasurementOrFact" name="MeasurementOrFact" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Quantitative or categorical measurement refering to the unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / MeasurementsOrFacts / MeasurementOrFact
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Quantitative or categorical measurement refering to the unit.
Diagram
Diagram ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomised ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_2_06_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children MeasurementOrFactAtomised, MeasurementOrFactText
Instance
<MeasurementOrFact xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <MeasurementOrFactAtomised>{0,1}</MeasurementOrFactAtomised>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</MeasurementOrFact>
Source
<xs:element maxOccurs="unbounded" type="MeasurementOrFact" name="MeasurementOrFact" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Quantitative or categorical measurement refering to the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Sex
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Maps to Darwin Core 2: Sex. Refers to the entire unit, which may be mixed. Note that counts can be provided in the Unit's MeasurementsOrFacts section.
Diagram
Diagram ABCD_2_06_xsd.tmp#SexCodeEnum
Type SexCodeEnum
Properties
content simple
minOccurs 0
Facets
enumeration M
enumeration F
enumeration U
enumeration N
enumeration X
Source
<xs:element type="SexCodeEnum" name="Sex" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Maps to Darwin Core 2: Sex. Refers to the entire unit, which may be mixed. Note that counts can be provided in the Unit's MeasurementsOrFacts section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Age
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Age of the organism at the time of collection or observation. Note that counts for different age classes can be provied in the Unit's MeasurementsOrFacts section.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Age" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Age of the organism at the time of collection or observation. Note that counts for different age classes can be provied in the Unit's MeasurementsOrFacts section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Sequences
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Container for medata on sequences derived from this unit.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_Sequences_Sequence
Properties
content complex
minOccurs 0
Model
Children Sequence
Instance
<Sequences xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Sequence>{1,unbounded}</Sequence>
</Sequences>
Source
<xs:element name="Sequences" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Container for medata on sequences derived from this unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" type="Sequence" name="Sequence"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Sequences / Sequence
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Sequence_Database ABCD_2_06_xsd.tmp#Sequence_ID-in-Database ABCD_2_06_xsd.tmp#Sequence_Method ABCD_2_06_xsd.tmp#Sequence_SequencedPart ABCD_2_06_xsd.tmp#Sequence_Reference ABCD_2_06_xsd.tmp#Sequence_SequencingAgent ABCD_2_06_xsd.tmp#Sequence_Length ABCD_2_06_xsd.tmp#Sequence
Type Sequence
Properties
content complex
maxOccurs unbounded
Model
Children Database, ID-in-Database, Length, Method, Reference, SequencedPart, SequencingAgent
Instance
<Sequence xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Database language="">{1,1}</Database>
  <ID-in-Database>{1,1}</ID-in-Database>
  <Method language="">{0,1}</Method>
  <SequencedPart language="">{0,1}</SequencedPart>
  <Reference>{0,1}</Reference>
  <SequencingAgent>{0,1}</SequencingAgent>
  <Length>{0,1}</Length>
</Sequence>
Source
<xs:element maxOccurs="unbounded" type="Sequence" name="Sequence"/>
Element Sequence / Database
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
E.g. GenBank, SwissProt, etc. Use "Internal" for unpublished sequence.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Database">
  <xs:annotation>
    <xs:documentation>E.g. GenBank, SwissProt, etc. Use "Internal" for unpublished sequence.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / ID-in-Database
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
E.g. GenBank accession number.
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="ID-in-Database">
  <xs:annotation>
    <xs:documentation>E.g. GenBank accession number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / Method
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A description of the method used to achive the sequence.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Method" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A description of the method used to achive the sequence.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / SequencedPart
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Description of the actually sequenced material (DNA/RNA/Protein, Gene or part of gene, completeness, etc.),
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="SequencedPart" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Description of the actually sequenced material (DNA/RNA/Protein, Gene or part of gene, completeness, etc.),</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / Reference
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Reference where the sequence was published.
Diagram
Diagram ABCD_2_06_xsd.tmp#Reference_TitleCitation ABCD_2_06_xsd.tmp#Reference_CitationDetail ABCD_2_06_xsd.tmp#Reference_URI ABCD_2_06_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children CitationDetail, TitleCitation, URI
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <TitleCitation>{1,1}</TitleCitation>
  <CitationDetail>{0,1}</CitationDetail>
  <URI>{0,1}</URI>
</Reference>
Source
<xs:element type="Reference" name="Reference" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reference where the sequence was published.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / SequencingAgent
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The person and/or organisation responisible and/or effecting the sequencing.
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Organisation ABCD_2_06_xsd.tmp#Contact_Person ABCD_2_06_xsd.tmp#Contact_Roles ABCD_2_06_xsd.tmp#Contact_Addresses ABCD_2_06_xsd.tmp#Contact_TelephoneNumbers ABCD_2_06_xsd.tmp#Contact_EmailAddresses ABCD_2_06_xsd.tmp#Contact_URIs ABCD_2_06_xsd.tmp#Contact_LogoURI ABCD_2_06_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, LogoURI, Organisation, Person, Roles, TelephoneNumbers, URIs
Instance
<SequencingAgent xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Organisation>{0,1}</Organisation>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <URIs>{0,1}</URIs>
  <LogoURI>{0,1}</LogoURI>
</SequencingAgent>
Source
<xs:element type="Contact" name="SequencingAgent" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The person and/or organisation responisible and/or effecting the sequencing.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / Length
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Length of the sequence in basepairs
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:integer" name="Length" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Length of the sequence in basepairs</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Notes
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Miscellaneous notes referring to the unit that do not fit elsewhere.
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="Notes" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Miscellaneous notes referring to the unit that do not fit elsewhere.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / RecordURI
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Gives the web address of the page where more information on this particular record (not on the whole dataset) can be found. [OBIS]
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element type="xs:anyURI" name="RecordURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Gives the web address of the page where more information on this particular record (not on the whole dataset) can be found. [OBIS]</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / EAnnotations
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Annotations in electronic form not (yet) added to the physical specimen.
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_EAnnotations_Annotation
Properties
content complex
minOccurs 0
Model
Children Annotation
Instance
<EAnnotations xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <Annotation>{1,1}</Annotation>
</EAnnotations>
Source
<xs:element name="EAnnotations" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Annotations in electronic form not (yet) added to the physical specimen.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Annotation">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="StringL" name="AnnotationText"/>
            <xs:element type="String" name="Annotator" minOccurs="0"/>
            <xs:element type="String" name="AnnotationDate" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / EAnnotations / Annotation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_Unit_EAnnotations_Unit_Unit_EAnnotations_Annotation_AnnotationText ABCD_2_06_xsd.tmp#Unit_Unit_EAnnotations_Unit_Unit_EAnnotations_Annotation_Annotator ABCD_2_06_xsd.tmp#Unit_Unit_EAnnotations_Unit_Unit_EAnnotations_Annotation_AnnotationDate
Properties
content complex
Model
Children AnnotationDate, AnnotationText, Annotator
Instance
<Annotation xmlns="http://www.tdwg.org/schemas/abcd/2.06">
  <AnnotationText language="">{1,1}</AnnotationText>
  <Annotator>{0,1}</Annotator>
  <AnnotationDate>{0,1}</AnnotationDate>
</Annotation>
Source
<xs:element name="Annotation">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="StringL" name="AnnotationText"/>
      <xs:element type="String" name="Annotator" minOccurs="0"/>
      <xs:element type="String" name="AnnotationDate" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / EAnnotations / Annotation / AnnotationText
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language ABCD_2_06_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
Attributes
QName Type Use
language xs:language optional
Source
<xs:element type="StringL" name="AnnotationText"/>
Element Unit / EAnnotations / Annotation / Annotator
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="Annotator" minOccurs="0"/>
Element Unit / EAnnotations / Annotation / AnnotationDate
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element type="String" name="AnnotationDate" minOccurs="0"/>
Element Unit / UnitExtension
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The extension is temporary and serves only to accommodate urgent inter-version additions to the unit-object schema [in future to the the various schemas/objects used in ABCD]. For example, if a specific community (e.g. culture collections) discover that there are elements missing in the current version of ABCD (as they did for 1.2), they communicate that to the group responsible for schema development, where it will be discussed if these elements are already accommodated in the schema, if not, if they can and should be generalized and where they should end up in the schema. IF the culture collection community needs to move rapidly (e.g. due to project pressures), they can add these elements to the current version as an extension schema under a structure that follows SDD's CustomExtensions element (CustomExtensions-CustomExtension-Any ##other). In future modular versions of ABCD, such a structure should exist in the root of every object/schema.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element type="xs:anyType" name="UnitExtension" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The extension is temporary and serves only to accommodate urgent inter-version additions to the unit-object schema [in future to the the various schemas/objects used in ABCD]. For example, if a specific community (e.g. culture collections) discover that there are elements missing in the current version of ABCD (as they did for 1.2), they communicate that to the group responsible for schema development, where it will be discussed if these elements are already accommodated in the schema, if not, if they can and should be generalized and where they should end up in the schema. IF the culture collection community needs to move rapidly (e.g. due to project pressures), they can add these elements to the current version as an extension schema under a structure that follows SDD's CustomExtensions element (CustomExtensions-CustomExtension-Any ##other). In future modular versions of ABCD, such a structure should exist in the root of every object/schema.</xs:documentation>
  </xs:annotation>
</xs:element>
Simple Type String
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
normalized string required to contain at least 1 character (this removes the xml string anomaly, i. e. either element/attribute may be optional, but if they are required the content may not be an empty string)
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
whiteSpace collapse
minLength 1
Used by
Elements Aspect/Accuracy, Aspect/Text, BotanicalGardenUnit/AccessionLineage, BotanicalGardenUnit/AccessionMaterialType, BotanicalGardenUnit/Cultivation, BotanicalGardenUnit/IPEN, BotanicalGardenUnit/LocationInGarden, BotanicalGardenUnit/Propagation, BotanicalGardenUnit/PropagationHistoryCode, BotanicalGardenUnit/ProvenanceCategory, Country/ISO3166Code, CultureCollectionUnit/Genotype, CultureCollectionUnit/InfrasubspecificName, CultureCollectionUnit/Mutant, CultureCollectionUnit/OrganismType, CultureCollectionUnit/SerovarOrSerotype, DataSets/DataSet/DatasetGUID, DataSets/DataSet/OtherProviders/OtherProvider, DateTime/DateText, DateTime/TimeZone, Gathering/Agents/GatheringAgent/AgentText, Gathering/Code, Gathering/PlatformName, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinateMethod, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellCode, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridCellSystem, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesGrid/GridQualifier, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/AccuracyStatement, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/CoordinateErrorMethod, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesLatLong/SpatialDatum, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMEasting, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMNorthing, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMText, Gathering/SiteCoordinateSets/SiteCoordinates/CoordinatesUTM/UTMZone, Gathering/Synecology/Syntaxon, HerbariumUnit/DuplicatesDistributedTo, HerbariumUnit/Exsiccatum, HerbariumUnit/LoanDespatchMethod, HerbariumUnit/LoanForBotanist, HerbariumUnit/LoanIdentifier, Identification/VerificationLevel, Lookup/Comment, Lookup/Domain, Lookup/SourceName, Lookup/SourceNameVersion, Lookup/Term, MeasurementOrFact/MeasurementOrFactAtomised/Accuracy, MeasurementOrFact/MeasurementOrFactAtomised/Duration, MeasurementOrFact/MeasurementOrFactAtomised/MeasuredBy, MeasurementOrFact/MeasurementOrFactAtomised/UnitOfMeasurement, MetadataDescriptionRepr/Coverage, MetadataDescriptionRepr/Details, MultiMediaObject/CaptureEquipment, MultiMediaObject/Creator, MultiMediaObject/FileSize, MultiMediaObject/Format, MultiMediaObject/ID, MultiMediaObject/ImageColorSpace/Profile_Name, MultiMediaObject/ProductURI, MycologicalUnit/LichenMorphotype, MycologicalUnit/MycologicalSexualStage, NameBacterial/AuthorTeamAndYear, NameBacterial/NameApprobation, NameBacterial/ParentheticalAuthorTeamAndYear, NameBacterial/SubgenusAuthorAndYear, NameBotanical/AuthorTeam, NameBotanical/AuthorTeamParenthesis, NameBotanical/CultivarGroupName, NameBotanical/CultivarName, NameBotanical/TradeDesignationNames/TradeDesignationName, NameViral/ViralSpeciesDesignation, NameZoological/AuthorTeamOriginalAndYear, NameZoological/AuthorTeamParenthesisAndYear, NameZoological/Breed, NameZoological/CombinationAuthorTeamAndYear, NameZoological/NamedIndividual, NamedArea/AreaCode, NamedArea/AreaCodeStandard, NamedArea/DataSource, PGRUnit/DecodedBreedingInstitute, PGRUnit/DecodedDonorInstitute, PGRUnit/DecodedLocationSafetyDuplicates, PGRUnit/NationalInventoryCode, PGRUnit/OtherIdentification, PalaeontologicalUnit/TimeRange, Reference/CitationDetail, Reference/TitleCitation, RevisionData/Contributors, RevisionData/Creators, ScientificName/FullScientificNameString, ScientificNameIdentified/NameAddendum, Sequence/ID-in-Database, Statement/Details, Statement/Text, Unit/Age, Unit/Assemblages/UnitAssemblage/AssemblageID, Unit/Associations/UnitAssociation/AssociatedUnitID, Unit/Associations/UnitAssociation/AssociatedUnitSourceInstitutionCode, Unit/Associations/UnitAssociation/AssociatedUnitSourceName, Unit/CollectorsFieldNumber, Unit/EAnnotations/Annotation/AnnotationDate, Unit/EAnnotations/Annotation/Annotator, Unit/Identifications/IdentificationHistory, Unit/LastEditor, Unit/SourceID, Unit/SpecimenUnit/Accessions/AccessionCatalogue, Unit/SpecimenUnit/Accessions/AccessionDate, Unit/SpecimenUnit/Accessions/AccessionNumber, Unit/SpecimenUnit/Acquisition/AcquisitionDate, Unit/SpecimenUnit/History/PreviousUnits/PreviousUnit/PreviousSourceID, Unit/SpecimenUnit/History/PreviousUnits/PreviousUnit/PreviousUnitID, Unit/SpecimenUnit/Marks/Mark/Images/ImageID, Unit/SpecimenUnit/Marks/Mark/MarkAuthor, Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/CodeAssessment, Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/DoubtfulFlag, Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/TypeStatus, Unit/UnitGUID, Unit/UnitID
Complex Types StringL, StringL255, StringLP, StringP
Attributes Gathering/Depth/@datum, Gathering/Height/@datum
Source
<xs:simpleType name="String">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">normalized string required to contain at least 1 character (this removes the xml string anomaly, i. e. either element/attribute may be optional, but if they are required the content may not be an empty string)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:minLength fixed="false" value="1"/>
    <xs:whiteSpace fixed="false" value="collapse"/>
  </xs:restriction>
</xs:simpleType>
Complex Type MicroAgentP
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Minimalised local Agent definition with preferred flag
Diagram
Diagram ABCD_2_06_xsd.tmp#MicroAgent_Name ABCD_2_06_xsd.tmp#MicroAgent_Email ABCD_2_06_xsd.tmp#MicroAgent_Phone ABCD_2_06_xsd.tmp#MicroAgent_Address ABCD_2_06_xsd.tmp#MicroAgent ABCD_2_06_xsd.tmp#MicroAgentP_preferred
Type extension of MicroAgent
Type hierarchy
Used by
Model
Children Address, Email, Name, Phone
Attributes
QName Type Default Use
preferred xs:boolean false optional
Source
<xs:complexType name="MicroAgentP">
  <xs:annotation>
    <xs:documentation>Minimalised local Agent definition with preferred flag</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="MicroAgent">
      <xs:attribute default="false" use="optional" type="xs:boolean" name="preferred"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type MicroAgent
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Provides a minimalized local Agent definition.
Diagram
Diagram ABCD_2_06_xsd.tmp#MicroAgent_Name ABCD_2_06_xsd.tmp#MicroAgent_Email ABCD_2_06_xsd.tmp#MicroAgent_Phone ABCD_2_06_xsd.tmp#MicroAgent_Address
Used by
Complex Type MicroAgentP
Model
Children Address, Email, Name, Phone
Source
<xs:complexType name="MicroAgent">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Provides a minimalized local Agent definition.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String255" name="Name">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Person, person team, or role name (e. g., 'head of departement')</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String255" name="Email" minOccurs="0"/>
    <xs:element type="String255" name="Phone" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">(voice phone)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String255" name="Address" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Simple Type String255
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
normalized string restricted to 1..255 character length (i. e. required, may not be empty string)
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
whiteSpace collapse
minLength 1
maxLength 255
Used by
Source
<xs:simpleType name="String255">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">normalized string restricted to 1..255 character length (i. e. required, may not be empty string)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:minLength fixed="true" value="1"/>
    <xs:maxLength fixed="true" value="255"/>
    <xs:whiteSpace fixed="false" value="collapse"/>
  </xs:restriction>
</xs:simpleType>
Complex Type ContentMetadata
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Metadata referring to the principal source of the entire data collection (thus the metadata scope may be wider than the objects actually contained in the data set). If a history of the data collection (revised or expanded in various projects or at different institutions) exist, this must be reflected in the IPR statements and possibly in the list of Owners.
Diagram
Diagram ABCD_2_06_xsd.tmp#ContentMetadata_Description ABCD_2_06_xsd.tmp#ContentMetadata_IconURI ABCD_2_06_xsd.tmp#ContentMetadata_Scope ABCD_2_06_xsd.tmp#ContentMetadata_Version ABCD_2_06_xsd.tmp#ContentMetadata_RevisionData ABCD_2_06_xsd.tmp#ContentMetadata_Owners ABCD_2_06_xsd.tmp#ContentMetadata_IPRStatements
Used by
Model
Children Description, IPRStatements, IconURI, Owners, RevisionData, Scope, Version
Source
<xs:complexType name="ContentMetadata">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Metadata referring to the principal source of the entire data collection (thus the metadata scope may be wider than the objects actually contained in the data set). If a history of the data collection (revised or expanded in various projects or at different institutions) exist, this must be reflected in the IPR statements and possibly in the list of Owners.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Description">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Dublin Core conformant elements describing the content of the data source queried, representation in different languages possible</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="MetadataDescriptionRepr" name="Representation">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">The description in a specified language. Only one representation should be delivered for each language. [ATTR: language]</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:anyURI" name="IconURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">The URI of an icon/logo symbolizing the project.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Scope" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Keyword lists of geographical, taxonomic, etc. scopes. In the case of projects in progress, 'scope' may define the planned or intended, rather than the achieved scope (or coverage). If scope is given, the content available should be entirely within scope, because this item is for resource discovery purposes. Compare also Coverage in DC.Description (which is language-specific). (Items from Scope may be added to DC.Coverage)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="GeoecologicalTerms" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A collection of terms describing the geoecological scope of the source queried by means of area names (e.g. 'Worldl', 'Germany', 'Atlantic Ocean', 'Andes', 'Mountains'. A list of recommended terms should be developed.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element maxOccurs="unbounded" type="StringL255" name="GeoEcologicalTerm"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="TaxonomicTerms" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A collection of taxon names of higher rank describing the taxonomic scope of the source queried. A list of recommended terms should be developed.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element maxOccurs="unbounded" type="StringL255" name="TaxonomicTerm"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Version" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Number and date of current version (particularly for citing purposes)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element type="xs:nonNegativeInteger" name="Major">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">The major version number ('1' in 1.2) as defined by the content creators.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="xs:nonNegativeInteger" name="Minor" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">An optional minor version number ('2' in 1.2)</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="String255" name="Modifier" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">Unconstrained text specifying status + optional number, e. g., 'beta', 'alpha', 'rc/release candidate', 'internal'. If missing, release status is assumed.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="xs:date" name="DateIssued" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element Date.Issued: Citable 'publication date' of the current version (comp. RevisionData/DateCreated and DateModified for version- independent dates). This date should be missing if the current version is not yet published!</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="RevisionData" name="RevisionData">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Creators, Revision status, and dates of the entire data collection from which the current dataset is derived.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Owners" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Entities having legal possession of the data collection content. Here defined for the entire data collection, not for individual units. If an owner statement is present on the unit level, it should override this dataset-level statement.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Contact" name="Owner" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">Entitiy having legal possession of the data collection content.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="IPRStatements" name="IPRStatements" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Copyright, terms of use, license and other IPR-related statements like disclaimer or acknowledgement. Giving a copyright statement and a (if possible public) licence is highly recommended! (=DC.Rights)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type MetadataDescriptionRepr
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Language-specific content metadata (title, description, etc.) with *required* Language attribute added.
Diagram
Diagram ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_language ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_Title ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_Details ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_Coverage ABCD_2_06_xsd.tmp#MetadataDescriptionRepr_URI
Used by
Model
Children Coverage, Details, Title, URI
Attributes
QName Type Use
language xs:language required
Source
<xs:complexType name="MetadataDescriptionRepr">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Language-specific content metadata (title, description, etc.) with *required* Language attribute added.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String255" name="Title">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Title": A short, concise title.</xs:documentation>
        <xs:documentation xml:lang="en-us">General Note on DublinCore translation: In addition to those that can bee transformed from UBIF metadata, an additional DC.Type='dataset' should be added.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Details" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Description": Free-form text containing a longer description of the project.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Coverage" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Coverage": Free-form text describing geographic, taxonomic, or other coverage aspects of terminology or descriptions available in the current project.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:anyURI" name="URI" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">URL pointing to an online source related to the current project, which may or may not serve an updated version of the description data.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute use="required" type="xs:language" name="language"/>
</xs:complexType>
Complex Type StringL255
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
String255 (i.e. xs:string with length 1-255), extended with language attribute
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL255_language
Type extension of String
Type hierarchy
Used by
Attributes
QName Type Use
language xs:language optional
Source
<xs:complexType name="StringL255">
  <xs:annotation>
    <xs:documentation>String255 (i.e. xs:string with length 1-255), extended with language attribute</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="String">
      <xs:attribute use="optional" type="xs:language" name="language"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type RevisionData
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
RevisionData (creators, dates, revision) for the entire project/data set or individual objects.
Diagram
Diagram ABCD_2_06_xsd.tmp#RevisionData_Creators ABCD_2_06_xsd.tmp#RevisionData_Contributors ABCD_2_06_xsd.tmp#RevisionData_DateCreated ABCD_2_06_xsd.tmp#RevisionData_DateModified
Used by
Model
Children Contributors, Creators, DateCreated, DateModified
Source
<xs:complexType name="RevisionData">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">RevisionData (creators, dates, revision) for the entire project/data set or individual objects.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="Creators" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Creators", i.e. Author or editor.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Contributors" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element"Contributors": General contributors, or translators.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:dateTime" name="DateCreated" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element "Date.Created": Date/time when the intellectual content (project, term, description, etc.) was created. Applications may initially set this to the system date for new data objects, but authors must be able to change it to an earlier date if necessary. If for legacy data this is imprecisely known, it may be missing here. Earlier versions in other data formats should then be mentioned in the copyright or acknowl. statements.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:dateTime" name="DateModified">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Source for Dublin-Core standard element Date.Modified: Date/time when the last modification of the object was made. If in online data sources the provider can not assess this, the current date/time may be substituted. For legacy data this may be set to the file date of imported data, or estimated.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Contact
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Contact details.
Diagram
Diagram ABCD_2_06_xsd.tmp#Contact_Organisation ABCD_2_06_xsd.tmp#Contact_Person ABCD_2_06_xsd.tmp#Contact_Roles ABCD_2_06_xsd.tmp#Contact_Addresses ABCD_2_06_xsd.tmp#Contact_TelephoneNumbers ABCD_2_06_xsd.tmp#Contact_EmailAddresses ABCD_2_06_xsd.tmp#Contact_URIs ABCD_2_06_xsd.tmp#Contact_LogoURI
Used by
Model
Children Addresses, EmailAddresses, LogoURI, Organisation, Person, Roles, TelephoneNumbers, URIs
Source
<xs:complexType name="Contact">
  <xs:annotation>
    <xs:documentation>Contact details.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="Organisation" name="Organisation" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Organisation to contact</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="PersonName" name="Person" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Person to contact</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Roles" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="StringL" name="Role">
            <xs:annotation>
              <xs:documentation>Analogue to vCard:Role: Functional contact name, e.g. "Database administrator", "The Director", etc.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Addresses" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Contact addresses (one preferred, different languages possible)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="StringLP" name="Address" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Contact address as string.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="TelephoneNumbers" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Telephone and fax numbers</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="TelephoneNumber" name="TelephoneNumber" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Telephone or fax number</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="EmailAddresses" minOccurs="0">
      <xs:annotation>
        <xs:documentation>E-mail addresses</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="StringP255" name="EmailAddress" minOccurs="0">
            <xs:annotation>
              <xs:documentation>E-mail address for contact</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="URIs" minOccurs="0">
      <xs:annotation>
        <xs:documentation>URIs for person or organisation</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="anyUriP" name="URL" minOccurs="0">
            <xs:annotation>
              <xs:documentation>URI for person or organisation</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:anyURI" name="LogoURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>URL of a logo image.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Organisation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#Organisation_Name ABCD_2_06_xsd.tmp#Organisation_OrgUnits
Used by
Model
Children Name, OrgUnits
Source
<xs:complexType name="Organisation">
  <xs:sequence>
    <xs:element type="Label" name="Name">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Full organization or corporate name in multiple languages (en: 'Botanical Garden of ...', de: 'Botanischer Garten von ...'). vCard:Org.OrgName). The Label mechanism also supports acronyms / abbreviations (no vCard equivalent!).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OrgUnits" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">If the contact contains no person definition: the unit within the organization the agent represents; else a list of the various organisational units to which a person may belong. (vCard:OrgUnit)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="StringL" name="OrgUnit">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">(vCard:OrgUnit)</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Label
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Collection of language-specific label representations
Diagram
Diagram ABCD_2_06_xsd.tmp#Label_Representation
Used by
Model
Children Representation
Source
<xs:complexType name="Label">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Collection of language-specific label representations</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element maxOccurs="unbounded" name="Representation">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Language-specific label representation [ATTR: language]</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="LabelRepr"/>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type LabelRepr
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Language-specific simple label, using simple formatted text
Diagram
Diagram ABCD_2_06_xsd.tmp#LabelRepr_language ABCD_2_06_xsd.tmp#LabelRepr_Text ABCD_2_06_xsd.tmp#LabelRepr_Abbreviation
Used by
Model
Children Abbreviation, Text
Attributes
QName Type Use
language xs:language required
Source
<xs:complexType name="LabelRepr">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Language-specific simple label, using simple formatted text</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String255" name="Text">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Label text in a specific language.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String50" name="Abbreviation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Restricted to 50 characters maximum length, including blanks (recommended to be shorter!). Label abbreviations are especially important when displaying information in a tabular format.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute use="required" type="xs:language" name="language"/>
</xs:complexType>
Simple Type String50
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
normalized string restricted to 1..50 character length to be used for abbreviations (the recommended length of abbreviations is usually much shorter, but 50 characters should be a
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
whiteSpace collapse
minLength 1
maxLength 50
Used by
Source
<xs:simpleType name="String50">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">normalized string restricted to 1..50 character length to be used for abbreviations (the recommended length of abbreviations is usually much shorter, but 50 characters should be a</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:minLength fixed="true" value="1"/>
    <xs:maxLength fixed="true" value="50"/>
    <xs:whiteSpace fixed="false" value="collapse"/>
  </xs:restriction>
</xs:simpleType>
Complex Type StringL
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
String (i. e. xs:string with minimum length=1) extended with language attribute
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringL_language
Type extension of String
Type hierarchy
Used by
Elements Contact/Roles/Role, Country/Name, Country/NameDerived, CultureCollectionUnit/Applications, CultureCollectionUnit/CultureNames/CultureName, CultureCollectionUnit/FormOfSupply, CultureCollectionUnit/GrowthConditionAtomised/Aerobicity, CultureCollectionUnit/GrowthConditionAtomised/CultureMedium, CultureCollectionUnit/GrowthConditions, CultureCollectionUnit/Hazard, Gathering/Agents/GatheringAgentsText, Gathering/AreaDetail, Gathering/Biotope/ClassificationScheme, Gathering/Biotope/Name, Gathering/Biotope/Text, Gathering/LocalityText, Gathering/Method, Gathering/NearNamedPlaces/NamedPlaceRelation/NearNamedPlace, Gathering/NearNamedPlaces/NamedPlaceRelation/NearNamedPlaceRelationTo, Gathering/Notes, Gathering/Permits/Permit, Gathering/Project/ProjectTitle, Gathering/Synecology/Comment, Identification/Method, Identification/Notes, Identification/Result/MaterialIdentified, Identification/ResultRole, MeasurementOrFact/MeasurementOrFactAtomised/AppliesTo, MeasurementOrFact/MeasurementOrFactAtomised/LowerValue, MeasurementOrFact/MeasurementOrFactAtomised/Method, MeasurementOrFact/MeasurementOrFactAtomised/Parameter, MeasurementOrFact/MeasurementOrFactAtomised/UpperValue, MeasurementOrFact/MeasurementOrFactText, MultiMediaObject/Comment, MultiMediaObject/Context, MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage, NamedArea/AreaClass, NamedArea/AreaName, Organisation/OrgUnits/OrgUnit, PGRUnit/AncestralData, PalaeontologicalUnit/Preservation/Completeness, PalaeontologicalUnit/Preservation/Form, PalaeontologicalUnit/Preservation/Matrix, PalaeontologicalUnit/Preservation/Mineralisation, PalaeontologicalUnit/Preservation/Taphonomy, Sequence/Database, Sequence/Method, Sequence/SequencedPart, Stratigraphy/StratigraphyText, TaxonIdentified/InformalNameString, TaxonIdentified/NameComments, TelephoneNumber/UsageNotes, Unit/Assemblages/UnitAssemblage/AssemblageName, Unit/Associations/UnitAssociation/AssociationType, Unit/Associations/UnitAssociation/Comment, Unit/EAnnotations/Annotation/AnnotationText, Unit/KindOfUnit, Unit/NamedCollectionsOrSurveys/NamedCollectionOrSurvey, Unit/Notes, Unit/SpecimenUnit/Acquisition/AcquisitionSourceText, Unit/SpecimenUnit/Acquisition/AcquisitionType, Unit/SpecimenUnit/History/PreviousUnits/PreviousUnit/Comment, Unit/SpecimenUnit/History/PreviousUnits/PreviousUnit/PreviousUnitText, Unit/SpecimenUnit/Marks/Mark/MarkComment, Unit/SpecimenUnit/Marks/Mark/MarkText, Unit/SpecimenUnit/Marks/Mark/MarkType, Unit/SpecimenUnit/Marks/Mark/PositionOnObject, Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/VerificationNotes, Unit/SpecimenUnit/Preparations/Preparation/PreparationMaterials, Unit/SpecimenUnit/Preparations/Preparation/PreparationProcess, Unit/SpecimenUnit/Preparations/Preparation/PreparationType, ZoologicalUnit/PhasesOrStages/PhaseOrStage
Attributes
QName Type Use
language xs:language optional
Source
<xs:complexType name="StringL">
  <xs:annotation>
    <xs:documentation>String (i. e. xs:string with minimum length=1) extended with language attribute</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="String">
      <xs:attribute use="optional" type="xs:language" name="language"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type PersonName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of an individual person
Diagram
Diagram ABCD_2_06_xsd.tmp#PersonName_FullName ABCD_2_06_xsd.tmp#PersonName_SortingName ABCD_2_06_xsd.tmp#PersonName_AtomisedName
Used by
Model
Children AtomisedName, FullName, SortingName
Source
<xs:complexType name="PersonName">
  <xs:annotation>
    <xs:documentation>Name of an individual person</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String255" name="FullName">
      <xs:annotation>
        <xs:documentation>Preferred form of personal name for display as a string.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String255" name="SortingName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The full name with the elements in preferred sorting sequence (vCard: Sort-String).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AtomisedName" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="String255" name="InheritedName">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">Family names, generational names, clan name, parents/grandparents personal names, etc. This (= last name in western cultures) may be compound ('Fischer von Waldheim', 'da Selva', 'Silvano Morales'). Depending on culture it is not necessarily the name of the parents nor common to the married couple and children, thus 'family name' should be avoided even though used in vCard. (vCard:N.Family)</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="String255" name="Prefix" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">Prefix to inherited name that should be output before name, but is usually not included in sorting. Examples: 'von', 'Lord'. Compare Title for 'Prof', 'Dr.' (vCard:N.Prefix)</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="String255" name="Suffix" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">Suffix to name that should be output after name, regardless whether it is in sorting sequence (Inherited, Given) or not. Examples: 'Jun.', 'III.'. (vCard:N.Suffix)</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="String255" name="GivenNames" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">The name given to a person as a personal name (= first or christian name in western cultures, including 'middle initials') may contain several words ('Ana Maria', 'Jerry B.'). Applicable only to persons. (vCard:N.Given + vCard:N.Middle)</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="String255" name="PreferredName" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en-us">May differ from the first given name: second given name, nickname ('Bob' for 'Robert'), etc. (vCard:Nickname)</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type StringLP
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
String (i. e. xs:string with minimum length=1) extended with language and preferred attribute
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringLP_language ABCD_2_06_xsd.tmp#StringLP_preferred
Type extension of String
Type hierarchy
Used by
Attributes
QName Type Use
language xs:language optional
preferred xs:boolean optional
Source
<xs:complexType name="StringLP">
  <xs:annotation>
    <xs:documentation>String (i. e. xs:string with minimum length=1) extended with language and preferred attribute</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="String">
      <xs:attribute use="optional" type="xs:language" name="language"/>
      <xs:attribute use="optional" type="xs:boolean" name="preferred"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type TelephoneNumber
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Telephone or Fax number
Diagram
Diagram ABCD_2_06_xsd.tmp#TelephoneNumber_preferred ABCD_2_06_xsd.tmp#TelephoneNumber_Number ABCD_2_06_xsd.tmp#TelephoneNumber_Device ABCD_2_06_xsd.tmp#TelephoneNumber_UsageNotes
Used by
Model
Children Device, Number, UsageNotes
Attributes
QName Type Default Use
preferred xs:boolean false optional
Source
<xs:complexType name="TelephoneNumber">
  <xs:annotation>
    <xs:documentation>Telephone or Fax number</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String255" name="Number">
      <xs:annotation>
        <xs:documentation>Full number in standard international format</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="TelephoneDevice" name="Device" minOccurs="0"/>
    <xs:element type="StringL" name="UsageNotes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Free text for constraints on use e.g. "weekdays only" or "home number"</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute default="false" use="optional" type="xs:boolean" name="preferred"/>
</xs:complexType>
Complex Type TelephoneDevice
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Type of device reached by telephone number, e.g. voice, fax, voice/fax
Diagram
Diagram
Type extension of xs:Name
Used by
Source
<xs:complexType name="TelephoneDevice">
  <xs:annotation>
    <xs:documentation>Type of device reached by telephone number, e.g. voice, fax, voice/fax</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:Name"/>
  </xs:simpleContent>
</xs:complexType>
Complex Type StringP255
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
String255 (i.e. xs:string with length 1-255), extended with preferred attribute
Diagram
Diagram ABCD_2_06_xsd.tmp#String255 ABCD_2_06_xsd.tmp#StringP255_preferred
Type extension of String255
Type hierarchy
Used by
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:complexType name="StringP255">
  <xs:annotation>
    <xs:documentation>String255 (i.e. xs:string with length 1-255), extended with preferred attribute</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="String255">
      <xs:attribute use="optional" type="xs:boolean" name="preferred"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type anyUriP
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
xs:anyURI extended with Preferred attribute
Diagram
Diagram ABCD_2_06_xsd.tmp#anyUriP_preferred
Type extension of xs:anyURI
Used by
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:complexType name="anyUriP">
  <xs:annotation>
    <xs:documentation>xs:anyURI extended with Preferred attribute</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:anyURI">
      <xs:attribute use="optional" type="xs:boolean" name="preferred"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type IPRStatements
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A sequence of statements related to Intellectual Property Rights, credit and acknoledgement.
Diagram
Diagram ABCD_2_06_xsd.tmp#IPRStatements_IPRDeclarations ABCD_2_06_xsd.tmp#IPRStatements_Copyrights ABCD_2_06_xsd.tmp#IPRStatements_Licenses ABCD_2_06_xsd.tmp#IPRStatements_TermsOfUseStatements ABCD_2_06_xsd.tmp#IPRStatements_Disclaimers ABCD_2_06_xsd.tmp#IPRStatements_Acknowledgements ABCD_2_06_xsd.tmp#IPRStatements_Citations
Used by
Model
Children Acknowledgements, Citations, Copyrights, Disclaimers, IPRDeclarations, Licenses, TermsOfUseStatements
Source
<xs:complexType name="IPRStatements">
  <xs:annotation>
    <xs:documentation>A sequence of statements related to Intellectual Property Rights, credit and acknoledgement.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="IPRDeclarations" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Statement" name="IPRDeclaration">
            <xs:annotation>
              <xs:documentation>Used where the IPR declaration cannot be parsed into the specific items or for forms of IPR declaration not yet covered (e.g. database rights),</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Copyrights" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Statement" name="Copyright">
            <xs:annotation>
              <xs:documentation>Copyright may include the information that the data has been released to the public domain.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Licenses" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Statement" name="License">
            <xs:annotation>
              <xs:documentation>To be used if data are placed under a public license (GPL, GFDL, OpenDocument). Placing data under a public license while maintaining copyright is recommended!</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="TermsOfUseStatements" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Statement" name="TermsOfUse">
            <xs:annotation>
              <xs:documentation>Defines conditions under which the data may be analised, distributed or changed. "Terms of use" includes concepts like "Usage conditions" and "Specific Restrictions".</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Disclaimers" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Statement" name="Disclaimer">
            <xs:annotation>
              <xs:documentation>Disclaimer statement, e. g. concerning responsibility for data quality or legal implications.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Acknowledgements" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Statement" name="Acknowledgement">
            <xs:annotation>
              <xs:documentation>A free form text acknowledging support (e. g. grant money, help, permission to reuse published material, etc.)</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Citations" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for one to several statements, normally representing different language representations of the same content.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element type="Statement" name="Citation">
            <xs:annotation>
              <xs:documentation>Indicates how this dataset or record should be attributed if used [OBIF 1.0]</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Statement
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Text, optional Details (both free-form text) and optional URI.
Diagram
Diagram ABCD_2_06_xsd.tmp#Statement_language ABCD_2_06_xsd.tmp#Statement_Text ABCD_2_06_xsd.tmp#Statement_Details ABCD_2_06_xsd.tmp#Statement_URI
Used by
Model
Children Details, Text, URI
Attributes
QName Type Use
language xs:language required
Source
<xs:complexType name="Statement">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Text, optional Details (both free-form text) and optional URI.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="Text">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">A concise representation of a statement, recommended to be as short as possible, but actual length is unconstrained.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Details" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">Optional text of unconstrained length, elaborating details of the ShortText</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:anyURI" name="URI" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en-us">An optional resource on the net providing details on the statement (may be used as an alternative to the long text).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute use="required" type="xs:language" name="language"/>
</xs:complexType>
Complex Type Unit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements for all unit-level data
Diagram
Diagram ABCD_2_06_xsd.tmp#Unit_UnitGUID ABCD_2_06_xsd.tmp#Unit_SourceInstitutionID ABCD_2_06_xsd.tmp#Unit_SourceID ABCD_2_06_xsd.tmp#Unit_UnitID ABCD_2_06_xsd.tmp#Unit_UnitIDNumeric ABCD_2_06_xsd.tmp#Unit_LastEditor ABCD_2_06_xsd.tmp#Unit_DateLastEdited ABCD_2_06_xsd.tmp#Unit_Owner ABCD_2_06_xsd.tmp#Unit_IPRStatements ABCD_2_06_xsd.tmp#Unit_UnitContentContacts ABCD_2_06_xsd.tmp#Unit_SourceReference ABCD_2_06_xsd.tmp#Unit_UnitReferences ABCD_2_06_xsd.tmp#Unit_Identifications ABCD_2_06_xsd.tmp#Unit_RecordBasis ABCD_2_06_xsd.tmp#Unit_KindOfUnit ABCD_2_06_xsd.tmp#Unit_SpecimenUnit ABCD_2_06_xsd.tmp#Unit_ObservationUnit ABCD_2_06_xsd.tmp#Unit_CultureCollectionUnit ABCD_2_06_xsd.tmp#Unit_MycologicalUnit ABCD_2_06_xsd.tmp#Unit_HerbariumUnit ABCD_2_06_xsd.tmp#Unit_BotanicalGardenUnit ABCD_2_06_xsd.tmp#Unit_PlantGeneticResourcesUnit ABCD_2_06_xsd.tmp#Unit_ZoologicalUnit ABCD_2_06_xsd.tmp#Unit_PalaeontologicalUnit ABCD_2_06_xsd.tmp#Unit_MultiMediaObjects ABCD_2_06_xsd.tmp#Unit_Associations ABCD_2_06_xsd.tmp#Unit_Assemblages ABCD_2_06_xsd.tmp#Unit_NamedCollectionsOrSurveys ABCD_2_06_xsd.tmp#Unit_Gathering ABCD_2_06_xsd.tmp#Unit_CollectorsFieldNumber ABCD_2_06_xsd.tmp#Unit_MeasurementsOrFacts ABCD_2_06_xsd.tmp#Unit_Sex ABCD_2_06_xsd.tmp#Unit_Age ABCD_2_06_xsd.tmp#Unit_Sequences ABCD_2_06_xsd.tmp#Unit_Notes ABCD_2_06_xsd.tmp#Unit_RecordURI ABCD_2_06_xsd.tmp#Unit_EAnnotations ABCD_2_06_xsd.tmp#Unit_UnitExtension
Used by
Model
Children Age, Assemblages, Associations, BotanicalGardenUnit, CollectorsFieldNumber, CultureCollectionUnit, DateLastEdited, EAnnotations, Gathering, HerbariumUnit, IPRStatements, Identifications, KindOfUnit, LastEditor, MeasurementsOrFacts, MultiMediaObjects, MycologicalUnit, NamedCollectionsOrSurveys, Notes, ObservationUnit, Owner, PalaeontologicalUnit, PlantGeneticResourcesUnit, RecordBasis, RecordURI, Sequences, Sex, SourceID, SourceInstitutionID, SourceReference, SpecimenUnit, UnitContentContacts, UnitExtension, UnitGUID, UnitID, UnitIDNumeric, UnitReferences, ZoologicalUnit
Source
<xs:complexType name="Unit">
  <xs:annotation>
    <xs:documentation>Elements for all unit-level data</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="UnitGUID" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A globally unique identifier for the unit record. Following DwC, in the absence of a persistent global unique identifier, this should be constructed in the form "URN:catalog:[InstitutionCode]:[CollectionCode]:[CatalogNumber]".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="InstitutionCode" name="SourceInstitutionID">
      <xs:annotation>
        <xs:documentation>Unique identifier (code or name) of the institution holding the original data source (first part of record identifier). In specimen collections, this is normally the institution or private holder of the collection itself. For herbaria and botanical gardens, the standard abbreviations should be used.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="SourceID">
      <xs:annotation>
        <xs:documentation>Name or code of the data source (unique within the institution, second part of the record identifier)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="UnitID">
      <xs:annotation>
        <xs:documentation>A unique identifier for the unit record within the data source. Preferrably, the ID should be stable in the database, so that it also can be used to find the same record again (e.g. for data exchange purposes). Third part of the record identifier.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:int" name="UnitIDNumeric" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Numeric catalogue number. Facilitates soriting of numbers.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="LastEditor" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name or other indication of the person or team that created or last edited this record.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:dateTime" name="DateLastEdited" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Date of creation or last change of this unit record.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Contact" name="Owner" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The legal owner of the unit record. Note that ownership of physical specimens is handled under SpecimenUnit. If present, overrides the equivalent Ownders element on the level of dataset.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="IPRStatements" name="IPRStatements" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specific rights, terms and other conditions pertaining to the individual record. If present, override the equivalent statements on the level of dataset.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitContentContacts" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for one to many content contacts for the unit record. If present, overrides the equivalent ContentContact on the level of dataset.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" name="UnitContentContact">
            <xs:annotation>
              <xs:documentation>Questions and feedback about data, or restrictions on use of the data should be directed to the contact given here. If present, overrides the equivalent ContentContact on the level of dataset.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:complexContent>
                <xs:extension base="Contact">
                  <xs:attribute type="xs:boolean" name="preferred"/>
                </xs:extension>
              </xs:complexContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="Reference" name="SourceReference" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Reference that is the source of the information about the unit given in the record.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitReferences" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for references citing the unit See SourceReference for the case that the record is based on a publication.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Reference" name="UnitReference" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Published reference citing this unit.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Identifications" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for identification events, i.e. the circumstances and result of assigning a name to the unit.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Identification" name="Identification" minOccurs="0">
            <xs:annotation>
              <xs:documentation>In cases where more than one name applies to a single unit, several identifications should be formed and flagged as preferred. Relationships between differently identified sub-units of the unit can be specified by means of the IdentificationRole.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="String" name="IdentificationHistory" minOccurs="0">
            <xs:annotation>
              <xs:documentation>This is a free text field for use when extracting data from datasources where the identification or verification history (or part of it) is a free text field. In normal circumstances the history can be constructed by sorting identification events by date and reference to the preferred identification flag</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="RecordBasisEnum" name="RecordBasis" minOccurs="0">
      <xs:annotation>
        <xs:documentation>An indication of what the unit record describes. Note that the element SourceReference provides for the case that the record is based on a publication.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" type="StringL" name="KindOfUnit" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Part(s) of organism or class of materials represented by this unit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>Physical state-specific subtypes of the unit record</xs:documentation>
      </xs:annotation>
      <xs:element name="SpecimenUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A Unit subtype containing data elements specific to specimens (living, fossil, or preserved).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element type="Contact" name="Owner" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The legal owner or holder of the physical specimen</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Acquisition" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Acquisition date, source and type.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element type="String" name="AcquisitionDate" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Textual statement of the date of acquisition of the specimen by the institution</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="AcquisitionSourceText" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Free text field for informal recording of acquisition source details.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="StringL" name="AcquisitionType" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Type of acquisition.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="Contact" name="AcquiredFrom" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Name of person and/or organisation the unit was acquired from (e.g. depositor of a strain).</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="Accessions" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Accession details.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence maxOccurs="unbounded">
                  <xs:annotation>
                    <xs:documentation>Repeatable triple to accommodate accession number in multiple catalogues.</xs:documentation>
                  </xs:annotation>
                  <xs:element type="String" name="AccessionDate" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Textual statement of the date on which the accession was recorded.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="AccessionCatalogue" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element type="String" name="AccessionNumber" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="Preparations" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Specimen preparation details, possibly a sequence of preparation steps</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" name="Preparation">
                    <xs:annotation>
                      <xs:documentation>Specimen preparation details.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element type="StringL" name="PreparationType" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Description of preparation type.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="StringL" name="PreparationProcess" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Process used in preparing the specimen.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="StringL" name="PreparationMaterials" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Materials and chemicals used in the preparation of the specimen.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="Contact" name="PreparationAgent" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Person and/or institution responsible for or effecting the preparation.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                      <xs:attribute use="optional" type="xs:int" name="sequence"/>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="Marks" minOccurs="0">
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" name="Mark">
                    <xs:annotation>
                      <xs:documentation>Label text(s), writing or inscription(s).</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element type="StringL" name="MarkType" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Label or inscription</xs:documentation>
                            <xs:documentation>
                            </xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="StringL" name="MarkText" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Text transcription of an inscription</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="StringL" name="PositionOnObject" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Position of inscription, writing or mark.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="String" name="MarkAuthor" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Name of person who created the label, writing or inscription.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="StringL" name="MarkComment" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Summary, interpretation or opinion of the text.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="Images" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>References to an image or images of the label or inscription</xs:documentation>
                          </xs:annotation>
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element type="String" name="ImageID">
                                <xs:annotation>
                                  <xs:documentation>The ID of a multimedia object representing the image of the mark</xs:documentation>
                                </xs:annotation>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="History" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A wrapper for previous units.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="PreviousUnits" minOccurs="0">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element maxOccurs="unbounded" name="PreviousUnit">
                          <xs:annotation>
                            <xs:documentation>A container for past ID and location of this specimen.</xs:documentation>
                          </xs:annotation>
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="PreviousSourceInstitutionID"/>
                              <xs:element type="String" name="PreviousSourceID">
                                <xs:annotation>
                                  <xs:documentation>Name or code of collection previously holding this specimen.</xs:documentation>
                                </xs:annotation>
                              </xs:element>
                              <xs:element type="String" name="PreviousUnitID">
                                <xs:annotation>
                                  <xs:documentation>Identifier of specimen in previous collection.</xs:documentation>
                                </xs:annotation>
                              </xs:element>
                              <xs:element type="DateTime" name="Date" minOccurs="0">
                                <xs:annotation>
                                  <xs:documentation>Dates that the specimen was held in previous collection.</xs:documentation>
                                </xs:annotation>
                              </xs:element>
                              <xs:element type="StringL" name="Comment" minOccurs="0">
                                <xs:annotation>
                                  <xs:documentation>Any further information about this specimen in its previous collection.</xs:documentation>
                                </xs:annotation>
                              </xs:element>
                              <xs:element type="StringL" name="PreviousUnitText" minOccurs="0">
                                <xs:annotation>
                                  <xs:documentation>An alternative text identifying the previous unit when no ABCD standard ID s can be assigned.</xs:documentation>
                                </xs:annotation>
                              </xs:element>
                            </xs:sequence>
                            <xs:attribute use="optional" type="xs:int" name="sequence"/>
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                  <xs:element name="PreviousUnitsText" minOccurs="0"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="NomenclaturalTypeDesignations" minOccurs="0">
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" name="NomenclaturalTypeDesignation" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Information on the type status of the specimen.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element type="ScientificName" name="TypifiedName" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>The name based on the specimen.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="Reference" name="NomenclaturalReference" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Published reference.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="String" name="TypeStatus" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Full term designating the status.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="String" name="CodeAssessment" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Indication whether the type is conserved or rejected/suppressed by the Code or is proposed for conservation or suppression/rejection</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="String" name="DoubtfulFlag" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Indicator for unverified type status (kind and fact).</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="PersonName" name="Verifier" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>The person assigning or verifying the type status of the specimen.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="xs:date" name="VerificationDate" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Date of verification.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element type="StringL" name="VerificationNotes" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation>Further information about the verification process.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="DuplicatesDistributedTo" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A free text field to note the known other recipients of a duplicate of the unit, preferrably in the form of a delimited list of SourceInstitionIDs.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ObservationUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data elements specific to observation (recording) units. Note that most observation data items are site related and thus covered under Gathering.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ObservationUnitIdentifiers" minOccurs="0">
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" type="StringP" name="ObservationUnitIdentifier" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Numbers or other registration mark associated with an observation record. Attribute for PreferredFlag. Separated from the equivalent AccessionNumber of specimen collections because of the more standardised approaches taken in physical collections.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
    <xs:sequence>
      <xs:annotation>
        <xs:documentation>Collection type and/or taxonomic domain-specific schema extensions (subtypes of the unit record).</xs:documentation>
      </xs:annotation>
      <xs:element type="CultureCollectionUnit" name="CultureCollectionUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data specific to microbial and similar culture methods.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="MycologicalUnit" name="MycologicalUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data specific to mycological and lichenological units.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="HerbariumUnit" name="HerbariumUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data specific to herbarium specimens (incl. mycological specimens).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="BotanicalGardenUnit" name="BotanicalGardenUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data specific to units in botanical live (horticultural) collections.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="PGRUnit" name="PlantGeneticResourcesUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data specific to units in plant genetic resource collections, e.g. gene banks.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="ZoologicalUnit" name="ZoologicalUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data specific to zoological units.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="PalaeontologicalUnit" name="PalaeontologicalUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Data specific to palaeontological units.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:element name="MultiMediaObjects" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Multimedia objects such as images, movies, etc. relating to (or forming) the unit. Note that RecordBasis should be set accordingly if the multimedia object actually is the unit in the collection (e.g. collections of images taken in the field, sound recordings, etc.).</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="MultiMediaObject" name="MultiMediaObject"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Associations" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Relationships of this unit record with other unit records in ABCD conformant datasets.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" name="UnitAssociation">
            <xs:annotation>
              <xs:documentation>A binary relationship or association of units.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element type="String" name="AssociatedUnitSourceInstitutionCode">
                  <xs:annotation>
                    <xs:documentation>First part of a fully qualified identifier of a related item's dataset.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element type="String" name="AssociatedUnitSourceName">
                  <xs:annotation>
                    <xs:documentation>Second part of a fully qualified identifier of a related item's dataset.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element type="String" name="AssociatedUnitID">
                  <xs:annotation>
                    <xs:documentation>Fully qualified identifier of the related item within the specified dataset.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element type="StringL" name="AssociationType">
                  <xs:annotation>
                    <xs:documentation>Description of the association.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element type="StringL" name="Comment" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Further information about an association.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Assemblages" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A container for groupings of this unit record with other unit records in this dataset by means of an additional ID.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" name="UnitAssemblage">
            <xs:annotation>
              <xs:documentation>A unit assemblage handles symmetric relationships between several units.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element type="String" name="AssemblageID">
                  <xs:annotation>
                    <xs:documentation>Identifier for assemblage.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element type="StringL" name="AssemblageName" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Name of assemblage.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="NamedCollectionsOrSurveys" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Unit may belong to one or several collections or survey projects which have distinctive names and do not correspond to the SourceName. Note that this element refers to the name accepted by the specimen or data holding institution, this may or may not be different from the project name given under Gathering.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="StringL" name="NamedCollectionOrSurvey"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="Gathering" name="Gathering" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Elements describing the field events that created the unit and their location.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="CollectorsFieldNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A number assigned to the unit by the collector or observer. Note that the respective collector's name is found under gathering (GatheringAgents).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MeasurementsOrFacts" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A container for quantitative and categorical measurements (including observations) refering to the unit, e.g. counts, size measurements, colours, etc.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="MeasurementOrFact" name="MeasurementOrFact" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Quantitative or categorical measurement refering to the unit.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="SexCodeEnum" name="Sex" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Maps to Darwin Core 2: Sex. Refers to the entire unit, which may be mixed. Note that counts can be provided in the Unit's MeasurementsOrFacts section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Age" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Age of the organism at the time of collection or observation. Note that counts for different age classes can be provied in the Unit's MeasurementsOrFacts section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Sequences" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container for medata on sequences derived from this unit.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Sequence" name="Sequence"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="StringL" name="Notes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Miscellaneous notes referring to the unit that do not fit elsewhere.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:anyURI" name="RecordURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Gives the web address of the page where more information on this particular record (not on the whole dataset) can be found. [OBIS]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EAnnotations" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Annotations in electronic form not (yet) added to the physical specimen.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Annotation">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="StringL" name="AnnotationText"/>
                <xs:element type="String" name="Annotator" minOccurs="0"/>
                <xs:element type="String" name="AnnotationDate" minOccurs="0"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:anyType" name="UnitExtension" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The extension is temporary and serves only to accommodate urgent inter-version additions to the unit-object schema [in future to the the various schemas/objects used in ABCD]. For example, if a specific community (e.g. culture collections) discover that there are elements missing in the current version of ABCD (as they did for 1.2), they communicate that to the group responsible for schema development, where it will be discussed if these elements are already accommodated in the schema, if not, if they can and should be generalized and where they should end up in the schema. IF the culture collection community needs to move rapidly (e.g. due to project pressures), they can add these elements to the current version as an extension schema under a structure that follows SDD's CustomExtensions element (CustomExtensions-CustomExtension-Any ##other). In future modular versions of ABCD, such a structure should exist in the root of every object/schema.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type InstitutionCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An abbreviated designation of an institution.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="InstitutionCode">
  <xs:annotation>
    <xs:documentation>An abbreviated designation of an institution.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type Reference
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Published reference.
Diagram
Diagram ABCD_2_06_xsd.tmp#Reference_TitleCitation ABCD_2_06_xsd.tmp#Reference_CitationDetail ABCD_2_06_xsd.tmp#Reference_URI
Used by
Model
Children CitationDetail, TitleCitation, URI
Source
<xs:complexType name="Reference">
  <xs:annotation>
    <xs:documentation>Published reference.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="TitleCitation">
      <xs:annotation>
        <xs:documentation>Formal citation for a paper or electronic publication.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="CitationDetail" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specific page, figure or illustration number(s) within the reference.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:anyURI" name="URI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Universal Resource Identifier - Path to electronic source of document.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Identification
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The application of a name (or concept), i.e. the data pertaining to an identification event and the result of the identification itself.
Diagram
Diagram ABCD_2_06_xsd.tmp#Identification_Result ABCD_2_06_xsd.tmp#Identification_PreferredFlag ABCD_2_06_xsd.tmp#Identification_NonFlag ABCD_2_06_xsd.tmp#Identification_StoredUnderFlag ABCD_2_06_xsd.tmp#Identification_ResultRole ABCD_2_06_xsd.tmp#Identification_Identifiers ABCD_2_06_xsd.tmp#Identification_References ABCD_2_06_xsd.tmp#Identification_Date ABCD_2_06_xsd.tmp#Identification_Method ABCD_2_06_xsd.tmp#Identification_Notes ABCD_2_06_xsd.tmp#Identification_VerificationLevel
Used by
Model
Children Date, Identifiers, Method, NonFlag, Notes, PreferredFlag, References, Result, ResultRole, StoredUnderFlag, VerificationLevel
Source
<xs:complexType name="Identification">
  <xs:annotation>
    <xs:documentation>The application of a name (or concept), i.e. the data pertaining to an identification event and the result of the identification itself.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Result">
      <xs:annotation>
        <xs:documentation>The result of the identification, currently either a material (substrate) or a taxon name, but in the future to be extended to include other types of identifications used in natural history collections and surveys.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:choice>
          <xs:element type="TaxonIdentified" name="TaxonIdentified" minOccurs="0">
            <xs:annotation>
              <xs:documentation>The Taxon (concept) or Taxonomic name assigned to the unit (or excluded, "non") in the Identification.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="MaterialIdentified" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A material identified as the result of the identification event (e.g. a non-organismic substrate of a microorganism)</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="xs:anyType" name="Extension" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A placeholder for a temporary extension to include identification results not yet covered by the schema. This serves to accommodate urgent inter-version additions to the unit-object schema.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:complexType>
    </xs:element>
    <xs:element type="xs:boolean" name="PreferredFlag" minOccurs="0">
      <xs:annotation>
        <xs:documentation>True to designate current identification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:boolean" name="NonFlag" minOccurs="0">
      <xs:annotation>
        <xs:documentation>True to designate negative identifications.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:boolean" name="StoredUnderFlag" minOccurs="0">
      <xs:annotation>
        <xs:documentation>True to designate the idenfication under which the entire unit is stored (in a physical collection) or otherwise preferrably referenced.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="ResultRole" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Used to designate the role of the identification result (e.g. substrate, isolate, host, parasite, etc.)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Identifiers" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" name="Identifier" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Atomized record of individual, team member, or organization that made the identification.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element type="PersonName" name="PersonName" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Atomised data for the parts of the Identifier's name.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element type="Organisation" name="Organisation" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>The Organisation the Identifier is affiliated with, or the Organisation (institution) acting as the identifier.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="IdentifiersText" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Alternatve text indicating the person, person team, or Organization that made the identification.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="Reference" name="IdentificationSource" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A reference which has provided the identification (and - if present - the identifier's name and/or organisation). The entire identification event was taken from the literature or comparable source given here. Note that this is not the literature (e.g. key) used to obtain the result (see IdentificationReferences).</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="IdentifierRole" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Indication of the nature of the taxonomic verification; e.g. "conf." or "det."</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="References" minOccurs="0">
      <xs:annotation>
        <xs:documentation>References that were used by the identifier to provide the identification (e.g. by means of providing a key or a description of the taxon). It circumscribes the taxon identified (and thus can act as a potential taxon's sec. reference). Note: this is not the citation from which and identification was taken, see under Identifier/IdentificationSource.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Reference" name="Reference" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A reference (e.g. an article or monograph) that was used as the base for the identifier's taxon identification (e.g. by means of providing a key or a description of the taxon). It circumscribes the taxon identified (and thus can act as a potential taxon's sec. reference). Note: this is not the citation from which and identification was taken, see under Identifier/IdentificationSource.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="DateTime" name="Date" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Date of the identification event.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="Method" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The method by which the identification was obtained, e.g. details of molecular analysis or acoustical procedures.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="Notes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Supplementary remarks about the identification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="VerificationLevel" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The level to which the identification has been verified. Different standards may use different values here. See ITF-2 for an example.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type TaxonIdentified
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Scientific or informal name as a result of an identification.
Diagram
Diagram ABCD_2_06_xsd.tmp#TaxonIdentified_HigherTaxa ABCD_2_06_xsd.tmp#TaxonIdentified_ScientificName ABCD_2_06_xsd.tmp#TaxonIdentified_InformalNameString ABCD_2_06_xsd.tmp#TaxonIdentified_NameComments ABCD_2_06_xsd.tmp#TaxonIdentified_Code
Used by
Model
Children Code, HigherTaxa, InformalNameString, NameComments, ScientificName
Source
<xs:complexType name="TaxonIdentified">
  <xs:annotation>
    <xs:documentation>Scientific or informal name as a result of an identification.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="HigherTaxa" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Wrapper element for multiple designations of higher taxa. These are higher-level classifications of the name identified, NOT a higher taxon as the sole identification.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="HigherTaxon" name="HigherTaxon">
            <xs:annotation>
              <xs:documentation>The scientific name of a taxon with a rank higher than Genus which is commonly used to classify the group the unit belongs to.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:choice minOccurs="0">
      <xs:element type="ScientificNameIdentified" name="ScientificName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names - with additional elements for suffixes or other expressions commonly used in taxonomic identifications.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element type="StringL" name="InformalNameString" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The outcome of an identification event that does not adhere to the rule of a Code of Nomenclature.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:element type="StringL" name="NameComments" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Any free text comments related to the name</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="CodeOfNomenclatureEnum" name="Code" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Code of Nomenclature that applies to the scientific name.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type HigherTaxon
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Taxon name used to further classify the identification result.
Diagram
Diagram ABCD_2_06_xsd.tmp#HigherTaxon_HigherTaxonName ABCD_2_06_xsd.tmp#HigherTaxon_HigherTaxonRank
Used by
Model
Children HigherTaxonName, HigherTaxonRank
Source
<xs:complexType name="HigherTaxon">
  <xs:annotation>
    <xs:documentation>Taxon name used to further classify the identification result.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="Monomial" name="HigherTaxonName"/>
    <xs:element type="HigherTaxonRankEnum" name="HigherTaxonRank" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Simple Type Monomial
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A generic or higher taxon name (monomial) under the bacteriological, botanical, viral, and zoological code.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="Monomial">
  <xs:annotation>
    <xs:documentation xml:lang="en">A generic or higher taxon name (monomial) under the bacteriological, botanical, viral, and zoological code.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type HigherTaxonRankEnum
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A taxonomic rank designation above the rank of genus.
Diagram
Diagram
Type restriction of xs:Name
Facets
enumeration regnum
enumeration subregnum
enumeration superphylum
enumeration phylum
enumeration subphylum
enumeration superclassis
enumeration classis
enumeration subclassis
enumeration superordo
enumeration ordo
enumeration subordo
enumeration superfamilia
enumeration familia
enumeration subfamilia
enumeration tribus
enumeration genusgroup
enumeration unranked
Used by
Source
<xs:simpleType name="HigherTaxonRankEnum">
  <xs:annotation>
    <xs:documentation>A taxonomic rank designation above the rank of genus.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:Name">
    <xs:enumeration value="regnum"/>
    <xs:enumeration value="subregnum"/>
    <xs:enumeration value="superphylum"/>
    <xs:enumeration value="phylum"/>
    <xs:enumeration value="subphylum"/>
    <xs:enumeration value="superclassis"/>
    <xs:enumeration value="classis"/>
    <xs:enumeration value="subclassis"/>
    <xs:enumeration value="superordo"/>
    <xs:enumeration value="ordo"/>
    <xs:enumeration value="subordo"/>
    <xs:enumeration value="superfamilia"/>
    <xs:enumeration value="familia"/>
    <xs:enumeration value="subfamilia"/>
    <xs:enumeration value="tribus"/>
    <xs:enumeration xml:lang="en" value="genusgroup"/>
    <xs:enumeration xml:lang="en" value="unranked"/>
  </xs:restriction>
</xs:simpleType>
Complex Type ScientificNameIdentified
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names - with additional elements for suffixes or other expressions commonly used in taxonomic identifications.
Diagram
Diagram ABCD_2_06_xsd.tmp#ScientificName_FullScientificNameString ABCD_2_06_xsd.tmp#ScientificName_NameAtomised ABCD_2_06_xsd.tmp#ScientificName ABCD_2_06_xsd.tmp#ScientificNameIdentified_IdentificationQualifier ABCD_2_06_xsd.tmp#ScientificNameIdentified_NameAddendum
Type extension of ScientificName
Type hierarchy
Used by
Model
Children FullScientificNameString, IdentificationQualifier, NameAddendum, NameAtomised
Source
<xs:complexType name="ScientificNameIdentified">
  <xs:annotation>
    <xs:documentation>Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names - with additional elements for suffixes or other expressions commonly used in taxonomic identifications.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ScientificName">
      <xs:sequence>
        <xs:element name="IdentificationQualifier" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A term to qualify the identification of the unit when doubts have arisen as to its identity (e.g. "cf." or "aff."). If it applies to an atomised name, the attribute insertionpoint defines the name element in front of which the qualifier should be inserted (1 = before entire name, 2= before first epithet, 3 = before second epithet.)</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string">
                <xs:attribute name="insertionpoint">
                  <xs:simpleType>
                    <xs:restriction base="xs:int">
                      <xs:enumeration value="1"/>
                      <xs:enumeration value="2"/>
                      <xs:enumeration value="3"/>
                    </xs:restriction>
                  </xs:simpleType>
                </xs:attribute>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element type="String" name="NameAddendum" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A free-text suffix added to the taxon identified (e.g. "sensu lato"), or an additional name element in common use but without formal nomenclatural standing (e.g. Isolate names for viruses).</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type ScientificName
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names.
Diagram
Diagram ABCD_2_06_xsd.tmp#ScientificName_FullScientificNameString ABCD_2_06_xsd.tmp#ScientificName_NameAtomised
Used by
Model
Children FullScientificNameString, NameAtomised
Source
<xs:complexType name="ScientificName">
  <xs:annotation>
    <xs:documentation>Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="FullScientificNameString">
      <xs:annotation>
        <xs:documentation>Concatenated scientific name, preferrably formed in accordance with a Code of Nomenclature, i. e. a monomial, bionomial, or trinomial plus author(s) or author team(s) and - where relevant - year, or the name of a cultivar or cultivar group, or a hybrid formula, as fully as possible.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NameAtomised" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Atomised data items of the taxon identified, with subtypes according to the different Codes of Nomenclature which apply to scientific names.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:choice>
          <xs:element type="NameBacterial" name="Bacterial" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Atomised name with elements according to the International Code of Nomenclature of Prokaryotes</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="NameBotanical" name="Botanical" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Atomised name with elements according to the International Code of Botanical Nomenclature</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="NameZoological" name="Zoological" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Atomised name with elements according to the International Code of Zoological Nomenclature</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="NameViral" name="Viral" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Atomised name with elements according to the International Committee on Taxonomy of Viruses</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type NameBacterial
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An atomised name under the International Code of Nomenclature of Bacteria
Diagram
Diagram ABCD_2_06_xsd.tmp#NameBacterial_GenusOrMonomial ABCD_2_06_xsd.tmp#NameBacterial_Subgenus ABCD_2_06_xsd.tmp#NameBacterial_SubgenusAuthorAndYear ABCD_2_06_xsd.tmp#NameBacterial_SpeciesEpithet ABCD_2_06_xsd.tmp#NameBacterial_SubspeciesEpithet ABCD_2_06_xsd.tmp#NameBacterial_ParentheticalAuthorTeamAndYear ABCD_2_06_xsd.tmp#NameBacterial_AuthorTeamAndYear ABCD_2_06_xsd.tmp#NameBacterial_NameApprobation
Used by
Model
Children AuthorTeamAndYear, GenusOrMonomial, NameApprobation, ParentheticalAuthorTeamAndYear, SpeciesEpithet, Subgenus, SubgenusAuthorAndYear, SubspeciesEpithet
Source
<xs:complexType name="NameBacterial">
  <xs:annotation>
    <xs:documentation>An atomised name under the International Code of Nomenclature of Bacteria</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="Monomial" name="GenusOrMonomial" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Genus name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Monomial" name="Subgenus" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Subgenus name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="SubgenusAuthorAndYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Author team and year of the subgenus name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Epithet" name="SpeciesEpithet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Species epithet</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Epithet" name="SubspeciesEpithet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Maps to Darwin Core 2: Subspecies</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="ParentheticalAuthorTeamAndYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Author team and Year of the basionym of a species or subspecies combination.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="AuthorTeamAndYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The author(s) who published the full name as it stands and its year.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="NameApprobation" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Approbation of name according to approved list, validation list,or validly published, paper in IJSB after 1980.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type Epithet
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A name element dependent on a genus or a species name under the bacteriological, botanical, and zoological code.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="Epithet">
  <xs:annotation>
    <xs:documentation xml:lang="en">A name element dependent on a genus or a species name under the bacteriological, botanical, and zoological code.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type NameBotanical
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An atomised scientific name under the International Code of Botanical Nomenclature or the International Code of Nomenclature for Cultivated Plants
Diagram
Diagram ABCD_2_06_xsd.tmp#NameBotanical_GenusOrMonomial ABCD_2_06_xsd.tmp#NameBotanical_FirstEpithet ABCD_2_06_xsd.tmp#NameBotanical_InfraspecificEpithet ABCD_2_06_xsd.tmp#NameBotanical_Rank ABCD_2_06_xsd.tmp#NameBotanical_HybridFlag ABCD_2_06_xsd.tmp#NameBotanical_AuthorTeamParenthesis ABCD_2_06_xsd.tmp#NameBotanical_AuthorTeam ABCD_2_06_xsd.tmp#NameBotanical_CultivarGroupName ABCD_2_06_xsd.tmp#NameBotanical_CultivarName ABCD_2_06_xsd.tmp#NameBotanical_TradeDesignationNames
Used by
Model
Children AuthorTeam, AuthorTeamParenthesis, CultivarGroupName, CultivarName, FirstEpithet, GenusOrMonomial, HybridFlag, InfraspecificEpithet, Rank, TradeDesignationNames
Source
<xs:complexType name="NameBotanical">
  <xs:annotation>
    <xs:documentation>An atomised scientific name under the International Code of Botanical Nomenclature or the International Code of Nomenclature for Cultivated Plants</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="Monomial" name="GenusOrMonomial" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Genus or higher taxon name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Epithet" name="FirstEpithet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The first epithet in a botanical name combination (species epithet or the epithet of the subdivision of a genus.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Epithet" name="InfraspecificEpithet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The final epithet of a botanical name of infraspecific rank.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="RankAbbreviation" name="Rank" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The rank of the name where needed to form it.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HybridFlag" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Flag indicating that this is a named hybrid ("x") or a graft chimaera ("+"). The attribute insertionpoint defines the name element in front of which the qualifier should be inserted (1 = before entire name, 2= before first epithet, 3 = before rank designation for second epithet.)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="HybridFlag">
            <xs:attribute type="xs:int" name="insertionpoint"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element type="String" name="AuthorTeamParenthesis" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Author team of the basionym of a combination.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="AuthorTeam" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The author(s) who published the full name as it stands.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="CultivarGroupName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Cultivar group name</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="CultivarName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Cultivar name according to the ICNCP.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TradeDesignationNames" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container for trade names</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="String" name="TradeDesignationName" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Trade name used for a specific cultivar</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type RankAbbreviation
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The abbreviation of a taxonomic rank as used in (botanical) name strings.
Diagram
Diagram
Type restriction of xs:Name
Facets
enumeration subgen.
enumeration sect.
enumeration subsp.
enumeration var.
enumeration subvar.
enumeration forma
enumeration f.
enumeration subforma
enumeration subf.
enumeration f.spec.
Used by
Source
<xs:simpleType name="RankAbbreviation">
  <xs:annotation>
    <xs:documentation xml:lang="en">The abbreviation of a taxonomic rank as used in (botanical) name strings.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:Name">
    <xs:enumeration value="subgen."/>
    <xs:enumeration value="sect."/>
    <xs:enumeration value="subsp."/>
    <xs:enumeration value="var."/>
    <xs:enumeration value="subvar."/>
    <xs:enumeration value="forma"/>
    <xs:enumeration value="f."/>
    <xs:enumeration value="subforma"/>
    <xs:enumeration value="subf."/>
    <xs:enumeration value="f.spec."/>
  </xs:restriction>
</xs:simpleType>
Simple Type HybridFlag
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A multiplication or plus sign designating a hybrid or draft chimaera in botany.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="HybridFlag">
  <xs:annotation>
    <xs:documentation>A multiplication or plus sign designating a hybrid or draft chimaera in botany.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type NameZoological
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An atomised scientific name under the International Code of Zoological Nomenclature
Diagram
Diagram ABCD_2_06_xsd.tmp#NameZoological_GenusOrMonomial ABCD_2_06_xsd.tmp#NameZoological_Subgenus ABCD_2_06_xsd.tmp#NameZoological_SpeciesEpithet ABCD_2_06_xsd.tmp#NameZoological_SubspeciesEpithet ABCD_2_06_xsd.tmp#NameZoological_AuthorTeamOriginalAndYear ABCD_2_06_xsd.tmp#NameZoological_AuthorTeamParenthesisAndYear ABCD_2_06_xsd.tmp#NameZoological_CombinationAuthorTeamAndYear ABCD_2_06_xsd.tmp#NameZoological_Breed ABCD_2_06_xsd.tmp#NameZoological_NamedIndividual
Used by
Model
Children AuthorTeamOriginalAndYear, AuthorTeamParenthesisAndYear, Breed, CombinationAuthorTeamAndYear, GenusOrMonomial, NamedIndividual, SpeciesEpithet, Subgenus, SubspeciesEpithet
Source
<xs:complexType name="NameZoological">
  <xs:annotation>
    <xs:documentation>An atomised scientific name under the International Code of Zoological Nomenclature</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="Monomial" name="GenusOrMonomial" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Genus or higher taxon name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Monomial" name="Subgenus" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Subgenus name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Epithet" name="SpeciesEpithet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Species epithet</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Epithet" name="SubspeciesEpithet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Maps to Darwin Core 2: Subspecies</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="AuthorTeamOriginalAndYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The first person(s) who validly published a species-group name and the year of publication.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="AuthorTeamParenthesisAndYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The parenthetical citation of the original author when a species-group was transferred to another genus and the year of the original publication.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="CombinationAuthorTeamAndYear" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The citation of the authors responsible for the new combination and the year of its publication.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Breed" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name of the breed of an animal</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="NamedIndividual" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Complex Type NameViral
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An atomised scientific name under the International Code of Virus Classification and Nomenclature
Diagram
Diagram ABCD_2_06_xsd.tmp#NameViral_GenusOrMonomial ABCD_2_06_xsd.tmp#NameViral_ViralSpeciesDesignation ABCD_2_06_xsd.tmp#NameViral_Acronym
Used by
Model
Children Acronym, GenusOrMonomial, ViralSpeciesDesignation
Source
<xs:complexType name="NameViral">
  <xs:annotation>
    <xs:documentation>An atomised scientific name under the International Code of Virus Classification and Nomenclature</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="Monomial" name="GenusOrMonomial" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Genus or higher taxon name formed according to the code and representing the result of the identification. E.g. Comovirus.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="ViralSpeciesDesignation" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The formal name of a viral species. Examples: vaccinia virus; human herpes virus 2 (herpes simplex virus 2); poliovirus 1; Saccharomyces cerevisiae virus L-A; enterobacteria phage PRD1 [Source: ICTV].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Acronym" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The accepted acronym for the Virus, e.g. PCV for Peanut Clump Virus.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type CodeOfNomenclatureEnum
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
An enumeration of the Codes of Nomenclature
Diagram
Diagram
Type restriction of xs:Name
Facets
enumeration Bacteriological
enumeration Botanical
enumeration Viral
enumeration Zoological
enumeration Cultivated
Used by
Source
<xs:simpleType name="CodeOfNomenclatureEnum">
  <xs:annotation>
    <xs:documentation>An enumeration of the Codes of Nomenclature</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:Name">
    <xs:enumeration value="Bacteriological"/>
    <xs:enumeration value="Botanical"/>
    <xs:enumeration value="Viral"/>
    <xs:enumeration value="Zoological"/>
    <xs:enumeration value="Cultivated"/>
  </xs:restriction>
</xs:simpleType>
Complex Type DateTime
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Temporal aspects of an event or activity.
Diagram
Diagram ABCD_2_06_xsd.tmp#DateTime_DateText ABCD_2_06_xsd.tmp#DateTime_TimeZone ABCD_2_06_xsd.tmp#DateTime_ISODateTimeBegin ABCD_2_06_xsd.tmp#DateTime_DayNumberBegin ABCD_2_06_xsd.tmp#DateTime_TimeOfDayBegin ABCD_2_06_xsd.tmp#DateTime_ISODateTimeEnd ABCD_2_06_xsd.tmp#DateTime_DayNumberEnd ABCD_2_06_xsd.tmp#DateTime_TimeOfDayEnd ABCD_2_06_xsd.tmp#DateTime_PeriodExplicit
Used by
Model
Children DateText, DayNumberBegin, DayNumberEnd, ISODateTimeBegin, ISODateTimeEnd, PeriodExplicit, TimeOfDayBegin, TimeOfDayEnd, TimeZone
Source
<xs:complexType name="DateTime">
  <xs:annotation>
    <xs:documentation>Temporal aspects of an event or activity.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:annotation>
      <xs:documentation/>
    </xs:annotation>
    <xs:element type="String" name="DateText" minOccurs="0" id="datetext">
      <xs:annotation>
        <xs:documentation xml:lang="en">The date in text format</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="TimeZone" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The time zone to which the time-of-day data refer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="DateTimeISO" name="ISODateTimeBegin" minOccurs="0" id="isodate">
      <xs:annotation>
        <xs:documentation xml:lang="en">The exact date (and time) or beginning of a period, expressed in a modified ISO/ANSI 8601 standard structured format</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:integer" name="DayNumberBegin" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Julian day number in the year for the exact date or for the beginning day of a period</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:time" name="TimeOfDayBegin" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Time of day in hours from midnight for an exact point in time or for the beginning of a time period</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="DateTimeISO" name="ISODateTimeEnd" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">The end of a period expressed in a modified ISO/ANSI 8601 standard structured format</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:integer" name="DayNumberEnd" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Julian day number of the last day in a period.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:time" name="TimeOfDayEnd" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Time of day in hours from midnight for the end of a time period</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:boolean" name="PeriodExplicit" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Set to True if the event takes place for the period indicated, set to false if it occurs at some point of time during the period, not filled if unknown or no period specified.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type DateTimeISO
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The date and time expressed in a way conforming to a subset of ISO 8601
Diagram
Diagram
Type restriction of xs:string
Facets
pattern \d\d\d\d(\-(0[1-9]|1[012])(\-((0[1-9])|1\d|2\d|3[01])(T(0\d|1\d|2[0-3])(:[0-5]\d){0,2})?)?)?|\-\-(0[1-9]|1[012])(\-(0[1-9]|1\d|2\d|3[01]))?|\-\-\-(0[1-9]|1\d|2\d|3[01])
Used by
Source
<xs:simpleType name="DateTimeISO">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date and time expressed in a way conforming to a subset of ISO 8601</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="\d\d\d\d(\-(0[1-9]|1[012])(\-((0[1-9])|1\d|2\d|3[01])(T(0\d|1\d|2[0-3])(:[0-5]\d){0,2})?)?)?|\-\-(0[1-9]|1[012])(\-(0[1-9]|1\d|2\d|3[01]))?|\-\-\-(0[1-9]|1\d|2\d|3[01])"/>
  </xs:restriction>
</xs:simpleType>
Simple Type RecordBasisEnum
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A standard designator for the nature of the object of the record.
Diagram
Diagram
Type restriction of xs:Name
Facets
enumeration PreservedSpecimen
enumeration LivingSpecimen
enumeration FossileSpecimen
enumeration OtherSpecimen
enumeration HumanObservation
enumeration MachineObservation
enumeration DrawingOrPhotograph
enumeration MultimediaObject
Used by
Source
<xs:simpleType name="RecordBasisEnum">
  <xs:annotation>
    <xs:documentation>A standard designator for the nature of the object of the record.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:Name">
    <xs:enumeration value="PreservedSpecimen"/>
    <xs:enumeration value="LivingSpecimen"/>
    <xs:enumeration value="FossileSpecimen"/>
    <xs:enumeration value="OtherSpecimen"/>
    <xs:enumeration value="HumanObservation"/>
    <xs:enumeration value="MachineObservation"/>
    <xs:enumeration value="DrawingOrPhotograph"/>
    <xs:enumeration value="MultimediaObject"/>
  </xs:restriction>
</xs:simpleType>
Complex Type StringP
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
String (i. e. xs:string with minimum length=1) extended with preferred attribute
Diagram
Diagram ABCD_2_06_xsd.tmp#String ABCD_2_06_xsd.tmp#StringP_preferred
Type extension of String
Type hierarchy
Used by
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:complexType name="StringP">
  <xs:annotation>
    <xs:documentation>String (i. e. xs:string with minimum length=1) extended with preferred attribute</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="String">
      <xs:attribute use="optional" type="xs:boolean" name="preferred"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type CultureCollectionUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements only used for units in culture collections
Diagram
Diagram ABCD_2_06_xsd.tmp#CultureCollectionUnit_OrganismType ABCD_2_06_xsd.tmp#CultureCollectionUnit_InfrasubspecificName ABCD_2_06_xsd.tmp#CultureCollectionUnit_CultureNames ABCD_2_06_xsd.tmp#CultureCollectionUnit_Strain ABCD_2_06_xsd.tmp#CultureCollectionUnit_SerovarOrSerotype ABCD_2_06_xsd.tmp#CultureCollectionUnit_Pathovar ABCD_2_06_xsd.tmp#CultureCollectionUnit_Mutant ABCD_2_06_xsd.tmp#CultureCollectionUnit_Genotype ABCD_2_06_xsd.tmp#CultureCollectionUnit_GrowthConditions ABCD_2_06_xsd.tmp#CultureCollectionUnit_GrowthConditionAtomised ABCD_2_06_xsd.tmp#CultureCollectionUnit_References ABCD_2_06_xsd.tmp#CultureCollectionUnit_FormOfSupply ABCD_2_06_xsd.tmp#CultureCollectionUnit_Applications ABCD_2_06_xsd.tmp#CultureCollectionUnit_Hazard
Used by
Model
Children Applications, CultureNames, FormOfSupply, Genotype, GrowthConditionAtomised, GrowthConditions, Hazard, InfrasubspecificName, Mutant, OrganismType, Pathovar, References, SerovarOrSerotype, Strain
Source
<xs:complexType name="CultureCollectionUnit">
  <xs:annotation>
    <xs:documentation>Elements only used for units in culture collections</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="OrganismType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>E.g. "Bacteria" or "Archaea"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="InfrasubspecificName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Variety designation, epithet, authors and reference. This field excludes the pathovar name and the serovar name, which are both infrasubspecific names but are to be entered under Identification/... ../FullScientificName</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CultureNames" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for names under which the culture is known</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="StringL" name="CultureName" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Reference or trade name for a microbial culture</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Strain" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name of a microbial or viral strain. Note that this name may also denote the unique identifier of the record in the collection, in which case it should also be used for UnitID.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="SerovarOrSerotype" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name and author of serovar or serotype</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pathovar" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name and author of the pathovar.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Mutant" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Type and parent of mutant if strain is a mutant strain</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Genotype" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Names of chromosomal markers of the strain. Especially recommended for strains of species for which many genetically modified strains exist</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="GrowthConditions" minOccurs="0">
      <xs:annotation>
        <xs:documentation>An alternative full text field for culture medium, atmospheric and light conditions, temperature conditions and additional remarks on the cultivation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GrowthConditionAtomised" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="StringL" name="CultureMedium" minOccurs="0">
            <xs:annotation>
              <xs:documentation>The growth medium for a microbial or similar culture e.g. agar</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Aerobicity" minOccurs="0">
            <xs:annotation>
              <xs:documentation/>
            </xs:annotation>
          </xs:element>
          <xs:element name="Temperature" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Preferably a number - attribute gives temperature scale used</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="xs:string">
                  <xs:attribute name="TemperatureType">
                    <xs:simpleType>
                      <xs:restriction base="xs:NMTOKEN">
                        <xs:enumeration value="Celsius"/>
                        <xs:enumeration value="Fahrenheit"/>
                        <xs:enumeration value="Absolute"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="References" minOccurs="0">
      <xs:annotation>
        <xs:documentation>References for the culture conditions and method or for a description of the strain</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="Reference" name="Reference" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Attribute for RefType</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="StringL" name="FormOfSupply" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Form in which the strain will be sent to the customer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="Applications" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="Hazard" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type MycologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements only used for mycological units
Diagram
Diagram ABCD_2_06_xsd.tmp#MycologicalUnit_LichenMorphotype ABCD_2_06_xsd.tmp#MycologicalUnit_MycologicalSexualStage ABCD_2_06_xsd.tmp#MycologicalUnit_MycologicalLiveStages
Used by
Model
Children LichenMorphotype, MycologicalLiveStages, MycologicalSexualStage
Source
<xs:complexType name="MycologicalUnit">
  <xs:annotation>
    <xs:documentation>Elements only used for mycological units</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="LichenMorphotype" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name of algal or cyanobacterial component of lichen</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="MycologicalSexualStage" minOccurs="0">
      <xs:annotation/>
    </xs:element>
    <xs:element name="MycologicalLiveStages" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Spore states present in the sample.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="StringL" name="MycologicalLiveStage" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Spore states present in the sample.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type HerbariumUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements only used for herbarium units
Diagram
Diagram ABCD_2_06_xsd.tmp#HerbariumUnit_Exsiccatum ABCD_2_06_xsd.tmp#HerbariumUnit_DuplicatesDistributedTo ABCD_2_06_xsd.tmp#HerbariumUnit_LoanIdentifier ABCD_2_06_xsd.tmp#HerbariumUnit_LoanSequenceNo ABCD_2_06_xsd.tmp#HerbariumUnit_LoanDestination ABCD_2_06_xsd.tmp#HerbariumUnit_LoanForBotanist ABCD_2_06_xsd.tmp#HerbariumUnit_LoanDespatchMethod ABCD_2_06_xsd.tmp#HerbariumUnit_LoanDate ABCD_2_06_xsd.tmp#HerbariumUnit_LoanReturnDate
Used by
Model
Children DuplicatesDistributedTo, Exsiccatum, LoanDate, LoanDespatchMethod, LoanDestination, LoanForBotanist, LoanIdentifier, LoanReturnDate, LoanSequenceNo
Source
<xs:complexType name="HerbariumUnit">
  <xs:annotation>
    <xs:documentation>Elements only used for herbarium units</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="Exsiccatum" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Information relating this specimen to an Exsiccatum</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="DuplicatesDistributedTo" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A list of collection abbreviations of the herbaria duplicates were distributed to</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="LoanIdentifier" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The unique institutional loan number applied with the loan sequence number to uniquely identify a specimen on loan [HISPID3].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:integer" name="LoanSequenceNo" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The sequence of a specimen within a given loan, assigned with the Loan Identification to uniquely identify a specimen on loan [HISPID3]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="InstitutionCode" name="LoanDestination" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Institution to which the loan is being sent [HISPID3]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="LoanForBotanist" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name of botanist for whom the loan is destined [HISPID3]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="LoanDespatchMethod" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The means by which the loan is being despatched from the home institution [HISPID3]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:date" name="LoanDate" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The date the loan is prepared and/or sent [HISPID3]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:date" name="LoanReturnDate" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Complex Type BotanicalGardenUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements specific to units from botanical gardens
Diagram
Diagram ABCD_2_06_xsd.tmp#BotanicalGardenUnit_AccessionSpecimenNumbers ABCD_2_06_xsd.tmp#BotanicalGardenUnit_AccessionStatus ABCD_2_06_xsd.tmp#BotanicalGardenUnit_LocationInGarden ABCD_2_06_xsd.tmp#BotanicalGardenUnit_AccessionMaterialType ABCD_2_06_xsd.tmp#BotanicalGardenUnit_Hardiness ABCD_2_06_xsd.tmp#BotanicalGardenUnit_ProvenanceCategory ABCD_2_06_xsd.tmp#BotanicalGardenUnit_PropagationHistoryCode ABCD_2_06_xsd.tmp#BotanicalGardenUnit_AccessionLineage ABCD_2_06_xsd.tmp#BotanicalGardenUnit_DonorCategory ABCD_2_06_xsd.tmp#BotanicalGardenUnit_Cultivation ABCD_2_06_xsd.tmp#BotanicalGardenUnit_PlantingDate ABCD_2_06_xsd.tmp#BotanicalGardenUnit_Propagation ABCD_2_06_xsd.tmp#BotanicalGardenUnit_Perennation ABCD_2_06_xsd.tmp#BotanicalGardenUnit_BreedingSystem ABCD_2_06_xsd.tmp#BotanicalGardenUnit_IPEN
Used by
Model
Children AccessionLineage, AccessionMaterialType, AccessionSpecimenNumbers, AccessionStatus, BreedingSystem, Cultivation, DonorCategory, Hardiness, IPEN, LocationInGarden, Perennation, PlantingDate, Propagation, PropagationHistoryCode, ProvenanceCategory
Source
<xs:complexType name="BotanicalGardenUnit">
  <xs:annotation>
    <xs:documentation>Elements specific to units from botanical gardens</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="xs:int" name="AccessionSpecimenNumbers" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Minimum numbers of individuals the garden is holding under the UnitID.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:byte" name="AccessionStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Current status (current or not current) of the accession in the garden.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="LocationInGarden" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Current location of the living plant in the botanical garden.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="AccessionMaterialType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Type of material the current living accession is composed of.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:boolean" name="Hardiness" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A flag indicating that the accession is grown outdoors in the botanical garden.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="ProvenanceCategory" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A code to indicate the provenance of the accession [ITF-2].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="PropagationHistoryCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A code to indicate the nature of the production of the plant material being accessioned, for use in association with the element ProvenanceCategory [ITF-2]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="AccessionLineage" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The purpose of this element is to trace the lineage of an accession to either one or two immediate parent unit ID's.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:byte" name="DonorCategory" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A code to indicate the type of the immediate donor from which the accession was obtained. This may not be necessarily the original collector of wild material. [ITF-2]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Cultivation" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Allows for cultivation information to be passed as free text in order to help the receiving garden care for the transferred accession [ITF-2] or to record the garden's experience made with this accession.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PlantingDate" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The date the plant was planted at its current location in the botanical garden.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Propagation" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Allows for information about any propagation requirements to be passed as free text in order to help the receiving garden propagate the transferred accession [ITF-2] or to record the garden's experience made with this accession.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Perennation" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A code to indicate the means of perennation, providing a means of noting living plant accessions that require regular curatorial monitoring [ITF-2].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BreedingSystem" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A code to indicate the breeding system of the accession [ITF-2].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="IPEN" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Unique number given to plant materials accessioned in conformance with the rules of the International Plant Exchange Network (see http://www.bgci.org/abs/ipen_numbers.html).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type PGRUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Extension for elements only used in plant genetic resource collections. Currently, all elements represent EURISCO descriptors.
Diagram
Diagram ABCD_2_06_xsd.tmp#PGRUnit_NationalInventoryCode ABCD_2_06_xsd.tmp#PGRUnit_BreedingInstitutionCode ABCD_2_06_xsd.tmp#PGRUnit_BreedingCountryCode ABCD_2_06_xsd.tmp#PGRUnit_BiologicalStatus ABCD_2_06_xsd.tmp#PGRUnit_AncestralData ABCD_2_06_xsd.tmp#PGRUnit_CollectingAcquisitionSource ABCD_2_06_xsd.tmp#PGRUnit_OtherIdentification ABCD_2_06_xsd.tmp#PGRUnit_LocationSafetyDuplicates ABCD_2_06_xsd.tmp#PGRUnit_TypeGermplasmStorage ABCD_2_06_xsd.tmp#PGRUnit_DecodedBreedingInstitute ABCD_2_06_xsd.tmp#PGRUnit_DecodedDonorInstitute ABCD_2_06_xsd.tmp#PGRUnit_DecodedLocationSafetyDuplicates ABCD_2_06_xsd.tmp#PGRUnit_GatheringInstitutionCode ABCD_2_06_xsd.tmp#PGRUnit_AccessionNames
Used by
Model
Children AccessionNames, AncestralData, BiologicalStatus, BreedingCountryCode, BreedingInstitutionCode, CollectingAcquisitionSource, DecodedBreedingInstitute, DecodedDonorInstitute, DecodedLocationSafetyDuplicates, GatheringInstitutionCode, LocationSafetyDuplicates, NationalInventoryCode, OtherIdentification, TypeGermplasmStorage
Source
<xs:complexType name="PGRUnit">
  <xs:annotation>
    <xs:documentation>Extension for elements only used in plant genetic resource collections. Currently, all elements represent EURISCO descriptors.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="NationalInventoryCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A designation specific to EURISCO.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="FAOInstituteCode" name="BreedingInstitutionCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>FAO Institute Code of the institute that has bred the material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BreedingCountryCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>ISO 3-letter code for the country where the breeding institute is located.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="BiologicalStatus" name="BiologicalStatus" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="AncestralData" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element type="CollectingAcquisitionSource" name="CollectingAcquisitionSource" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="OtherIdentification" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element type="FAOInstituteCode" name="LocationSafetyDuplicates" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element type="TypeGermplasmStorage" name="TypeGermplasmStorage" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="DecodedBreedingInstitute" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="DecodedDonorInstitute" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="DecodedLocationSafetyDuplicates" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
    <xs:element name="GatheringInstitutionCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>FAO Institute Code of the institute that has collected the material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AccessionNames" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" name="AccessionName" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A name given to the accession that cannot be covered by the name structure given for botanical names under identification (i.e. not a formal cultivar or trade designation name).</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="AccessionNameText" minOccurs="0">
            <xs:annotation>
              <xs:documentation>An alternative concatenated text representation of the Accession Names.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type FAOInstituteCode
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
FAO Institute Code; the codes consist of the 3-letter ISO 3166 country code of the country where the institute is located plus a three-digit number.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="FAOInstituteCode">
  <xs:annotation>
    <xs:documentation>FAO Institute Code; the codes consist of the 3-letter ISO 3166 country code of the country where the institute is located plus a three-digit number.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type BiologicalStatus
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Code for the (propagation-)provenance of the unit.
Diagram
Diagram
Type restriction of xs:integer
Facets
enumeration 100
enumeration 110
enumeration 120
enumeration 200
enumeration 300
enumeration 400
enumeration 410
enumeration 411
enumeration 412
enumeration 413
enumeration 414
enumeration 415
enumeration 420
enumeration 500
enumeration 999
Used by
Source
<xs:simpleType name="BiologicalStatus">
  <xs:annotation>
    <xs:documentation>Code for the (propagation-)provenance of the unit.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:enumeration value="100"/>
    <xs:enumeration value="110"/>
    <xs:enumeration value="120"/>
    <xs:enumeration value="200"/>
    <xs:enumeration value="300"/>
    <xs:enumeration value="400"/>
    <xs:enumeration value="410"/>
    <xs:enumeration value="411"/>
    <xs:enumeration value="412"/>
    <xs:enumeration value="413"/>
    <xs:enumeration value="414"/>
    <xs:enumeration value="415"/>
    <xs:enumeration value="420"/>
    <xs:enumeration value="500"/>
    <xs:enumeration value="999"/>
  </xs:restriction>
</xs:simpleType>
Simple Type CollectingAcquisitionSource
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Code for the (location-) provenance of the unit.
Diagram
Diagram
Type restriction of xs:integer
Facets
enumeration 10
enumeration 11
enumeration 12
enumeration 13
enumeration 14
enumeration 15
enumeration 20
enumeration 21
enumeration 22
enumeration 23
enumeration 24
enumeration 25
enumeration 26
enumeration 27
enumeration 28
enumeration 30
enumeration 40
enumeration 50
enumeration 60
enumeration 61
enumeration 62
enumeration 99
Used by
Source
<xs:simpleType name="CollectingAcquisitionSource">
  <xs:annotation>
    <xs:documentation>Code for the (location-) provenance of the unit.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:enumeration value="10"/>
    <xs:enumeration value="11"/>
    <xs:enumeration value="12"/>
    <xs:enumeration value="13"/>
    <xs:enumeration value="14"/>
    <xs:enumeration value="15"/>
    <xs:enumeration value="20"/>
    <xs:enumeration value="21"/>
    <xs:enumeration value="22"/>
    <xs:enumeration value="23"/>
    <xs:enumeration value="24"/>
    <xs:enumeration value="25"/>
    <xs:enumeration value="26"/>
    <xs:enumeration value="27"/>
    <xs:enumeration value="28"/>
    <xs:enumeration value="30"/>
    <xs:enumeration value="40"/>
    <xs:enumeration value="50"/>
    <xs:enumeration value="60"/>
    <xs:enumeration value="61"/>
    <xs:enumeration value="62"/>
    <xs:enumeration value="99"/>
  </xs:restriction>
</xs:simpleType>
Simple Type TypeGermplasmStorage
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Code for the type of storage of the unit in the collection.
Diagram
Diagram
Type restriction of xs:integer
Facets
enumeration 10
enumeration 11
enumeration 12
enumeration 13
enumeration 20
enumeration 30
enumeration 40
enumeration 99
Used by
Source
<xs:simpleType name="TypeGermplasmStorage">
  <xs:annotation>
    <xs:documentation>Code for the type of storage of the unit in the collection.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:enumeration value="10"/>
    <xs:enumeration value="11"/>
    <xs:enumeration value="12"/>
    <xs:enumeration value="13"/>
    <xs:enumeration value="20"/>
    <xs:enumeration value="30"/>
    <xs:enumeration value="40"/>
    <xs:enumeration value="99"/>
  </xs:restriction>
</xs:simpleType>
Complex Type ZoologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements only used for zoological units
Diagram
Diagram ABCD_2_06_xsd.tmp#ZoologicalUnit_PhasesOrStages
Used by
Model
Children PhasesOrStages
Source
<xs:complexType name="ZoologicalUnit">
  <xs:annotation>
    <xs:documentation>Elements only used for zoological units</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PhasesOrStages" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container element for the phase or stage of the individual organism or the organisms present in the unit. Note that counts can be provided in the Unit's MeasurementsOrFacts section.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="StringL" name="PhaseOrStage">
            <xs:annotation>
              <xs:documentation>Combined element for phase (e.g. polyp and meduse of the Cnidaria) or stage (juvenile, nauplius, copepodite) of the organism(s) in the unit.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type PalaeontologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements only used for palaeontological units
Diagram
Diagram ABCD_2_06_xsd.tmp#PalaeontologicalUnit_Preservation ABCD_2_06_xsd.tmp#PalaeontologicalUnit_TimeRange
Used by
Model
Children Preservation, TimeRange
Source
<xs:complexType name="PalaeontologicalUnit">
  <xs:annotation>
    <xs:documentation>Elements only used for palaeontological units</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Preservation" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Description of the fossil preservation of the specimen.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element type="StringL" name="Completeness" minOccurs="0">
            <xs:annotation>
              <xs:documentation/>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Form" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Original, mould, cast etc</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Matrix" minOccurs="0">
            <xs:annotation>
              <xs:documentation>The sediment or mineral matrix enclosing the fossil</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Mineralisation" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Form of mineralisation</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Taphonomy" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Life position, allochthonous death assemblage, post mortem history details etc.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="String" name="TimeRange" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Known or assumed time range of a fossil</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type MultiMediaObject
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements to describe digital images, sound recordings, etc.
Diagram
Diagram ABCD_2_06_xsd.tmp#MultiMediaObject_ID ABCD_2_06_xsd.tmp#MultiMediaObject_FileURI ABCD_2_06_xsd.tmp#MultiMediaObject_ProductURI ABCD_2_06_xsd.tmp#MultiMediaObject_Context ABCD_2_06_xsd.tmp#MultiMediaObject_Format ABCD_2_06_xsd.tmp#MultiMediaObject_ImageSize ABCD_2_06_xsd.tmp#MultiMediaObject_ImageResolution ABCD_2_06_xsd.tmp#MultiMediaObject_FileSize ABCD_2_06_xsd.tmp#MultiMediaObject_IPR ABCD_2_06_xsd.tmp#MultiMediaObject_Comment ABCD_2_06_xsd.tmp#MultiMediaObject_CreatedDate ABCD_2_06_xsd.tmp#MultiMediaObject_Creator ABCD_2_06_xsd.tmp#MultiMediaObject_CaptureEquipment ABCD_2_06_xsd.tmp#MultiMediaObject_ImageColorSpace
Used by
Model
Children CaptureEquipment, Comment, Context, CreatedDate, Creator, FileSize, FileURI, Format, ID, IPR, ImageColorSpace, ImageResolution, ImageSize, ProductURI
Source
<xs:complexType name="MultiMediaObject">
  <xs:annotation>
    <xs:documentation>Elements to describe digital images, sound recordings, etc.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="ID" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Identifier for the multimedia object. May be a filename.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:anyURI" name="FileURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Universal Resource Identifier of the underlying multimedia file, i.e. "naked" path to electronic source of multimedia object (e.g. web address).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="ProductURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Universal Resource Identifier of an electronic source of multimedia object including HTML, Javascript or similar means deliver rendered output.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="Context" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The context of the object in relation to the specimen or observation. E.g. image of entire specimen, sound recording the observation is based on, image of original valid publication, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Format" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Code or descriptive term for file or object format e.g. jpg, pcx, tiff for digital images; 16mm, beta video, AVI, mpg for moving images; transparency, print for photographs etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="ImageSize" name="ImageSize" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Image size in pixels x pixels.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:int" name="ImageResolution" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Resolution expressed in dots per inch.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="FileSize" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Size in Kb of the file referred to by URI or filename.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="IPRStatements" name="IPR" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Intellectual Property Rights relating specifically to the image.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="Comment" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Free text of formatted text (rtf) description of the feature - not controlled length e.g. often a memo field</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:date" name="CreatedDate" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Date the object was created.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Creator" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Identifier, e.g. name or other id, of (technical) personnel who has taken the image. Does not imply copyrights or other rights.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="CaptureEquipment" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Equipment used to create this multimedia object.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ImageColorSpace" minOccurs="0">
      <xs:annotation>
        <xs:documentation>## Element under discussion ## See Bob Morris' comments under http://efgblade.cs.umb.edu/twiki/bin/view/BDEI/ColorManagement</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element type="String" name="Profile_Name" minOccurs="0"/>
          <xs:element type="xs:anyURI" name="Profile_Ref" minOccurs="0"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ImageSize
Namespace http://www.tdwg.org/schemas/abcd/2.06
Diagram
Diagram ABCD_2_06_xsd.tmp#ImageSize_Width ABCD_2_06_xsd.tmp#ImageSize_Height
Used by
Model
Children Height, Width
Source
<xs:complexType name="ImageSize">
  <xs:sequence>
    <xs:element type="xs:positiveInteger" name="Width">
      <xs:annotation>
        <xs:documentation>Picture width in pixel</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:positiveInteger" name="Height">
      <xs:annotation>
        <xs:documentation>Picture height in pixel</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Gathering
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements describing the event and site of collecting or observing a unit.
Diagram
Diagram ABCD_2_06_xsd.tmp#Gathering_Code ABCD_2_06_xsd.tmp#Gathering_DateTime ABCD_2_06_xsd.tmp#Gathering_Agents ABCD_2_06_xsd.tmp#Gathering_Permits ABCD_2_06_xsd.tmp#Gathering_Project ABCD_2_06_xsd.tmp#Gathering_PlatformName ABCD_2_06_xsd.tmp#Gathering_Method ABCD_2_06_xsd.tmp#Gathering_LocalityText ABCD_2_06_xsd.tmp#Gathering_Country ABCD_2_06_xsd.tmp#Gathering_NamedAreas ABCD_2_06_xsd.tmp#Gathering_NearNamedPlaces ABCD_2_06_xsd.tmp#Gathering_AreaDetail ABCD_2_06_xsd.tmp#Gathering_GML ABCD_2_06_xsd.tmp#Gathering_WFS ABCD_2_06_xsd.tmp#Gathering_WMSURL ABCD_2_06_xsd.tmp#Gathering_SiteCoordinateSets ABCD_2_06_xsd.tmp#Gathering_Altitude ABCD_2_06_xsd.tmp#Gathering_Depth ABCD_2_06_xsd.tmp#Gathering_Height ABCD_2_06_xsd.tmp#Gathering_SiteMeasurementsOrFacts ABCD_2_06_xsd.tmp#Gathering_SiteImages ABCD_2_06_xsd.tmp#Gathering_Stratigraphy ABCD_2_06_xsd.tmp#Gathering_Biotope ABCD_2_06_xsd.tmp#Gathering_Synecology ABCD_2_06_xsd.tmp#Gathering_Aspect ABCD_2_06_xsd.tmp#Gathering_Notes
Used by
Element Unit/Gathering
Model
Children Agents, Altitude, AreaDetail, Aspect, Biotope, Code, Country, DateTime, Depth, GML, Height, LocalityText, Method, NamedAreas, NearNamedPlaces, Notes, Permits, PlatformName, Project, SiteCoordinateSets, SiteImages, SiteMeasurementsOrFacts, Stratigraphy, Synecology, WFS, WMSURL
Source
<xs:complexType name="Gathering">
  <xs:annotation>
    <xs:documentation>Elements describing the event and site of collecting or observing a unit.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="Code" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A string that identifies all material or records that resulted from a collecting or observation event.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="DateTime" name="DateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Date(s) and time(s) of the collecting or observation event</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Agents" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A container element for the agent(s) responsible for collecting or recording.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" name="GatheringAgent" minOccurs="0">
            <xs:annotation>
              <xs:documentation>The person, or one of the persons or team(s) or organization(s) responsible for collecting or recording. Attributes: a flag indicating the primary collector, and a sequence number.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element type="String" name="AgentText" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Free text alternative for individual Agent.</xs:documentation>
                    <xs:documentation>Free text details for Agent.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element type="Organisation" name="Organisation" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Agent organization name and code(s).</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element type="PersonName" name="Person" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Agent Person details.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
              <xs:attribute use="optional" type="xs:boolean" name="primarycollector"/>
              <xs:attribute use="optional" type="xs:int" name="sequence"/>
            </xs:complexType>
          </xs:element>
          <xs:element type="StringL" name="GatheringAgentsText" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Free text representation or concatenated version of those responsible for collecting or recording.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Permits" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A container element for references to (or texts of) permits related to the gathering.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="StringL" name="Permit"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Project" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Project information concerning the gathering event.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element type="StringL" name="ProjectTitle" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Title of collection project</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="Contact" name="Contact" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Contact details for Project Officer or other person with knowledge of the project.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="String" name="PlatformName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The 'platform' from which observations or collections were made, e.g. the name of a research vessel or a remote operated vehicle.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="Method" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The method (including technical means) used to make the collection or observation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="LocalityText" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Original locality data as appearing on a label or in an original entry.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Country" name="Country" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Details of the country. Separate from NamedArea for compatibility reasons.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NamedAreas" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Atomised place names as applied to the collection or observation site; with possibility for hierarchical structuring and categorization.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" name="NamedArea" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Atomised place name with possibility for hierarchical structuring. Attribute for sequence.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:complexContent>
                <xs:extension base="NamedArea">
                  <xs:attribute use="optional" type="xs:int" name="sequence"/>
                </xs:extension>
              </xs:complexContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="NearNamedPlaces" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Specified relationship to a named place that does not directly apply to the site of collection or observation, e. g. 10 Km South of Mytown.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" name="NamedPlaceRelation" minOccurs="0">
            <xs:complexType>
              <xs:sequence>
                <xs:element type="StringL" name="NearNamedPlace" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>The nearest named place to the collection or observation location</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element type="StringL" name="NearNamedPlaceRelationTo" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Distance and directional point.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
              <xs:attribute default="false" type="xs:boolean" name="DerivedFlag"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="StringL" name="AreaDetail" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Free text description of further details pertaining to the observation, sampling, or collection locality which which did not fit into the previous elements.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:anyType" name="GML" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Spaceholder for GML-conformant schema extension to express the spatial representation of the gathering locality including coordinates, footprint, and uncertainties in GML (Geographical Markup Language). The GML application schema developed by the BioGeomancer Project (see http:\\www.biogeomancer.org) can be used here.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:anyType" name="WFS" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Retrieval of a boundary polygon or centroid spatial reference relating to the gathering site. URL (GET) or POST text, for Web Feature Service (OpenGIS Consortium Specification 01-023) reference.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:anyURI" name="WMSURL" minOccurs="0">
      <xs:annotation>
        <xs:documentation>URI (e.g. web address) for the location of a boundary polygon or centroid spatial reference relating to a gathering site, according to the Web Map Services (WMS) specification of the Open GIS Consortium</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SiteCoordinateSets" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Container for multiple sets of coordinates indicating the site of collection or observation.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" name="SiteCoordinates" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Attributes for Original data and for begin and end of sequence . Composite element to allow recording multiple coordinates or same coordinate in different systems</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element type="String" name="CoordinateMethod" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Coordinates measuring system e.g. GPS, field map reference, inferred map reference</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="CoordinatesUTM" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation/>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element type="String" name="UTMZone" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>The numerical Zone corresponding to the central meridian and origin upon which the UTMEasting is based.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="UTMSubzone" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>The Subzone letter corresponding to one of the 20 North-South divisions of the UTM grid system.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="UTMNS" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>The hemisphere to which the UTMNorthing refers.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="UTMZoneFull" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="String" name="UTMEasting" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>The distance in meters east of the origin of the UTMZone.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="String" name="UTMNorthing" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="UTMDatum" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="String" name="UTMText" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>A alternative composite text to capture unatomized UTM coordinate data.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
                <xs:element name="CoordinatesGrid" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Geospatial coordinates recorded using a grid system</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element type="String" name="GridCellSystem">
                        <xs:annotation>
                          <xs:documentation>Grid system name e.g. "GB OS"</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="String" name="GridCellCode">
                        <xs:annotation>
                          <xs:documentation/>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="String" name="GridQualifier" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>Grid reference precision qualifier</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
                <xs:element name="CoordinatesLatLong" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Element that allows the recording of the latitude and longitude of a recording or collecting position. Could be simplified by converting many of the sub-elements into attributes.</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element type="xs:decimal" name="LongitudeDecimal">
                        <xs:annotation>
                          <xs:documentation>Maps to Darwin Core 2: Longitude. Express in decimal degrees</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="xs:decimal" name="LatitudeDecimal">
                        <xs:annotation>
                          <xs:documentation>Maps to Darwin Core 2: Latitude. Express in decimal degrees</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="String" name="SpatialDatum" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="String" name="AccuracyStatement" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>Free text statement of degree of accuracy</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="xs:decimal" name="CoordinateErrorDistanceInMeters" minOccurs="0">
                        <xs:annotation>
                          <xs:documentation>Maps to Darwin Core 2: Coordinate Precision. An estimate of how tightly the collecting locality was specified; expressed as a distance in meters corresponding to a radius around the Lat/Long coordinates. Use NULL where precision is unknown, cannot be estimated or is not applicable.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element type="String" name="CoordinateErrorMethod" minOccurs="0"/>
                      <xs:element name="CoordinatesText" minOccurs="0"/>
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
              </xs:sequence>
              <xs:attribute use="optional" type="xs:boolean" name="original"/>
              <xs:attribute use="optional" type="xs:boolean" name="begin"/>
              <xs:attribute use="optional" type="xs:boolean" name="end"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="MeasurementOrFact" name="Altitude" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The altitude of the gathering site land or floor level given as distance above (positive) or below mean sea level.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Depth" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Vertical distance point or range measurement in relation to a ground datum such as water level, or level of the sea floor for benthic samples.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="MeasurementOrFact">
            <xs:attribute type="String" name="datum"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="Height" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Vertical distance measure or range in relation to a ground datum, e.g. ground level.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="MeasurementOrFact">
            <xs:attribute type="String" name="datum"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="SiteMeasurementsOrFacts" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Further measurements or facts taken at the collection locality at the time of collection, e.g. (water-) temperature, slope, weather conditions, etc.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="MeasurementOrFact" name="SiteMeasurementOrFact"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="SiteImages" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Images taken at the Gathering site</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="MultiMediaObject" name="SiteImage"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="Stratigraphy" name="Stratigraphy" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A container for geological dating and rock unit names related to the site or sample locations</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Biotope" minOccurs="0">
      <xs:annotation>
        <xs:documentation>An container element for citing biotope type terms (e.g. classification terms) and measurements (e.g. vegetation height, salinity, slope) related to the unit's gathering site</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element type="StringL" name="ClassificationScheme" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Attribute for classification system used.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Name" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Attribute for type designating ShortName, Long name, Code, or BiotopeText</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Text" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Free text field for informal recording of Biotope</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="MeasurementOrFact" name="MeasurementsOrFacts" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A container allowing to linking any biotope-related measurement to the site description</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Synecology" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Relationship of the unit gathered with other taxa at the gathering site</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element type="String" name="Syntaxon" minOccurs="0">
            <xs:annotation>
              <xs:documentation>A syntaxon name and category assigned to the gathering site.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Comment" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Free text comment on synecological features of the gathering site.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="AssociatedTaxa" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Other taxa observed at the gathering site</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element maxOccurs="unbounded" type="TaxonIdentified" name="TaxonIdentified" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>Other taxon found at the gathering site</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="Aspect" name="Aspect" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Facing direction (aspect) of whole site or sample point.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="Notes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Further text referring to the gathering event that does not fit one of the elements specified.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Country
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Details of the country
Diagram
Diagram ABCD_2_06_xsd.tmp#Country_Name ABCD_2_06_xsd.tmp#Country_NameDerived ABCD_2_06_xsd.tmp#Country_ISO3166Code
Used by
Model
Children ISO3166Code, Name, NameDerived
Source
<xs:complexType name="Country">
  <xs:annotation>
    <xs:documentation>Details of the country</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:annotation>
      <xs:documentation/>
    </xs:annotation>
    <xs:element type="StringL" name="Name" minOccurs="0" id="cou">
      <xs:annotation>
        <xs:documentation xml:lang="en">Name of country or major region for specimen or observation</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="NameDerived" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Derived name of country or major region for specimen or observation</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="ISO3166Code" minOccurs="0" id="iso2">
      <xs:annotation>
        <xs:documentation xml:lang="en">2- or 3-letter (ISO3166-1) or 4-letter (ISO3166-3) code for representation of name of country or origin.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type NamedArea
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The name and category of an administrative or geoecological area.
Diagram
Diagram ABCD_2_06_xsd.tmp#NamedArea_AreaClass ABCD_2_06_xsd.tmp#NamedArea_AreaName ABCD_2_06_xsd.tmp#NamedArea_AreaCodeStandard ABCD_2_06_xsd.tmp#NamedArea_AreaCode ABCD_2_06_xsd.tmp#NamedArea_DataSource
Used by
Model
Children AreaClass, AreaCode, AreaCodeStandard, AreaName, DataSource
Source
<xs:complexType name="NamedArea">
  <xs:annotation>
    <xs:documentation>The name and category of an administrative or geoecological area.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="StringL" name="AreaClass" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Allows recording of categories for local or national subdivision levels, geomorphological units, protected areas, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="AreaName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name of a geographic, geomorphological, geoecological, or administrative area.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="AreaCodeStandard" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Standard coding scheme the AreaCode adheres to.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="AreaCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Abbreviation or code for area names</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="DataSource" minOccurs="0">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type MeasurementOrFact
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
General purpose measurement and fact (descriptor) recording.
Diagram
Diagram ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomised ABCD_2_06_xsd.tmp#MeasurementOrFact_MeasurementOrFactText
Used by
Model
Children MeasurementOrFactAtomised, MeasurementOrFactText
Source
<xs:complexType name="MeasurementOrFact">
  <xs:annotation>
    <xs:documentation>General purpose measurement and fact (descriptor) recording.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MeasurementOrFactAtomised" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element type="String" name="MeasuredBy" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Attribution of the measurement to a Person</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="xs:dateTime" name="MeasurementDateTime" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Date and/or Time the measurement was taken</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="String" name="Duration" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Duration of measurement in time.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Method" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Method used to make measurement.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="Parameter" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Describes type of measurement or fact, such as width, abundance, circumference, temperature etc. or color etc.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="AppliesTo" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Depending on the use of the type, this can further specify the actual part measured. For example, a measurement of temperature may be a surface, air or sub-surface measurement.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="LowerValue">
            <xs:annotation>
              <xs:documentation>Lower or only value or fact text.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="StringL" name="UpperValue" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Upper value where there is a range.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="String" name="UnitOfMeasurement" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Unit of measurement.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="String" name="Accuracy" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Statement of accuracy of measurement.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="Reference" name="MeasurementOrFactReference" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Reference (publication) where this measurement was taken from</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element type="xs:boolean" name="IsQuantitative" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Flag indicating if the value represents the numerical result of a quantitative measurement (TRUE) or a descriptor with textual or categorical result (FALSE).</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="StringL" name="MeasurementOrFactText" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Free text alternative to atomised version.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Stratigraphy
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Elements expressing stratigraphy at the gathering site.
Diagram
Diagram ABCD_2_06_xsd.tmp#Stratigraphy_ChronostratigraphicTerms ABCD_2_06_xsd.tmp#Stratigraphy_BiostratigraphicTerms ABCD_2_06_xsd.tmp#Stratigraphy_LithostratigraphicTerms ABCD_2_06_xsd.tmp#Stratigraphy_StratigraphyText
Used by
Model
Children BiostratigraphicTerms, ChronostratigraphicTerms, LithostratigraphicTerms, StratigraphyText
Source
<xs:complexType name="Stratigraphy">
  <xs:annotation>
    <xs:documentation>Elements expressing stratigraphy at the gathering site.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ChronostratigraphicTerms" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="LookupL" name="ChronostratigraphicTerm" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Chronostratigraphic dating term e.g. Jurassic Period</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="BiostratigraphicTerms" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="LookupL" name="BiostratigraphicTerm" minOccurs="0">
            <xs:annotation>
              <xs:documentation>biostratigraphic zonation term e.g. Psiloceras planorbis zone</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="LithostratigraphicTerms" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" type="LookupL" name="LithostratigraphicTerm" minOccurs="0">
            <xs:annotation>
              <xs:documentation>lithostratigraphic term describing geology e.g. Mercia Mudstone Group</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element type="StringL" name="StratigraphyText" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Free text field for informal recording of field contents</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type LookupL
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
LookupType extended with Language attribute
Diagram
Diagram ABCD_2_06_xsd.tmp#Lookup_Domain ABCD_2_06_xsd.tmp#Lookup_Term ABCD_2_06_xsd.tmp#Lookup_SourceName ABCD_2_06_xsd.tmp#Lookup_SourceNameVersion ABCD_2_06_xsd.tmp#Lookup_Comment ABCD_2_06_xsd.tmp#Lookup ABCD_2_06_xsd.tmp#LookupL_Language
Type extension of Lookup
Type hierarchy
Used by
Model
Children Comment, Domain, SourceName, SourceNameVersion, Term
Attributes
QName Type Use
Language xs:language optional
Source
<xs:complexType name="LookupL">
  <xs:annotation>
    <xs:documentation>LookupType extended with Language attribute</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Lookup">
      <xs:attribute type="xs:language" name="Language"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type Lookup
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Descriptive term. May be taken from a controlled vocabulary maintained by a third party.
Diagram
Diagram ABCD_2_06_xsd.tmp#Lookup_Domain ABCD_2_06_xsd.tmp#Lookup_Term ABCD_2_06_xsd.tmp#Lookup_SourceName ABCD_2_06_xsd.tmp#Lookup_SourceNameVersion ABCD_2_06_xsd.tmp#Lookup_Comment
Used by
Complex Type LookupL
Model
Children Comment, Domain, SourceName, SourceNameVersion, Term
Source
<xs:complexType name="Lookup">
  <xs:annotation>
    <xs:documentation>Descriptive term. May be taken from a controlled vocabulary maintained by a third party.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="String" name="Domain" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Subject area of the term list.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Term">
      <xs:annotation>
        <xs:documentation>Descriptive term.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="SourceName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>If the term has been drawn from a named term list or thesaurus, its name is recorded here.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="SourceNameVersion" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Version or date of the term list or thesaurus from which the term is drawn.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Comment" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Free text comment.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Aspect
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Orientation, outlook or aspect of slope
Diagram
Diagram ABCD_2_06_xsd.tmp#Aspect_Ordination ABCD_2_06_xsd.tmp#Aspect_CompassBearing ABCD_2_06_xsd.tmp#Aspect_Accuracy ABCD_2_06_xsd.tmp#Aspect_Text
Used by
Model
Children Accuracy, CompassBearing, Ordination, Text
Source
<xs:complexType name="Aspect">
  <xs:annotation>
    <xs:documentation xml:lang="en">Orientation, outlook or aspect of slope</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Ordination" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">The direction, orientation or aspect of slope expressed in compass points</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="N"/>
          <xs:enumeration value="S"/>
          <xs:enumeration value="E"/>
          <xs:enumeration value="W"/>
          <xs:enumeration value="NE"/>
          <xs:enumeration value="SE"/>
          <xs:enumeration value="SW"/>
          <xs:enumeration value="NW"/>
          <xs:enumeration value="Open"/>
          <xs:enumeration value="Closed"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element type="xs:decimal" name="CompassBearing" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Orientation or bearing from North</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Accuracy" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Accuracy of aspect reading or estimation</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="Text" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Text expression of slope or aspect</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type SexCodeEnum
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
Sex of the organism (Male, Female, Unknown, Not applicable (e.g. for a fungus in a herbarium), MiXed.
Diagram
Diagram
Type restriction of xs:Name
Facets
enumeration M
enumeration F
enumeration U
enumeration N
enumeration X
Used by
Element Unit/Sex
Source
<xs:simpleType name="SexCodeEnum">
  <xs:annotation>
    <xs:documentation>Sex of the organism (Male, Female, Unknown, Not applicable (e.g. for a fungus in a herbarium), MiXed.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:Name">
    <xs:enumeration value="M"/>
    <xs:enumeration value="F"/>
    <xs:enumeration value="U"/>
    <xs:enumeration value="N"/>
    <xs:enumeration value="X"/>
  </xs:restriction>
</xs:simpleType>
Complex Type Sequence
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
A first proposal for this type of data. Note that this is used in the context of a collection unit and thus automatically refers to that unit.
Diagram
Diagram ABCD_2_06_xsd.tmp#Sequence_Database ABCD_2_06_xsd.tmp#Sequence_ID-in-Database ABCD_2_06_xsd.tmp#Sequence_Method ABCD_2_06_xsd.tmp#Sequence_SequencedPart ABCD_2_06_xsd.tmp#Sequence_Reference ABCD_2_06_xsd.tmp#Sequence_SequencingAgent ABCD_2_06_xsd.tmp#Sequence_Length
Used by
Model
Children Database, ID-in-Database, Length, Method, Reference, SequencedPart, SequencingAgent
Source
<xs:complexType name="Sequence">
  <xs:annotation>
    <xs:documentation>A first proposal for this type of data. Note that this is used in the context of a collection unit and thus automatically refers to that unit.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element type="StringL" name="Database">
      <xs:annotation>
        <xs:documentation>E.g. GenBank, SwissProt, etc. Use "Internal" for unpublished sequence.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="String" name="ID-in-Database">
      <xs:annotation>
        <xs:documentation>E.g. GenBank accession number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="Method" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A description of the method used to achive the sequence.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="StringL" name="SequencedPart" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Description of the actually sequenced material (DNA/RNA/Protein, Gene or part of gene, completeness, etc.),</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Reference" name="Reference" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Reference where the sequence was published.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="Contact" name="SequencingAgent" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The person and/or organisation responisible and/or effecting the sequencing.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element type="xs:integer" name="Length" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Length of the sequence in basepairs</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type StringLP255
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
String255 (i.e. xs:string with length 1-255), extended with language and preferred attribute
Diagram
Diagram ABCD_2_06_xsd.tmp#String255 ABCD_2_06_xsd.tmp#StringLP255_language ABCD_2_06_xsd.tmp#StringLP255_preferred
Type extension of String255
Type hierarchy
Attributes
QName Type Use
language xs:language optional
preferred xs:boolean optional
Source
<xs:complexType name="StringLP255">
  <xs:annotation>
    <xs:documentation>String255 (i.e. xs:string with length 1-255), extended with language and preferred attribute</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="String255">
      <xs:attribute use="optional" type="xs:language" name="language"/>
      <xs:attribute use="optional" type="xs:boolean" name="preferred"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Simple Type Role
Namespace http://www.tdwg.org/schemas/abcd/2.06
Annotations
The role of an agent or contact.
Diagram
Diagram
Type xs:string
Source
<xs:simpleType name="Role">
  <xs:annotation>
    <xs:documentation xml:lang="en">The role of an agent or contact.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Attribute MicroAgentP / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
default false
Used by
Complex Type MicroAgentP
Source
<xs:attribute default="false" use="optional" type="xs:boolean" name="preferred"/>
Attribute MetadataDescriptionRepr / @language
Namespace No namespace
Type xs:language
Properties
use required
Used by
Source
<xs:attribute use="required" type="xs:language" name="language"/>
Attribute StringL255 / @language
Namespace No namespace
Type xs:language
Properties
use optional
Used by
Complex Type StringL255
Source
<xs:attribute use="optional" type="xs:language" name="language"/>
Attribute LabelRepr / @language
Namespace No namespace
Type xs:language
Properties
use required
Used by
Complex Type LabelRepr
Source
<xs:attribute use="required" type="xs:language" name="language"/>
Attribute StringL / @language
Namespace No namespace
Type xs:language
Properties
use optional
Used by
Complex Type StringL
Source
<xs:attribute use="optional" type="xs:language" name="language"/>
Attribute StringLP / @language
Namespace No namespace
Type xs:language
Properties
use optional
Used by
Complex Type StringLP
Source
<xs:attribute use="optional" type="xs:language" name="language"/>
Attribute StringLP / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type StringLP
Source
<xs:attribute use="optional" type="xs:boolean" name="preferred"/>
Attribute TelephoneNumber / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
default false
Used by
Complex Type TelephoneNumber
Source
<xs:attribute default="false" use="optional" type="xs:boolean" name="preferred"/>
Attribute StringP255 / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type StringP255
Source
<xs:attribute use="optional" type="xs:boolean" name="preferred"/>
Attribute anyUriP / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type anyUriP
Source
<xs:attribute use="optional" type="xs:boolean" name="preferred"/>
Attribute Statement / @language
Namespace No namespace
Type xs:language
Properties
use required
Used by
Complex Type Statement
Source
<xs:attribute use="required" type="xs:language" name="language"/>
Attribute Unit / UnitContentContacts / UnitContentContact / @preferred
Namespace No namespace
Type xs:boolean
Properties
content simple
Used by
Source
<xs:attribute type="xs:boolean" name="preferred"/>
Attribute NameBotanical / HybridFlag / @insertionpoint
Namespace No namespace
Type xs:int
Properties
content simple
Used by
Source
<xs:attribute type="xs:int" name="insertionpoint"/>
Attribute ScientificNameIdentified / IdentificationQualifier / @insertionpoint
Namespace No namespace
Type restriction of xs:int
Properties
content simple
Facets
enumeration 1
enumeration 2
enumeration 3
Used by
Source
<xs:attribute name="insertionpoint">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:enumeration value="1"/>
      <xs:enumeration value="2"/>
      <xs:enumeration value="3"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute Unit / SpecimenUnit / Preparations / Preparation / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute use="optional" type="xs:int" name="sequence"/>
Attribute Unit / SpecimenUnit / History / PreviousUnits / PreviousUnit / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute use="optional" type="xs:int" name="sequence"/>
Attribute StringP / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type StringP
Source
<xs:attribute use="optional" type="xs:boolean" name="preferred"/>
Attribute CultureCollectionUnit / GrowthConditionAtomised / Temperature / @TemperatureType
Namespace No namespace
Type restriction of xs:NMTOKEN
Properties
content simple
Facets
enumeration Celsius
enumeration Fahrenheit
enumeration Absolute
Used by
Source
<xs:attribute name="TemperatureType">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="Celsius"/>
      <xs:enumeration value="Fahrenheit"/>
      <xs:enumeration value="Absolute"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute Gathering / Agents / GatheringAgent / @primarycollector
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Source
<xs:attribute use="optional" type="xs:boolean" name="primarycollector"/>
Attribute Gathering / Agents / GatheringAgent / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute use="optional" type="xs:int" name="sequence"/>
Attribute Gathering / NamedAreas / NamedArea / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute use="optional" type="xs:int" name="sequence"/>
Attribute Gathering / NearNamedPlaces / NamedPlaceRelation / @DerivedFlag
Namespace No namespace
Type xs:boolean
Properties
default false
Used by
Source
<xs:attribute default="false" type="xs:boolean" name="DerivedFlag"/>
Attribute Gathering / SiteCoordinateSets / SiteCoordinates / @original
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Source
<xs:attribute use="optional" type="xs:boolean" name="original"/>
Attribute Gathering / SiteCoordinateSets / SiteCoordinates / @begin
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Source
<xs:attribute use="optional" type="xs:boolean" name="begin"/>
Attribute Gathering / SiteCoordinateSets / SiteCoordinates / @end
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Source
<xs:attribute use="optional" type="xs:boolean" name="end"/>
Attribute Gathering / Depth / @datum
Namespace No namespace
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Used by
Element Gathering/Depth
Source
<xs:attribute type="String" name="datum"/>
Attribute Gathering / Height / @datum
Namespace No namespace
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Used by
Source
<xs:attribute type="String" name="datum"/>
Attribute LookupL / @Language
Namespace No namespace
Type xs:language
Properties
content simple
Used by
Complex Type LookupL
Source
<xs:attribute type="xs:language" name="Language"/>
Attribute StringLP255 / @language
Namespace No namespace
Type xs:language
Properties
use optional
Used by
Complex Type StringLP255
Source
<xs:attribute use="optional" type="xs:language" name="language"/>
Attribute StringLP255 / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type StringLP255
Source
<xs:attribute use="optional" type="xs:boolean" name="preferred"/>