Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema ABCD_3.0.xsd
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 attempts 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
Temperature and Temperature Scale
Intellectual Property Rights (IPR)
Multimedia
Various
Contact Type and types used therein:
Properties
attribute form default unqualified
element form default qualified
version 3.0
Element DataSets
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
TDWG root element: container for one or more DataSets.
Diagram
Diagram ABCD_3_0_xsd.tmp#DataSets_DataSet
Properties
content complex
Model
Children DataSet
Instance
<DataSets xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <DataSet>{1,unbounded}</DataSet>
</DataSets>
Source
<xs:element name="DataSets">
  <xs:annotation>
    <xs:documentation xml:lang="en">TDWG root element: container for one or more DataSets.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DataSet" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/DataSet">
        <xs:annotation>
          <xs:documentation xml:lang="en">A dataset containing unit data and their shared metadata elements.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="GUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/guid http://rs.tdwg.org/abcd/mappings/DataSet-GUID">
              <xs:annotation>
                <xs:documentation xml:lang="en">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="ID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/id http://rs.tdwg.org/abcd/mappings/DataSet-ID">
              <xs:annotation>
                <xs:documentation xml:lang="en">Code or Identifier of the dataset (unique within its local context).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ResourceURIs" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence maxOccurs="unbounded">
                  <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/resourceURI http://rs.tdwg.org/abcd/mappings/DataSet-ResourceURI">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">An preferably resolvable URI to uniquely identify the dataset.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="TechnicalContacts" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Container element for the technical contacts responsilbe for the data set.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="TechnicalContact" type="ContactP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TechnicalContact">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">A technical contact normally representing the agent acting as the publisher of the dataset in the network.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="ContentContacts">
              <xs:annotation>
                <xs:documentation xml:lang="en">Questions and feedback about data, or restrictions on use of the data should be directed here. 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 name="ContentContact" type="ContactP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/ContentContact http://rs.tdwg.org/abcd/mappings/DataSet-ContentContact">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">An administrative contact usually representing the agent acting as the original supplier or custodian of the dataset.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="DataCenter" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/dataCenter">
              <xs:annotation>
                <xs:documentation xml:lang="en">The name of the institution or data center which is hosting this dataset. This might be different from (the institution of) the owner.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="OtherProviders" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Other known providers of a Data Set.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="OtherProvider" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/otherProvider">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The URI of another provider known to serve this dataset, usually expressed as an http URI or a UUID.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="Metadata" type="ContentMetadata">
              <xs:annotation>
                <xs:documentation xml:lang="en">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 xml:lang="en">A container for one or more unit data records from the gathering</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Unit" type="Unit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Unit">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">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:element name="DataSetExtension" type="xs:anyType" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">A container element to allow extensions to add data to the dataset-level metadata.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A dataset containing unit data and their shared metadata elements.
Diagram
Diagram ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_GUID ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_ID ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_ResourceURIs ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_TechnicalContacts ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_ContentContacts ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_DataCenter ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_OtherProviders ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_Metadata ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_Units ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_DataSetExtension
Properties
content complex
maxOccurs unbounded
Model
Children ContentContacts, DataCenter, DataSetExtension, GUID, ID, Metadata, OtherProviders, ResourceURIs, TechnicalContacts, Units
Instance
<DataSet xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <ID>{0,1}</ID>
  <ResourceURIs>{0,1}</ResourceURIs>
  <TechnicalContacts>{0,1}</TechnicalContacts>
  <ContentContacts>{1,1}</ContentContacts>
  <DataCenter>{0,1}</DataCenter>
  <OtherProviders>{0,1}</OtherProviders>
  <Metadata>{1,1}</Metadata>
  <Units>{1,1}</Units>
  <DataSetExtension>{0,1}</DataSetExtension>
</DataSet>
Source
<xs:element name="DataSet" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/DataSet">
  <xs:annotation>
    <xs:documentation xml:lang="en">A dataset containing unit data and their shared metadata elements.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="GUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/guid http://rs.tdwg.org/abcd/mappings/DataSet-GUID">
        <xs:annotation>
          <xs:documentation xml:lang="en">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="ID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/id http://rs.tdwg.org/abcd/mappings/DataSet-ID">
        <xs:annotation>
          <xs:documentation xml:lang="en">Code or Identifier of the dataset (unique within its local context).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ResourceURIs" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/resourceURI http://rs.tdwg.org/abcd/mappings/DataSet-ResourceURI">
              <xs:annotation>
                <xs:documentation xml:lang="en">An preferably resolvable URI to uniquely identify the dataset.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="TechnicalContacts" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Container element for the technical contacts responsilbe for the data set.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="TechnicalContact" type="ContactP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TechnicalContact">
              <xs:annotation>
                <xs:documentation xml:lang="en">A technical contact normally representing the agent acting as the publisher of the dataset in the network.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ContentContacts">
        <xs:annotation>
          <xs:documentation xml:lang="en">Questions and feedback about data, or restrictions on use of the data should be directed here. 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 name="ContentContact" type="ContactP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/ContentContact http://rs.tdwg.org/abcd/mappings/DataSet-ContentContact">
              <xs:annotation>
                <xs:documentation xml:lang="en">An administrative contact usually representing the agent acting as the original supplier or custodian of the dataset.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="DataCenter" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/dataCenter">
        <xs:annotation>
          <xs:documentation xml:lang="en">The name of the institution or data center which is hosting this dataset. This might be different from (the institution of) the owner.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherProviders" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Other known providers of a Data Set.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="OtherProvider" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/otherProvider">
              <xs:annotation>
                <xs:documentation xml:lang="en">The URI of another provider known to serve this dataset, usually expressed as an http URI or a UUID.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Metadata" type="ContentMetadata">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 xml:lang="en">A container for one or more unit data records from the gathering</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Unit" type="Unit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Unit">
              <xs:annotation>
                <xs:documentation xml:lang="en">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:element name="DataSetExtension" type="xs:anyType" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">A container element to allow extensions to add data to the dataset-level metadata.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / GUID
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="GUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/guid http://rs.tdwg.org/abcd/mappings/DataSet-GUID">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / ID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code or Identifier of the dataset (unique within its local context).
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/id http://rs.tdwg.org/abcd/mappings/DataSet-ID">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code or Identifier of the dataset (unique within its local context).</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / ResourceURIs
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Preferably resolvable URIs of the association.
Diagram
Diagram ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_DataSets_DataSets_DataSet_ResourceURIs_ResourceURI
Properties
content complex
minOccurs 0
Model
Children ResourceURI
Instance
<ResourceURIs xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ResourceURI>{0,1}</ResourceURI>
</ResourceURIs>
Source
<xs:element name="ResourceURIs" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/resourceURI http://rs.tdwg.org/abcd/mappings/DataSet-ResourceURI">
        <xs:annotation>
          <xs:documentation xml:lang="en">An preferably resolvable URI to uniquely identify the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / ResourceURIs / ResourceURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An preferably resolvable URI to uniquely identify the dataset.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/resourceURI http://rs.tdwg.org/abcd/mappings/DataSet-ResourceURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">An preferably resolvable URI to uniquely identify the dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / TechnicalContacts
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for the technical contacts responsilbe for the data set.
Diagram
Diagram ABCD_3_0_xsd.tmp#DataSets_DataSets_DataSet_DataSets_DataSets_DataSet_TechnicalContacts_TechnicalContact
Properties
content complex
minOccurs 0
Model
Children TechnicalContact
Instance
<TechnicalContacts xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <TechnicalContact preferred="false">{1,unbounded}</TechnicalContact>
</TechnicalContacts>
Source
<xs:element name="TechnicalContacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container element for the technical contacts responsilbe for the data set.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TechnicalContact" type="ContactP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TechnicalContact">
        <xs:annotation>
          <xs:documentation xml:lang="en">A technical contact normally representing the agent acting as the publisher of the dataset in the network.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / TechnicalContacts / TechnicalContact
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A technical contact normally representing the agent acting as the publisher of the dataset in the network.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact ABCD_3_0_xsd.tmp#ContactP_preferred ABCD_3_0_xsd.tmp#ContactP
Type ContactP
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<TechnicalContact preferred="false" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</TechnicalContact>
Attributes
QName Type Default Use
preferred xs:boolean false optional
Source
<xs:element name="TechnicalContact" type="ContactP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TechnicalContact">
  <xs:annotation>
    <xs:documentation xml:lang="en">A technical contact normally representing the agent acting as the publisher of the dataset in the network.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / UnformattedValue
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Alternative text describing the contact.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="UnformattedValue" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Contact-UnformattedValue">
  <xs:annotation>
    <xs:documentation xml:lang="en">Alternative text describing the contact.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / Organization
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Organization to contact
Diagram
Diagram ABCD_3_0_xsd.tmp#Organization_GUID ABCD_3_0_xsd.tmp#Organization_Name ABCD_3_0_xsd.tmp#Organization_LogoURL ABCD_3_0_xsd.tmp#Organization_Divisions ABCD_3_0_xsd.tmp#Organization
Type Organization
Properties
content complex
minOccurs 0
Model
Children Divisions, GUID, LogoURL, Name
Instance
<Organization xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Name>{1,1}</Name>
  <LogoURL>{0,1}</LogoURL>
  <Divisions>{0,1}</Divisions>
</Organization>
Source
<xs:element name="Organization" type="Organization" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Organization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Organization to contact</xs:documentation>
  </xs:annotation>
</xs:element>
Element Organization / GUID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A globally unique identifier for the Organization or Organizational unit
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="GUID" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Organization-GUID">
  <xs:annotation>
    <xs:documentation xml:lang="en">A globally unique identifier for the Organization or Organizational unit</xs:documentation>
  </xs:annotation>
</xs:element>
Element Organization / Name
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Label_Representation ABCD_3_0_xsd.tmp#Label
Type Label
Properties
content complex
Model
Children Representation
Instance
<Name xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Representation language="">{1,unbounded}</Representation>
</Name>
Source
<xs:element name="Name" type="Label">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Language-specific label representation [ATTR: language]
Diagram
Diagram ABCD_3_0_xsd.tmp#LabelRepr_language ABCD_3_0_xsd.tmp#LabelRepr_Text ABCD_3_0_xsd.tmp#LabelRepr_Abbreviation ABCD_3_0_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/3.0">
  <Text>{1,1}</Text>
  <Abbreviation>{0,1}</Abbreviation>
</Representation>
Attributes
QName Type Use
language xs:language required
Source
<xs:element name="Representation" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Label text in a specific language.
Diagram
Diagram ABCD_3_0_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="Text" type="String255" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Organization-Name">
  <xs:annotation>
    <xs:documentation xml:lang="en">Label text in a specific language.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LabelRepr / Abbreviation
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String50
Type String50
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 50
Source
<xs:element name="Abbreviation" type="String50" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/abbreviation">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 Organization / LogoURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
URL of a logo image.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="LogoURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Organization-LogoURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">URL of a logo image.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Organization / Divisions
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
If the contact contains no person definition: the unit within the organization the agent represents; else a list of the various Organizational units to which a person may belong. (vCard:OrgUnit)
Diagram
Diagram ABCD_3_0_xsd.tmp#Organization_Organization_Divisions_Division
Properties
content complex
minOccurs 0
Model
Children Division
Instance
<Divisions xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Division language="">{1,unbounded}</Division>
</Divisions>
Source
<xs:element name="Divisions" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">If the contact contains no person definition: the unit within the organization the agent represents; else a list of the various Organizational units to which a person may belong. (vCard:OrgUnit)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Division" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/division">
        <xs:annotation>
          <xs:documentation xml:lang="en">Part of an Organization, e.g. department or section. (vCard:OrgUnit)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Organization / Divisions / Division
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Part of an Organization, e.g. department or section. (vCard:OrgUnit)
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Division" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/division">
  <xs:annotation>
    <xs:documentation xml:lang="en">Part of an Organization, e.g. department or section. (vCard:OrgUnit)</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / Person
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Person to contact
Diagram
Diagram ABCD_3_0_xsd.tmp#PersonName_FullName ABCD_3_0_xsd.tmp#PersonName_SortingName ABCD_3_0_xsd.tmp#PersonName_AtomizedName ABCD_3_0_xsd.tmp#PersonName
Type PersonName
Properties
content complex
minOccurs 0
Model
Children AtomizedName, FullName, SortingName
Instance
<Person xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <FullName>{1,1}</FullName>
  <SortingName>{0,1}</SortingName>
  <AtomizedName>{0,1}</AtomizedName>
</Person>
Source
<xs:element name="Person" type="PersonName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Person">
  <xs:annotation>
    <xs:documentation xml:lang="en">Person to contact</xs:documentation>
  </xs:annotation>
</xs:element>
Element PersonName / FullName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Preferred form of personal name for display as a string.
Diagram
Diagram ABCD_3_0_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="FullName" type="String255" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fullName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The full name with the elements in preferred sorting sequence (vCard: Sort-String).
Diagram
Diagram ABCD_3_0_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="SortingName" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sortingName">
  <xs:annotation>
    <xs:documentation xml:lang="en">The full name with the elements in preferred sorting sequence (vCard: Sort-String).</xs:documentation>
  </xs:annotation>
</xs:element>
Element PersonName / AtomizedName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized name of the person.
Diagram
Diagram ABCD_3_0_xsd.tmp#PersonName_PersonName_AtomizedName_InheritedName ABCD_3_0_xsd.tmp#PersonName_PersonName_AtomizedName_Prefix ABCD_3_0_xsd.tmp#PersonName_PersonName_AtomizedName_Suffix ABCD_3_0_xsd.tmp#PersonName_PersonName_AtomizedName_GivenNames ABCD_3_0_xsd.tmp#PersonName_PersonName_AtomizedName_PreferredName
Properties
content complex
minOccurs 0
Model
Children GivenNames, InheritedName, PreferredName, Prefix, Suffix
Instance
<AtomizedName xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <InheritedName>{1,1}</InheritedName>
  <Prefix>{0,1}</Prefix>
  <Suffix>{0,1}</Suffix>
  <GivenNames>{0,1}</GivenNames>
  <PreferredName>{0,1}</PreferredName>
</AtomizedName>
Source
<xs:element name="AtomizedName" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized name of the person.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="InheritedName" type="String255" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/inheritedName">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="Prefix" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/namePrefix">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="Suffix" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nameSuffix">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="GivenNames" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/givenNames">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="PreferredName" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preferredName">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 / AtomizedName / InheritedName
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="InheritedName" type="String255" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/inheritedName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / AtomizedName / Prefix
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="Prefix" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/namePrefix">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / AtomizedName / Suffix
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="Suffix" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nameSuffix">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / AtomizedName / GivenNames
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="GivenNames" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/givenNames">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / AtomizedName / PreferredName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
May differ from the first given name: second given name, nickname ('Bob' for 'Robert'), etc. (vCard:Nickname)
Diagram
Diagram ABCD_3_0_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="PreferredName" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preferredName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A container element for several roles of the person.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_Contact_Roles_Role
Properties
content complex
minOccurs 0
Model
Children Role
Instance
<Roles xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Role language="">{1,unbounded}</Role>
</Roles>
Source
<xs:element name="Roles" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for several roles of the person.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Role" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/role">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
Analogue to vCard:Role: Functional contact name, e.g. "Database administrator", "The Director", etc.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Role" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/role">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Contact addresses (one preferred, different languages possible)
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_Contact_Addresses_Address
Properties
content complex
minOccurs 0
Model
Children Address
Instance
<Addresses xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Address language="" preferred="">{1,unbounded}</Address>
</Addresses>
Source
<xs:element name="Addresses" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Contact addresses (one preferred, different languages possible)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Address" type="StringLP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/address">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
Contact address as string.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringLP_language ABCD_3_0_xsd.tmp#StringLP_preferred ABCD_3_0_xsd.tmp#StringLP
Type StringLP
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
preferred xs:boolean optional
Source
<xs:element name="Address" type="StringLP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/address">
  <xs:annotation>
    <xs:documentation xml:lang="en">Contact address as string.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / TelephoneNumbers
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Telephone and fax numbers
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_Contact_TelephoneNumbers_TelephoneNumber
Properties
content complex
minOccurs 0
Model
Children TelephoneNumber
Instance
<TelephoneNumbers xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <TelephoneNumber preferred="">{1,unbounded}</TelephoneNumber>
</TelephoneNumbers>
Source
<xs:element name="TelephoneNumbers" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Telephone and fax numbers</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TelephoneNumber" type="StringP255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/telephoneNumber">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
Telephone or fax number
Diagram
Diagram ABCD_3_0_xsd.tmp#String255 ABCD_3_0_xsd.tmp#StringP255_preferred ABCD_3_0_xsd.tmp#StringP255
Type StringP255
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:element name="TelephoneNumber" type="StringP255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/telephoneNumber">
  <xs:annotation>
    <xs:documentation xml:lang="en">Telephone or fax number</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / EmailAddresses
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
E-mail addresses
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_Contact_EmailAddresses_EmailAddress
Properties
content complex
minOccurs 0
Model
Children EmailAddress
Instance
<EmailAddresses xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <EmailAddress preferred="">{1,unbounded}</EmailAddress>
</EmailAddresses>
Source
<xs:element name="EmailAddresses" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">E-mail addresses</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="EmailAddress" type="StringP255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/emailAddress">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
E-mail address for contact
Diagram
Diagram ABCD_3_0_xsd.tmp#String255 ABCD_3_0_xsd.tmp#StringP255_preferred ABCD_3_0_xsd.tmp#StringP255
Type StringP255
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:element name="EmailAddress" type="StringP255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/emailAddress">
  <xs:annotation>
    <xs:documentation xml:lang="en">E-mail address for contact</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / WebsiteURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL of a web page for Person or Organization.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Contact-WebsiteURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of a web page for Person or Organization.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Contact / ResourceURIs
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
URIs for person or Organization
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_Contact_ResourceURIs_ResourceURI
Properties
content complex
minOccurs 0
Model
Children ResourceURI
Instance
<ResourceURIs xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ResourceURI>{1,unbounded}</ResourceURI>
</ResourceURIs>
Source
<xs:element name="ResourceURIs" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">URIs for person or Organization</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="ResourceURI" type="xs:anyURI" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Contact-ResourceURI">
        <xs:annotation>
          <xs:documentation xml:lang="en">An optional, preferably resolvable URI to uniquely identify a contact.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Contact / ResourceURIs / ResourceURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An optional, preferably resolvable URI to uniquely identify a contact.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
maxOccurs unbounded
Source
<xs:element name="ResourceURI" type="xs:anyURI" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Contact-ResourceURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">An optional, preferably resolvable URI to uniquely identify a contact.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / ContentContacts
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Questions and feedback about data, or restrictions on use of the data should be directed here. 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_3_0_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/3.0">
  <ContentContact preferred="false">{1,unbounded}</ContentContact>
</ContentContacts>
Source
<xs:element name="ContentContacts">
  <xs:annotation>
    <xs:documentation xml:lang="en">Questions and feedback about data, or restrictions on use of the data should be directed here. 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 name="ContentContact" type="ContactP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/ContentContact http://rs.tdwg.org/abcd/mappings/DataSet-ContentContact">
        <xs:annotation>
          <xs:documentation xml:lang="en">An administrative contact usually representing the agent acting as the original supplier or custodian of the dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / ContentContacts / ContentContact
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An administrative contact usually representing the agent acting as the original supplier or custodian of the dataset.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact ABCD_3_0_xsd.tmp#ContactP_preferred ABCD_3_0_xsd.tmp#ContactP
Type ContactP
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<ContentContact preferred="false" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</ContentContact>
Attributes
QName Type Default Use
preferred xs:boolean false optional
Source
<xs:element name="ContentContact" type="ContactP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/ContentContact http://rs.tdwg.org/abcd/mappings/DataSet-ContentContact">
  <xs:annotation>
    <xs:documentation xml:lang="en">An administrative contact usually representing the agent acting as the original supplier or custodian of the dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / DataCenter
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The name of the institution or data center which is hosting this dataset. This might be different from (the institution of) the owner.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="DataCenter" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/dataCenter">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the institution or data center which is hosting this dataset. This might be different from (the institution of) the owner.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / OtherProviders
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Other known providers of a Data Set.
Diagram
Diagram ABCD_3_0_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/3.0">
  <OtherProvider>{1,unbounded}</OtherProvider>
</OtherProviders>
Source
<xs:element name="OtherProviders" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Other known providers of a Data Set.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="OtherProvider" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/otherProvider">
        <xs:annotation>
          <xs:documentation xml:lang="en">The URI of another provider known to serve this dataset, usually expressed as an http URI or a UUID.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element DataSets / DataSet / OtherProviders / OtherProvider
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URI of another provider known to serve this dataset, usually expressed as an http URI or a UUID.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="OtherProvider" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/otherProvider">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URI of another provider known to serve this dataset, usually expressed as an http URI or a UUID.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / Metadata
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#ContentMetadata_Description ABCD_3_0_xsd.tmp#ContentMetadata_LogoURL ABCD_3_0_xsd.tmp#ContentMetadata_Scope ABCD_3_0_xsd.tmp#ContentMetadata_Version ABCD_3_0_xsd.tmp#ContentMetadata_RevisionData ABCD_3_0_xsd.tmp#ContentMetadata_Owners ABCD_3_0_xsd.tmp#ContentMetadata_LegalStatements ABCD_3_0_xsd.tmp#ContentMetadata_InformationWithheld ABCD_3_0_xsd.tmp#ContentMetadata_DirectAccessURL ABCD_3_0_xsd.tmp#ContentMetadata
Type ContentMetadata
Properties
content complex
Model
Children Description, DirectAccessURL, InformationWithheld, LegalStatements, LogoURL, Owners, RevisionData, Scope, Version
Instance
<Metadata xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Description>{1,1}</Description>
  <LogoURL>{0,1}</LogoURL>
  <Scope>{0,1}</Scope>
  <Version>{0,1}</Version>
  <RevisionData>{1,1}</RevisionData>
  <Owners>{0,1}</Owners>
  <LegalStatements>{0,1}</LegalStatements>
  <InformationWithheld language="">{0,1}</InformationWithheld>
  <DirectAccessURL>{0,1}</DirectAccessURL>
</Metadata>
Source
<xs:element name="Metadata" type="ContentMetadata">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Dublin Core conformant elements describing the content of the data source queried, representation in different languages possible
Diagram
Diagram ABCD_3_0_xsd.tmp#ContentMetadata_ContentMetadata_Description_Representation
Properties
content complex
Model
Children Representation
Instance
<Description xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Representation language="">{1,unbounded}</Representation>
</Description>
Source
<xs:element name="Description">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="Representation" type="MetadataDescriptionRepr" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
The description in a specified language. Only one representation should be delivered for each language. [ATTR: language]
Diagram
Diagram ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_language ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_Title ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_Details ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_Coverage ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_WebsiteURL ABCD_3_0_xsd.tmp#MetadataDescriptionRepr
Type MetadataDescriptionRepr
Properties
content complex
maxOccurs unbounded
Model
Children Coverage, Details, Title, WebsiteURL
Instance
<Representation language="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Title>{1,1}</Title>
  <Details>{0,1}</Details>
  <Coverage>{0,1}</Coverage>
  <WebsiteURL>{0,1}</WebsiteURL>
</Representation>
Attributes
QName Type Use
language xs:language required
Source
<xs:element name="Representation" type="MetadataDescriptionRepr" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Source for Dublin-Core standard element "Title": A short, concise title.
General Note on DublinCore translation: In addition to those that can be transformed from UBIF metadata, an additional DC.Type='dataset' should be added.
Diagram
Diagram ABCD_3_0_xsd.tmp#String255
Type String255
Properties
content simple
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="Title" type="String255" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/title http://rs.tdwg.org/abcd/mappings/DataSet-Title">
  <xs:annotation>
    <xs:documentation xml:lang="en">Source for Dublin-Core standard element "Title": A short, concise title.</xs:documentation>
    <xs:documentation xml:lang="en">General Note on DublinCore translation: In addition to those that can be 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/3.0
Annotations
Source for Dublin-Core standard element "Description": Free-form text containing a longer description of the project.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Details" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Coverage" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/coverage">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / WebsiteURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
URL pointing to an online source related to the dataset, 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 name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/websiteURL http://rs.tdwg.org/abcd/mappings/DataSet-WebsiteURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">URL pointing to an online source related to the dataset, which may or may not serve an updated version of the description data.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / LogoURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL of an icon/logo symbolizing the project.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="LogoURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/logoURL http://rs.tdwg.org/abcd/mappings/DataSet-LogoURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of an icon/logo symbolizing the project.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Scope
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#ContentMetadata_ContentMetadata_Scope_GeoecologicalTerms ABCD_3_0_xsd.tmp#ContentMetadata_ContentMetadata_Scope_TaxonomicTerms
Properties
content complex
minOccurs 0
Model
Children GeoecologicalTerms, TaxonomicTerms
Instance
<Scope xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GeoecologicalTerms>{0,1}</GeoecologicalTerms>
  <TaxonomicTerms>{0,1}</TaxonomicTerms>
</Scope>
Source
<xs:element name="Scope" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/scope">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 xml:lang="en">A collection of terms describing the geoecological scope of the source queried by means of area names (e.g. 'World', 'Germany', 'Atlantic Ocean', 'Andes', 'Mountains'). A list of recommended terms should be developed.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="GeoecologicalTerm" type="StringL255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/geoecologicalTerm">
              <xs:annotation>
                <xs:documentation xml:lang="en">An area name describing the or part of the geoecological scope of the source queried.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="TaxonomicTerms" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="TaxonomicTerm" type="StringL255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/taxonomicTerm">
              <xs:annotation>
                <xs:documentation xml:lang="en">A name for a group of organisms that is included in the scope of the source queried.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Scope / GeoecologicalTerms
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A collection of terms describing the geoecological scope of the source queried by means of area names (e.g. 'World', 'Germany', 'Atlantic Ocean', 'Andes', 'Mountains'). A list of recommended terms should be developed.
Diagram
Diagram ABCD_3_0_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/3.0">
  <GeoecologicalTerm language="">{1,unbounded}</GeoecologicalTerm>
</GeoecologicalTerms>
Source
<xs:element name="GeoecologicalTerms" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A collection of terms describing the geoecological scope of the source queried by means of area names (e.g. 'World', 'Germany', 'Atlantic Ocean', 'Andes', 'Mountains'). A list of recommended terms should be developed.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="GeoecologicalTerm" type="StringL255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/geoecologicalTerm">
        <xs:annotation>
          <xs:documentation xml:lang="en">An area name describing the or part of the geoecological scope of the source queried.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Scope / GeoecologicalTerms / GeoecologicalTerm
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An area name describing the or part of the geoecological scope of the source queried.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL255_language ABCD_3_0_xsd.tmp#StringL255
Type StringL255
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="GeoecologicalTerm" type="StringL255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/geoecologicalTerm">
  <xs:annotation>
    <xs:documentation xml:lang="en">An area name describing the or part of the geoecological scope of the source queried.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Scope / TaxonomicTerms
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_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/3.0">
  <TaxonomicTerm language="">{1,unbounded}</TaxonomicTerm>
</TaxonomicTerms>
Source
<xs:element name="TaxonomicTerms" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="TaxonomicTerm" type="StringL255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/taxonomicTerm">
        <xs:annotation>
          <xs:documentation xml:lang="en">A name for a group of organisms that is included in the scope of the source queried.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Scope / TaxonomicTerms / TaxonomicTerm
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A name for a group of organisms that is included in the scope of the source queried.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL255_language ABCD_3_0_xsd.tmp#StringL255
Type StringL255
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="TaxonomicTerm" type="StringL255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/taxonomicTerm">
  <xs:annotation>
    <xs:documentation xml:lang="en">A name for a group of organisms that is included in the scope of the source queried.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Version
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Number and date of current version (particularly for citing purposes)
Diagram
Diagram ABCD_3_0_xsd.tmp#ContentMetadata_ContentMetadata_Version_Major ABCD_3_0_xsd.tmp#ContentMetadata_ContentMetadata_Version_Minor ABCD_3_0_xsd.tmp#ContentMetadata_ContentMetadata_Version_Modifier ABCD_3_0_xsd.tmp#ContentMetadata_ContentMetadata_Version_DateCreated ABCD_3_0_xsd.tmp#ContentMetadata_ContentMetadata_Version_VersionText
Properties
content complex
minOccurs 0
Model
Children DateCreated, Major, Minor, Modifier, VersionText
Instance
<Version xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Major>{1,1}</Major>
  <Minor>{0,1}</Minor>
  <Modifier>{0,1}</Modifier>
  <DateCreated>{0,1}</DateCreated>
  <VersionText language="">{0,1}</VersionText>
</Version>
Source
<xs:element name="Version" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/DataSet-Version">
  <xs:annotation>
    <xs:documentation xml:lang="en">Number and date of current version (particularly for citing purposes)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Major" type="xs:nonNegativeInteger" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/major">
        <xs:annotation>
          <xs:documentation xml:lang="en">The major version number ('1' in 1.2) as defined by the content creators OR the only version number given.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Minor" type="xs:nonNegativeInteger" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/minor">
        <xs:annotation>
          <xs:documentation xml:lang="en">An optional minor version number ('2' in 1.2)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Modifier" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/modifier">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="DateCreated" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Version-DateCreated">
        <xs:annotation>
          <xs:documentation xml:lang="en">Date or DateTime when the version was released. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to 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:element name="VersionText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VersionText">
        <xs:annotation>
          <xs:documentation xml:lang="en">The version expressed as unformatted text if it can not be expressed in atomized form.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ContentMetadata / Version / Major
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The major version number ('1' in 1.2) as defined by the content creators OR the only version number given.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="Major" type="xs:nonNegativeInteger" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/major">
  <xs:annotation>
    <xs:documentation xml:lang="en">The major version number ('1' in 1.2) as defined by the content creators OR the only version number given.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Version / Minor
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An optional minor version number ('2' in 1.2)
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="Minor" type="xs:nonNegativeInteger" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/minor">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Unconstrained text specifying status + optional number, e. g., 'beta', 'alpha', 'rc/release candidate', 'internal'. If missing, release status is assumed.
Diagram
Diagram ABCD_3_0_xsd.tmp#String255
Type String255
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
maxLength 255
Source
<xs:element name="Modifier" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/modifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / DateCreated
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date or DateTime when the version was released. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to 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 ABCD_3_0_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
Source
<xs:element name="DateCreated" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Version-DateCreated">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date or DateTime when the version was released. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to 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 / Version / VersionText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The version expressed as unformatted text if it can not be expressed in atomized form.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="VersionText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VersionText">
  <xs:annotation>
    <xs:documentation xml:lang="en">The version expressed as unformatted text if it can not be expressed in atomized form.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / RevisionData
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Creators, Revision status, and dates of the entire data collection from which the current dataset is derived.
Diagram
Diagram ABCD_3_0_xsd.tmp#RevisionData_Creators ABCD_3_0_xsd.tmp#RevisionData_Contributors ABCD_3_0_xsd.tmp#RevisionData_DateCreated ABCD_3_0_xsd.tmp#RevisionData_DateModified ABCD_3_0_xsd.tmp#RevisionData
Type RevisionData
Properties
content complex
Model
Children Contributors, Creators, DateCreated, DateModified
Instance
<RevisionData xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Creators>{0,1}</Creators>
  <Contributors>{0,1}</Contributors>
  <DateCreated>{0,1}</DateCreated>
  <DateModified>{1,1}</DateModified>
</RevisionData>
Source
<xs:element name="RevisionData" type="RevisionData">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Author(s) or editor(s) of a class expressed in a free text format.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Creators" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/creators">
  <xs:annotation>
    <xs:documentation xml:lang="en">Author(s) or editor(s) of a class expressed in a free text format.</xs:documentation>
  </xs:annotation>
</xs:element>
Element RevisionData / Contributors
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Contributors or translators for a class expressed in a free text form.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Contributors" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/contributors">
  <xs:annotation>
    <xs:documentation xml:lang="en">Contributors or translators for a class expressed in a free text form.</xs:documentation>
  </xs:annotation>
</xs:element>
Element RevisionData / DateCreated
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date or DateTime when the dataset was created. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to Dublin-Core standard element "Date.Created".
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
Source
<xs:element name="DateCreated" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeSpanBegin http://rs.tdwg.org/abcd/mappings/DateCreated http://rs.tdwg.org/abcd/mappings/DataSet-DateCreated">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date or DateTime when the dataset was created. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to Dublin-Core standard element "Date.Created".</xs:documentation>
  </xs:annotation>
</xs:element>
Element RevisionData / DateModified
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date or DateTime when the last modification of the dataset was made. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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. Note that experience shows that the information provided here is often unreliable, because providers tend to disregard updating this information. Maps to Dublin-Core standard element "Date.Modified".
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
Facets
pattern ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
Source
<xs:element name="DateModified" type="DateTimeISO" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/DateModified">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date or DateTime when the last modification of the dataset was made. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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. Note that experience shows that the information provided here is often unreliable, because providers tend to disregard updating this information. Maps to Dublin-Core standard element "Date.Modified".</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / Owners
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#ContentMetadata_ContentMetadata_Owners_Owner
Properties
content complex
minOccurs 0
Model
Children Owner
Instance
<Owners xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Owner>{1,unbounded}</Owner>
</Owners>
Source
<xs:element name="Owners" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="Owner" type="Contact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Owner http://rs.tdwg.org/abcd/mappings/DataSet-Owner">
        <xs:annotation>
          <xs:documentation xml:lang="en">Entity 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/3.0
Annotations
Entity having legal possession of the data collection content.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
maxOccurs unbounded
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<Owner xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Owner>
Source
<xs:element name="Owner" type="Contact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Owner http://rs.tdwg.org/abcd/mappings/DataSet-Owner">
  <xs:annotation>
    <xs:documentation xml:lang="en">Entity having legal possession of the data collection content.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / LegalStatements
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for legal statements regarding the data set.
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatements_Licenses ABCD_3_0_xsd.tmp#LegalStatements_Acknowledgements ABCD_3_0_xsd.tmp#LegalStatements_SuggestedCitations ABCD_3_0_xsd.tmp#LegalStatements_OtherLegalStatements ABCD_3_0_xsd.tmp#LegalStatements
Type LegalStatements
Properties
content complex
minOccurs 0
Model
Children Acknowledgements, Licenses, OtherLegalStatements, SuggestedCitations
Instance
<LegalStatements xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Licenses>{0,1}</Licenses>
  <Acknowledgements>{0,1}</Acknowledgements>
  <SuggestedCitations>{0,1}</SuggestedCitations>
  <OtherLegalStatements>{0,1}</OtherLegalStatements>
</LegalStatements>
Source
<xs:element name="LegalStatements" type="LegalStatements" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container element for legal statements regarding the data set.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LegalStatements / Licenses
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatements_LegalStatements_Licenses_License
Properties
content complex
minOccurs 0
Model
Children License
Instance
<Licenses xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <License language="">{1,unbounded}</License>
</Licenses>
Source
<xs:element name="Licenses" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="License" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/License">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 LegalStatements / Licenses / License
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#LegalStatement_language ABCD_3_0_xsd.tmp#LegalStatement_Text ABCD_3_0_xsd.tmp#LegalStatement_Details ABCD_3_0_xsd.tmp#LegalStatement_WebsiteURL ABCD_3_0_xsd.tmp#LegalStatement_ResourceURI ABCD_3_0_xsd.tmp#LegalStatement
Type LegalStatement
Properties
content complex
maxOccurs unbounded
Model
Children Details, ResourceURI, Text, WebsiteURL
Instance
<License language="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURI>{0,1}</ResourceURI>
</License>
Attributes
QName Type Use
language xs:language required
Source
<xs:element name="License" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/License">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 LegalStatement / Text
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A concise representation of a statement, recommended to be as short as possible, but actual length is unconstrained.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Text" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LegalStatement-Text">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 LegalStatement / Details
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Optional text of unconstrained length, elaborating details of the ShortText
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Details" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LegalStatement-Details">
  <xs:annotation>
    <xs:documentation xml:lang="en">Optional text of unconstrained length, elaborating details of the ShortText</xs:documentation>
  </xs:annotation>
</xs:element>
Element LegalStatement / WebsiteURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL of a web page of the legal statement.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LegalStatement-WebsiteURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of a web page of the legal statement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LegalStatement / ResourceURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An optional, preferably resolvable URI to uniquely identify the legal statement.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LegalStatement-ResourceURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">An optional, preferably resolvable URI to uniquely identify the legal statement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LegalStatements / Acknowledgements
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatements_LegalStatements_Acknowledgements_Acknowledgement
Properties
content complex
minOccurs 0
Model
Children Acknowledgement
Instance
<Acknowledgements xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Acknowledgement language="">{1,unbounded}</Acknowledgement>
</Acknowledgements>
Source
<xs:element name="Acknowledgements" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="Acknowledgement" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Acknowledgement">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 LegalStatements / Acknowledgements / Acknowledgement
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A free form text acknowledging support (e. g. grant money, help, permission to reuse published material, etc.)
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatement_language ABCD_3_0_xsd.tmp#LegalStatement_Text ABCD_3_0_xsd.tmp#LegalStatement_Details ABCD_3_0_xsd.tmp#LegalStatement_WebsiteURL ABCD_3_0_xsd.tmp#LegalStatement_ResourceURI ABCD_3_0_xsd.tmp#LegalStatement
Type LegalStatement
Properties
content complex
maxOccurs unbounded
Model
Children Details, ResourceURI, Text, WebsiteURL
Instance
<Acknowledgement language="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURI>{0,1}</ResourceURI>
</Acknowledgement>
Attributes
QName Type Use
language xs:language required
Source
<xs:element name="Acknowledgement" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Acknowledgement">
  <xs:annotation>
    <xs:documentation xml:lang="en">A free form text acknowledging support (e. g. grant money, help, permission to reuse published material, etc.)</xs:documentation>
  </xs:annotation>
</xs:element>
Element LegalStatements / SuggestedCitations
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatements_LegalStatements_SuggestedCitations_SuggestedCitation
Properties
content complex
minOccurs 0
Model
Children SuggestedCitation
Instance
<SuggestedCitations xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <SuggestedCitation language="">{1,unbounded}</SuggestedCitation>
</SuggestedCitations>
Source
<xs:element name="SuggestedCitations" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="SuggestedCitation" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SuggestedCitation">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 LegalStatements / SuggestedCitations / SuggestedCitation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Indicates how this dataset or record should be attributed if used [OBIF 1.0]
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatement_language ABCD_3_0_xsd.tmp#LegalStatement_Text ABCD_3_0_xsd.tmp#LegalStatement_Details ABCD_3_0_xsd.tmp#LegalStatement_WebsiteURL ABCD_3_0_xsd.tmp#LegalStatement_ResourceURI ABCD_3_0_xsd.tmp#LegalStatement
Type LegalStatement
Properties
content complex
maxOccurs unbounded
Model
Children Details, ResourceURI, Text, WebsiteURL
Instance
<SuggestedCitation language="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURI>{0,1}</ResourceURI>
</SuggestedCitation>
Attributes
QName Type Use
language xs:language required
Source
<xs:element name="SuggestedCitation" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SuggestedCitation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates how this dataset or record should be attributed if used [OBIF 1.0]</xs:documentation>
  </xs:annotation>
</xs:element>
Element LegalStatements / OtherLegalStatements
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for one to several statements, normally representing different language representations of the same content.
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatements_LegalStatements_OtherLegalStatements_OtherLegalStatement
Properties
content complex
minOccurs 0
Model
Children OtherLegalStatement
Instance
<OtherLegalStatements xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <OtherLegalStatement language="">{1,unbounded}</OtherLegalStatement>
</OtherLegalStatements>
Source
<xs:element name="OtherLegalStatements" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="OtherLegalStatement" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/OtherLegalStatement">
        <xs:annotation>
          <xs:documentation xml:lang="en">A Legal Statement that can not be classified as License, Acknowledgement or SuggestedCitation such as disclaimers and usage restrictions. Please use the InformationWithheld element to express which kind of information were withheld in the publication of the corresponding instance (e.g. removal of coordinates of threatened species).</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element LegalStatements / OtherLegalStatements / OtherLegalStatement
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A Legal Statement that can not be classified as License, Acknowledgement or SuggestedCitation such as disclaimers and usage restrictions. Please use the InformationWithheld element to express which kind of information were withheld in the publication of the corresponding instance (e.g. removal of coordinates of threatened species).
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatement_language ABCD_3_0_xsd.tmp#LegalStatement_Text ABCD_3_0_xsd.tmp#LegalStatement_Details ABCD_3_0_xsd.tmp#LegalStatement_WebsiteURL ABCD_3_0_xsd.tmp#LegalStatement_ResourceURI ABCD_3_0_xsd.tmp#LegalStatement
Type LegalStatement
Properties
content complex
maxOccurs unbounded
Model
Children Details, ResourceURI, Text, WebsiteURL
Instance
<OtherLegalStatement language="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURI>{0,1}</ResourceURI>
</OtherLegalStatement>
Attributes
QName Type Use
language xs:language required
Source
<xs:element name="OtherLegalStatement" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/OtherLegalStatement">
  <xs:annotation>
    <xs:documentation xml:lang="en">A Legal Statement that can not be classified as License, Acknowledgement or SuggestedCitation such as disclaimers and usage restrictions. Please use the InformationWithheld element to express which kind of information were withheld in the publication of the corresponding instance (e.g. removal of coordinates of threatened species).</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / InformationWithheld
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Brief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the ContentCcontact. (=DwC.InformationWithheld). If the respective information is present on the unit level, it should override this dataset-level statement.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="InformationWithheld" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/informationWithheld http://rs.tdwg.org/abcd/mappings/DataSet-InformationWithheld">
  <xs:annotation>
    <xs:documentation xml:lang="en">Brief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the ContentCcontact. (=DwC.InformationWithheld). If the respective information is present on the unit level, it should override this dataset-level statement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContentMetadata / DirectAccessURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An electronic source of the dataset that allows for querying and downloading of the data.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="DirectAccessURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/directAccessURL http://rs.tdwg.org/abcd/mappings/DataSet-DirectAccessURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">An electronic source of the dataset that allows for querying and downloading of the data.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / Units
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container for one or more unit data records from the gathering
Diagram
Diagram ABCD_3_0_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/3.0">
  <Unit>{1,unbounded}</Unit>
</Units>
Source
<xs:element name="Units">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container for one or more unit data records from the gathering</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Unit" type="Unit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Unit">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
A container for all data referring to a unit (specimen or observation record)
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_GUID ABCD_3_0_xsd.tmp#Unit_SourceInstitutionID ABCD_3_0_xsd.tmp#Unit_SourceID ABCD_3_0_xsd.tmp#Unit_ID ABCD_3_0_xsd.tmp#Unit_NumericID ABCD_3_0_xsd.tmp#Unit_LastEditor ABCD_3_0_xsd.tmp#Unit_DateModified ABCD_3_0_xsd.tmp#Unit_Owner ABCD_3_0_xsd.tmp#Unit_LegalStatements ABCD_3_0_xsd.tmp#Unit_ContentContacts ABCD_3_0_xsd.tmp#Unit_InformationWithheld ABCD_3_0_xsd.tmp#Unit_SourceReference ABCD_3_0_xsd.tmp#Unit_UnitReferences ABCD_3_0_xsd.tmp#Unit_Identifications ABCD_3_0_xsd.tmp#Unit_IdentificationHistory ABCD_3_0_xsd.tmp#Unit_RecordBasis ABCD_3_0_xsd.tmp#Unit_KindOfUnit ABCD_3_0_xsd.tmp#Unit_SpecimenUnit ABCD_3_0_xsd.tmp#Unit_ObservationUnit ABCD_3_0_xsd.tmp#Unit_CultureCollectionUnit ABCD_3_0_xsd.tmp#Unit_MycologicalUnit ABCD_3_0_xsd.tmp#Unit_HerbariumUnit ABCD_3_0_xsd.tmp#Unit_BotanicalGardenUnit ABCD_3_0_xsd.tmp#Unit_PlantGeneticResourcesUnit ABCD_3_0_xsd.tmp#Unit_ZoologicalUnit ABCD_3_0_xsd.tmp#Unit_PaleontologicalUnit ABCD_3_0_xsd.tmp#Unit_MultimediaObjects ABCD_3_0_xsd.tmp#Unit_Associations ABCD_3_0_xsd.tmp#Unit_Assemblages ABCD_3_0_xsd.tmp#Unit_NamedCollectionsOrSurveys ABCD_3_0_xsd.tmp#Unit_Gathering ABCD_3_0_xsd.tmp#Unit_FieldNumbers ABCD_3_0_xsd.tmp#Unit_FieldNotes ABCD_3_0_xsd.tmp#Unit_FieldNotesReferences ABCD_3_0_xsd.tmp#Unit_MeasurementsOrFacts ABCD_3_0_xsd.tmp#Unit_Sex ABCD_3_0_xsd.tmp#Unit_Age ABCD_3_0_xsd.tmp#Unit_Sequences ABCD_3_0_xsd.tmp#Unit_Notes ABCD_3_0_xsd.tmp#Unit_WebsiteURL ABCD_3_0_xsd.tmp#Unit_Annotations ABCD_3_0_xsd.tmp#Unit_UnitExtensions ABCD_3_0_xsd.tmp#Unit_ResourceURIs ABCD_3_0_xsd.tmp#Unit
Type Unit
Properties
content complex
maxOccurs unbounded
Model
Children Age, Annotations, Assemblages, Associations, BotanicalGardenUnit, ContentContacts, CultureCollectionUnit, DateModified, FieldNotes, FieldNotesReferences, FieldNumbers, GUID, Gathering, HerbariumUnit, ID, IdentificationHistory, Identifications, InformationWithheld, KindOfUnit, LastEditor, LegalStatements, MeasurementsOrFacts, MultimediaObjects, MycologicalUnit, NamedCollectionsOrSurveys, Notes, NumericID, ObservationUnit, Owner, PaleontologicalUnit, PlantGeneticResourcesUnit, RecordBasis, ResourceURIs, Sequences, Sex, SourceID, SourceInstitutionID, SourceReference, SpecimenUnit, UnitExtensions, UnitReferences, WebsiteURL, ZoologicalUnit
Instance
<Unit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <SourceInstitutionID>{1,1}</SourceInstitutionID>
  <SourceID>{1,1}</SourceID>
  <ID>{1,1}</ID>
  <NumericID>{0,1}</NumericID>
  <LastEditor>{0,1}</LastEditor>
  <DateModified>{0,1}</DateModified>
  <Owner>{0,1}</Owner>
  <LegalStatements>{0,1}</LegalStatements>
  <ContentContacts>{0,1}</ContentContacts>
  <InformationWithheld language="">{0,1}</InformationWithheld>
  <SourceReference>{0,1}</SourceReference>
  <UnitReferences>{0,1}</UnitReferences>
  <Identifications>{0,1}</Identifications>
  <IdentificationHistory>{0,1}</IdentificationHistory>
  <RecordBasis>{0,1}</RecordBasis>
  <KindOfUnit language="">{0,1}</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>
  <PaleontologicalUnit>{0,1}</PaleontologicalUnit>
  <MultimediaObjects>{0,1}</MultimediaObjects>
  <Associations>{0,1}</Associations>
  <Assemblages>{0,1}</Assemblages>
  <NamedCollectionsOrSurveys>{0,1}</NamedCollectionsOrSurveys>
  <Gathering>{0,1}</Gathering>
  <FieldNumbers>{0,1}</FieldNumbers>
  <FieldNotes language="">{0,1}</FieldNotes>
  <FieldNotesReferences>{0,1}</FieldNotesReferences>
  <MeasurementsOrFacts>{0,1}</MeasurementsOrFacts>
  <Sex>{0,1}</Sex>
  <Age>{0,1}</Age>
  <Sequences>{0,1}</Sequences>
  <Notes language="">{0,1}</Notes>
  <WebsiteURL>{0,1}</WebsiteURL>
  <Annotations>{0,1}</Annotations>
  <UnitExtensions>{0,1}</UnitExtensions>
  <ResourceURIs>{0,1}</ResourceURIs>
</Unit>
Source
<xs:element name="Unit" type="Unit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Unit">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container for all data referring to a unit (specimen or observation record)</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / GUID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A globally unique identifier for the unit (i.e. the physical specimen or original observation). 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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="GUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-GUID">
  <xs:annotation>
    <xs:documentation xml:lang="en">A globally unique identifier for the unit (i.e. the physical specimen or original observation). 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/3.0
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_3_0_xsd.tmp#InstitutionCode
Type InstitutionCode
Properties
content simple
Source
<xs:element name="SourceInstitutionID" type="InstitutionCode" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-SourceInstitutionID">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Name or code of the data source (unique within the institution, second part of the record identifier)
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SourceID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-SourceID">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / ID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A unique identifier for the unit record within the data source. Preferably, 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_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-ID">
  <xs:annotation>
    <xs:documentation xml:lang="en">A unique identifier for the unit record within the data source. Preferably, 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 / NumericID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The numeric catalogue number for a Unit. Where present, the unit catalogue number facilitates sorting and allows for searches on a range of catalogue numbers. The usage of this element still requires the usage of the general Unit ID. If the general Unit ID is by nature numeric, both properties should be filled with that value.
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 0
Source
<xs:element name="NumericID" type="xs:int" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/numericUnitID">
  <xs:annotation>
    <xs:documentation xml:lang="en">The numeric catalogue number for a Unit. Where present, the unit catalogue number facilitates sorting and allows for searches on a range of catalogue numbers. The usage of this element still requires the usage of the general Unit ID. If the general Unit ID is by nature numeric, both properties should be filled with that value.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / LastEditor
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name or other indication of the person or team that created or last edited this record.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<LastEditor xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</LastEditor>
Source
<xs:element name="LastEditor" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LastEditor">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name or other indication of the person or team that created or last edited this record.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / DateModified
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date or DateTime when the last modification of the unit record was made. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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. Note that experience shows that the information provided here is often unreliable, because providers tend to disregard updating this information. Maps to Dublin-Core standard element "Date.Modified".
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
Source
<xs:element name="DateModified" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-DateModified">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date or DateTime when the last modification of the unit record was made. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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. Note that experience shows that the information provided here is often unreliable, because providers tend to disregard updating this information. Maps to Dublin-Core standard element "Date.Modified".</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Owner
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The legal owner of the unit record. Note that ownership of physical specimens is handled under SpecimenUnit. If present, overrides the equivalent Owners element on the level of dataset.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<Owner xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Owner>
Source
<xs:element name="Owner" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Owner">
  <xs:annotation>
    <xs:documentation xml:lang="en">The legal owner of the unit record. Note that ownership of physical specimens is handled under SpecimenUnit. If present, overrides the equivalent Owners element on the level of dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / LegalStatements
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for legal statements pertaining to the individual record (unit). If present, override the equivalent statements on the level of dataset.
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatements_Licenses ABCD_3_0_xsd.tmp#LegalStatements_Acknowledgements ABCD_3_0_xsd.tmp#LegalStatements_SuggestedCitations ABCD_3_0_xsd.tmp#LegalStatements_OtherLegalStatements ABCD_3_0_xsd.tmp#LegalStatements
Type LegalStatements
Properties
content complex
minOccurs 0
Model
Children Acknowledgements, Licenses, OtherLegalStatements, SuggestedCitations
Instance
<LegalStatements xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Licenses>{0,1}</Licenses>
  <Acknowledgements>{0,1}</Acknowledgements>
  <SuggestedCitations>{0,1}</SuggestedCitations>
  <OtherLegalStatements>{0,1}</OtherLegalStatements>
</LegalStatements>
Source
<xs:element name="LegalStatements" type="LegalStatements" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container element for legal statements pertaining to the individual record (unit). If present, override the equivalent statements on the level of dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / ContentContacts
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Unit_Unit_ContentContacts_ContentContact
Properties
content complex
minOccurs 0
Model
Children ContentContact
Instance
<ContentContacts xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ContentContact preferred="">{1,unbounded}</ContentContact>
</ContentContacts>
Source
<xs:element name="ContentContacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="ContentContact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-ContentContact">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="preferred" type="xs:boolean" use="optional"/>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / ContentContacts / ContentContact
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact ABCD_3_0_xsd.tmp#Unit_Unit_ContentContacts_Unit_Unit_ContentContacts_ContentContact_preferred
Type extension of Contact
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<ContentContact preferred="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</ContentContact>
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:element name="ContentContact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-ContentContact">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="preferred" type="xs:boolean" use="optional"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element Unit / InformationWithheld
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Brief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the ContentCcontact. (=DwC.InformationWithheld). If present here, the information given should override the respective dataset-level statement.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="InformationWithheld" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-InformationWithheld">
  <xs:annotation>
    <xs:documentation xml:lang="en">Brief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the ContentCcontact. (=DwC.InformationWithheld). If present here, the information given should override the respective dataset-level statement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SourceReference
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Reference that is the source of the information about the unit given in the record.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<SourceReference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</SourceReference>
Source
<xs:element name="SourceReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-SourceReference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference that is the source of the information about the unit given in the record.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Reference / GUID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A globally unique identifier for the publication or the specific detail (page, figure, etc.) within the publication.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="GUID" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-GUID">
  <xs:annotation>
    <xs:documentation xml:lang="en">A globally unique identifier for the publication or the specific detail (page, figure, etc.) within the publication.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Reference / Text
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Formal citation for a paper or electronic publication.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Text" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-Text">
  <xs:annotation>
    <xs:documentation xml:lang="en">Formal citation for a paper or electronic publication.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Reference / Details
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Specific page, figure or illustration number(s) within the reference.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Details" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-Details">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specific page, figure or illustration number(s) within the reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Reference / WebsiteURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL of a web page related to the reference.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-WebsiteURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of a web page related to the reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Reference / ResourceURIs
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Preferably resolvable URIs of the reference (e.g. DOI).
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_Reference_ResourceURIs_ResourceURI
Properties
content complex
minOccurs 0
Model
Children ResourceURI
Instance
<ResourceURIs xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ResourceURI>{0,1}</ResourceURI>
</ResourceURIs>
Source
<xs:element name="ResourceURIs" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preferably resolvable URIs of the reference (e.g. DOI).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-ResourceURI">
        <xs:annotation>
          <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Reference / ResourceURIs / ResourceURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Universal Resource Identifier - Preferably resolvable.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-ResourceURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / UnitReferences
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for references citing the unit See SourceReference for the case that the record is based on a publication.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_UnitReferences_UnitReference
Properties
content complex
minOccurs 0
Model
Children UnitReference
Instance
<UnitReferences xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnitReference>{1,unbounded}</UnitReference>
</UnitReferences>
Source
<xs:element name="UnitReferences" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="UnitReference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Reference">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
Published reference citing this unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
maxOccurs unbounded
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<UnitReference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</UnitReference>
Source
<xs:element name="UnitReference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Published reference citing this unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Identifications
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for identification events, i.e. the circumstances and result of assigning a name to the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Identifications_Identification
Properties
content complex
minOccurs 0
Model
Children Identification
Instance
<Identifications xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Identification>{1,unbounded}</Identification>
</Identifications>
Source
<xs:element name="Identifications" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="Identification" type="Identification" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Identification">
        <xs:annotation>
          <xs:documentation xml:lang="en">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:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Identifications / Identification
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Identification_Result ABCD_3_0_xsd.tmp#Identification_PreferredFlag ABCD_3_0_xsd.tmp#Identification_NegativeIdentificationFlag ABCD_3_0_xsd.tmp#Identification_StoredUnderFlag ABCD_3_0_xsd.tmp#Identification_ResultRole ABCD_3_0_xsd.tmp#Identification_Identifiers ABCD_3_0_xsd.tmp#Identification_IdentifierRole ABCD_3_0_xsd.tmp#Identification_IdentificationSource ABCD_3_0_xsd.tmp#Identification_References ABCD_3_0_xsd.tmp#Identification_Date ABCD_3_0_xsd.tmp#Identification_Method ABCD_3_0_xsd.tmp#Identification_Notes ABCD_3_0_xsd.tmp#Identification_VerificationLevel ABCD_3_0_xsd.tmp#Identification
Type Identification
Properties
content complex
maxOccurs unbounded
Model
Children Date, IdentificationSource, IdentifierRole, Identifiers, Method, NegativeIdentificationFlag, Notes, PreferredFlag, References, Result, ResultRole, StoredUnderFlag, VerificationLevel
Instance
<Identification xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Result>{1,1}</Result>
  <PreferredFlag>{0,1}</PreferredFlag>
  <NegativeIdentificationFlag>{0,1}</NegativeIdentificationFlag>
  <StoredUnderFlag>{0,1}</StoredUnderFlag>
  <ResultRole language="">{0,1}</ResultRole>
  <Identifiers sequence="">{0,1}</Identifiers>
  <IdentifierRole>{0,1}</IdentifierRole>
  <IdentificationSource>{0,1}</IdentificationSource>
  <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 name="Identification" type="Identification" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Identification">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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_3_0_xsd.tmp#Identification_Identification_Result_TaxonIdentified ABCD_3_0_xsd.tmp#Identification_Identification_Result_MaterialIdentified ABCD_3_0_xsd.tmp#Identification_Identification_Result_Extension
Properties
content complex
Model
Children Extension, MaterialIdentified, TaxonIdentified
Instance
<Result xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <TaxonIdentified>{0,1}</TaxonIdentified>
  <MaterialIdentified language="">{0,1}</MaterialIdentified>
  <Extension>{0,1}</Extension>
</Result>
Source
<xs:element name="Result">
  <xs:annotation>
    <xs:documentation xml:lang="en">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:sequence>
      <xs:choice>
        <xs:element name="TaxonIdentified" type="TaxonIdentified" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-TaxonIdentified">
          <xs:annotation>
            <xs:documentation xml:lang="en">The Taxon (concept) or Taxonomic name assigned to the unit (or excluded, "non") in the Identification.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MaterialIdentified" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identifiedMaterial">
          <xs:annotation>
            <xs:documentation xml:lang="en">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:choice>
      <xs:element name="Extension" type="xs:anyType" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">A container element to allow extensions to add additional data to the identification of the unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Identification / Result / TaxonIdentified
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The Taxon (concept) or Taxonomic name assigned to the unit (or excluded, "non") in the Identification.
Diagram
Diagram ABCD_3_0_xsd.tmp#TaxonIdentified_HigherTaxa ABCD_3_0_xsd.tmp#TaxonIdentified_ScientificName ABCD_3_0_xsd.tmp#TaxonIdentified_InformalName ABCD_3_0_xsd.tmp#TaxonIdentified_NameComments ABCD_3_0_xsd.tmp#TaxonIdentified_Code ABCD_3_0_xsd.tmp#TaxonIdentified
Type TaxonIdentified
Properties
content complex
minOccurs 0
Model
Children Code, HigherTaxa, InformalName, NameComments, ScientificName
Instance
<TaxonIdentified xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <HigherTaxa>{0,1}</HigherTaxa>
  <ScientificName>{0,1}</ScientificName>
  <InformalName language="">{0,1}</InformalName>
  <NameComments language="">{0,1}</NameComments>
  <Code>{0,1}</Code>
</TaxonIdentified>
Source
<xs:element name="TaxonIdentified" type="TaxonIdentified" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-TaxonIdentified">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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_3_0_xsd.tmp#TaxonIdentified_TaxonIdentified_HigherTaxa_HigherTaxon
Properties
content complex
minOccurs 0
Model
Children HigherTaxon
Instance
<HigherTaxa xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <HigherTaxon>{1,unbounded}</HigherTaxon>
</HigherTaxa>
Source
<xs:element name="HigherTaxa" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="HigherTaxon" type="HigherTaxon" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HigherTaxon">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
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_3_0_xsd.tmp#HigherTaxon_HigherTaxonName ABCD_3_0_xsd.tmp#HigherTaxon_HigherTaxonRank ABCD_3_0_xsd.tmp#HigherTaxon
Type HigherTaxon
Properties
content complex
maxOccurs unbounded
Model
Children HigherTaxonName, HigherTaxonRank
Instance
<HigherTaxon xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <HigherTaxonName>{1,1}</HigherTaxonName>
  <HigherTaxonRank>{0,1}</HigherTaxonRank>
</HigherTaxon>
Source
<xs:element name="HigherTaxon" type="HigherTaxon" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HigherTaxon">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A higher taxon name.
Diagram
Diagram ABCD_3_0_xsd.tmp#Monomial
Type Monomial
Properties
content simple
Source
<xs:element name="HigherTaxonName" type="Monomial" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/HigherTaxonName">
  <xs:annotation>
    <xs:documentation xml:lang="en">A higher taxon name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element HigherTaxon / HigherTaxonRank
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Rank of associated higher taxon.
Diagram
Diagram ABCD_3_0_xsd.tmp#HigherTaxonRankEnum
Type HigherTaxonRankEnum
Properties
content simple
minOccurs 0
Facets
enumeration regnum
Higher Taxon Rank for the kingdom (lat. regnum).
enumeration subregnum
Higher Taxon Rank for the subkingdom (lat. subregnum).
enumeration superphylum
Higher Taxon Rank for the superphylum (or Superdivision in Botany).
enumeration phylum
Higher Taxon Rank for the Phylum (or Division in Botany).
enumeration subphylum
Higher Taxon Rank for the subphylum (or Subdivision in Botany).
enumeration superclassis
Higher Taxon Rank for the superclass (lat. superclassis).
enumeration classis
Higher Taxon Rank for the class (lat. classis).
enumeration subclassis
Higher Taxon Rank for the subclass (lat. subclassis).
enumeration supercohors
Higher Taxon Rank for the supercohort (lat. supercohors).
enumeration cohors
Higher Taxon Rank for the outdated rank of cohort (lat. cohors).
enumeration subcohors
Higher Taxon Rank for the subcohort (lat. subcohors).
enumeration superordo
Higher Taxon Rank for the superorder (lat. superordo).
enumeration ordo
Higher Taxon Rank for the order (lat. ordo).
enumeration subordo
Higher Taxon Rank for the suborder (lat. subordo).
enumeration superfamilia
Abbreviation for the botanical taxonomic rank form species (lat: forma species).
enumeration familia
Higher Taxon Rank for the superfamily (lat. superfamilia).
enumeration subfamilia
Higher Taxon Rank for the subfamily (lat. subfamilia).
enumeration tribus
Higher Taxon Rank for the tribe (lat. tribus).
enumeration genusgroup
Higher Taxon Rank element for Higher Taxon Names that are in an unspecified genus-group in Zoology.
enumeration unranked
Higher Taxon Rank element for Higher Taxon Names that are unranked.
Source
<xs:element name="HigherTaxonRank" type="HigherTaxonRankEnum" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HigherTaxonRank">
  <xs:annotation>
    <xs:documentation xml:lang="en">Rank of associated higher taxon.</xs:documentation>
  </xs:annotation>
</xs:element>
Element TaxonIdentified / ScientificName
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#ScientificName_FullScientificName ABCD_3_0_xsd.tmp#ScientificName_NameAtomized ABCD_3_0_xsd.tmp#ScientificName ABCD_3_0_xsd.tmp#ScientificNameIdentified_IdentificationQualifier ABCD_3_0_xsd.tmp#ScientificNameIdentified_NameAddendum ABCD_3_0_xsd.tmp#ScientificNameIdentified
Type ScientificNameIdentified
Type hierarchy
Properties
content complex
minOccurs 0
Model
Children FullScientificName, IdentificationQualifier, NameAddendum, NameAtomized
Instance
<ScientificName xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <FullScientificName>{1,1}</FullScientificName>
  <NameAtomized>{0,1}</NameAtomized>
  <IdentificationQualifier insertionpoint="">{0,1}</IdentificationQualifier>
  <NameAddendum>{0,1}</NameAddendum>
</ScientificName>
Source
<xs:element name="ScientificName" type="ScientificNameIdentified" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ScientificName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / FullScientificName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Concatenated scientific name, preferably formed in accordance with a Code of Nomenclature, i. e. a monomial, binomial, 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_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="FullScientificName" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fullScientificName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Concatenated scientific name, preferably formed in accordance with a Code of Nomenclature, i. e. a monomial, binomial, 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 / NameAtomized
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized data items of the taxon identified, with subtypes according to the different Codes of Nomenclature which apply to scientific names.
Diagram
Diagram ABCD_3_0_xsd.tmp#ScientificName_ScientificName_NameAtomized_Bacterial ABCD_3_0_xsd.tmp#ScientificName_ScientificName_NameAtomized_Botanical ABCD_3_0_xsd.tmp#ScientificName_ScientificName_NameAtomized_Zoological ABCD_3_0_xsd.tmp#ScientificName_ScientificName_NameAtomized_Viral
Properties
content complex
minOccurs 0
Model
Children Bacterial, Botanical, Viral, Zoological
Instance
<NameAtomized xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Bacterial>{0,1}</Bacterial>
  <Botanical>{0,1}</Botanical>
  <Zoological>{0,1}</Zoological>
  <Viral>{0,1}</Viral>
</NameAtomized>
Source
<xs:element name="NameAtomized" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized 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 name="Bacterial" type="NameBacterial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BacterialScientificName">
        <xs:annotation>
          <xs:documentation xml:lang="en">Atomized name with elements according to the International Code of Nomenclature of Prokaryotes</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Botanical" type="NameBotanical" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BotanicalScientificName">
        <xs:annotation>
          <xs:documentation xml:lang="en">Atomized name with elements according to the International Code of Botanical Nomenclature</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Zoological" type="NameZoological" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ZoologicalScientificName">
        <xs:annotation>
          <xs:documentation xml:lang="en">Atomized name with elements according to the International Code of Zoological Nomenclature</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Viral" type="NameViral" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ViralScientificName">
        <xs:annotation>
          <xs:documentation xml:lang="en">Atomized 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 / NameAtomized / Bacterial
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized name with elements according to the International Code of Nomenclature of Prokaryotes
Diagram
Diagram ABCD_3_0_xsd.tmp#NameBacterial_GenusOrMonomial ABCD_3_0_xsd.tmp#NameBacterial_Subgenus ABCD_3_0_xsd.tmp#NameBacterial_SubgenusAuthorAndYear ABCD_3_0_xsd.tmp#NameBacterial_SpeciesEpithet ABCD_3_0_xsd.tmp#NameBacterial_SubspeciesEpithet ABCD_3_0_xsd.tmp#NameBacterial_ParentheticalAuthorTeamAndYear ABCD_3_0_xsd.tmp#NameBacterial_AuthorTeamAndYear ABCD_3_0_xsd.tmp#NameBacterial_NameApprobation ABCD_3_0_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/3.0">
  <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 name="Bacterial" type="NameBacterial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BacterialScientificName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized 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/3.0
Annotations
The genus as part or only result of an identification or a higher taxon name representing that result.
Diagram
Diagram ABCD_3_0_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element name="GenusOrMonomial" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genusOrMonomial">
  <xs:annotation>
    <xs:documentation xml:lang="en">The genus as part or only result of an identification or a higher taxon name representing that result.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / Subgenus
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A subgenus name that was identified for the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element name="Subgenus" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subgenus">
  <xs:annotation>
    <xs:documentation xml:lang="en">A subgenus name that was identified for the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / SubgenusAuthorAndYear
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Author team and year of the subgenus name.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SubgenusAuthorAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subgenusAuthorAndYear">
  <xs:annotation>
    <xs:documentation xml:lang="en">Author team and year of the subgenus name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / SpeciesEpithet
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The first epithet occurring in the scientific name (after genus and, optionally, subgenus names).
Diagram
Diagram ABCD_3_0_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element name="SpeciesEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/speciesEpithet">
  <xs:annotation>
    <xs:documentation xml:lang="en">The first epithet occurring in the scientific name (after genus and, optionally, subgenus names).</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / SubspeciesEpithet
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The second epithet of the scientific name of subspecies rank (after Genus, optional subgenus, and species epithet).
Diagram
Diagram ABCD_3_0_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element name="SubspeciesEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subspeciesEpithet">
  <xs:annotation>
    <xs:documentation xml:lang="en">The second epithet of the scientific name of subspecies rank (after Genus, optional subgenus, and species epithet).</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / ParentheticalAuthorTeamAndYear
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Author team and Year of the basionym of a species or subspecies combination.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ParentheticalAuthorTeamAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/parentheticalAuthorTeamAndYear">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The author(s) who published the full name as it stands and its year that was identified for the unit. For the author team notation with parenthesis please use the element ParentheticalAuthorTeamAndYear.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AuthorTeamAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeamAndYear">
  <xs:annotation>
    <xs:documentation xml:lang="en">The author(s) who published the full name as it stands and its year that was identified for the unit. For the author team notation with parenthesis please use the element ParentheticalAuthorTeamAndYear.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBacterial / NameApprobation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Approbation of the name identified for the unit according to an approved list, validation list,or validly published, paper in IJSB after 1980.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="NameApprobation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nameApprobation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Approbation of the name identified for the unit according to an approved list, validation list,or validly published, paper in IJSB after 1980.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ScientificName / NameAtomized / Botanical
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized name with elements according to the International Code of Botanical Nomenclature
Diagram
Diagram ABCD_3_0_xsd.tmp#NameBotanical_GenusOrMonomial ABCD_3_0_xsd.tmp#NameBotanical_FirstEpithet ABCD_3_0_xsd.tmp#NameBotanical_InfraspecificEpithet ABCD_3_0_xsd.tmp#NameBotanical_Rank ABCD_3_0_xsd.tmp#NameBotanical_HybridFlag ABCD_3_0_xsd.tmp#NameBotanical_AuthorTeamParenthesis ABCD_3_0_xsd.tmp#NameBotanical_AuthorTeam ABCD_3_0_xsd.tmp#NameBotanical_CultivarGroupName ABCD_3_0_xsd.tmp#NameBotanical_CultivarName ABCD_3_0_xsd.tmp#NameBotanical_TradeDesignationNames ABCD_3_0_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/3.0">
  <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 name="Botanical" type="NameBotanical" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BotanicalScientificName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized 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/3.0
Annotations
The genus as part or only result of an identification or a higher taxon name representing that result.
Diagram
Diagram ABCD_3_0_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element name="GenusOrMonomial" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genusOrMonomial">
  <xs:annotation>
    <xs:documentation xml:lang="en">The genus as part or only result of an identification or a higher taxon name representing that result.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / FirstEpithet
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The first epithet in a botanical name combination identified for the unit(species epithet or the epithet of the subdivision of a genus).
Diagram
Diagram ABCD_3_0_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element name="FirstEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/firstEpithet">
  <xs:annotation>
    <xs:documentation xml:lang="en">The first epithet in a botanical name combination identified for the unit(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/3.0
Annotations
The final epithet of a botanical name of infraspecific rank.
Diagram
Diagram ABCD_3_0_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element name="InfraspecificEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/infraspecificEpithet">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Taxonomic rank abbreviation as used in the botanical name string.
Diagram
Diagram ABCD_3_0_xsd.tmp#RankAbbreviation
Type RankAbbreviation
Properties
content simple
minOccurs 0
Facets
enumeration subgen.
Abbreviation for the botanical taxonomic rank subgenus.
enumeration sect.
Abbreviation for the botanical taxonomic rank section (lat: sectio).
enumeration subsp.
Abbreviation for the botanical taxonomic rank subspecies.
enumeration var.
Abbreviation for the botanical taxonomic rank variety (lat: varietas).
enumeration subvar.
Abbreviation for the botanical taxonomic rank subvariety (lat: subvarietas).
enumeration forma
Latin name for the botanical taxonomic rank form (abbr.: f.).
enumeration f.
Abbreviation for the botanical taxonomic rank form (lat: forma).
enumeration subforma
Latin name for the botanical taxonomic rank subform (abbr.: subf.).
enumeration subf.
Abbreviation for the botanical taxonomic rank subform (lat: subforma).
enumeration f.spec.
Abbreviation for the botanical taxonomic rank form species (lat: forma species).
Source
<xs:element name="Rank" type="RankAbbreviation" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BotanicalTaxonRank">
  <xs:annotation>
    <xs:documentation xml:lang="en">Taxonomic rank abbreviation as used in the botanical name string.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / HybridFlag
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 hybrid flag should be inserted (1 = before entire name, 2= before first epithet, 3 = before rank designation for second epithet.)
Diagram
Diagram ABCD_3_0_xsd.tmp#NameBotanical_NameBotanical_HybridFlag_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="HybridFlag" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/hybridFlag">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 hybrid flag 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="xs:string">
        <xs:attribute name="insertionpoint" use="optional" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/hybridFlagInsertionPoint">
          <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 NameBotanical / AuthorTeamParenthesis
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Author team of the basionym of a species or subspecies combination.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AuthorTeamParenthesis" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeamParenthesis">
  <xs:annotation>
    <xs:documentation xml:lang="en">Author team of the basionym of a species or subspecies combination.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / AuthorTeam
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The author(s) who published the full name as it stands.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AuthorTeam" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeam">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The cultivar group name.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CultivarGroupName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultivarGroupName">
  <xs:annotation>
    <xs:documentation xml:lang="en">The cultivar group name.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / CultivarName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The cultivar name, as specified by the ICNCP.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CultivarName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultivarName">
  <xs:annotation>
    <xs:documentation xml:lang="en">The cultivar name, as specified by the ICNCP.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameBotanical / TradeDesignationNames
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container for trade names.
Diagram
Diagram ABCD_3_0_xsd.tmp#NameBotanical_NameBotanical_TradeDesignationNames_TradeDesignationName
Properties
content complex
minOccurs 0
Model
Children TradeDesignationName
Instance
<TradeDesignationNames xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <TradeDesignationName>{1,unbounded}</TradeDesignationName>
</TradeDesignationNames>
Source
<xs:element name="TradeDesignationNames" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container for trade names.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TradeDesignationName" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/tradeDesignationName">
        <xs:annotation>
          <xs:documentation xml:lang="en">A 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/3.0
Annotations
A trade name used for a specific cultivar.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="TradeDesignationName" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/tradeDesignationName">
  <xs:annotation>
    <xs:documentation xml:lang="en">A trade name used for a specific cultivar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ScientificName / NameAtomized / Zoological
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized name with elements according to the International Code of Zoological Nomenclature
Diagram
Diagram ABCD_3_0_xsd.tmp#NameZoological_GenusOrMonomial ABCD_3_0_xsd.tmp#NameZoological_Subgenus ABCD_3_0_xsd.tmp#NameZoological_SpeciesEpithet ABCD_3_0_xsd.tmp#NameZoological_SubspeciesEpithet ABCD_3_0_xsd.tmp#NameZoological_AuthorTeamOriginalAndYear ABCD_3_0_xsd.tmp#NameZoological_AuthorTeamParenthesisAndYear ABCD_3_0_xsd.tmp#NameZoological_CombinationAuthorTeamAndYear ABCD_3_0_xsd.tmp#NameZoological_Breed ABCD_3_0_xsd.tmp#NameZoological_NamedIndividual ABCD_3_0_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/3.0">
  <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 name="Zoological" type="NameZoological" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ZoologicalScientificName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized 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/3.0
Annotations
The genus as part or only result of an identification or a higher taxon name representing that result.
Diagram
Diagram ABCD_3_0_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element name="GenusOrMonomial" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genusOrMonomial">
  <xs:annotation>
    <xs:documentation xml:lang="en">The genus as part or only result of an identification or a higher taxon name representing that result.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / Subgenus
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A subgenus name that was identified for the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element name="Subgenus" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subgenus">
  <xs:annotation>
    <xs:documentation xml:lang="en">A subgenus name that was identified for the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / SpeciesEpithet
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The first epithet occurring in the scientific name (after genus and, optionally, subgenus names).
Diagram
Diagram ABCD_3_0_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element name="SpeciesEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/speciesEpithet">
  <xs:annotation>
    <xs:documentation xml:lang="en">The first epithet occurring in the scientific name (after genus and, optionally, subgenus names).</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / SubspeciesEpithet
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The second epithet of the scientific name of subspecies rank (after Genus, optional subgenus, and species epithet).
Diagram
Diagram ABCD_3_0_xsd.tmp#Epithet
Type Epithet
Properties
content simple
minOccurs 0
Source
<xs:element name="SubspeciesEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subspeciesEpithet">
  <xs:annotation>
    <xs:documentation xml:lang="en">The second epithet of the scientific name of subspecies rank (after Genus, optional subgenus, and species epithet).</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / AuthorTeamOriginalAndYear
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The first person(s) who validly published a species-group name and the year of publication.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AuthorTeamOriginalAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeamOriginalAndYear">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AuthorTeamParenthesisAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeamParenthesisAndYear">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The citation of the authors responsible for the new combination and the year of its publication.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CombinationAuthorTeamAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/combinationAuthorTeamAndYear">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Name of the breed of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Breed" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/breed">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name of the breed of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameZoological / NamedIndividual
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The name of an individually named animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="NamedIndividual" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/namedIndividual">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of an individually named animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ScientificName / NameAtomized / Viral
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized name with elements according to the International Committee on Taxonomy of Viruses
Diagram
Diagram ABCD_3_0_xsd.tmp#NameViral_GenusOrMonomial ABCD_3_0_xsd.tmp#NameViral_ViralSpeciesDesignation ABCD_3_0_xsd.tmp#NameViral_Acronym ABCD_3_0_xsd.tmp#NameViral
Type NameViral
Properties
content complex
minOccurs 0
Model
Children Acronym, GenusOrMonomial, ViralSpeciesDesignation
Instance
<Viral xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GenusOrMonomial>{0,1}</GenusOrMonomial>
  <ViralSpeciesDesignation>{0,1}</ViralSpeciesDesignation>
  <Acronym>{0,1}</Acronym>
</Viral>
Source
<xs:element name="Viral" type="NameViral" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ViralScientificName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized 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/3.0
Annotations
The genus as part or only result of an identification or a higher taxon name representing that result.
Diagram
Diagram ABCD_3_0_xsd.tmp#Monomial
Type Monomial
Properties
content simple
minOccurs 0
Source
<xs:element name="GenusOrMonomial" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genusOrMonomial">
  <xs:annotation>
    <xs:documentation xml:lang="en">The genus as part or only result of an identification or a higher taxon name representing that result.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NameViral / ViralSpeciesDesignation
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ViralSpeciesDesignation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/viralSpeciesDesignation">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The accepted acronym for the Virus, e.g. PCV for Peanut Clump Virus.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Acronym" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acronym">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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 atomized 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_3_0_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" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identificationQualifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 atomized 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" use="optional" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identificationQualifierInsertionPoint">
          <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/3.0
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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="NameAddendum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nameAddendum">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / InformalName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The outcome of an identification event that does not adhere to the rule of a Code of Nomenclature.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="InformalName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/informalName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Any free text comments related to the name
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="NameComments" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TaxonIdentified-NameComments">
  <xs:annotation>
    <xs:documentation xml:lang="en">Any free text comments related to the name</xs:documentation>
  </xs:annotation>
</xs:element>
Element TaxonIdentified / Code
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The Code of Nomenclature that applies to the scientific name.
Diagram
Diagram ABCD_3_0_xsd.tmp#CodeOfNomenclatureEnum
Type CodeOfNomenclatureEnum
Properties
content simple
minOccurs 0
Facets
enumeration Bacteriological
enumeration Botanical
enumeration Viral
enumeration Zoological
enumeration Cultivated
Source
<xs:element name="Code" type="CodeOfNomenclatureEnum" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NomenclatureCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A material identified as the result of the identification event (e.g. a non-organismic substrate of a microorganism)
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="MaterialIdentified" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identifiedMaterial">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A container element to allow extensions to add additional data to the identification of the unit.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="Extension" type="xs:anyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element to allow extensions to add additional data to the identification of the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / PreferredFlag
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
True to designate current identification.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="PreferredFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preferred">
  <xs:annotation>
    <xs:documentation xml:lang="en">True to designate current identification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / NegativeIdentificationFlag
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
True to designate negative identifications.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="NegativeIdentificationFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/negativeIdentificationFlag">
  <xs:annotation>
    <xs:documentation xml:lang="en">True to designate negative identifications.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / StoredUnderFlag
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
True to designate the identification under which the entire unit is stored (in a physical collection) or otherwise preferably referenced.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="StoredUnderFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/storedUnderFlag">
  <xs:annotation>
    <xs:documentation xml:lang="en">True to designate the identification under which the entire unit is stored (in a physical collection) or otherwise preferably referenced.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / ResultRole
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Used to designate the role of the identification result (e.g. substrate, isolate, host, parasite, etc.)
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="ResultRole" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/resultRole">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A container element for several identifiers for this unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Identification_Identification_Identifiers_sequence ABCD_3_0_xsd.tmp#Identification_Identification_Identifiers_Identifier
Properties
content complex
minOccurs 0
Model
Children Identifier
Instance
<Identifiers sequence="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Identifier>{1,unbounded}</Identifier>
</Identifiers>
Attributes
QName Type Use
sequence xs:int optional
Source
<xs:element name="Identifiers" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for several identifiers for this unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Identifier" type="Contact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identifier">
        <xs:annotation>
          <xs:documentation xml:lang="en">Atomized record of individual, team member, or organization that made the identification.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="sequence" type="xs:int" use="optional"/>
  </xs:complexType>
</xs:element>
Element Identification / Identifiers / Identifier
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized record of individual, team member, or organization that made the identification.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
maxOccurs unbounded
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<Identifier xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Identifier>
Source
<xs:element name="Identifier" type="Contact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized record of individual, team member, or organization that made the identification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / IdentifierRole
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Indication of the nature of the taxonomic verification; e.g. "conf." or "det."
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="IdentifierRole" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/IdentifierRole">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indication of the nature of the taxonomic verification; e.g. "conf." or "det."</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / IdentificationSource
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A reference which has provided the identification (and - if present - the identifier's name and/or Organization). The entire identification event was taken from the source given here. It is not recommended to cite "field tag", or "determination slip" here as the source of the identification but to restrict this to published works. To cite published works that helped with the Identification, please use a reference element of the Identification.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<IdentificationSource xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</IdentificationSource>
Source
<xs:element name="IdentificationSource" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/IdentificationSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">A reference which has provided the identification (and - if present - the identifier's name and/or Organization). The entire identification event was taken from the source given here. It is not recommended to cite "field tag", or "determination slip" here as the source of the identification but to restrict this to published works. To cite published works that helped with the Identification, please use a reference element of the Identification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / References
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
References that were used by the identifier to provide the identification (e.g. by means of providing a key or a description of a taxon). It circumscribes a particular taxon concept (also referred to as a potential taxon) for a given taxonomic name. Note: this is not the citation from which and identification was taken, see under Identifier/IdentificationSource.
Diagram
Diagram ABCD_3_0_xsd.tmp#Identification_Identification_References_Reference
Properties
content complex
minOccurs 0
Model
Children Reference
Instance
<References xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Reference>{1,unbounded}</Reference>
</References>
Source
<xs:element name="References" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">References that were used by the identifier to provide the identification (e.g. by means of providing a key or a description of a taxon). It circumscribes a particular taxon concept (also referred to as a potential taxon) for a given taxonomic name. 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 name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-Reference">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 IdentificationSource.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Identification / References / Reference
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 IdentificationSource.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
maxOccurs unbounded
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Reference>
Source
<xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 IdentificationSource.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Date
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date of the identification event.
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTime_DateText ABCD_3_0_xsd.tmp#DateTime_TimeZone ABCD_3_0_xsd.tmp#DateTime_ISODateTimeBegin ABCD_3_0_xsd.tmp#DateTime_TimeOfDayBegin ABCD_3_0_xsd.tmp#DateTime_ISODateTimeEnd ABCD_3_0_xsd.tmp#DateTime_TimeOfDayEnd ABCD_3_0_xsd.tmp#DateTime_PeriodExplicit ABCD_3_0_xsd.tmp#DateTime
Type DateTime
Properties
content complex
minOccurs 0
Model
Children DateText, ISODateTimeBegin, ISODateTimeEnd, PeriodExplicit, TimeOfDayBegin, TimeOfDayEnd, TimeZone
Instance
<Date xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <DateText>{0,1}</DateText>
  <TimeZone>{0,1}</TimeZone>
  <ISODateTimeBegin>{0,1}</ISODateTimeBegin>
  <TimeOfDayBegin>{0,1}</TimeOfDayBegin>
  <ISODateTimeEnd>{0,1}</ISODateTimeEnd>
  <TimeOfDayEnd>{0,1}</TimeOfDayEnd>
  <PeriodExplicit>{0,1}</PeriodExplicit>
</Date>
Source
<xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-Date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date of the identification event.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / DateText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A text version (alphabetic mixed case and integer) of the date at which the unit identification event took place. This element is meant for use when the date is imprecise, ambiguous or not in a form that satisfies the standard structured date format. It can also be used when it is important to record the verbatim representation of the date or when dates to be recorded are not completely legible. For example the day and month may be decipherable but not the year; the use of this field will allow recording of partially interpreted information.This field can be used to record generalised date ranges and irresolvable ambiguity such as different day/month order conventions (e.g. US/Europe) or to allow for multiple dates and periods. E.g. "January 21st, 1900", "Autumn 1805", "17.05.192? (last digit indistinguishable, could be 5, 9 or 2)".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="DateText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/DateTime-DateText">
  <xs:annotation>
    <xs:documentation xml:lang="en">A text version (alphabetic mixed case and integer) of the date at which the unit identification event took place. This element is meant for use when the date is imprecise, ambiguous or not in a form that satisfies the standard structured date format. It can also be used when it is important to record the verbatim representation of the date or when dates to be recorded are not completely legible. For example the day and month may be decipherable but not the year; the use of this field will allow recording of partially interpreted information.This field can be used to record generalised date ranges and irresolvable ambiguity such as different day/month order conventions (e.g. US/Europe) or to allow for multiple dates and periods. E.g. "January 21st, 1900", "Autumn 1805", "17.05.192? (last digit indistinguishable, could be 5, 9 or 2)".</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / TimeZone
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The time zone to which the time-of-day data refer
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="TimeZone" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeZone">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The beginning of a period or a single point in time expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). Dates or time spans that can not be properly mapped to this format due to potential ambiguities or missing information (e.g. indistinguishable writings) need to be mapped to DateText. To describe a single point in time, use this element and omit the ISODateTimeEnd element.
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
Source
<xs:element name="ISODateTimeBegin" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeSpanBegin">
  <xs:annotation>
    <xs:documentation xml:lang="en">The beginning of a period or a single point in time expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). Dates or time spans that can not be properly mapped to this format due to potential ambiguities or missing information (e.g. indistinguishable writings) need to be mapped to DateText. To describe a single point in time, use this element and omit the ISODateTimeEnd element.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / TimeOfDayBegin
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The time of day in hours from midnight local time for the beginning of a period.
Diagram
Diagram
Type xs:time
Properties
content simple
minOccurs 0
Source
<xs:element name="TimeOfDayBegin" type="xs:time" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeOfDayBegin">
  <xs:annotation>
    <xs:documentation xml:lang="en">The time of day in hours from midnight local time for the beginning of a period.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / ISODateTimeEnd
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The end of a period expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). Dates or time spans that can not be properly mapped to this format due to potential ambiguities or missing information (e.g. indistinguishable writings) need to be mapped to DateText. To describe a single point in time, omit this element and use the ISODateTimeBegin element.
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
Source
<xs:element name="ISODateTimeEnd" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeSpanEnd">
  <xs:annotation>
    <xs:documentation xml:lang="en">The end of a period expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). Dates or time spans that can not be properly mapped to this format due to potential ambiguities or missing information (e.g. indistinguishable writings) need to be mapped to DateText. To describe a single point in time, omit this element and use the ISODateTimeBegin element.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / TimeOfDayEnd
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The time of day in hours from midnight for the end of a period.
Diagram
Diagram
Type xs:time
Properties
content simple
minOccurs 0
Source
<xs:element name="TimeOfDayEnd" type="xs:time" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeOfDayEnd">
  <xs:annotation>
    <xs:documentation xml:lang="en">The time of day in hours from midnight for the end of a period.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DateTime / PeriodExplicit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Set to "true" if the event explicitly takes place for the entire period indicated. Set to "false" if it occurs at some point of time during the period. Not filled if unknown or no period specified (ISODateTimeEnd not used).
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="PeriodExplicit" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/periodExplicit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Set to "true" if the event explicitly takes place for the entire period indicated. Set to "false" if it occurs at some point of time during the period. Not filled if unknown or no period specified (ISODateTimeEnd not used).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / Method
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The method by which the identification was obtained, e.g. details of molecular analysis or acoustical procedures.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Method" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-Method">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Supplementary remarks about the identification.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Supplementary remarks about the identification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Identification / VerificationLevel
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="VerificationLevel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/verificationLevel">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / IdentificationHistory
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The history of identifications for the Unit (assigned identification results). In normal circumstances the history can be constructed by sorting identification events by date and reference to the preferred identification flag.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="IdentificationHistory" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identificationHistory">
  <xs:annotation>
    <xs:documentation xml:lang="en">The history of identifications for the Unit (assigned identification results). 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/3.0
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_3_0_xsd.tmp#RecordBasisEnum
Type RecordBasisEnum
Properties
content simple
minOccurs 0
Facets
enumeration PreservedSpecimen
enumeration LivingSpecimen
enumeration FossilSpecimen
enumeration MineralSpecimen
enumeration OtherSpecimen
enumeration MaterialSample
enumeration HumanObservation
enumeration MachineObservation
enumeration DrawingOrPhotograph
enumeration MultimediaObject
enumeration AbsenceObservation
Source
<xs:element name="RecordBasis" type="RecordBasisEnum" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/RecordBasis">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Part(s) of organism or class of materials represented by this unit, e.g. herbarium sheet, leaf, muscle, leg, blood, whole organism, skin
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="KindOfUnit" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-KindOfUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Part(s) of organism or class of materials represented by this unit, e.g. herbarium sheet, leaf, muscle, leg, blood, whole organism, skin</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A Unit subtype containing data elements specific to specimens (living, fossil, or preserved).
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Owner ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_LoanRestrictions ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Acquisition ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Accessions ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Preparations ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_PreparationsText ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Preservations ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Marks ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_PreviousUnits ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_PreviousUnitsText ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_NomenclaturalTypeText ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_DuplicatesDistributedTo ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Disposition ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_SpecimenMeasurementsOrFacts
Properties
content complex
minOccurs 0
Model
Children Accessions, Acquisition, Disposition, DuplicatesDistributedTo, LoanRestrictions, Marks, NomenclaturalTypeDesignations, NomenclaturalTypeText, Owner, Preparations, PreparationsText, Preservations, PreviousUnits, PreviousUnitsText, SpecimenMeasurementsOrFacts
Instance
<SpecimenUnit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Owner>{0,1}</Owner>
  <LoanRestrictions>{0,1}</LoanRestrictions>
  <Acquisition>{0,1}</Acquisition>
  <Accessions>{0,1}</Accessions>
  <Preparations>{0,1}</Preparations>
  <PreparationsText language="">{0,1}</PreparationsText>
  <Preservations>{0,1}</Preservations>
  <Marks>{0,1}</Marks>
  <PreviousUnits>{0,1}</PreviousUnits>
  <PreviousUnitsText>{0,1}</PreviousUnitsText>
  <NomenclaturalTypeDesignations>{0,1}</NomenclaturalTypeDesignations>
  <NomenclaturalTypeText language="">{0,1}</NomenclaturalTypeText>
  <DuplicatesDistributedTo>{0,1}</DuplicatesDistributedTo>
  <Disposition language="">{0,1}</Disposition>
  <SpecimenMeasurementsOrFacts>{0,1}</SpecimenMeasurementsOrFacts>
</SpecimenUnit>
Source
<xs:element name="SpecimenUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/SpecimenUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">A Unit subtype containing data elements specific to specimens (living, fossil, or preserved).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Owner" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SpecimenUnit-Owner">
        <xs:annotation>
          <xs:documentation xml:lang="en">The legal owner or holder of the physical specimen</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LoanRestrictions" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/LoanRestrictions">
        <xs:annotation>
          <xs:documentation xml:lang="en">Restrictions for accessing or loaning the specimen or sample.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="BlockedUntil" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/BlockedUntil">
              <xs:annotation>
                <xs:documentation xml:lang="en">Sample or specimen data can not be ordered/loaned until the given date, but are visible via portals. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Blocked" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/blocked">
              <xs:annotation>
                <xs:documentation xml:lang="en">Sample or specimen data can not be ordered/loaned in general, but are visible via portals. Note: Records/samples/specimens not to be published should be blocked on database level. If they are available via Darwin Core or ABCD, they are visible for everyone. This element is to be used for samples/specimens that cannot be loaned.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="LoanConditions" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanConditions">
              <xs:annotation>
                <xs:documentation xml:lang="en">Certain conditions for loaning this specimen or sample. E.g. "additional insurance required", "can only be loaned for a maximum of two months".</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Acquisition" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Acquisition date, source and type.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="AcquisitionType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acquisitionType">
              <xs:annotation>
                <xs:documentation xml:lang="en">Type of acquisition. E.g. "Bequest", "Purchase", "Donation"</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Date" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Acquisition-Date">
              <xs:annotation>
                <xs:documentation xml:lang="en">Textual statement of the date of acquisition of the specimen by the institution. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AcquiredFrom" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/AcquiredFrom">
              <xs:annotation>
                <xs:documentation xml:lang="en">Name of person and/or Organization the unit was acquired from (e.g. depositor of a strain).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AcquisitionSourceText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acquisitionSourceText">
              <xs:annotation>
                <xs:documentation xml:lang="en">Free text field for unformatted recording of acquisition source details.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Accessions" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Accession details.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Accession" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Accession">
              <xs:annotation>
                <xs:documentation xml:lang="en">Triple to accommodate accession number in multiple catalogues.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="AccessionDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-Date">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Textual statement of the date on which the accession was recorded. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="AccessionCatalogue" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionCatalogue">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="AccessionNumber" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionNumber">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="AccessionURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-URI">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">An preferably resolvable URI to uniquely identify the accession containing both the AccessionCatalogue and AccessionNumber.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Preparations" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Specimen preparation details, possibly a sequence of preparation steps</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Preparation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Preparation">
              <xs:annotation>
                <xs:documentation xml:lang="en">Specimen preparation details.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="PreparationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationType">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Description of preparation type (specimens, tissues, DNA). Examples: for DNA: gDNA; for tissues/specimens: leaf, muscle, leg, blood.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreparationMethod" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationMethod">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Process used in preparing the specimen or sample, can also be used to describe Phage/Plasmid propagation, Process used in extracting the DNA/RNA; adaptions made; SPREC code</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreparationMaterials" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationMaterials">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Materials and chemicals used in the preparation of the specimen, tissue, DNA or RNA sample.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreparationAgent" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationAgent">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Person and/or institution responsible for or effecting the preparation.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreparationDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationDate">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The date of preparation, free text. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="SampleSize" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleSize">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">MIxS element. Amount or size of sample (volume, mass or area) that was collected</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Sieving" type="String" minOccurs="0" sawsdl:modelReference="http://gensc.org/ns/mixs/sieving">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">MIxS element. Collection design of pooled samples and/or sieve size and amount of sample sieved. Is of interest for metagenomic focus e.g. design name and/or size;amount</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="SampleDesignations" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Designated numbers or identifiers of sample, usually project numbers used in the lab.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="SampleDesignation" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleDesignation">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Designated number or identifier of sample, usually project number used in the lab.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                  <xs:element name="References" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">References for the preparation method</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preparation-Reference">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Attribute for RefType</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
                <xs:attribute name="sequence" type="xs:int" use="optional"/>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="PreparationsText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationsText">
        <xs:annotation>
          <xs:documentation xml:lang="en">Textual account of preparations.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Preservations" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Specimen preservation details, possibly a sequence of preservation periods</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Preservation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Preservation">
              <xs:annotation>
                <xs:documentation xml:lang="en">A description of the preservation of the specimen.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="PreservationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preservationType">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Description of preservation type. E.g. "freezer".</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreservationTemperature" type="Temperature" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preservation-Temperature">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Temperature the unit is preserved at.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreservationDateBegin" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreservationDateBegin">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The date in text form when preservation begins. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
                <xs:attribute name="sequence" type="xs:int" use="optional"/>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Marks" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">A container element for several labels or inscriptions associated with the unit.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Mark" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Mark">
              <xs:annotation>
                <xs:documentation xml:lang="en">Label(s), writing(s) or inscription(s).</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="MarkType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/markType">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The type of mark on or associated to the unit. E.g. "label", "inscription".</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="MarkText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkText">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Text transcription of an label, writing or inscription.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PositionOnObject" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/positionOnObject">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The position of the inscription, writing or label on the object. E.g. "top left", "middle right".</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="MarkAuthor" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkAuthor">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Name of person who created the label, writing or inscription.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="MarkComment" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-Notes">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Summary, interpretation or opinion of the text.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Images" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">References to an image or images of the label, writing or inscription.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="ImageID" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-ImageID">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">The ID of an image of the mark. The image must be listed as a MultimediaObject of the Unit.</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="PreviousUnits" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">A container element for several previous identifiers and locations for this unit.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="PreviousUnit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PreviousUnit">
              <xs:annotation>
                <xs:documentation xml:lang="en">A container for past identifiers and locations for this specimen.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="PreviousUnitGUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitGUID">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The globally unique identifier of the specimen in the previous collection.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreviousSourceInstitutionID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceInstitutionID">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Name or code of the institution previously holding this specimen.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreviousSourceID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceID">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Name or code of collection previously holding this specimen.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreviousUnitID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitID">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Identifier of specimen in previous collection.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Date">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Dates that the specimen was held in previous collection.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Notes">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Any further information about this specimen in its previous collection.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PreviousUnitText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/previousUnitText">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">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 name="sequence" type="xs:int" use="optional"/>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="PreviousUnitsText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/previousUnitsText">
        <xs:annotation>
          <xs:documentation xml:lang="en">An alternative text identifying the previous units.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NomenclaturalTypeDesignations" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">A container element for several nomenclatural type designations.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="NomenclaturalTypeDesignation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NomenclaturalTypeDesignation">
              <xs:annotation>
                <xs:documentation xml:lang="en">Information on the type status of the specimen.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="TypifiedName" type="ScientificName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TypifiedName">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The name based on the specimen.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="NomenclaturalReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/NomenclaturalTypeDesignation-Reference">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Published reference.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="TypeStatus" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/typeStatus">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Full term designating the status. E.g. "Holotype", "Isolectotype"</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="CodeAssessment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codeAssessment">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">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 name="DoubtfulFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/doubtfulFlag">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Indicator for unverified type status (kind and fact).</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Verifier" type="PersonName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Verifier">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The person assigning or verifying the type status of the specimen.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="VerificationDate" type="xs:date" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationDate">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Date of verification.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="VerificationNotes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationNotes">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">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="NomenclaturalTypeText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nomenclaturalTypeText">
        <xs:annotation>
          <xs:documentation xml:lang="en">A note detailing possible or verified type information related to the specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DuplicatesDistributedTo" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/duplicatesDistributedTo">
        <xs:annotation>
          <xs:documentation xml:lang="en">A free text field to note the known other recipients of a duplicate of the unit, preferably in the form of a delimited list of SourceInstitionIDs.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Disposition" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/disposition">
        <xs:annotation>
          <xs:documentation xml:lang="en">DwC curatorial extension r. 14: 'The current disposition of the catalogued item. Examples: "in collection", "missing", "source gone", "voucher elsewhere", "duplicates elsewhere","consumed".'</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SpecimenMeasurementsOrFacts" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Further measurements or facts related to the specimen, e.g. morphometric parameters.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="SpecimenMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SpecimenUnit-MeasurementOrFact">
              <xs:annotation>
                <xs:documentation xml:lang="en">An additional measurement or fact related to the specimen, e.g. morphometric parameters or physiological condition facts.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Owner
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The legal owner or holder of the physical specimen
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<Owner xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Owner>
Source
<xs:element name="Owner" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SpecimenUnit-Owner">
  <xs:annotation>
    <xs:documentation xml:lang="en">The legal owner or holder of the physical specimen</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / LoanRestrictions
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Restrictions for accessing or loaning the specimen or sample.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_LoanRestrictions_BlockedUntil ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_LoanRestrictions_Blocked ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_LoanRestrictions_LoanConditions
Properties
content complex
minOccurs 0
Model
Children Blocked, BlockedUntil, LoanConditions
Instance
<LoanRestrictions xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <BlockedUntil>{0,1}</BlockedUntil>
  <Blocked>{0,1}</Blocked>
  <LoanConditions>{0,1}</LoanConditions>
</LoanRestrictions>
Source
<xs:element name="LoanRestrictions" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/LoanRestrictions">
  <xs:annotation>
    <xs:documentation xml:lang="en">Restrictions for accessing or loaning the specimen or sample.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="BlockedUntil" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/BlockedUntil">
        <xs:annotation>
          <xs:documentation xml:lang="en">Sample or specimen data can not be ordered/loaned until the given date, but are visible via portals. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Blocked" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/blocked">
        <xs:annotation>
          <xs:documentation xml:lang="en">Sample or specimen data can not be ordered/loaned in general, but are visible via portals. Note: Records/samples/specimens not to be published should be blocked on database level. If they are available via Darwin Core or ABCD, they are visible for everyone. This element is to be used for samples/specimens that cannot be loaned.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LoanConditions" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanConditions">
        <xs:annotation>
          <xs:documentation xml:lang="en">Certain conditions for loaning this specimen or sample. E.g. "additional insurance required", "can only be loaned for a maximum of two months".</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / LoanRestrictions / BlockedUntil
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Sample or specimen data can not be ordered/loaned until the given date, but are visible via portals. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="BlockedUntil" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/BlockedUntil">
  <xs:annotation>
    <xs:documentation xml:lang="en">Sample or specimen data can not be ordered/loaned until the given date, but are visible via portals. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / LoanRestrictions / Blocked
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Sample or specimen data can not be ordered/loaned in general, but are visible via portals. Note: Records/samples/specimens not to be published should be blocked on database level. If they are available via Darwin Core or ABCD, they are visible for everyone. This element is to be used for samples/specimens that cannot be loaned.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="Blocked" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/blocked">
  <xs:annotation>
    <xs:documentation xml:lang="en">Sample or specimen data can not be ordered/loaned in general, but are visible via portals. Note: Records/samples/specimens not to be published should be blocked on database level. If they are available via Darwin Core or ABCD, they are visible for everyone. This element is to be used for samples/specimens that cannot be loaned.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / LoanRestrictions / LoanConditions
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Certain conditions for loaning this specimen or sample. E.g. "additional insurance required", "can only be loaned for a maximum of two months".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LoanConditions" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanConditions">
  <xs:annotation>
    <xs:documentation xml:lang="en">Certain conditions for loaning this specimen or sample. E.g. "additional insurance required", "can only be loaned for a maximum of two months".</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Acquisition
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Acquisition date, source and type.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Acquisition_AcquisitionType ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Acquisition_Date ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Acquisition_AcquiredFrom ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Acquisition_AcquisitionSourceText
Properties
content complex
minOccurs 0
Model
Children AcquiredFrom, AcquisitionSourceText, AcquisitionType, Date
Instance
<Acquisition xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <AcquisitionType language="">{0,1}</AcquisitionType>
  <Date>{0,1}</Date>
  <AcquiredFrom>{0,1}</AcquiredFrom>
  <AcquisitionSourceText language="">{0,1}</AcquisitionSourceText>
</Acquisition>
Source
<xs:element name="Acquisition" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Acquisition date, source and type.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AcquisitionType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acquisitionType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Type of acquisition. E.g. "Bequest", "Purchase", "Donation"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Acquisition-Date">
        <xs:annotation>
          <xs:documentation xml:lang="en">Textual statement of the date of acquisition of the specimen by the institution. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AcquiredFrom" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/AcquiredFrom">
        <xs:annotation>
          <xs:documentation xml:lang="en">Name of person and/or Organization the unit was acquired from (e.g. depositor of a strain).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AcquisitionSourceText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acquisitionSourceText">
        <xs:annotation>
          <xs:documentation xml:lang="en">Free text field for unformatted recording of acquisition source details.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Acquisition / AcquisitionType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Type of acquisition. E.g. "Bequest", "Purchase", "Donation"
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="AcquisitionType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acquisitionType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Type of acquisition. E.g. "Bequest", "Purchase", "Donation"</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Acquisition / Date
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Textual statement of the date of acquisition of the specimen by the institution. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Date" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Acquisition-Date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Textual statement of the date of acquisition of the specimen by the institution. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Acquisition / AcquiredFrom
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name of person and/or Organization the unit was acquired from (e.g. depositor of a strain).
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<AcquiredFrom xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</AcquiredFrom>
Source
<xs:element name="AcquiredFrom" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/AcquiredFrom">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name of person and/or Organization the unit was acquired from (e.g. depositor of a strain).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Acquisition / AcquisitionSourceText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Free text field for unformatted recording of acquisition source details.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="AcquisitionSourceText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acquisitionSourceText">
  <xs:annotation>
    <xs:documentation xml:lang="en">Free text field for unformatted recording of acquisition source details.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Accessions
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Accession details.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_Accession
Properties
content complex
minOccurs 0
Model
Children Accession
Instance
<Accessions xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Accession>{1,unbounded}</Accession>
</Accessions>
Source
<xs:element name="Accessions" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Accession details.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Accession" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Accession">
        <xs:annotation>
          <xs:documentation xml:lang="en">Triple to accommodate accession number in multiple catalogues.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="AccessionDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-Date">
              <xs:annotation>
                <xs:documentation xml:lang="en">Textual statement of the date on which the accession was recorded. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AccessionCatalogue" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionCatalogue">
              <xs:annotation>
                <xs:documentation xml:lang="en">Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AccessionNumber" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionNumber">
              <xs:annotation>
                <xs:documentation xml:lang="en">The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AccessionURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-URI">
              <xs:annotation>
                <xs:documentation xml:lang="en">An preferably resolvable URI to uniquely identify the accession containing both the AccessionCatalogue and AccessionNumber.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Accessions / Accession
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Triple to accommodate accession number in multiple catalogues.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_Accession_AccessionDate ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_Accession_AccessionCatalogue ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_Accession_AccessionNumber ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Accessions_Accession_AccessionURI
Properties
content complex
maxOccurs unbounded
Model
Children AccessionCatalogue, AccessionDate, AccessionNumber, AccessionURI
Instance
<Accession xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <AccessionDate>{0,1}</AccessionDate>
  <AccessionCatalogue>{0,1}</AccessionCatalogue>
  <AccessionNumber>{0,1}</AccessionNumber>
  <AccessionURI>{0,1}</AccessionURI>
</Accession>
Source
<xs:element name="Accession" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Accession">
  <xs:annotation>
    <xs:documentation xml:lang="en">Triple to accommodate accession number in multiple catalogues.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AccessionDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-Date">
        <xs:annotation>
          <xs:documentation xml:lang="en">Textual statement of the date on which the accession was recorded. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccessionCatalogue" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionCatalogue">
        <xs:annotation>
          <xs:documentation xml:lang="en">Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccessionNumber" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionNumber">
        <xs:annotation>
          <xs:documentation xml:lang="en">The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccessionURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-URI">
        <xs:annotation>
          <xs:documentation xml:lang="en">An preferably resolvable URI to uniquely identify the accession containing both the AccessionCatalogue and AccessionNumber.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Accessions / Accession / AccessionDate
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Textual statement of the date on which the accession was recorded. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AccessionDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-Date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Textual statement of the date on which the accession was recorded. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Accessions / Accession / AccessionCatalogue
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AccessionCatalogue" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionCatalogue">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Accessions / Accession / AccessionNumber
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The institutional number applied to an accession and recorded in the accessions register.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AccessionNumber" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionNumber">
  <xs:annotation>
    <xs:documentation xml:lang="en">The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Accessions / Accession / AccessionURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An preferably resolvable URI to uniquely identify the accession containing both the AccessionCatalogue and AccessionNumber.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="AccessionURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-URI">
  <xs:annotation>
    <xs:documentation xml:lang="en">An preferably resolvable URI to uniquely identify the accession containing both the AccessionCatalogue and AccessionNumber.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Specimen preparation details, possibly a sequence of preparation steps
Diagram
Diagram ABCD_3_0_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/3.0">
  <Preparation sequence="">{1,unbounded}</Preparation>
</Preparations>
Source
<xs:element name="Preparations" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specimen preparation details, possibly a sequence of preparation steps</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Preparation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Preparation">
        <xs:annotation>
          <xs:documentation xml:lang="en">Specimen preparation details.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="PreparationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationType">
              <xs:annotation>
                <xs:documentation xml:lang="en">Description of preparation type (specimens, tissues, DNA). Examples: for DNA: gDNA; for tissues/specimens: leaf, muscle, leg, blood.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreparationMethod" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationMethod">
              <xs:annotation>
                <xs:documentation xml:lang="en">Process used in preparing the specimen or sample, can also be used to describe Phage/Plasmid propagation, Process used in extracting the DNA/RNA; adaptions made; SPREC code</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreparationMaterials" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationMaterials">
              <xs:annotation>
                <xs:documentation xml:lang="en">Materials and chemicals used in the preparation of the specimen, tissue, DNA or RNA sample.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreparationAgent" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationAgent">
              <xs:annotation>
                <xs:documentation xml:lang="en">Person and/or institution responsible for or effecting the preparation.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreparationDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationDate">
              <xs:annotation>
                <xs:documentation xml:lang="en">The date of preparation, free text. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="SampleSize" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleSize">
              <xs:annotation>
                <xs:documentation xml:lang="en">MIxS element. Amount or size of sample (volume, mass or area) that was collected</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Sieving" type="String" minOccurs="0" sawsdl:modelReference="http://gensc.org/ns/mixs/sieving">
              <xs:annotation>
                <xs:documentation xml:lang="en">MIxS element. Collection design of pooled samples and/or sieve size and amount of sample sieved. Is of interest for metagenomic focus e.g. design name and/or size;amount</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="SampleDesignations" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Designated numbers or identifiers of sample, usually project numbers used in the lab.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="SampleDesignation" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleDesignation">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Designated number or identifier of sample, usually project number used in the lab.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="References" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">References for the preparation method</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preparation-Reference">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Attribute for RefType</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="sequence" type="xs:int" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Specimen preparation details.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_sequence ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_PreparationType ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_PreparationMethod ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_PreparationMaterials ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_PreparationAgent ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_PreparationDate ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_SampleSize ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_Sieving ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_SampleDesignations ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_References
Properties
content complex
maxOccurs unbounded
Model
Children PreparationAgent, PreparationDate, PreparationMaterials, PreparationMethod, PreparationType, References, SampleDesignations, SampleSize, Sieving
Instance
<Preparation sequence="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <PreparationType language="">{0,1}</PreparationType>
  <PreparationMethod language="">{0,1}</PreparationMethod>
  <PreparationMaterials language="">{0,1}</PreparationMaterials>
  <PreparationAgent>{0,1}</PreparationAgent>
  <PreparationDate>{0,1}</PreparationDate>
  <SampleSize>{0,1}</SampleSize>
  <Sieving>{0,1}</Sieving>
  <SampleDesignations>{0,1}</SampleDesignations>
  <References>{0,1}</References>
</Preparation>
Attributes
QName Type Use
sequence xs:int optional
Source
<xs:element name="Preparation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Preparation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specimen preparation details.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PreparationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Description of preparation type (specimens, tissues, DNA). Examples: for DNA: gDNA; for tissues/specimens: leaf, muscle, leg, blood.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreparationMethod" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationMethod">
        <xs:annotation>
          <xs:documentation xml:lang="en">Process used in preparing the specimen or sample, can also be used to describe Phage/Plasmid propagation, Process used in extracting the DNA/RNA; adaptions made; SPREC code</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreparationMaterials" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationMaterials">
        <xs:annotation>
          <xs:documentation xml:lang="en">Materials and chemicals used in the preparation of the specimen, tissue, DNA or RNA sample.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreparationAgent" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationAgent">
        <xs:annotation>
          <xs:documentation xml:lang="en">Person and/or institution responsible for or effecting the preparation.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreparationDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationDate">
        <xs:annotation>
          <xs:documentation xml:lang="en">The date of preparation, free text. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SampleSize" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleSize">
        <xs:annotation>
          <xs:documentation xml:lang="en">MIxS element. Amount or size of sample (volume, mass or area) that was collected</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Sieving" type="String" minOccurs="0" sawsdl:modelReference="http://gensc.org/ns/mixs/sieving">
        <xs:annotation>
          <xs:documentation xml:lang="en">MIxS element. Collection design of pooled samples and/or sieve size and amount of sample sieved. Is of interest for metagenomic focus e.g. design name and/or size;amount</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SampleDesignations" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Designated numbers or identifiers of sample, usually project numbers used in the lab.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="SampleDesignation" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleDesignation">
              <xs:annotation>
                <xs:documentation xml:lang="en">Designated number or identifier of sample, usually project number used in the lab.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="References" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">References for the preparation method</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preparation-Reference">
              <xs:annotation>
                <xs:documentation xml:lang="en">Attribute for RefType</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="sequence" type="xs:int" use="optional"/>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / PreparationType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Description of preparation type (specimens, tissues, DNA). Examples: for DNA: gDNA; for tissues/specimens: leaf, muscle, leg, blood.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="PreparationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Description of preparation type (specimens, tissues, DNA). Examples: for DNA: gDNA; for tissues/specimens: leaf, muscle, leg, blood.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / PreparationMethod
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Process used in preparing the specimen or sample, can also be used to describe Phage/Plasmid propagation, Process used in extracting the DNA/RNA; adaptions made; SPREC code
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="PreparationMethod" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationMethod">
  <xs:annotation>
    <xs:documentation xml:lang="en">Process used in preparing the specimen or sample, can also be used to describe Phage/Plasmid propagation, Process used in extracting the DNA/RNA; adaptions made; SPREC code</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / PreparationMaterials
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Materials and chemicals used in the preparation of the specimen, tissue, DNA or RNA sample.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="PreparationMaterials" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationMaterials">
  <xs:annotation>
    <xs:documentation xml:lang="en">Materials and chemicals used in the preparation of the specimen, tissue, DNA or RNA sample.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / PreparationAgent
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Person and/or institution responsible for or effecting the preparation.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<PreparationAgent xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</PreparationAgent>
Source
<xs:element name="PreparationAgent" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationAgent">
  <xs:annotation>
    <xs:documentation xml:lang="en">Person and/or institution responsible for or effecting the preparation.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / PreparationDate
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The date of preparation, free text. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PreparationDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationDate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date of preparation, free text. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / SampleSize
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
MIxS element. Amount or size of sample (volume, mass or area) that was collected
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SampleSize" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleSize">
  <xs:annotation>
    <xs:documentation xml:lang="en">MIxS element. Amount or size of sample (volume, mass or area) that was collected</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / Sieving
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
MIxS element. Collection design of pooled samples and/or sieve size and amount of sample sieved. Is of interest for metagenomic focus e.g. design name and/or size;amount
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Sieving" type="String" minOccurs="0" sawsdl:modelReference="http://gensc.org/ns/mixs/sieving">
  <xs:annotation>
    <xs:documentation xml:lang="en">MIxS element. Collection design of pooled samples and/or sieve size and amount of sample sieved. Is of interest for metagenomic focus e.g. design name and/or size;amount</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / SampleDesignations
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Designated numbers or identifiers of sample, usually project numbers used in the lab.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_SampleDesignations_SampleDesignation
Properties
content complex
minOccurs 0
Model
Children SampleDesignation
Instance
<SampleDesignations xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <SampleDesignation>{1,unbounded}</SampleDesignation>
</SampleDesignations>
Source
<xs:element name="SampleDesignations" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Designated numbers or identifiers of sample, usually project numbers used in the lab.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="SampleDesignation" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleDesignation">
        <xs:annotation>
          <xs:documentation xml:lang="en">Designated number or identifier of sample, usually project number used in the lab.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / SampleDesignations / SampleDesignation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Designated number or identifier of sample, usually project number used in the lab.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SampleDesignation" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleDesignation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Designated number or identifier of sample, usually project number used in the lab.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / References
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
References for the preparation method
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preparations_Preparation_References_Reference
Properties
content complex
minOccurs 0
Model
Children Reference
Instance
<References xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Reference>{1,unbounded}</Reference>
</References>
Source
<xs:element name="References" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">References for the preparation method</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preparation-Reference">
        <xs:annotation>
          <xs:documentation xml:lang="en">Attribute for RefType</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Preparations / Preparation / References / Reference
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Attribute for RefType
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
maxOccurs unbounded
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Reference>
Source
<xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preparation-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attribute for RefType</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / PreparationsText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Textual account of preparations.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="PreparationsText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationsText">
  <xs:annotation>
    <xs:documentation xml:lang="en">Textual account of preparations.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preservations
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Specimen preservation details, possibly a sequence of preservation periods
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preservations_Preservation
Properties
content complex
minOccurs 0
Model
Children Preservation
Instance
<Preservations xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Preservation sequence="">{1,unbounded}</Preservation>
</Preservations>
Source
<xs:element name="Preservations" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specimen preservation details, possibly a sequence of preservation periods</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Preservation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Preservation">
        <xs:annotation>
          <xs:documentation xml:lang="en">A description of the preservation of the specimen.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="PreservationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preservationType">
              <xs:annotation>
                <xs:documentation xml:lang="en">Description of preservation type. E.g. "freezer".</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreservationTemperature" type="Temperature" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preservation-Temperature">
              <xs:annotation>
                <xs:documentation xml:lang="en">Temperature the unit is preserved at.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreservationDateBegin" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreservationDateBegin">
              <xs:annotation>
                <xs:documentation xml:lang="en">The date in text form when preservation begins. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="sequence" type="xs:int" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Preservations / Preservation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A description of the preservation of the specimen.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preservations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preservations_Preservation_sequence ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preservations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preservations_Preservation_PreservationType ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preservations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preservations_Preservation_PreservationTemperature ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preservations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Preservations_Preservation_PreservationDateBegin
Properties
content complex
maxOccurs unbounded
Model
Children PreservationDateBegin, PreservationTemperature, PreservationType
Instance
<Preservation sequence="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <PreservationType language="">{0,1}</PreservationType>
  <PreservationTemperature scale="">{0,1}</PreservationTemperature>
  <PreservationDateBegin>{0,1}</PreservationDateBegin>
</Preservation>
Attributes
QName Type Use
sequence xs:int optional
Source
<xs:element name="Preservation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Preservation">
  <xs:annotation>
    <xs:documentation xml:lang="en">A description of the preservation of the specimen.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PreservationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preservationType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Description of preservation type. E.g. "freezer".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreservationTemperature" type="Temperature" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preservation-Temperature">
        <xs:annotation>
          <xs:documentation xml:lang="en">Temperature the unit is preserved at.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreservationDateBegin" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreservationDateBegin">
        <xs:annotation>
          <xs:documentation xml:lang="en">The date in text form when preservation begins. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="sequence" type="xs:int" use="optional"/>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / Preservations / Preservation / PreservationType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Description of preservation type. E.g. "freezer".
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="PreservationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preservationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Description of preservation type. E.g. "freezer".</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preservations / Preservation / PreservationTemperature
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Temperature the unit is preserved at.
Diagram
Diagram ABCD_3_0_xsd.tmp#Temperature_scale ABCD_3_0_xsd.tmp#Temperature
Type Temperature
Properties
content complex
minOccurs 0
Attributes
QName Type Use
scale restriction of xs:NMTOKEN optional
Source
<xs:element name="PreservationTemperature" type="Temperature" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preservation-Temperature">
  <xs:annotation>
    <xs:documentation xml:lang="en">Temperature the unit is preserved at.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Preservations / Preservation / PreservationDateBegin
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The date in text form when preservation begins. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PreservationDateBegin" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreservationDateBegin">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date in text form when preservation begins. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element for several labels or inscriptions associated with the unit.
Diagram
Diagram ABCD_3_0_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/3.0">
  <Mark>{1,unbounded}</Mark>
</Marks>
Source
<xs:element name="Marks" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for several labels or inscriptions associated with the unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Mark" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Mark">
        <xs:annotation>
          <xs:documentation xml:lang="en">Label(s), writing(s) or inscription(s).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="MarkType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/markType">
              <xs:annotation>
                <xs:documentation xml:lang="en">The type of mark on or associated to the unit. E.g. "label", "inscription".</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="MarkText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkText">
              <xs:annotation>
                <xs:documentation xml:lang="en">Text transcription of an label, writing or inscription.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PositionOnObject" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/positionOnObject">
              <xs:annotation>
                <xs:documentation xml:lang="en">The position of the inscription, writing or label on the object. E.g. "top left", "middle right".</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="MarkAuthor" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkAuthor">
              <xs:annotation>
                <xs:documentation xml:lang="en">Name of person who created the label, writing or inscription.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="MarkComment" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-Notes">
              <xs:annotation>
                <xs:documentation xml:lang="en">Summary, interpretation or opinion of the text.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Images" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">References to an image or images of the label, writing or inscription.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="ImageID" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-ImageID">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The ID of an image of the mark. The image must be listed as a MultimediaObject of the Unit.</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/3.0
Annotations
Label(s), writing(s) or inscription(s).
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_MarkType ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_MarkText ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_PositionOnObject ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_MarkAuthor ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_Marks_Mark_MarkComment ABCD_3_0_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/3.0">
  <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 name="Mark" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Mark">
  <xs:annotation>
    <xs:documentation xml:lang="en">Label(s), writing(s) or inscription(s).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="MarkType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/markType">
        <xs:annotation>
          <xs:documentation xml:lang="en">The type of mark on or associated to the unit. E.g. "label", "inscription".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MarkText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkText">
        <xs:annotation>
          <xs:documentation xml:lang="en">Text transcription of an label, writing or inscription.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PositionOnObject" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/positionOnObject">
        <xs:annotation>
          <xs:documentation xml:lang="en">The position of the inscription, writing or label on the object. E.g. "top left", "middle right".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MarkAuthor" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkAuthor">
        <xs:annotation>
          <xs:documentation xml:lang="en">Name of person who created the label, writing or inscription.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MarkComment" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-Notes">
        <xs:annotation>
          <xs:documentation xml:lang="en">Summary, interpretation or opinion of the text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Images" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">References to an image or images of the label, writing or inscription.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ImageID" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-ImageID">
              <xs:annotation>
                <xs:documentation xml:lang="en">The ID of an image of the mark. The image must be listed as a MultimediaObject of the Unit.</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/3.0
Annotations
The type of mark on or associated to the unit. E.g. "label", "inscription".
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="MarkType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/markType">
  <xs:annotation>
    <xs:documentation xml:lang="en">The type of mark on or associated to the unit. E.g. "label", "inscription".</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / MarkText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Text transcription of an label, writing or inscription.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="MarkText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkText">
  <xs:annotation>
    <xs:documentation xml:lang="en">Text transcription of an label, writing or inscription.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / PositionOnObject
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The position of the inscription, writing or label on the object. E.g. "top left", "middle right".
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="PositionOnObject" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/positionOnObject">
  <xs:annotation>
    <xs:documentation xml:lang="en">The position of the inscription, writing or label on the object. E.g. "top left", "middle right".</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Marks / Mark / MarkAuthor
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name of person who created the label, writing or inscription.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="MarkAuthor" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkAuthor">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Summary, interpretation or opinion of the text.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="MarkComment" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
References to an image or images of the label, writing or inscription.
Diagram
Diagram ABCD_3_0_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/3.0">
  <ImageID>{1,unbounded}</ImageID>
</Images>
Source
<xs:element name="Images" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">References to an image or images of the label, writing or inscription.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ImageID" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-ImageID">
        <xs:annotation>
          <xs:documentation xml:lang="en">The ID of an image of the mark. The image must be listed as a MultimediaObject of the Unit.</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/3.0
Annotations
The ID of an image of the mark. The image must be listed as a MultimediaObject of the Unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ImageID" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-ImageID">
  <xs:annotation>
    <xs:documentation xml:lang="en">The ID of an image of the mark. The image must be listed as a MultimediaObject of the Unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / PreviousUnits
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element for several previous identifiers and locations for this unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_PreviousUnit
Properties
content complex
minOccurs 0
Model
Children PreviousUnit
Instance
<PreviousUnits xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <PreviousUnit sequence="">{1,unbounded}</PreviousUnit>
</PreviousUnits>
Source
<xs:element name="PreviousUnits" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for several previous identifiers and locations for this unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PreviousUnit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PreviousUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">A container for past identifiers and locations for this specimen.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="PreviousUnitGUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitGUID">
              <xs:annotation>
                <xs:documentation xml:lang="en">The globally unique identifier of the specimen in the previous collection.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreviousSourceInstitutionID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceInstitutionID">
              <xs:annotation>
                <xs:documentation xml:lang="en">Name or code of the institution previously holding this specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreviousSourceID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceID">
              <xs:annotation>
                <xs:documentation xml:lang="en">Name or code of collection previously holding this specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreviousUnitID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitID">
              <xs:annotation>
                <xs:documentation xml:lang="en">Identifier of specimen in previous collection.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Date">
              <xs:annotation>
                <xs:documentation xml:lang="en">Dates that the specimen was held in previous collection.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Notes">
              <xs:annotation>
                <xs:documentation xml:lang="en">Any further information about this specimen in its previous collection.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PreviousUnitText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/previousUnitText">
              <xs:annotation>
                <xs:documentation xml:lang="en">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 name="sequence" type="xs:int" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / PreviousUnits / PreviousUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container for past identifiers and locations for this specimen.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_PreviousUnit_sequence ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_PreviousUnit_PreviousUnitGUID ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_PreviousUnit_PreviousSourceInstitutionID ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_PreviousUnit_PreviousSourceID ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_PreviousUnit_PreviousUnitID ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_PreviousUnit_Date ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_PreviousUnit_Notes ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_PreviousUnits_PreviousUnit_PreviousUnitText
Properties
content complex
maxOccurs unbounded
Model
Children Date, Notes, PreviousSourceID, PreviousSourceInstitutionID, PreviousUnitGUID, PreviousUnitID, PreviousUnitText
Instance
<PreviousUnit sequence="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <PreviousUnitGUID>{0,1}</PreviousUnitGUID>
  <PreviousSourceInstitutionID>{0,1}</PreviousSourceInstitutionID>
  <PreviousSourceID>{0,1}</PreviousSourceID>
  <PreviousUnitID>{0,1}</PreviousUnitID>
  <Date>{0,1}</Date>
  <Notes language="">{0,1}</Notes>
  <PreviousUnitText language="">{0,1}</PreviousUnitText>
</PreviousUnit>
Attributes
QName Type Use
sequence xs:int optional
Source
<xs:element name="PreviousUnit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PreviousUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container for past identifiers and locations for this specimen.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PreviousUnitGUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitGUID">
        <xs:annotation>
          <xs:documentation xml:lang="en">The globally unique identifier of the specimen in the previous collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreviousSourceInstitutionID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceInstitutionID">
        <xs:annotation>
          <xs:documentation xml:lang="en">Name or code of the institution previously holding this specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreviousSourceID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceID">
        <xs:annotation>
          <xs:documentation xml:lang="en">Name or code of collection previously holding this specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreviousUnitID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitID">
        <xs:annotation>
          <xs:documentation xml:lang="en">Identifier of specimen in previous collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Date">
        <xs:annotation>
          <xs:documentation xml:lang="en">Dates that the specimen was held in previous collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Notes">
        <xs:annotation>
          <xs:documentation xml:lang="en">Any further information about this specimen in its previous collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreviousUnitText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/previousUnitText">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="sequence" type="xs:int" use="optional"/>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / PreviousUnits / PreviousUnit / PreviousUnitGUID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The globally unique identifier of the specimen in the previous collection.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PreviousUnitGUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitGUID">
  <xs:annotation>
    <xs:documentation xml:lang="en">The globally unique identifier of the specimen in the previous collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / PreviousUnits / PreviousUnit / PreviousSourceInstitutionID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name or code of the institution previously holding this specimen.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PreviousSourceInstitutionID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceInstitutionID">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name or code of the institution previously holding this specimen.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / PreviousUnits / PreviousUnit / PreviousSourceID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name or code of collection previously holding this specimen.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PreviousSourceID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceID">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name or code of collection previously holding this specimen.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / PreviousUnits / PreviousUnit / PreviousUnitID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Identifier of specimen in previous collection.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PreviousUnitID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitID">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifier of specimen in previous collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / PreviousUnits / PreviousUnit / Date
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Dates that the specimen was held in previous collection.
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTime_DateText ABCD_3_0_xsd.tmp#DateTime_TimeZone ABCD_3_0_xsd.tmp#DateTime_ISODateTimeBegin ABCD_3_0_xsd.tmp#DateTime_TimeOfDayBegin ABCD_3_0_xsd.tmp#DateTime_ISODateTimeEnd ABCD_3_0_xsd.tmp#DateTime_TimeOfDayEnd ABCD_3_0_xsd.tmp#DateTime_PeriodExplicit ABCD_3_0_xsd.tmp#DateTime
Type DateTime
Properties
content complex
minOccurs 0
Model
Children DateText, ISODateTimeBegin, ISODateTimeEnd, PeriodExplicit, TimeOfDayBegin, TimeOfDayEnd, TimeZone
Instance
<Date xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <DateText>{0,1}</DateText>
  <TimeZone>{0,1}</TimeZone>
  <ISODateTimeBegin>{0,1}</ISODateTimeBegin>
  <TimeOfDayBegin>{0,1}</TimeOfDayBegin>
  <ISODateTimeEnd>{0,1}</ISODateTimeEnd>
  <TimeOfDayEnd>{0,1}</TimeOfDayEnd>
  <PeriodExplicit>{0,1}</PeriodExplicit>
</Date>
Source
<xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Dates that the specimen was held in previous collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / PreviousUnits / PreviousUnit / Notes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Any further information about this specimen in its previous collection.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Any further information about this specimen in its previous collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / PreviousUnits / PreviousUnit / PreviousUnitText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An alternative text identifying the previous unit when no ABCD standard ID s can be assigned.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="PreviousUnitText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/previousUnitText">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / PreviousUnitsText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An alternative text identifying the previous units.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PreviousUnitsText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/previousUnitsText">
  <xs:annotation>
    <xs:documentation xml:lang="en">An alternative text identifying the previous units.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element for several nomenclatural type designations.
Diagram
Diagram ABCD_3_0_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/3.0">
  <NomenclaturalTypeDesignation>{1,unbounded}</NomenclaturalTypeDesignation>
</NomenclaturalTypeDesignations>
Source
<xs:element name="NomenclaturalTypeDesignations" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for several nomenclatural type designations.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NomenclaturalTypeDesignation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NomenclaturalTypeDesignation">
        <xs:annotation>
          <xs:documentation xml:lang="en">Information on the type status of the specimen.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="TypifiedName" type="ScientificName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TypifiedName">
              <xs:annotation>
                <xs:documentation xml:lang="en">The name based on the specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="NomenclaturalReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/NomenclaturalTypeDesignation-Reference">
              <xs:annotation>
                <xs:documentation xml:lang="en">Published reference.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="TypeStatus" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/typeStatus">
              <xs:annotation>
                <xs:documentation xml:lang="en">Full term designating the status. E.g. "Holotype", "Isolectotype"</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="CodeAssessment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codeAssessment">
              <xs:annotation>
                <xs:documentation xml:lang="en">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 name="DoubtfulFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/doubtfulFlag">
              <xs:annotation>
                <xs:documentation xml:lang="en">Indicator for unverified type status (kind and fact).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Verifier" type="PersonName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Verifier">
              <xs:annotation>
                <xs:documentation xml:lang="en">The person assigning or verifying the type status of the specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="VerificationDate" type="xs:date" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationDate">
              <xs:annotation>
                <xs:documentation xml:lang="en">Date of verification.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="VerificationNotes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationNotes">
              <xs:annotation>
                <xs:documentation xml:lang="en">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/3.0
Annotations
Information on the type status of the specimen.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_TypifiedName ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_NomenclaturalReference ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_TypeStatus ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_CodeAssessment ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_DoubtfulFlag ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_Verifier ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_VerificationDate ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_NomenclaturalTypeDesignations_NomenclaturalTypeDesignation_VerificationNotes
Properties
content complex
maxOccurs unbounded
Model
Children CodeAssessment, DoubtfulFlag, NomenclaturalReference, TypeStatus, TypifiedName, VerificationDate, VerificationNotes, Verifier
Instance
<NomenclaturalTypeDesignation xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <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 name="NomenclaturalTypeDesignation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NomenclaturalTypeDesignation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information on the type status of the specimen.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TypifiedName" type="ScientificName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TypifiedName">
        <xs:annotation>
          <xs:documentation xml:lang="en">The name based on the specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NomenclaturalReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/NomenclaturalTypeDesignation-Reference">
        <xs:annotation>
          <xs:documentation xml:lang="en">Published reference.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TypeStatus" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/typeStatus">
        <xs:annotation>
          <xs:documentation xml:lang="en">Full term designating the status. E.g. "Holotype", "Isolectotype"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CodeAssessment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codeAssessment">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="DoubtfulFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/doubtfulFlag">
        <xs:annotation>
          <xs:documentation xml:lang="en">Indicator for unverified type status (kind and fact).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Verifier" type="PersonName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Verifier">
        <xs:annotation>
          <xs:documentation xml:lang="en">The person assigning or verifying the type status of the specimen.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VerificationDate" type="xs:date" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationDate">
        <xs:annotation>
          <xs:documentation xml:lang="en">Date of verification.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VerificationNotes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationNotes">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
The name based on the specimen.
Diagram
Diagram ABCD_3_0_xsd.tmp#ScientificName_FullScientificName ABCD_3_0_xsd.tmp#ScientificName_NameAtomized ABCD_3_0_xsd.tmp#ScientificName
Type ScientificName
Properties
content complex
minOccurs 0
Model
Children FullScientificName, NameAtomized
Instance
<TypifiedName xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <FullScientificName>{1,1}</FullScientificName>
  <NameAtomized>{0,1}</NameAtomized>
</TypifiedName>
Source
<xs:element name="TypifiedName" type="ScientificName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TypifiedName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Published reference.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<NomenclaturalReference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</NomenclaturalReference>
Source
<xs:element name="NomenclaturalReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/NomenclaturalTypeDesignation-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Published reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / TypeStatus
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Full term designating the status. E.g. "Holotype", "Isolectotype"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="TypeStatus" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/typeStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Full term designating the status. E.g. "Holotype", "Isolectotype"</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / CodeAssessment
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Indication whether the type is conserved or rejected/suppressed by the Code or is proposed for conservation or suppression/rejection
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CodeAssessment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codeAssessment">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Indicator for unverified type status (kind and fact).
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="DoubtfulFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/doubtfulFlag">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The person assigning or verifying the type status of the specimen.
Diagram
Diagram ABCD_3_0_xsd.tmp#PersonName_FullName ABCD_3_0_xsd.tmp#PersonName_SortingName ABCD_3_0_xsd.tmp#PersonName_AtomizedName ABCD_3_0_xsd.tmp#PersonName
Type PersonName
Properties
content complex
minOccurs 0
Model
Children AtomizedName, FullName, SortingName
Instance
<Verifier xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <FullName>{1,1}</FullName>
  <SortingName>{0,1}</SortingName>
  <AtomizedName>{0,1}</AtomizedName>
</Verifier>
Source
<xs:element name="Verifier" type="PersonName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Verifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Date of verification.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="VerificationDate" type="xs:date" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationDate">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date of verification.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeDesignations / NomenclaturalTypeDesignation / VerificationNotes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Further information about the verification process.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="VerificationNotes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationNotes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Further information about the verification process.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / NomenclaturalTypeText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A note detailing possible or verified type information related to the specimen.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="NomenclaturalTypeText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nomenclaturalTypeText">
  <xs:annotation>
    <xs:documentation xml:lang="en">A note detailing possible or verified type information related to the specimen.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / DuplicatesDistributedTo
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A free text field to note the known other recipients of a duplicate of the unit, preferably in the form of a delimited list of SourceInstitionIDs.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="DuplicatesDistributedTo" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/duplicatesDistributedTo">
  <xs:annotation>
    <xs:documentation xml:lang="en">A free text field to note the known other recipients of a duplicate of the unit, preferably in the form of a delimited list of SourceInstitionIDs.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / Disposition
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
DwC curatorial extension r. 14: 'The current disposition of the catalogued item. Examples: "in collection", "missing", "source gone", "voucher elsewhere", "duplicates elsewhere","consumed".'
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Disposition" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/disposition">
  <xs:annotation>
    <xs:documentation xml:lang="en">DwC curatorial extension r. 14: 'The current disposition of the catalogued item. Examples: "in collection", "missing", "source gone", "voucher elsewhere", "duplicates elsewhere","consumed".'</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / SpecimenUnit / SpecimenMeasurementsOrFacts
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Further measurements or facts related to the specimen, e.g. morphometric parameters.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_SpecimenUnit_Unit_Unit_SpecimenUnit_SpecimenMeasurementsOrFacts_SpecimenMeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children SpecimenMeasurementOrFact
Instance
<SpecimenMeasurementsOrFacts xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <SpecimenMeasurementOrFact>{1,unbounded}</SpecimenMeasurementOrFact>
</SpecimenMeasurementsOrFacts>
Source
<xs:element name="SpecimenMeasurementsOrFacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Further measurements or facts related to the specimen, e.g. morphometric parameters.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="SpecimenMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SpecimenUnit-MeasurementOrFact">
        <xs:annotation>
          <xs:documentation xml:lang="en">An additional measurement or fact related to the specimen, e.g. morphometric parameters or physiological condition facts.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / SpecimenUnit / SpecimenMeasurementsOrFacts / SpecimenMeasurementOrFact
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An additional measurement or fact related to the specimen, e.g. morphometric parameters or physiological condition facts.
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_3_0_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
maxOccurs unbounded
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Instance
<SpecimenMeasurementOrFact xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFactAtomized>{0,1}</MeasurementOrFactAtomized>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</SpecimenMeasurementOrFact>
Source
<xs:element name="SpecimenMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SpecimenUnit-MeasurementOrFact">
  <xs:annotation>
    <xs:documentation xml:lang="en">An additional measurement or fact related to the specimen, e.g. morphometric parameters or physiological condition facts.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized data describing a measurement or fact.
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_MeasuredBy ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_MeasurementDateTime ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_Duration ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_Method ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_Parameter ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_AppliesTo ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_LowerValue ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_UpperValue ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_UnitOfMeasurement ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_Accuracy ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_MeasurementOrFactReference ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_IsQuantitative ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFact_MeasurementOrFactAtomized_ReferenceSystem
Properties
content complex
minOccurs 0
Model
Children Accuracy, AppliesTo, Duration, IsQuantitative, LowerValue, MeasuredBy, MeasurementDateTime, MeasurementOrFactReference, Method, Parameter, ReferenceSystem, UnitOfMeasurement, UpperValue
Instance
<MeasurementOrFactAtomized xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <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>
  <ReferenceSystem>{0,1}</ReferenceSystem>
</MeasurementOrFactAtomized>
Source
<xs:element name="MeasurementOrFactAtomized" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized data describing a measurement or fact.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="MeasuredBy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasuredBy">
        <xs:annotation>
          <xs:documentation xml:lang="en">Attribution of the measurement to a Person</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MeasurementDateTime" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Date">
        <xs:annotation>
          <xs:documentation xml:lang="en">Date or DateTime when the measurement was taken. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Duration" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/duration">
        <xs:annotation>
          <xs:documentation xml:lang="en">Duration of measurement in time.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Method" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Method">
        <xs:annotation>
          <xs:documentation xml:lang="en">Method used to make measurement.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parameter" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/parameter">
        <xs:annotation>
          <xs:documentation xml:lang="en">Describes type of measurement or fact, such as width, abundance, circumference, temperature etc. or colour etc.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AppliesTo" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/appliesTo">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="LowerValue" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lowerValue">
        <xs:annotation>
          <xs:documentation xml:lang="en">Lower or only value or fact text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UpperValue" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/upperValue">
        <xs:annotation>
          <xs:documentation xml:lang="en">Upper value where there is a range.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UnitOfMeasurement" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/unitOfMeasurement">
        <xs:annotation>
          <xs:documentation xml:lang="en">The unit of measurement in which the values are expressed. The usage of abbreviated SI units is highly recommended. An appropriate prefix can be added (e.g. 2 mm instead of 0.0002 m).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Accuracy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Accuracy">
        <xs:annotation>
          <xs:documentation xml:lang="en">Statement of accuracy of measurement.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MeasurementOrFactReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Reference">
        <xs:annotation>
          <xs:documentation xml:lang="en">Reference (publication) where this measurement was taken from.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="IsQuantitative" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/isQuantitative">
        <xs:annotation>
          <xs:documentation xml:lang="en">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:element name="ReferenceSystem" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/referenceSystem">
        <xs:annotation>
          <xs:documentation xml:lang="en">The reference system used for measuring, such as the geodetic datum.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / MeasuredBy
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Attribution of the measurement to a Person
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="MeasuredBy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasuredBy">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attribution of the measurement to a Person</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / MeasurementDateTime
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date or DateTime when the measurement was taken. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended).
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
Source
<xs:element name="MeasurementDateTime" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date or DateTime when the measurement was taken. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended).</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / Duration
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Duration of measurement in time.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Duration" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/duration">
  <xs:annotation>
    <xs:documentation xml:lang="en">Duration of measurement in time.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / Method
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Method used to make measurement.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Method" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Method">
  <xs:annotation>
    <xs:documentation xml:lang="en">Method used to make measurement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / Parameter
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Describes type of measurement or fact, such as width, abundance, circumference, temperature etc. or colour etc.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Parameter" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/parameter">
  <xs:annotation>
    <xs:documentation xml:lang="en">Describes type of measurement or fact, such as width, abundance, circumference, temperature etc. or colour etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / AppliesTo
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="AppliesTo" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/appliesTo">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / MeasurementOrFactAtomized / LowerValue
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Lower or only value or fact text.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="LowerValue" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lowerValue">
  <xs:annotation>
    <xs:documentation xml:lang="en">Lower or only value or fact text.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / UpperValue
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Upper value where there is a range.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="UpperValue" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/upperValue">
  <xs:annotation>
    <xs:documentation xml:lang="en">Upper value where there is a range.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / UnitOfMeasurement
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The unit of measurement in which the values are expressed. The usage of abbreviated SI units is highly recommended. An appropriate prefix can be added (e.g. 2 mm instead of 0.0002 m).
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="UnitOfMeasurement" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/unitOfMeasurement">
  <xs:annotation>
    <xs:documentation xml:lang="en">The unit of measurement in which the values are expressed. The usage of abbreviated SI units is highly recommended. An appropriate prefix can be added (e.g. 2 mm instead of 0.0002 m).</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / Accuracy
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Statement of accuracy of measurement.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Accuracy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Accuracy">
  <xs:annotation>
    <xs:documentation xml:lang="en">Statement of accuracy of measurement.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / MeasurementOrFactReference
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Reference (publication) where this measurement was taken from.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<MeasurementOrFactReference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</MeasurementOrFactReference>
Source
<xs:element name="MeasurementOrFactReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference (publication) where this measurement was taken from.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactAtomized / IsQuantitative
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 name="IsQuantitative" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/isQuantitative">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / MeasurementOrFactAtomized / ReferenceSystem
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The reference system used for measuring, such as the geodetic datum.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ReferenceSystem" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/referenceSystem">
  <xs:annotation>
    <xs:documentation xml:lang="en">The reference system used for measuring, such as the geodetic datum.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MeasurementOrFact / MeasurementOrFactText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Free text alternative to atomized version.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="MeasurementOrFactText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFactText">
  <xs:annotation>
    <xs:documentation xml:lang="en">Free text alternative to atomized version.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / ObservationUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Unit_Unit_ObservationUnit_ObservationUnitIDs
Properties
content complex
minOccurs 0
Model
Children ObservationUnitIDs
Instance
<ObservationUnit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ObservationUnitIDs>{0,1}</ObservationUnitIDs>
</ObservationUnit>
Source
<xs:element name="ObservationUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ObservationUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">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="ObservationUnitIDs" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">A container element with several observation unit identifiers.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ObservationUnitID" type="StringP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/observationUnitID">
              <xs:annotation>
                <xs:documentation xml:lang="en">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 standardized 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 / ObservationUnitIDs
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element with several observation unit identifiers.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_ObservationUnit_Unit_Unit_ObservationUnit_ObservationUnitIDs_ObservationUnitID
Properties
content complex
minOccurs 0
Model
Children ObservationUnitID
Instance
<ObservationUnitIDs xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ObservationUnitID preferred="">{1,unbounded}</ObservationUnitID>
</ObservationUnitIDs>
Source
<xs:element name="ObservationUnitIDs" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element with several observation unit identifiers.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ObservationUnitID" type="StringP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/observationUnitID">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 standardized approaches taken in physical collections.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / ObservationUnit / ObservationUnitIDs / ObservationUnitID
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 standardized approaches taken in physical collections.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringP_preferred ABCD_3_0_xsd.tmp#StringP
Type StringP
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:element name="ObservationUnitID" type="StringP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/observationUnitID">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 standardized approaches taken in physical collections.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / CultureCollectionUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Data specific to microbial and similar culture methods.
Diagram
Diagram ABCD_3_0_xsd.tmp#CultureCollectionUnit_OrganismType ABCD_3_0_xsd.tmp#CultureCollectionUnit_InfrasubspecificName ABCD_3_0_xsd.tmp#CultureCollectionUnit_CultureNames ABCD_3_0_xsd.tmp#CultureCollectionUnit_Strain ABCD_3_0_xsd.tmp#CultureCollectionUnit_SerovarOrSerotype ABCD_3_0_xsd.tmp#CultureCollectionUnit_Pathovar ABCD_3_0_xsd.tmp#CultureCollectionUnit_Mutant ABCD_3_0_xsd.tmp#CultureCollectionUnit_Genotype ABCD_3_0_xsd.tmp#CultureCollectionUnit_GrowthConditions ABCD_3_0_xsd.tmp#CultureCollectionUnit_GrowthConditionsAtomized ABCD_3_0_xsd.tmp#CultureCollectionUnit_References ABCD_3_0_xsd.tmp#CultureCollectionUnit_FormOfSupply ABCD_3_0_xsd.tmp#CultureCollectionUnit_Applications ABCD_3_0_xsd.tmp#CultureCollectionUnit_Hazard ABCD_3_0_xsd.tmp#CultureCollectionUnit
Type CultureCollectionUnit
Properties
content complex
minOccurs 0
Model
Children Applications, CultureNames, FormOfSupply, Genotype, GrowthConditions, GrowthConditionsAtomized, Hazard, InfrasubspecificName, Mutant, OrganismType, Pathovar, References, SerovarOrSerotype, Strain
Instance
<CultureCollectionUnit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <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>
  <GrowthConditionsAtomized>{0,1}</GrowthConditionsAtomized>
  <References>{0,1}</References>
  <FormOfSupply language="">{0,1}</FormOfSupply>
  <Applications language="">{0,1}</Applications>
  <Hazard language="">{0,1}</Hazard>
</CultureCollectionUnit>
Source
<xs:element name="CultureCollectionUnit" type="CultureCollectionUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/CultureCollectionUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Data specific to microbial and similar culture methods.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / OrganismType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The type of organism - "Bacteria" or "Archaea"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="OrganismType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/organismType">
  <xs:annotation>
    <xs:documentation xml:lang="en">The type of organism - "Bacteria" or "Archaea"</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / InfrasubspecificName
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 using the elements Pathovar and SerovarOrSerotype respectivly.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="InfrasubspecificName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/infrasubspecificName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 using the elements Pathovar and SerovarOrSerotype respectivly.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / CultureNames
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for names under which the culture is known
Diagram
Diagram ABCD_3_0_xsd.tmp#CultureCollectionUnit_CultureCollectionUnit_CultureNames_CultureName
Properties
content complex
minOccurs 0
Model
Children CultureName
Instance
<CultureNames xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <CultureName language="">{1,unbounded}</CultureName>
</CultureNames>
Source
<xs:element name="CultureNames" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container element for names under which the culture is known</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="CultureName" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultureName">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
Reference or trade name for a microbial culture
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="CultureName" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultureName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference or trade name for a microbial culture</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Strain
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Strain" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/strain">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Name and author of serovar or serotype
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SerovarOrSerotype" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/serovarOrSerotype">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name and author of serovar or serotype</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Pathovar
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name and author of the pathovar.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Pathovar" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pathovar">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name and author of the pathovar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Mutant
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Type and parent of mutant if strain is a mutant strain.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Mutant" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mutant">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Names of chromosomal markers of the strain. Especially recommended for strains of species for which many genetically modified strains exist.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Genotype" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genotype">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
An alternative full text field for culture medium, atmospheric and light conditions, temperature conditions and additional remarks on the cultivation.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="GrowthConditions" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/growthConditionsText">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / GrowthConditionsAtomized
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized elements describing the growth conditions of the culture unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#CultureCollectionUnit_CultureCollectionUnit_GrowthConditionsAtomized_GrowthConditionAtomized
Properties
content complex
minOccurs 0
Model
Children GrowthConditionAtomized
Instance
<GrowthConditionsAtomized xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GrowthConditionAtomized>{1,unbounded}</GrowthConditionAtomized>
</GrowthConditionsAtomized>
Source
<xs:element name="GrowthConditionsAtomized" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized elements describing the growth conditions of the culture unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="GrowthConditionAtomized" type="GrowthConditionAtomized" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/GrowthCondition">
        <xs:annotation>
          <xs:documentation xml:lang="en">Atomized elements describing the growth conditions of the culture unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CultureCollectionUnit / GrowthConditionsAtomized / GrowthConditionAtomized
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized elements describing the growth conditions of the culture unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#GrowthConditionAtomized_CultureMedium ABCD_3_0_xsd.tmp#GrowthConditionAtomized_Aerobicity ABCD_3_0_xsd.tmp#GrowthConditionAtomized_Temperature ABCD_3_0_xsd.tmp#GrowthConditionAtomized_References ABCD_3_0_xsd.tmp#GrowthConditionAtomized_GrowthConditionsMeasurementsOrFacts ABCD_3_0_xsd.tmp#GrowthConditionAtomized
Type GrowthConditionAtomized
Properties
content complex
maxOccurs unbounded
Model
Children Aerobicity, CultureMedium, GrowthConditionsMeasurementsOrFacts, References, Temperature
Instance
<GrowthConditionAtomized xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <CultureMedium language="">{0,1}</CultureMedium>
  <Aerobicity language="">{0,1}</Aerobicity>
  <Temperature scale="">{0,1}</Temperature>
  <References>{0,1}</References>
  <GrowthConditionsMeasurementsOrFacts>{0,1}</GrowthConditionsMeasurementsOrFacts>
</GrowthConditionAtomized>
Source
<xs:element name="GrowthConditionAtomized" type="GrowthConditionAtomized" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/GrowthCondition">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized elements describing the growth conditions of the culture unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element GrowthConditionAtomized / CultureMedium
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The growth medium for a microbial or similar culture. E.g. "Agar"
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="CultureMedium" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultureMedium">
  <xs:annotation>
    <xs:documentation xml:lang="en">The growth medium for a microbial or similar culture. E.g. "Agar"</xs:documentation>
  </xs:annotation>
</xs:element>
Element GrowthConditionAtomized / Aerobicity
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Aerobicity" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/aerobicity">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element GrowthConditionAtomized / Temperature
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The temperature of the growth setting.
Diagram
Diagram ABCD_3_0_xsd.tmp#Temperature_scale ABCD_3_0_xsd.tmp#Temperature
Type Temperature
Properties
content complex
minOccurs 0
Attributes
QName Type Use
scale restriction of xs:NMTOKEN optional
Source
<xs:element name="Temperature" type="Temperature" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GrowthCondition-Temperature">
  <xs:annotation>
    <xs:documentation xml:lang="en">The temperature of the growth setting.</xs:documentation>
  </xs:annotation>
</xs:element>
Element GrowthConditionAtomized / References
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
References for the culture conditions and method.
Diagram
Diagram ABCD_3_0_xsd.tmp#GrowthConditionAtomized_GrowthConditionAtomized_References_Reference
Properties
content complex
minOccurs 0
Model
Children Reference
Instance
<References xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Reference>{1,unbounded}</Reference>
</References>
Source
<xs:element name="References" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">References for the culture conditions and method.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GrowthCondition-Reference">
        <xs:annotation>
          <xs:documentation xml:lang="en">Reference for the culture conditions and method.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element GrowthConditionAtomized / References / Reference
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Reference for the culture conditions and method.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
maxOccurs unbounded
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Reference>
Source
<xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GrowthCondition-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference for the culture conditions and method.</xs:documentation>
  </xs:annotation>
</xs:element>
Element GrowthConditionAtomized / GrowthConditionsMeasurementsOrFacts
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Further measurements or facts relevant for cultivation of strains. E.g. temperature, pH, oxygen, etc.
Diagram
Diagram ABCD_3_0_xsd.tmp#GrowthConditionAtomized_GrowthConditionAtomized_GrowthConditionsMeasurementsOrFacts_GrowthConditionsMeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children GrowthConditionsMeasurementOrFact
Instance
<GrowthConditionsMeasurementsOrFacts xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GrowthConditionsMeasurementOrFact>{1,unbounded}</GrowthConditionsMeasurementOrFact>
</GrowthConditionsMeasurementsOrFacts>
Source
<xs:element name="GrowthConditionsMeasurementsOrFacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Further measurements or facts relevant for cultivation of strains. E.g. temperature, pH, oxygen, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="GrowthConditionsMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GrowthCondition-MeasurementOrFact">
        <xs:annotation>
          <xs:documentation xml:lang="en">An additional measurement or fact relevant for cultivation of strains. E.g. temperature, pH, oxygen, etc.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element GrowthConditionAtomized / GrowthConditionsMeasurementsOrFacts / GrowthConditionsMeasurementOrFact
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An additional measurement or fact relevant for cultivation of strains. E.g. temperature, pH, oxygen, etc.
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_3_0_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
maxOccurs unbounded
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Instance
<GrowthConditionsMeasurementOrFact xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFactAtomized>{0,1}</MeasurementOrFactAtomized>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</GrowthConditionsMeasurementOrFact>
Source
<xs:element name="GrowthConditionsMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GrowthCondition-MeasurementOrFact">
  <xs:annotation>
    <xs:documentation xml:lang="en">An additional measurement or fact relevant for cultivation of strains. E.g. temperature, pH, oxygen, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / References
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
References for the culture conditions and method or for a description of the strain
Diagram
Diagram ABCD_3_0_xsd.tmp#CultureCollectionUnit_CultureCollectionUnit_References_Reference
Properties
content complex
minOccurs 0
Model
Children Reference
Instance
<References xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Reference>{1,unbounded}</Reference>
</References>
Source
<xs:element name="References" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">References for the culture conditions and method or for a description of the strain</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/CultureCollectionUnit-Reference">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
Attribute for RefType
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
maxOccurs unbounded
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Reference>
Source
<xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/CultureCollectionUnit-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attribute for RefType</xs:documentation>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / FormOfSupply
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Form in which the strain will be sent to the customer.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="FormOfSupply" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/formOfSupply">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Applications" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/applications">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element CultureCollectionUnit / Hazard
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Hazard" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/hazard">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element Unit / MycologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Data specific to mycological and lichenological units.
Diagram
Diagram ABCD_3_0_xsd.tmp#MycologicalUnit_LichenMorphotype ABCD_3_0_xsd.tmp#MycologicalUnit_MycologicalSexualStage ABCD_3_0_xsd.tmp#MycologicalUnit_MycologicalLiveStages ABCD_3_0_xsd.tmp#MycologicalUnit
Type MycologicalUnit
Properties
content complex
minOccurs 0
Model
Children LichenMorphotype, MycologicalLiveStages, MycologicalSexualStage
Instance
<MycologicalUnit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <LichenMorphotype>{0,1}</LichenMorphotype>
  <MycologicalSexualStage>{0,1}</MycologicalSexualStage>
  <MycologicalLiveStages>{0,1}</MycologicalLiveStages>
</MycologicalUnit>
Source
<xs:element name="MycologicalUnit" type="MycologicalUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MycologicalUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Data specific to mycological and lichenological units.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MycologicalUnit / LichenMorphotype
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The name of an algal or cyanobacterial component of lichen.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LichenMorphotype" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lichenMorphotype">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of an algal or cyanobacterial component of lichen.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MycologicalUnit / MycologicalSexualStage
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="MycologicalSexualStage" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mycologicalSexualStage">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MycologicalUnit / MycologicalLiveStages
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Spore states present in the sample.
Diagram
Diagram ABCD_3_0_xsd.tmp#MycologicalUnit_MycologicalUnit_MycologicalLiveStages_MycologicalLiveStage
Properties
content complex
minOccurs 0
Model
Children MycologicalLiveStage
Instance
<MycologicalLiveStages xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MycologicalLiveStage language="">{1,unbounded}</MycologicalLiveStage>
</MycologicalLiveStages>
Source
<xs:element name="MycologicalLiveStages" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Spore states present in the sample.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="MycologicalLiveStage" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mycologicalLiveStage">
        <xs:annotation>
          <xs:documentation xml:lang="en">A spore state that is 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/3.0
Annotations
A spore state that is present in the sample.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="MycologicalLiveStage" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mycologicalLiveStage">
  <xs:annotation>
    <xs:documentation xml:lang="en">A spore state that is present in the sample.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / HerbariumUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Data specific to herbarium specimens (incl. mycological specimens).
Diagram
Diagram ABCD_3_0_xsd.tmp#HerbariumUnit_Exsiccatum ABCD_3_0_xsd.tmp#HerbariumUnit_LoanID ABCD_3_0_xsd.tmp#HerbariumUnit_LoanSequenceNumber ABCD_3_0_xsd.tmp#HerbariumUnit_LoanDestination ABCD_3_0_xsd.tmp#HerbariumUnit_LoanForBotanist ABCD_3_0_xsd.tmp#HerbariumUnit_LoanDispatchMethod ABCD_3_0_xsd.tmp#HerbariumUnit_LoanDate ABCD_3_0_xsd.tmp#HerbariumUnit_LoanReturnDate ABCD_3_0_xsd.tmp#HerbariumUnit_NaturalOccurrence ABCD_3_0_xsd.tmp#HerbariumUnit_CultivatedOccurrence ABCD_3_0_xsd.tmp#HerbariumUnit
Type HerbariumUnit
Properties
content complex
minOccurs 0
Model
Children CultivatedOccurrence, Exsiccatum, LoanDate, LoanDestination, LoanDispatchMethod, LoanForBotanist, LoanID, LoanReturnDate, LoanSequenceNumber, NaturalOccurrence
Instance
<HerbariumUnit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Exsiccatum>{0,1}</Exsiccatum>
  <LoanID>{0,1}</LoanID>
  <LoanSequenceNumber>{0,1}</LoanSequenceNumber>
  <LoanDestination>{0,1}</LoanDestination>
  <LoanForBotanist>{0,1}</LoanForBotanist>
  <LoanDispatchMethod>{0,1}</LoanDispatchMethod>
  <LoanDate>{0,1}</LoanDate>
  <LoanReturnDate>{0,1}</LoanReturnDate>
  <NaturalOccurrence language="">{0,1}</NaturalOccurrence>
  <CultivatedOccurrence language="">{0,1}</CultivatedOccurrence>
</HerbariumUnit>
Source
<xs:element name="HerbariumUnit" type="HerbariumUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HerbariumUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Data specific to herbarium specimens (incl. mycological specimens).</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / Exsiccatum
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Information relating this specimen to an Exsiccatum
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Exsiccatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/exsiccatum">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information relating this specimen to an Exsiccatum</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / LoanID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The unique institutional loan number applied with the loan sequence number to uniquely identify a specimen on loan [HISPID3].
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LoanID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanID">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / LoanSequenceNumber
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 name="LoanSequenceNumber" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanSequenceNumber">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Institution to which the loan is being sent [HISPID3].
Diagram
Diagram ABCD_3_0_xsd.tmp#InstitutionCode
Type InstitutionCode
Properties
content simple
minOccurs 0
Source
<xs:element name="LoanDestination" type="InstitutionCode" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanDestination">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Name of botanist for whom the loan is destined [HISPID3].
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LoanForBotanist" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanForBotanist">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name of botanist for whom the loan is destined [HISPID3].</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / LoanDispatchMethod
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The means by which the loan is being despatched from the home institution [HISPID3].
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LoanDispatchMethod" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanDispatchMethod">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The date the loan is prepared and/or sent. [HISPID3]
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="LoanDate" type="xs:date" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LoanDate">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The date the loan is to be returned.
Diagram
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="LoanReturnDate" type="xs:date" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LoanReturnDate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date the loan is to be returned.</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / NaturalOccurrence
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Records whether the plant is a native of the collection habitat or whether it is a naturalised introduction. Equivalent to HISPID:posnat. It is expected that this field will have values similar to the following: Natural, Naturalised, Unknown.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="NaturalOccurrence" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/naturalOccurrence">
  <xs:annotation>
    <xs:documentation xml:lang="en">Records whether the plant is a native of the collection habitat or whether it is a naturalised introduction. Equivalent to HISPID:posnat. It is expected that this field will have values similar to the following: Natural, Naturalised, Unknown.</xs:documentation>
  </xs:annotation>
</xs:element>
Element HerbariumUnit / CultivatedOccurrence
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Records whether the plant is established or not established (hence, only maintained as a cultivated plant), in the collection habitat. Equivalent to HISPID:poscul. It is expected that this field will have values similar to the following: Cultivated, Not cultivated, Unknown.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="CultivatedOccurrence" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultivatedOccurrence">
  <xs:annotation>
    <xs:documentation xml:lang="en">Records whether the plant is established or not established (hence, only maintained as a cultivated plant), in the collection habitat. Equivalent to HISPID:poscul. It is expected that this field will have values similar to the following: Cultivated, Not cultivated, Unknown.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / BotanicalGardenUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Data specific to units in botanical live (horticultural) collections.
Diagram
Diagram ABCD_3_0_xsd.tmp#BotanicalGardenUnit_AccessionSpecimenNumbers ABCD_3_0_xsd.tmp#BotanicalGardenUnit_AccessionStatus ABCD_3_0_xsd.tmp#BotanicalGardenUnit_LocationInGarden ABCD_3_0_xsd.tmp#BotanicalGardenUnit_AccessionMaterialType ABCD_3_0_xsd.tmp#BotanicalGardenUnit_Hardiness ABCD_3_0_xsd.tmp#BotanicalGardenUnit_ProvenanceCategory ABCD_3_0_xsd.tmp#BotanicalGardenUnit_PropagationHistoryCode ABCD_3_0_xsd.tmp#BotanicalGardenUnit_AccessionLineage ABCD_3_0_xsd.tmp#BotanicalGardenUnit_DonorCategory ABCD_3_0_xsd.tmp#BotanicalGardenUnit_Cultivation ABCD_3_0_xsd.tmp#BotanicalGardenUnit_PlantingDate ABCD_3_0_xsd.tmp#BotanicalGardenUnit_Propagation ABCD_3_0_xsd.tmp#BotanicalGardenUnit_Perennation ABCD_3_0_xsd.tmp#BotanicalGardenUnit_BreedingSystem ABCD_3_0_xsd.tmp#BotanicalGardenUnit_IPEN ABCD_3_0_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/3.0">
  <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 name="BotanicalGardenUnit" type="BotanicalGardenUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BotanicalGardenUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Minimum numbers of individuals the garden is holding under the UnitID. Accession status must not be D (dead).
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 0
Source
<xs:element name="AccessionSpecimenNumbers" type="xs:int" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionSpecimenNumbers">
  <xs:annotation>
    <xs:documentation xml:lang="en">Minimum numbers of individuals the garden is holding under the UnitID. Accession status must not be D (dead).</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / AccessionStatus
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 name="AccessionStatus" type="xs:byte" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Current location of the living plant in the botanical garden.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LocationInGarden" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/locationInGarden">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Type of material the current living accession is composed of.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AccessionMaterialType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionMaterialType">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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 name="Hardiness" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/hardiness">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A code to indicate the provenance of the accession [ITF-2].
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ProvenanceCategory" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/provenanceCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A code to indicate the nature of the production of the plant material being accessioned, for use in association with the concept Provenance Category. [ITF-2]
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PropagationHistoryCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/propagationHistoryCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">A code to indicate the nature of the production of the plant material being accessioned, for use in association with the concept Provenance Category. [ITF-2]</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / AccessionLineage
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The purpose of this element is to trace the lineage of an accession to either one or two immediate parent unit ID's. The Unit IDs are preceded by the garden code (Heywood and Heywood). [ITF-2] E.g. "K19650056"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AccessionLineage" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionLineage">
  <xs:annotation>
    <xs:documentation xml:lang="en">The purpose of this element is to trace the lineage of an accession to either one or two immediate parent unit ID's. The Unit IDs are preceded by the garden code (Heywood and Heywood). [ITF-2] E.g. "K19650056"</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / DonorCategory
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 name="DonorCategory" type="xs:byte" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/donorCategory">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Cultivation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultivation">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The date the plant was planted at its current location in the botanical garden. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PlantingDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PlantingDate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The date the plant was planted at its current location in the botanical garden. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BotanicalGardenUnit / Propagation
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Propagation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/propagation">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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 ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Perennation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/perennation">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A code to indicate the breeding system of the accession [ITF-2].
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="BreedingSystem" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/breedingSystem">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Unique number given to plant materials accessioned in conformance with the rules of the International Plant Exchange Network. For additional information see https://www.bgci.org/policy/ipen/
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="IPEN" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ipen">
  <xs:annotation>
    <xs:documentation xml:lang="en">Unique number given to plant materials accessioned in conformance with the rules of the International Plant Exchange Network. For additional information see https://www.bgci.org/policy/ipen/</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / PlantGeneticResourcesUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Data specific to units in plant genetic resource collections, e.g. gene banks.
Diagram
Diagram ABCD_3_0_xsd.tmp#PGRUnit_NationalInventoryCode ABCD_3_0_xsd.tmp#PGRUnit_BreedingCountryCode ABCD_3_0_xsd.tmp#PGRUnit_BreedingInstitutionCode ABCD_3_0_xsd.tmp#PGRUnit_DecodedBreedingInstitute ABCD_3_0_xsd.tmp#PGRUnit_GatheringInstitutionCode ABCD_3_0_xsd.tmp#PGRUnit_DecodedGatheringInstitute ABCD_3_0_xsd.tmp#PGRUnit_BiologicalStatus ABCD_3_0_xsd.tmp#PGRUnit_AncestralData ABCD_3_0_xsd.tmp#PGRUnit_CollectingAcquisitionSource ABCD_3_0_xsd.tmp#PGRUnit_OtherIdentification ABCD_3_0_xsd.tmp#PGRUnit_LocationSafetyDuplicates ABCD_3_0_xsd.tmp#PGRUnit_DecodedLocationSafetyDuplicates ABCD_3_0_xsd.tmp#PGRUnit_TypeGermplasmStorage ABCD_3_0_xsd.tmp#PGRUnit_AccessionNames ABCD_3_0_xsd.tmp#PGRUnit_AccessionNameText ABCD_3_0_xsd.tmp#PGRUnit
Type PGRUnit
Properties
content complex
minOccurs 0
Model
Children AccessionNameText, AccessionNames, AncestralData, BiologicalStatus, BreedingCountryCode, BreedingInstitutionCode, CollectingAcquisitionSource, DecodedBreedingInstitute, DecodedGatheringInstitute, DecodedLocationSafetyDuplicates, GatheringInstitutionCode, LocationSafetyDuplicates, NationalInventoryCode, OtherIdentification, TypeGermplasmStorage
Instance
<PlantGeneticResourcesUnit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <NationalInventoryCode>{0,1}</NationalInventoryCode>
  <BreedingCountryCode>{0,1}</BreedingCountryCode>
  <BreedingInstitutionCode>{0,1}</BreedingInstitutionCode>
  <DecodedBreedingInstitute>{0,1}</DecodedBreedingInstitute>
  <GatheringInstitutionCode>{0,1}</GatheringInstitutionCode>
  <DecodedGatheringInstitute>{0,1}</DecodedGatheringInstitute>
  <BiologicalStatus>{0,1}</BiologicalStatus>
  <AncestralData language="">{0,1}</AncestralData>
  <CollectingAcquisitionSource>{0,1}</CollectingAcquisitionSource>
  <OtherIdentification>{0,1}</OtherIdentification>
  <LocationSafetyDuplicates>{0,1}</LocationSafetyDuplicates>
  <DecodedLocationSafetyDuplicates>{0,1}</DecodedLocationSafetyDuplicates>
  <TypeGermplasmStorage>{0,1}</TypeGermplasmStorage>
  <AccessionNames>{0,1}</AccessionNames>
  <AccessionNameText>{0,1}</AccessionNameText>
</PlantGeneticResourcesUnit>
Source
<xs:element name="PlantGeneticResourcesUnit" type="PGRUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PlantGeneticResourcesUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A designation specific to EURISCO.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="NationalInventoryCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nationalInventoryCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">A designation specific to EURISCO.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / BreedingCountryCode
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
ISO 3-letter code for the country where the breeding institute is located.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="BreedingCountryCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/breedingCountryCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">ISO 3-letter code for the country where the breeding institute is located.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / BreedingInstitutionCode
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
FAO Institute Code of the institute that has bred the material.
Diagram
Diagram ABCD_3_0_xsd.tmp#FAOInstituteCode
Type FAOInstituteCode
Properties
content simple
minOccurs 0
Source
<xs:element name="BreedingInstitutionCode" type="FAOInstituteCode" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/breedingInstitutionCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">FAO Institute Code of the institute that has bred the material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / DecodedBreedingInstitute
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A brief name and location for the breeding institute.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="DecodedBreedingInstitute" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/decodedBreedingInstitute">
  <xs:annotation>
    <xs:documentation xml:lang="en">A brief name and location for the breeding institute.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / GatheringInstitutionCode
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
FAO Institute Code of the institute that has collected the material.
Diagram
Diagram ABCD_3_0_xsd.tmp#FAOInstituteCode
Type FAOInstituteCode
Properties
content simple
minOccurs 0
Source
<xs:element name="GatheringInstitutionCode" type="FAOInstituteCode" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gatheringInstitutionCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">FAO Institute Code of the institute that has collected the material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / DecodedGatheringInstitute
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The brief name and location of the institute that has collected the material.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="DecodedGatheringInstitute" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/decodedGatheringInstitute">
  <xs:annotation>
    <xs:documentation xml:lang="en">The brief name and location of the institute that has collected the material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / BiologicalStatus
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code for the (propagation-)provenance of the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#BiologicalStatus
Type BiologicalStatus
Properties
content simple
minOccurs 0
Facets
enumeration 100
Wild
enumeration 110
Natural
enumeration 120
Semi-natural/wild
enumeration 200
Weedy
enumeration 300
Traditional cultivar/landrace
enumeration 400
Breeding/research material
enumeration 410
Breeder's line
enumeration 411
Synthetic population
enumeration 412
Hybrid
enumeration 413
Founder stock/base population
enumeration 414
Inbred line (parent of hybrid cultivar)
enumeration 415
Segregating population
enumeration 420
Mutant/genetic stock
enumeration 500
Advanced/improved cultivar
enumeration 999
Other
Source
<xs:element name="BiologicalStatus" type="BiologicalStatus" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/biologicalStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code for the (propagation-)provenance of the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / AncestralData
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Information about either pedigree or other description of ancestral information (i.e. parent variety in case of mutant or selection). E.g. "Hanna/7*Atlas//Turk/8*Atlas", "mutation found in Hanna", "selection from Irene", "cross involving amongst others Hanna and Irene".
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="AncestralData" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ancestralData">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about either pedigree or other description of ancestral information (i.e. parent variety in case of mutant or selection). E.g. "Hanna/7*Atlas//Turk/8*Atlas", "mutation found in Hanna", "selection from Irene", "cross involving amongst others Hanna and Irene".</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / CollectingAcquisitionSource
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code for the (location-) provenance of the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#CollectingAcquisitionSource
Type CollectingAcquisitionSource
Properties
content simple
minOccurs 0
Facets
enumeration 10
Wild habitat
enumeration 11
Forest/woodland
enumeration 12
Shrubland
enumeration 13
Grassland
enumeration 14
Desert/tundra
enumeration 15
Aquatic habitat
enumeration 20
Farm or cultivated habitat
enumeration 21
Field
enumeration 22
Orchard
enumeration 23
Backyard, kitchen or home garden (urban, peri-urban or rural)
enumeration 24
Fallow land
enumeration 25
Pasture
enumeration 26
Farm store
enumeration 27
Threshing floor
enumeration 28
Park
enumeration 30
Market or shop
enumeration 40
Institute, Experimental station, Research organisation, Genebank
enumeration 50
Seed company
enumeration 60
Weedy, disturbed or ruderal habitat
enumeration 61
Roadside
enumeration 62
Field margin
enumeration 99
Other
Source
<xs:element name="CollectingAcquisitionSource" type="CollectingAcquisitionSource" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/collectingAcquisitionSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code for the (location-) provenance of the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / OtherIdentification
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Any other identification (numbers) known to exist in other collections for this accession.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="OtherIdentification" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/otherIdentification">
  <xs:annotation>
    <xs:documentation xml:lang="en">Any other identification (numbers) known to exist in other collections for this accession.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / LocationSafetyDuplicates
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The FAO Institute Code of the institute where a safety duplicate of the accession is maintained.
Diagram
Diagram ABCD_3_0_xsd.tmp#FAOInstituteCode
Type FAOInstituteCode
Properties
content simple
minOccurs 0
Source
<xs:element name="LocationSafetyDuplicates" type="FAOInstituteCode" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/locationSafetyDuplicates">
  <xs:annotation>
    <xs:documentation xml:lang="en">The FAO Institute Code of the institute where a safety duplicate of the accession is maintained.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / DecodedLocationSafetyDuplicates
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Brief name and location of the institute maintaining the safety duplicate.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="DecodedLocationSafetyDuplicates" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/decodedLocationSafetyDuplicates">
  <xs:annotation>
    <xs:documentation xml:lang="en">Brief name and location of the institute maintaining the safety duplicate.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / TypeGermplasmStorage
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code for the type of storage of the unit in the collection.
Diagram
Diagram ABCD_3_0_xsd.tmp#TypeGermplasmStorage
Type TypeGermplasmStorage
Properties
content simple
minOccurs 0
Facets
enumeration 10
Seed collection
enumeration 11
Short term
enumeration 12
Medium term
enumeration 13
Long term
enumeration 20
Field collection
enumeration 30
In vitro collection (Slow growth)
enumeration 40
Cryopreserved collection
enumeration 99
Other
Source
<xs:element name="TypeGermplasmStorage" type="TypeGermplasmStorage" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/typeGermplasmStorage">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code for the type of storage of the unit in the collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PGRUnit / AccessionNames
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element for the accession names.
Diagram
Diagram ABCD_3_0_xsd.tmp#PGRUnit_PGRUnit_AccessionNames_AccessionName
Properties
content complex
minOccurs 0
Model
Children AccessionName
Instance
<AccessionNames xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <AccessionName>{1,unbounded}</AccessionName>
</AccessionNames>
Source
<xs:element name="AccessionNames" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for the accession names.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AccessionName" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionName">
        <xs:annotation>
          <xs:documentation xml:lang="en">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:sequence>
  </xs:complexType>
</xs:element>
Element PGRUnit / AccessionNames / AccessionName
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AccessionName" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / AccessionNameText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An alternative concatenated text representation of the Accession Names.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AccessionNameText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionNameText">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Data specific to zoological units.
Diagram
Diagram ABCD_3_0_xsd.tmp#ZoologicalUnit_PhasesOrStages ABCD_3_0_xsd.tmp#ZoologicalUnit
Type ZoologicalUnit
Properties
content complex
minOccurs 0
Model
Children PhasesOrStages
Instance
<ZoologicalUnit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <PhasesOrStages>{0,1}</PhasesOrStages>
</ZoologicalUnit>
Source
<xs:element name="ZoologicalUnit" type="ZoologicalUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ZoologicalUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Data specific to zoological units.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ZoologicalUnit / PhasesOrStages
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#ZoologicalUnit_ZoologicalUnit_PhasesOrStages_PhaseOrStage
Properties
content complex
minOccurs 0
Model
Children PhaseOrStage
Instance
<PhasesOrStages xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <PhaseOrStage language="">{1,unbounded}</PhaseOrStage>
</PhasesOrStages>
Source
<xs:element name="PhasesOrStages" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="PhaseOrStage" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/phaseOrStage">
        <xs:annotation>
          <xs:documentation xml:lang="en">A 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/3.0
Annotations
A 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_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="PhaseOrStage" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/phaseOrStage">
  <xs:annotation>
    <xs:documentation xml:lang="en">A 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 / PaleontologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Data specific to paleontological units.
Diagram
Diagram ABCD_3_0_xsd.tmp#PaleontologicalUnit_Preservation ABCD_3_0_xsd.tmp#PaleontologicalUnit_TimeRange ABCD_3_0_xsd.tmp#PaleontologicalUnit
Type PaleontologicalUnit
Properties
content complex
minOccurs 0
Model
Children Preservation, TimeRange
Instance
<PaleontologicalUnit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Preservation>{0,1}</Preservation>
  <TimeRange>{0,1}</TimeRange>
</PaleontologicalUnit>
Source
<xs:element name="PaleontologicalUnit" type="PaleontologicalUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PaleontologicalUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Data specific to paleontological units.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PaleontologicalUnit / Preservation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Description of the fossil preservation of the specimen.
Diagram
Diagram ABCD_3_0_xsd.tmp#PaleontologicalUnit_PaleontologicalUnit_Preservation_Completeness ABCD_3_0_xsd.tmp#PaleontologicalUnit_PaleontologicalUnit_Preservation_Form ABCD_3_0_xsd.tmp#PaleontologicalUnit_PaleontologicalUnit_Preservation_Matrix ABCD_3_0_xsd.tmp#PaleontologicalUnit_PaleontologicalUnit_Preservation_Mineralization ABCD_3_0_xsd.tmp#PaleontologicalUnit_PaleontologicalUnit_Preservation_Taphonomy
Properties
content complex
minOccurs 0
Model
Children Completeness, Form, Matrix, Mineralization, Taphonomy
Instance
<Preservation xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Completeness language="">{0,1}</Completeness>
  <Form language="">{0,1}</Form>
  <Matrix language="">{0,1}</Matrix>
  <Mineralization language="">{0,1}</Mineralization>
  <Taphonomy language="">{0,1}</Taphonomy>
</Preservation>
Source
<xs:element name="Preservation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Description of the fossil preservation of the specimen.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Completeness" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/completeness">
        <xs:annotation>
          <xs:documentation xml:lang="en">An indication of the completeness of the representation of an organism in a paleontological specimen. E.g. "articulated", "disarticulated", "complete", "incomplete".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Form" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/form">
        <xs:annotation>
          <xs:documentation xml:lang="en">The original or a mold, cast etc. of the specimen. E.g. "internal mold", "internal cast", "external mold", "external cast", "original".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Matrix" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/matrix">
        <xs:annotation>
          <xs:documentation xml:lang="en">The sediment or mineral matrix enclosing the fossil</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Mineralization" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mineralization">
        <xs:annotation>
          <xs:documentation xml:lang="en">The form of mineralization. E.g. "silicified", "phosphatised", "pyritised".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Taphonomy" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/taphonomy">
        <xs:annotation>
          <xs:documentation xml:lang="en">The life position, allochthonous death assemblage, post mortem history details etc.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element PaleontologicalUnit / Preservation / Completeness
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An indication of the completeness of the representation of an organism in a paleontological specimen. E.g. "articulated", "disarticulated", "complete", "incomplete".
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Completeness" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/completeness">
  <xs:annotation>
    <xs:documentation xml:lang="en">An indication of the completeness of the representation of an organism in a paleontological specimen. E.g. "articulated", "disarticulated", "complete", "incomplete".</xs:documentation>
  </xs:annotation>
</xs:element>
Element PaleontologicalUnit / Preservation / Form
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The original or a mold, cast etc. of the specimen. E.g. "internal mold", "internal cast", "external mold", "external cast", "original".
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Form" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/form">
  <xs:annotation>
    <xs:documentation xml:lang="en">The original or a mold, cast etc. of the specimen. E.g. "internal mold", "internal cast", "external mold", "external cast", "original".</xs:documentation>
  </xs:annotation>
</xs:element>
Element PaleontologicalUnit / Preservation / Matrix
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The sediment or mineral matrix enclosing the fossil
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Matrix" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/matrix">
  <xs:annotation>
    <xs:documentation xml:lang="en">The sediment or mineral matrix enclosing the fossil</xs:documentation>
  </xs:annotation>
</xs:element>
Element PaleontologicalUnit / Preservation / Mineralization
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The form of mineralization. E.g. "silicified", "phosphatised", "pyritised".
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Mineralization" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mineralization">
  <xs:annotation>
    <xs:documentation xml:lang="en">The form of mineralization. E.g. "silicified", "phosphatised", "pyritised".</xs:documentation>
  </xs:annotation>
</xs:element>
Element PaleontologicalUnit / Preservation / Taphonomy
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The life position, allochthonous death assemblage, post mortem history details etc.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Taphonomy" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/taphonomy">
  <xs:annotation>
    <xs:documentation xml:lang="en">The life position, allochthonous death assemblage, post mortem history details etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PaleontologicalUnit / TimeRange
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Known or assumed time range of a fossil.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="TimeRange" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/paleontologicalTimeRange">
  <xs:annotation>
    <xs:documentation xml:lang="en">Known or assumed time range of a fossil.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / MultimediaObjects
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Unit_Unit_MultimediaObjects_MultimediaObject
Properties
content complex
minOccurs 0
Model
Children MultimediaObject
Instance
<MultimediaObjects xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MultimediaObject>{1,unbounded}</MultimediaObject>
</MultimediaObjects>
Source
<xs:element name="MultimediaObjects" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="MultimediaObject" type="MultimediaObject" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-MultimediaObject">
        <xs:annotation>
          <xs:documentation xml:lang="en">Elements to describe digital images, sound recordings, etc. relating to (or forming) the unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / MultimediaObjects / MultimediaObject
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements to describe digital images, sound recordings, etc. relating to (or forming) the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_ID ABCD_3_0_xsd.tmp#MultimediaObject_Type ABCD_3_0_xsd.tmp#MultimediaObject_Title ABCD_3_0_xsd.tmp#MultimediaObject_IDofContainingCollection ABCD_3_0_xsd.tmp#MultimediaObject_Source ABCD_3_0_xsd.tmp#MultimediaObject_Provider ABCD_3_0_xsd.tmp#MultimediaObject_FileURL ABCD_3_0_xsd.tmp#MultimediaObject_ProductURL ABCD_3_0_xsd.tmp#MultimediaObject_Context ABCD_3_0_xsd.tmp#MultimediaObject_Tags ABCD_3_0_xsd.tmp#MultimediaObject_Ratings ABCD_3_0_xsd.tmp#MultimediaObject_FileFormat ABCD_3_0_xsd.tmp#MultimediaObject_FileFormatVersion ABCD_3_0_xsd.tmp#MultimediaObject_FileSize ABCD_3_0_xsd.tmp#MultimediaObject_PhysicalFormat ABCD_3_0_xsd.tmp#MultimediaObject_PhysicalObjectID ABCD_3_0_xsd.tmp#MultimediaObject_DateCreated ABCD_3_0_xsd.tmp#MultimediaObject_Creators ABCD_3_0_xsd.tmp#MultimediaObject_Modified ABCD_3_0_xsd.tmp#MultimediaObject_LegalStatements ABCD_3_0_xsd.tmp#MultimediaObject_Notes ABCD_3_0_xsd.tmp#MultimediaObject_Sex ABCD_3_0_xsd.tmp#MultimediaObject_LifeStage ABCD_3_0_xsd.tmp#MultimediaObject_SubjectPart ABCD_3_0_xsd.tmp#MultimediaObject_SubjectOrientation ABCD_3_0_xsd.tmp#MultimediaObject_SubjectDistance ABCD_3_0_xsd.tmp#MultimediaObject_TaxaInBackground ABCD_3_0_xsd.tmp#MultimediaObject_RecordingEnvironment ABCD_3_0_xsd.tmp#MultimediaObject_Temperature ABCD_3_0_xsd.tmp#MultimediaObject_LightCondition ABCD_3_0_xsd.tmp#MultimediaObject_PlaybackUsed ABCD_3_0_xsd.tmp#MultimediaObject_CaptureEquipment ABCD_3_0_xsd.tmp#MultimediaObject_Counter ABCD_3_0_xsd.tmp#MultimediaObject_FilterUsedForRecording ABCD_3_0_xsd.tmp#MultimediaObject_MakerNote ABCD_3_0_xsd.tmp#MultimediaObject_Audio ABCD_3_0_xsd.tmp#MultimediaObject_Video ABCD_3_0_xsd.tmp#MultimediaObject_Image ABCD_3_0_xsd.tmp#MultimediaObject
Type MultimediaObject
Properties
content complex
maxOccurs unbounded
Model
Children Audio, CaptureEquipment, Context, Counter, Creators, DateCreated, FileFormat, FileFormatVersion, FileSize, FileURL, FilterUsedForRecording, ID, IDofContainingCollection, Image, LegalStatements, LifeStage, LightCondition, MakerNote, Modified, Notes, PhysicalFormat, PhysicalObjectID, PlaybackUsed, ProductURL, Provider, Ratings, RecordingEnvironment, Sex, Source, SubjectDistance, SubjectOrientation, SubjectPart, Tags, TaxaInBackground, Temperature, Title, Type, Video
Instance
<MultimediaObject xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ID>{0,1}</ID>
  <Type>{0,1}</Type>
  <Title>{0,1}</Title>
  <IDofContainingCollection>{0,1}</IDofContainingCollection>
  <Source>{0,1}</Source>
  <Provider>{0,1}</Provider>
  <FileURL>{1,1}</FileURL>
  <ProductURL>{0,1}</ProductURL>
  <Context language="">{0,1}</Context>
  <Tags>{0,1}</Tags>
  <Ratings>{0,1}</Ratings>
  <FileFormat>{0,1}</FileFormat>
  <FileFormatVersion>{0,1}</FileFormatVersion>
  <FileSize>{0,1}</FileSize>
  <PhysicalFormat>{0,1}</PhysicalFormat>
  <PhysicalObjectID>{0,1}</PhysicalObjectID>
  <DateCreated>{0,1}</DateCreated>
  <Creators>{0,1}</Creators>
  <Modified>{0,1}</Modified>
  <LegalStatements>{0,1}</LegalStatements>
  <Notes language="">{0,1}</Notes>
  <Sex>{0,1}</Sex>
  <LifeStage>{0,1}</LifeStage>
  <SubjectPart>{0,1}</SubjectPart>
  <SubjectOrientation>{0,1}</SubjectOrientation>
  <SubjectDistance>{0,1}</SubjectDistance>
  <TaxaInBackground>{0,1}</TaxaInBackground>
  <RecordingEnvironment>{0,1}</RecordingEnvironment>
  <Temperature scale="">{0,1}</Temperature>
  <LightCondition>{0,1}</LightCondition>
  <PlaybackUsed>{0,1}</PlaybackUsed>
  <CaptureEquipment>{0,1}</CaptureEquipment>
  <Counter>{0,1}</Counter>
  <FilterUsedForRecording>{0,1}</FilterUsedForRecording>
  <MakerNote>{0,1}</MakerNote>
  <Audio>{0,1}</Audio>
  <Video>{0,1}</Video>
  <Image>{0,1}</Image>
</MultimediaObject>
Source
<xs:element name="MultimediaObject" type="MultimediaObject" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-MultimediaObject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements to describe digital images, sound recordings, etc. relating to (or forming) the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / ID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
DC term. An arbitrary code that is unique for the resource, with the resource being either a provider, collection, or media item. Often same as FileURI.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-ID">
  <xs:annotation>
    <xs:documentation xml:lang="en">DC term. An arbitrary code that is unique for the resource, with the resource being either a provider, collection, or media item. Often same as FileURI.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Type
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
DC term. Recommended terms are Collection, StillImage, Sound, MovingImage, InteractiveResource, Text. Values may be used either in their literal form, or with a full namespace (e. g. http://purl.org/dc/dcmitype/StillImage) from a controlled vocabulary, but the best practice is to use the literal form when using dc:type and use dcterms:type when you can supply the URI from a controlled vocabulary and implementers may require this practice. At least one of dc:type and dcterms:type must be supplied but, when feasible, supplying both may make the metadata more widely useful. The values of each should designate the same type, but in case of ambiguity dcterms:type prevails.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Type" type="String" minOccurs="0" sawsdl:modelReference="http://purl.org/dc/elements/1.1/type">
  <xs:annotation>
    <xs:documentation xml:lang="en">DC term. Recommended terms are Collection, StillImage, Sound, MovingImage, InteractiveResource, Text. Values may be used either in their literal form, or with a full namespace (e. g. http://purl.org/dc/dcmitype/StillImage) from a controlled vocabulary, but the best practice is to use the literal form when using dc:type and use dcterms:type when you can supply the URI from a controlled vocabulary and implementers may require this practice. At least one of dc:type and dcterms:type must be supplied but, when feasible, supplying both may make the metadata more widely useful. The values of each should designate the same type, but in case of ambiguity dcterms:type prevails.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Title
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
DC term. Concise title, name, or brief descriptive label of institution, resource collection, or individual resource. This field should include the complete title with all the subtitles, if any.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Title" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-Title">
  <xs:annotation>
    <xs:documentation xml:lang="en">DC term. Concise title, name, or brief descriptive label of institution, resource collection, or individual resource. This field should include the complete title with all the subtitles, if any.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / IDofContainingCollection
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
AC term. If the resource is contained in a Collection, this field identifies that Collection uniquely. Its form is not specified by this normative document, but is left to implementers of specific implementations.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="IDofContainingCollection" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/IDofContainingCollection">
  <xs:annotation>
    <xs:documentation xml:lang="en">AC term. If the resource is contained in a Collection, this field identifies that Collection uniquely. Its form is not specified by this normative document, but is left to implementers of specific implementations.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Source
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A reference to a source or publication the media object was taken from.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<Source xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Source>
Source
<xs:element name="Source" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-Source">
  <xs:annotation>
    <xs:documentation xml:lang="en">A reference to a source or publication the media object was taken from.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Provider
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
AC term. URI for person or organization responsible for presenting the media resource. If no separate Metadata Provider is given, this also attributes the metadata.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Provider" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/ac/terms/provider">
  <xs:annotation>
    <xs:documentation xml:lang="en">AC term. URI for person or organization responsible for presenting the media resource. If no separate Metadata Provider is given, this also attributes the metadata.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / FileURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL to directly access the underlying multimedia file.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
Source
<xs:element name="FileURL" type="xs:anyURI" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fileURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL to directly access the underlying multimedia file.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / ProductURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL of a web page were the multimedia file is presented, including additional meta information, possibly with the support of web viewers or players.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ProductURL" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/productURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of a web page were the multimedia file is presented, including additional meta information, possibly with the support of web viewers or players.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Context
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Context" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/multimediaContext">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / Tags
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
General keywords or tags. Tags may be multi-worded phrases. Where scientific names, common names, geographic locations, etc. are separable, those should go into the more specific coverage metadata items provided further below. Examples: "flower diagram". Character or part keywords like "leaf", or "flower color" are especially desirable.
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Tags_Tag
Properties
content complex
minOccurs 0
Model
Children Tag
Instance
<Tags xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Tag>{1,unbounded}</Tag>
</Tags>
Source
<xs:element name="Tags" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">General keywords or tags. Tags may be multi-worded phrases. Where scientific names, common names, geographic locations, etc. are separable, those should go into the more specific coverage metadata items provided further below. Examples: "flower diagram". Character or part keywords like "leaf", or "flower color" are especially desirable.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Tag" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/ac/terms/tag">
        <xs:annotation>
          <xs:documentation xml:lang="en">AC term. General keywords or tags. Tags may be multi-worded phrases. Where scientific names, common names, geographic locations, etc. are separable, those should go into the more specific coverage metadata items provided further below. Examples: "flower diagram". Character or part keywords like "leaf", or "flower color" are especially desirable.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MultimediaObject / Tags / Tag
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
AC term. General keywords or tags. Tags may be multi-worded phrases. Where scientific names, common names, geographic locations, etc. are separable, those should go into the more specific coverage metadata items provided further below. Examples: "flower diagram". Character or part keywords like "leaf", or "flower color" are especially desirable.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Tag" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/ac/terms/tag">
  <xs:annotation>
    <xs:documentation xml:lang="en">AC term. General keywords or tags. Tags may be multi-worded phrases. Where scientific names, common names, geographic locations, etc. are separable, those should go into the more specific coverage metadata items provided further below. Examples: "flower diagram". Character or part keywords like "leaf", or "flower color" are especially desirable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Ratings
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A rating of the media resources, provided by record originators or editors, with -1 defining “rejected”, “0” defining “unrated”, and “1” (worst) to “5” (best). The origin of the rating is not communicated. It may, e. g., be based on user feedback or on editorial ratings. If Rating is not present, a value of 0 may be assumed. By "user-assigned" is meant assigned by the originator or editor of the record using the term.
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Ratings_Rating
Properties
content complex
minOccurs 0
Model
Children Rating
Instance
<Ratings xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Rating>{1,unbounded}</Rating>
</Ratings>
Source
<xs:element name="Ratings" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A rating of the media resources, provided by record originators or editors, with -1 defining “rejected”, “0” defining “unrated”, and “1” (worst) to “5” (best). The origin of the rating is not communicated. It may, e. g., be based on user feedback or on editorial ratings. If Rating is not present, a value of 0 may be assumed. By "user-assigned" is meant assigned by the originator or editor of the record using the term.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Rating" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://ns.adobe.com/xap/1.0/Rating">
        <xs:annotation>
          <xs:documentation xml:lang="en">xmp/AC term. A rating of the media resources, provided by record originators or editors, with -1 defining “rejected”, “0” defining “unrated”, and “1” (worst) to “5” (best). The origin of the rating is not communicated. It may, e. g., be based on user feedback or on editorial ratings. If Rating is not present, a value of 0 may be assumed. By "user-assigned" is meant assigned by the originator or editor of the record using the term.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MultimediaObject / Ratings / Rating
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
xmp/AC term. A rating of the media resources, provided by record originators or editors, with -1 defining “rejected”, “0” defining “unrated”, and “1” (worst) to “5” (best). The origin of the rating is not communicated. It may, e. g., be based on user feedback or on editorial ratings. If Rating is not present, a value of 0 may be assumed. By "user-assigned" is meant assigned by the originator or editor of the record using the term.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Rating" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://ns.adobe.com/xap/1.0/Rating">
  <xs:annotation>
    <xs:documentation xml:lang="en">xmp/AC term. A rating of the media resources, provided by record originators or editors, with -1 defining “rejected”, “0” defining “unrated”, and “1” (worst) to “5” (best). The origin of the rating is not communicated. It may, e. g., be based on user feedback or on editorial ratings. If Rating is not present, a value of 0 may be assumed. By "user-assigned" is meant assigned by the originator or editor of the record using the term.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / FileFormat
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code or descriptive term for file format e.g. jpg, pcx, tiff for digital images; 16mm, beta video, AVI, mpg for moving images
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="FileFormat" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fileFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code or descriptive term for file format e.g. jpg, pcx, tiff for digital images; 16mm, beta video, AVI, mpg for moving images</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / FileFormatVersion
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code or descriptive term for version of file format e.g. 3.0
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="FileFormatVersion" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FileFormatVersion">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code or descriptive term for version of file format e.g. 3.0</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / FileSize
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The size of the file of the multimedia object. Sizes should be expressed in kB (kilo byte) or MB (mega byte) including the unit abbreviation. E.g. "3.2 MB", "27 kB", "128 MB".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="FileSize" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fileSize">
  <xs:annotation>
    <xs:documentation xml:lang="en">The size of the file of the multimedia object. Sizes should be expressed in kB (kilo byte) or MB (mega byte) including the unit abbreviation. E.g. "3.2 MB", "27 kB", "128 MB".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / PhysicalFormat
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code or descriptive term for physical format of the multimedia object. E.g. "tape", "photograph", "film negative".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PhysicalFormat" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/physicalFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code or descriptive term for physical format of the multimedia object. E.g. "tape", "photograph", "film negative".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / PhysicalObjectID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code or descriptive term for identifier of physical item in a collection like a tape number or catalog number of photograph.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PhysicalObjectID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/physicalObjectID">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code or descriptive term for identifier of physical item in a collection like a tape number or catalog number of photograph.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / DateCreated
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date or DateTime when the multimedia object was created. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to Dublin-Core standard element "Date.Created".
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
Source
<xs:element name="DateCreated" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-DateCreated">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date or DateTime when the multimedia object was created. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to Dublin-Core standard element "Date.Created".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Creators
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Identifier, e.g. name or other id, of (technical) personnel who has taken the multimedia. Does not imply copyrights or other rights.
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Creators_Creator
Properties
content complex
minOccurs 0
Model
Children Creator
Instance
<Creators xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Creator>{1,unbounded}</Creator>
</Creators>
Source
<xs:element name="Creators" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifier, e.g. name or other id, of (technical) personnel who has taken the multimedia. Does not imply copyrights or other rights.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Creator" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-CreatorURI">
        <xs:annotation>
          <xs:documentation xml:lang="en">DC element. Identifier, e.g. name or other id, of (technical) personnel who has taken the multimedia. Does not imply copyrights or other rights.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MultimediaObject / Creators / Creator
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
DC element. Identifier, e.g. name or other id, of (technical) personnel who has taken the multimedia. Does not imply copyrights or other rights.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
maxOccurs unbounded
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Creator" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-CreatorURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">DC element. Identifier, e.g. name or other id, of (technical) personnel who has taken the multimedia. Does not imply copyrights or other rights.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Modified
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date or DateTime when the last modification of the multimedia object was made. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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. Note that experience shows that the information provided here is often unreliable, because providers tend to disregard updating this information. Maps to Dublin-Core standard element "Date.Modified".
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTimeISO
Type DateTimeISO
Properties
content simple
minOccurs 0
Facets
pattern ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
Source
<xs:element name="Modified" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-DateModified">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date or DateTime when the last modification of the multimedia object was made. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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. Note that experience shows that the information provided here is often unreliable, because providers tend to disregard updating this information. Maps to Dublin-Core standard element "Date.Modified".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / LegalStatements
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for legal statements relating specifically to the image.
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatements_Licenses ABCD_3_0_xsd.tmp#LegalStatements_Acknowledgements ABCD_3_0_xsd.tmp#LegalStatements_SuggestedCitations ABCD_3_0_xsd.tmp#LegalStatements_OtherLegalStatements ABCD_3_0_xsd.tmp#LegalStatements
Type LegalStatements
Properties
content complex
minOccurs 0
Model
Children Acknowledgements, Licenses, OtherLegalStatements, SuggestedCitations
Instance
<LegalStatements xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Licenses>{0,1}</Licenses>
  <Acknowledgements>{0,1}</Acknowledgements>
  <SuggestedCitations>{0,1}</SuggestedCitations>
  <OtherLegalStatements>{0,1}</OtherLegalStatements>
</LegalStatements>
Source
<xs:element name="LegalStatements" type="LegalStatements" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container element for legal statements relating specifically to the image.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Notes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Free text or formatted text (rtf) description of the feature - not controlled length e.g. often a memo field.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Free text or formatted text (rtf) description of the feature - not controlled length e.g. often a memo field.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Sex
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
DwC element. A description of the sex of any organisms featured within the media, when relevant to the subject of the media, e. g., male, female, hermaphrodite, dioecious.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Sex" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/dwc/terms/sex">
  <xs:annotation>
    <xs:documentation xml:lang="en">DwC element. A description of the sex of any organisms featured within the media, when relevant to the subject of the media, e. g., male, female, hermaphrodite, dioecious.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / LifeStage
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
DwC element. A description of the life-cycle stage of any organisms featured within the media, when relevant to the subject of the media, e. g., larvae, juvenile, adult.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LifeStage" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/dwc/terms/lifeStage">
  <xs:annotation>
    <xs:documentation xml:lang="en">DwC element. A description of the life-cycle stage of any organisms featured within the media, when relevant to the subject of the media, e. g., larvae, juvenile, adult.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / SubjectPart
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
AC element. The portion or product of organism morphology, behavior, environment, etc. that is either predominantly shown or particularly well exemplified by the media resource. No formal encoding scheme as yet exists. Examples are "whole body", "head", "flower", "leaf", "canopy" (of a rain forest stand). Several anatomical ontologies are emerging in http://www.obofoundry.org/.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SubjectPart" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/ac/terms/subjectPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">AC element. The portion or product of organism morphology, behavior, environment, etc. that is either predominantly shown or particularly well exemplified by the media resource. No formal encoding scheme as yet exists. Examples are "whole body", "head", "flower", "leaf", "canopy" (of a rain forest stand). Several anatomical ontologies are emerging in http://www.obofoundry.org/.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / SubjectOrientation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
AC element. Specific orientation (= direction, view angle) of the subject represented in the media resource with respect to the acquisition device. Examples: "dorsal", "ventral", "frontal", etc. No formal encoding scheme as yet exists. The term is repeatable e.g., in the case of a composite image, consisting of a combination of different view orientations.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SubjectOrientation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/ac/terms/subjectOrientation">
  <xs:annotation>
    <xs:documentation xml:lang="en">AC element. Specific orientation (= direction, view angle) of the subject represented in the media resource with respect to the acquisition device. Examples: "dorsal", "ventral", "frontal", etc. No formal encoding scheme as yet exists. The term is repeatable e.g., in the case of a composite image, consisting of a combination of different view orientations.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / SubjectDistance
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Specific distance of the subject represented in the media resource with respect to the acquisition device. E.g. "50 m", "20 cm".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SubjectDistance" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subjectDistance">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specific distance of the subject represented in the media resource with respect to the acquisition device. E.g. "50 m", "20 cm".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / TaxaInBackground
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Other taxa recorded in background
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_TaxaInBackground_TaxonInBackground
Properties
content complex
minOccurs 0
Model
Children TaxonInBackground
Instance
<TaxaInBackground xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <TaxonInBackground>{1,unbounded}</TaxonInBackground>
</TaxaInBackground>
Source
<xs:element name="TaxaInBackground" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Other taxa recorded in background</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TaxonInBackground" type="TaxonIdentified" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TaxonInBackground">
        <xs:annotation>
          <xs:documentation xml:lang="en">Other taxon recorded in background</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MultimediaObject / TaxaInBackground / TaxonInBackground
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Other taxon recorded in background
Diagram
Diagram ABCD_3_0_xsd.tmp#TaxonIdentified_HigherTaxa ABCD_3_0_xsd.tmp#TaxonIdentified_ScientificName ABCD_3_0_xsd.tmp#TaxonIdentified_InformalName ABCD_3_0_xsd.tmp#TaxonIdentified_NameComments ABCD_3_0_xsd.tmp#TaxonIdentified_Code ABCD_3_0_xsd.tmp#TaxonIdentified
Type TaxonIdentified
Properties
content complex
maxOccurs unbounded
Model
Children Code, HigherTaxa, InformalName, NameComments, ScientificName
Instance
<TaxonInBackground xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <HigherTaxa>{0,1}</HigherTaxa>
  <ScientificName>{0,1}</ScientificName>
  <InformalName language="">{0,1}</InformalName>
  <NameComments language="">{0,1}</NameComments>
  <Code>{0,1}</Code>
</TaxonInBackground>
Source
<xs:element name="TaxonInBackground" type="TaxonIdentified" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TaxonInBackground">
  <xs:annotation>
    <xs:documentation xml:lang="en">Other taxon recorded in background</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / RecordingEnvironment
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The context or surrounding in which the multimedia object was created. E.g. "lab", "field", "green house".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="RecordingEnvironment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/recordingEnvironment">
  <xs:annotation>
    <xs:documentation xml:lang="en">The context or surrounding in which the multimedia object was created. E.g. "lab", "field", "green house".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Temperature
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Temperature at which the MultimediaObject was created. Often used for lab recording.
Diagram
Diagram ABCD_3_0_xsd.tmp#Temperature_scale ABCD_3_0_xsd.tmp#Temperature
Type Temperature
Properties
content complex
minOccurs 0
Attributes
QName Type Use
scale restriction of xs:NMTOKEN optional
Source
<xs:element name="Temperature" type="Temperature" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-Temperature">
  <xs:annotation>
    <xs:documentation xml:lang="en">Temperature at which the MultimediaObject was created. Often used for lab recording.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / LightCondition
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Description of light conditions during recording, e.g. "artificial", "sun", "ambient", "candle light".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LightCondition" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lightCondition">
  <xs:annotation>
    <xs:documentation xml:lang="en">Description of light conditions during recording, e.g. "artificial", "sun", "ambient", "candle light".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / PlaybackUsed
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Boolean flag to indicate whether a playback was used to stimulate singing of the animal to be recorded.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="PlaybackUsed" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/playbackUsed">
  <xs:annotation>
    <xs:documentation xml:lang="en">Boolean flag to indicate whether a playback was used to stimulate singing of the animal to be recorded.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / CaptureEquipment
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Equipment used to create this multimedia object.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CaptureEquipment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/captureEquipment">
  <xs:annotation>
    <xs:documentation xml:lang="en">Equipment used to create this multimedia object.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Counter
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Counter" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/counter">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / FilterUsedForRecording
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="FilterUsedForRecording" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/filterUsedForRecording">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / MakerNote
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A tag for manufacturers of e.g. Exif/DCF writers to record any desired information. The contents are up to the manufacturer, but this element shall not be used for any other than its intended purpose.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="MakerNote" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/makerNote">
  <xs:annotation>
    <xs:documentation xml:lang="en">A tag for manufacturers of e.g. Exif/DCF writers to record any desired information. The contents are up to the manufacturer, but this element shall not be used for any other than its intended purpose.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Use this container for audio items.
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_Microphone ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_AudioChannel ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_DurationTimeCode ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_CodecName ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_CodecQuality ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_AudioEncoding ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_SamplingRate ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_AudioBitrate ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_Parabola ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_CarrierFrequency ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_PulseRepetitionRate ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_PulseLength ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_PulseFrequencyContour ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_PulseEnergyContour ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_PulseTimeEncodedSignal ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_PulseMaximumAmplitude ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_PulseFrequencyModulations ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_PulseDistanceRegularity ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_PulseGrouping ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_Speed ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_Pitch ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_Volume ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_CallType ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_NumberOfNotes ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Audio_Chapters
Properties
content complex
minOccurs 0
Model
Children AudioBitrate, AudioChannel, AudioEncoding, CallType, CarrierFrequency, Chapters, CodecName, CodecQuality, DurationTimeCode, Microphone, NumberOfNotes, Parabola, Pitch, PulseDistanceRegularity, PulseEnergyContour, PulseFrequencyContour, PulseFrequencyModulations, PulseGrouping, PulseLength, PulseMaximumAmplitude, PulseRepetitionRate, PulseTimeEncodedSignal, SamplingRate, Speed, Volume
Instance
<Audio xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Microphone>{0,1}</Microphone>
  <AudioChannel>{0,1}</AudioChannel>
  <DurationTimeCode>{0,1}</DurationTimeCode>
  <CodecName>{0,1}</CodecName>
  <CodecQuality>{0,1}</CodecQuality>
  <AudioEncoding>{0,1}</AudioEncoding>
  <SamplingRate>{0,1}</SamplingRate>
  <AudioBitrate>{0,1}</AudioBitrate>
  <Parabola>{0,1}</Parabola>
  <CarrierFrequency>{0,1}</CarrierFrequency>
  <PulseRepetitionRate>{0,1}</PulseRepetitionRate>
  <PulseLength>{0,1}</PulseLength>
  <PulseFrequencyContour>{0,1}</PulseFrequencyContour>
  <PulseEnergyContour>{0,1}</PulseEnergyContour>
  <PulseTimeEncodedSignal>{0,1}</PulseTimeEncodedSignal>
  <PulseMaximumAmplitude>{0,1}</PulseMaximumAmplitude>
  <PulseFrequencyModulations>{0,1}</PulseFrequencyModulations>
  <PulseDistanceRegularity>{0,1}</PulseDistanceRegularity>
  <PulseGrouping>{0,1}</PulseGrouping>
  <Speed>{0,1}</Speed>
  <Pitch>{0,1}</Pitch>
  <Volume>{0,1}</Volume>
  <CallType>{0,1}</CallType>
  <NumberOfNotes>{0,1}</NumberOfNotes>
  <Chapters>{0,1}</Chapters>
</Audio>
Source
<xs:element name="Audio" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/AudioObject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Use this container for audio items.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Microphone" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/microphone">
        <xs:annotation>
          <xs:documentation xml:lang="en">Microphone equipment used for recording the audio track.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AudioChannel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioChannel">
        <xs:annotation>
          <xs:documentation xml:lang="en">Channel(s) used for recording audio track. Recommended vocabulary: "mono", "stereo".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DurationTimeCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/durationTimeCode">
        <xs:annotation>
          <xs:documentation xml:lang="en">The duration of the recording expressed as a time code. Pattern: [0-9][0-9]:[0-5][0-9]:[0-5][0-9].[0-9][0-9]</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CodecName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codecName">
        <xs:annotation>
          <xs:documentation xml:lang="en">Name and version (or subtype) of the compression algorithm used.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CodecQuality" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codecQuality">
        <xs:annotation>
          <xs:documentation xml:lang="en">Impact of the compression on quality e.g. lossless or lossy.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AudioEncoding" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioEncoding">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
      <xs:element name="SamplingRate" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/samplingRate">
        <xs:annotation>
          <xs:documentation xml:lang="en">The number of times per second the analog signal is sampled when recording or converting into a digital format, expressed in Kilohertz (kHz).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AudioBitrate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioBitrate">
        <xs:annotation>
          <xs:documentation xml:lang="en">The bit rate of the audio stream, usually expressed in kBit/s.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parabola" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/parabola">
        <xs:annotation>
          <xs:documentation xml:lang="en">The kind of parabola used for the microphone when recording from a distance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CarrierFrequency" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/carrierFrequency">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PulseRepetitionRate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseRepetitionRate">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PulseLength" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseLength">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PulseFrequencyContour" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseFrequencyContour">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PulseEnergyContour" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseFrequencyContour">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PulseTimeEncodedSignal" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseTimeEncodedSignal">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PulseMaximumAmplitude" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseMaximumAmplitude">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PulseFrequencyModulations" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseFrequencyModulations">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PulseDistanceRegularity" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseDistanceRegularity">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PulseGrouping" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseGrouping">
        <xs:annotation>
          <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Speed" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/speed">
        <xs:annotation>
          <xs:documentation xml:lang="en">The speed of the recording, indicating if the recording has been speed up (speed > 1) or slowed (speed < 1) down for better human analysis, expressed as a factor of the original speed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Pitch" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pitch">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
      <xs:element name="Volume" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/volume">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
      <xs:element name="CallType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/callType">
        <xs:annotation>
          <xs:documentation xml:lang="en">The type of animal call that is recorded. E.g. territorial call, beggar call.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NumberOfNotes" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/numberOfNotes">
        <xs:annotation>
          <xs:documentation xml:lang="en">The number of notes the animal in the recording makes. E.g. "16 in total, 5 different"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Chapters" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/chapters">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MultimediaObject / Audio / Microphone
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Microphone equipment used for recording the audio track.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Microphone" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/microphone">
  <xs:annotation>
    <xs:documentation xml:lang="en">Microphone equipment used for recording the audio track.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / AudioChannel
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Channel(s) used for recording audio track. Recommended vocabulary: "mono", "stereo".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AudioChannel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioChannel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Channel(s) used for recording audio track. Recommended vocabulary: "mono", "stereo".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / DurationTimeCode
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The duration of the recording expressed as a time code. Pattern: [0-9][0-9]:[0-5][0-9]:[0-5][0-9].[0-9][0-9]
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="DurationTimeCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/durationTimeCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">The duration of the recording expressed as a time code. Pattern: [0-9][0-9]:[0-5][0-9]:[0-5][0-9].[0-9][0-9]</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / CodecName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name and version (or subtype) of the compression algorithm used.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CodecName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codecName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name and version (or subtype) of the compression algorithm used.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / CodecQuality
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Impact of the compression on quality e.g. lossless or lossy.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CodecQuality" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codecQuality">
  <xs:annotation>
    <xs:documentation xml:lang="en">Impact of the compression on quality e.g. lossless or lossy.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / AudioEncoding
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AudioEncoding" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioEncoding">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / SamplingRate
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The number of times per second the analog signal is sampled when recording or converting into a digital format, expressed in Kilohertz (kHz).
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="SamplingRate" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/samplingRate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of times per second the analog signal is sampled when recording or converting into a digital format, expressed in Kilohertz (kHz).</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / AudioBitrate
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The bit rate of the audio stream, usually expressed in kBit/s.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AudioBitrate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioBitrate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The bit rate of the audio stream, usually expressed in kBit/s.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / Parabola
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The kind of parabola used for the microphone when recording from a distance.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Parabola" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/parabola">
  <xs:annotation>
    <xs:documentation xml:lang="en">The kind of parabola used for the microphone when recording from a distance.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / CarrierFrequency
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CarrierFrequency" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/carrierFrequency">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / PulseRepetitionRate
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PulseRepetitionRate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseRepetitionRate">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / PulseLength
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PulseLength" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseLength">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / PulseFrequencyContour
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PulseFrequencyContour" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseFrequencyContour">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / PulseEnergyContour
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PulseEnergyContour" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseFrequencyContour">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / PulseTimeEncodedSignal
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PulseTimeEncodedSignal" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseTimeEncodedSignal">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / PulseMaximumAmplitude
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PulseMaximumAmplitude" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseMaximumAmplitude">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / PulseFrequencyModulations
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PulseFrequencyModulations" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseFrequencyModulations">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / PulseDistanceRegularity
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PulseDistanceRegularity" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseDistanceRegularity">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / PulseGrouping
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
For describing the sound or call of an animal.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PulseGrouping" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseGrouping">
  <xs:annotation>
    <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / Speed
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The speed of the recording, indicating if the recording has been speed up (speed > 1) or slowed (speed < 1) down for better human analysis, expressed as a factor of the original speed.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="Speed" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/speed">
  <xs:annotation>
    <xs:documentation xml:lang="en">The speed of the recording, indicating if the recording has been speed up (speed > 1) or slowed (speed < 1) down for better human analysis, expressed as a factor of the original speed.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / Pitch
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Pitch" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pitch">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / Volume
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Volume" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/volume">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / CallType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The type of animal call that is recorded. E.g. territorial call, beggar call.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CallType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/callType">
  <xs:annotation>
    <xs:documentation xml:lang="en">The type of animal call that is recorded. E.g. territorial call, beggar call.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / NumberOfNotes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The number of notes the animal in the recording makes. E.g. "16 in total, 5 different"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="NumberOfNotes" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/numberOfNotes">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of notes the animal in the recording makes. E.g. "16 in total, 5 different"</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Audio / Chapters
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Chapters" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/chapters">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Use this container for video items.
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_Microphone ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_LensModel ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_LightSource ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_AudioChannel ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_DurationTimeCode ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_AudioEncoding ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_AudioBitrate ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_AspectRatio ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_VideoEncoding ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_VideoBitrate ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_Framerate ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_CaptureFramerate ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_Color ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_ThumbnailURL ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_ImageSize ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_CallType ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_NumberOfNotes ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_Subtitles ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_SubtitlesFormat ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Video_Chapters
Properties
content complex
minOccurs 0
Model
Children AspectRatio, AudioBitrate, AudioChannel, AudioEncoding, CallType, CaptureFramerate, Chapters, Color, DurationTimeCode, Framerate, ImageSize, LensModel, LightSource, Microphone, NumberOfNotes, Subtitles, SubtitlesFormat, ThumbnailURL, VideoBitrate, VideoEncoding
Instance
<Video xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Microphone>{0,1}</Microphone>
  <LensModel>{0,1}</LensModel>
  <LightSource>{0,1}</LightSource>
  <AudioChannel>{0,1}</AudioChannel>
  <DurationTimeCode>{0,1}</DurationTimeCode>
  <AudioEncoding>{0,1}</AudioEncoding>
  <AudioBitrate>{0,1}</AudioBitrate>
  <AspectRatio>{0,1}</AspectRatio>
  <VideoEncoding>{0,1}</VideoEncoding>
  <VideoBitrate>{0,1}</VideoBitrate>
  <Framerate>{0,1}</Framerate>
  <CaptureFramerate>{0,1}</CaptureFramerate>
  <Color>{0,1}</Color>
  <ThumbnailURL>{0,1}</ThumbnailURL>
  <ImageSize>{0,1}</ImageSize>
  <CallType>{0,1}</CallType>
  <NumberOfNotes>{0,1}</NumberOfNotes>
  <Subtitles>{0,1}</Subtitles>
  <SubtitlesFormat>{0,1}</SubtitlesFormat>
  <Chapters>{0,1}</Chapters>
</Video>
Source
<xs:element name="Video" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/VideoObject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Use this container for video items.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Microphone" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/microphone">
        <xs:annotation>
          <xs:documentation xml:lang="en">Microphone equipment used for recording the audio track.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LensModel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lensModel">
        <xs:annotation>
          <xs:documentation xml:lang="en">Model name and model number of the lens used to take an image or record a video. E.g. "Canon EF-S 10-18mm"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LightSource" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lightSource">
        <xs:annotation>
          <xs:documentation xml:lang="en">The kind of light source. E.g. "natural lightning", "camera flash", "light box", "artificial lightning"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AudioChannel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioChannel">
        <xs:annotation>
          <xs:documentation xml:lang="en">Channels used for recording audio track. Recommended vocabulary: "mono", "stereo".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DurationTimeCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/durationTimeCode">
        <xs:annotation>
          <xs:documentation xml:lang="en">The duration of the recording expressed as a time code. Pattern: [0-9][0-9]:[0-5][0-9]:[0-5][0-9].[0-9][0-9]</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AudioEncoding" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioEncoding">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
      <xs:element name="AudioBitrate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioBitrate">
        <xs:annotation>
          <xs:documentation xml:lang="en">The bit rate of the audio stream, usually expressed in kBit/s.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AspectRatio" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/aspectRatio">
        <xs:annotation>
          <xs:documentation xml:lang="en">The ratio of the frame dimensions expressed as a fraction of width and height, e.g. "16:9", "4:3".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VideoEncoding" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/videoEncoding">
        <xs:annotation>
          <xs:documentation xml:lang="en">The codec of the video, e.g. "xvid", "MPEG".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VideoBitrate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/videoBitrate">
        <xs:annotation>
          <xs:documentation xml:lang="en">The bit rate of the video stream, usually expressed in kBit/s or MBit/s.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Framerate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/frameRate">
        <xs:annotation>
          <xs:documentation xml:lang="en">The number of frames per second the video file is supposed to be played at. E.g. "29.97", "25".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CaptureFramerate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/captureFramerate">
        <xs:annotation>
          <xs:documentation xml:lang="en">The number of frames the video was captured with. If this number is higher than the (playback) framerate the video is a high-speed capture (slow-motion video) and if it is lower it is a time-lapse recording.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Color" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/color">
        <xs:annotation>
          <xs:documentation xml:lang="en">Property to indicate the color range recorded in this video. E.g. "grayscale", "infrared", "low-light amplification".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ThumbnailURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/thumbnailURL">
        <xs:annotation>
          <xs:documentation xml:lang="en">The URL of a thumbnail representing the digital object. If no thumbnail is available, but a still image (single frame) from the video is, it can be linked here as well and the software displaying the video should scale it as necessary.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ImageSize" type="imageSize" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Image or Video size in width and height.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CallType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/callType">
        <xs:annotation>
          <xs:documentation xml:lang="en">The type of animal call that is recorded. E.g. territorial call, beggar call.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NumberOfNotes" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/numberOfNotes">
        <xs:annotation>
          <xs:documentation xml:lang="en">The number of notes the animal in the recording makes. E.g. "16 in total, 5 different"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Subtitles" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subtitles">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubtitlesFormat" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subtitlesFormat">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
      <xs:element name="Chapters" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/chapters">
        <xs:annotation>
          <xs:documentation xml:lang="en"/>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MultimediaObject / Video / Microphone
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Microphone equipment used for recording the audio track.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Microphone" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/microphone">
  <xs:annotation>
    <xs:documentation xml:lang="en">Microphone equipment used for recording the audio track.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / LensModel
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Model name and model number of the lens used to take an image or record a video. E.g. "Canon EF-S 10-18mm"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LensModel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lensModel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Model name and model number of the lens used to take an image or record a video. E.g. "Canon EF-S 10-18mm"</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / LightSource
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The kind of light source. E.g. "natural lightning", "camera flash", "light box", "artificial lightning"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LightSource" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lightSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">The kind of light source. E.g. "natural lightning", "camera flash", "light box", "artificial lightning"</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / AudioChannel
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Channels used for recording audio track. Recommended vocabulary: "mono", "stereo".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AudioChannel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioChannel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Channels used for recording audio track. Recommended vocabulary: "mono", "stereo".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / DurationTimeCode
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The duration of the recording expressed as a time code. Pattern: [0-9][0-9]:[0-5][0-9]:[0-5][0-9].[0-9][0-9]
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="DurationTimeCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/durationTimeCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">The duration of the recording expressed as a time code. Pattern: [0-9][0-9]:[0-5][0-9]:[0-5][0-9].[0-9][0-9]</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / AudioEncoding
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AudioEncoding" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioEncoding">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / AudioBitrate
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The bit rate of the audio stream, usually expressed in kBit/s.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AudioBitrate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioBitrate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The bit rate of the audio stream, usually expressed in kBit/s.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / AspectRatio
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The ratio of the frame dimensions expressed as a fraction of width and height, e.g. "16:9", "4:3".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="AspectRatio" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/aspectRatio">
  <xs:annotation>
    <xs:documentation xml:lang="en">The ratio of the frame dimensions expressed as a fraction of width and height, e.g. "16:9", "4:3".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / VideoEncoding
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The codec of the video, e.g. "xvid", "MPEG".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="VideoEncoding" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/videoEncoding">
  <xs:annotation>
    <xs:documentation xml:lang="en">The codec of the video, e.g. "xvid", "MPEG".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / VideoBitrate
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The bit rate of the video stream, usually expressed in kBit/s or MBit/s.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="VideoBitrate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/videoBitrate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The bit rate of the video stream, usually expressed in kBit/s or MBit/s.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / Framerate
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The number of frames per second the video file is supposed to be played at. E.g. "29.97", "25".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Framerate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/frameRate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of frames per second the video file is supposed to be played at. E.g. "29.97", "25".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / CaptureFramerate
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The number of frames the video was captured with. If this number is higher than the (playback) framerate the video is a high-speed capture (slow-motion video) and if it is lower it is a time-lapse recording.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CaptureFramerate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/captureFramerate">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of frames the video was captured with. If this number is higher than the (playback) framerate the video is a high-speed capture (slow-motion video) and if it is lower it is a time-lapse recording.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / Color
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Property to indicate the color range recorded in this video. E.g. "grayscale", "infrared", "low-light amplification".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Color" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/color">
  <xs:annotation>
    <xs:documentation xml:lang="en">Property to indicate the color range recorded in this video. E.g. "grayscale", "infrared", "low-light amplification".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / ThumbnailURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL of a thumbnail representing the digital object. If no thumbnail is available, but a still image (single frame) from the video is, it can be linked here as well and the software displaying the video should scale it as necessary.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ThumbnailURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/thumbnailURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of a thumbnail representing the digital object. If no thumbnail is available, but a still image (single frame) from the video is, it can be linked here as well and the software displaying the video should scale it as necessary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / ImageSize
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Image or Video size in width and height.
Diagram
Diagram ABCD_3_0_xsd.tmp#imageSize_Width ABCD_3_0_xsd.tmp#imageSize_Height ABCD_3_0_xsd.tmp#imageSize
Type imageSize
Properties
content complex
minOccurs 0
Model
Children Height, Width
Instance
<ImageSize xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Width>{1,1}</Width>
  <Height>{1,1}</Height>
</ImageSize>
Source
<xs:element name="ImageSize" type="imageSize" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Image or Video size in width and height.</xs:documentation>
  </xs:annotation>
</xs:element>
Element imageSize / Width
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Picture/Video width in pixel. E.g. 2048
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="Width" type="xs:positiveInteger" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/width">
  <xs:annotation>
    <xs:documentation xml:lang="en">Picture/Video width in pixel. E.g. 2048</xs:documentation>
  </xs:annotation>
</xs:element>
Element imageSize / Height
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Picture/Video height in pixel. E.g. 1536
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="Height" type="xs:positiveInteger" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/height">
  <xs:annotation>
    <xs:documentation xml:lang="en">Picture/Video height in pixel. E.g. 1536</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / CallType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The type of animal call that is recorded. E.g. territorial call, beggar call.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CallType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/callType">
  <xs:annotation>
    <xs:documentation xml:lang="en">The type of animal call that is recorded. E.g. territorial call, beggar call.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / NumberOfNotes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The number of notes the animal in the recording makes. E.g. "16 in total, 5 different"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="NumberOfNotes" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/numberOfNotes">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of notes the animal in the recording makes. E.g. "16 in total, 5 different"</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / Subtitles
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Subtitles" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subtitles">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / SubtitlesFormat
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SubtitlesFormat" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subtitlesFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Video / Chapters
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Chapters" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/chapters">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Use this container for image records.
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_LensModel ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_FNumber ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_FocalLength ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_FocalLengthIn35mmFilm ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_LightSource ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_Flash ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_FlashEnergy ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_WhiteBalance ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_DigitalZoomRatio ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_Contrast ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_Saturation ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_Sharpness ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_Gamma ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_ColorSpace ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_ImageSize ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_ImageResolution ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_ExposureTime ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_ExposureMode ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_SpectralSensitivity ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_PhotographicSensitivity ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_ISOSpeed ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_ShutterSpeed ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_Brightness ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_Color ABCD_3_0_xsd.tmp#MultimediaObject_MultimediaObject_Image_ThumbnailURL
Properties
content complex
minOccurs 0
Model
Children Brightness, Color, ColorSpace, Contrast, DigitalZoomRatio, ExposureMode, ExposureTime, FNumber, Flash, FlashEnergy, FocalLength, FocalLengthIn35mmFilm, Gamma, ISOSpeed, ImageResolution, ImageSize, LensModel, LightSource, PhotographicSensitivity, Saturation, Sharpness, ShutterSpeed, SpectralSensitivity, ThumbnailURL, WhiteBalance
Instance
<Image xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <LensModel>{0,1}</LensModel>
  <FNumber>{0,1}</FNumber>
  <FocalLength>{0,1}</FocalLength>
  <FocalLengthIn35mmFilm>{0,1}</FocalLengthIn35mmFilm>
  <LightSource>{0,1}</LightSource>
  <Flash>{0,1}</Flash>
  <FlashEnergy>{0,1}</FlashEnergy>
  <WhiteBalance>{0,1}</WhiteBalance>
  <DigitalZoomRatio>{0,1}</DigitalZoomRatio>
  <Contrast>{0,1}</Contrast>
  <Saturation>{0,1}</Saturation>
  <Sharpness>{0,1}</Sharpness>
  <Gamma>{0,1}</Gamma>
  <ColorSpace>{0,1}</ColorSpace>
  <ImageSize>{0,1}</ImageSize>
  <ImageResolution>{0,1}</ImageResolution>
  <ExposureTime>{0,1}</ExposureTime>
  <ExposureMode>{0,1}</ExposureMode>
  <SpectralSensitivity>{0,1}</SpectralSensitivity>
  <PhotographicSensitivity>{0,1}</PhotographicSensitivity>
  <ISOSpeed>{0,1}</ISOSpeed>
  <ShutterSpeed>{0,1}</ShutterSpeed>
  <Brightness>{0,1}</Brightness>
  <Color>{0,1}</Color>
  <ThumbnailURL>{0,1}</ThumbnailURL>
</Image>
Source
<xs:element name="Image" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ImageObject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Use this container for image records.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LensModel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lensModel">
        <xs:annotation>
          <xs:documentation xml:lang="en">Model name and model number of the lens used to take an image or record a video. E.g. "Canon EF-S 10-18mm"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FNumber" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fNumber">
        <xs:annotation>
          <xs:documentation xml:lang="en">The ratio of the focal length of the camera to the diameter of the lens pupil (aperture). E.g. 5.0, 1.4</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FocalLength" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/focalLength">
        <xs:annotation>
          <xs:documentation xml:lang="en">The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera, use the property http://rs.tdwg.org/abcd/terms/focalLengthIn35mmFilm for this instead. E.g. 300, 18.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FocalLengthIn35mmFilm" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/focalLengthIn35mmFilm">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. For the actual focal length of the camera, please use the property http://rs.tdwg.org/abcd/terms/focalLength. E.g. 18, 250.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LightSource" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lightSource">
        <xs:annotation>
          <xs:documentation xml:lang="en">The kind of light source. E.g. "natural lightning", "camera flash", "light box", "artificial lightning"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Flash" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/flash">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element indicates the flash status when the picture was taken, as a human readable value. This element is related to Flash in Exif/DCFwriter, however in there formats, a short value is used to denote the status of the flash in 6 bits. In this field the human readable interpretation of these bits is expected. E.g. "Flash did not fire", "Flash fired, compulsory flash mode, red-eye reduction mode, return light not detected", "Flash fired"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FlashEnergy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/flashEnergy">
        <xs:annotation>
          <xs:documentation xml:lang="en">Indicates the strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="WhiteBalance" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/whiteBalance">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element indicates the white balance mode set when the image was shot.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DigitalZoomRatio" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/digitalZoomRatio">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element indicates the digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Contrast" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/contrast">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element indicates the direction of contrast processing applied by the camera when the image was shot.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Saturation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/saturation">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element indicates the direction of saturation processing applied by the camera when the image was shot.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Sharpness" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sharpness">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element indicates the direction of sharpness processing applied by the camera when the image was shot.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Gamma" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gamma">
        <xs:annotation>
          <xs:documentation xml:lang="en">Indicates the value of coefficient gamma used for gamma correction. The formula of transfer function used for image reproduction is expressed as follows: (Reproduced value) = (Input value)^gamma. E.g. "1", "1/2", "2"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ColorSpace" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/colorSpace">
        <xs:annotation>
          <xs:documentation xml:lang="en">The color space used to store the image in. E.g. sRGB, AdobeRGB</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ImageSize" type="imageSize" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Image or Video size in width and height.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ImageResolution" type="xs:int" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/imageResolution">
        <xs:annotation>
          <xs:documentation xml:lang="en">The resolution of an image resolution expressed in dots per inch. This should only be recorded for images that are either scans from pages or for photographs from flat objects taken in a standardized non-distorting way, e.g. digitized herbarium sheets.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExposureTime" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/exposureTime">
        <xs:annotation>
          <xs:documentation xml:lang="en">EXIF term. Exposure time, given in seconds. E.g. "1/10000", "0.12"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExposureMode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/exposureMode">
        <xs:annotation>
          <xs:documentation xml:lang="en">EXIF term. This element indicates the exposure mode set when the image was shot. The specification defines three values: auto-exposure (0), manual exposure (1) and auto-bracket (2). In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SpectralSensitivity" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/spectralSensitivity">
        <xs:annotation>
          <xs:documentation xml:lang="en">EXIF term. Indicates the spectral sensitivity of each channel of the camera used. The element value is an ASCII string compatible with the standard developed by the ASTM Technical committee.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PhotographicSensitivity" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/photographicSensitivity">
        <xs:annotation>
          <xs:documentation xml:lang="en">EXIF term. This element indicates the sensitivity of the camera or input device when the image was shot. More specifically, it indicates one of the following values that are parameters defined in ISO 12232: standard output sensitivity (SOS), recommended exposure index (REI), or ISO speed. Note that this element was referred to as “ISOSpeedRatings” in versions of the EXIF standard up to Version 2.21.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ISOSpeed" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/isoSpeed">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element indicates the ISO speed value of a camera or input device that is defined in ISO 12232. When recording this element, the PhotographicSensitivity elements shall also be recorded.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ShutterSpeed" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/shutterSpeed">
        <xs:annotation>
          <xs:documentation xml:lang="en">The APEX (Additive System of Photographic Exposure) value for the shutter speed setting. Uses range -5 (30 seconds) to 11 (1/2000 second). To enter the time in seconds, please use the ExposureTime element.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Brightness" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/brightness">
        <xs:annotation>
          <xs:documentation xml:lang="en">This property describes the average scene luminance ("brightness") of the APEX exposure model. Ordinarily it is given in the range of -99.99 to 99.99. Note that if the numerator of the record ed value is FFFFFFFF.H, Unknown shall be indicated.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Color" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/color">
        <xs:annotation>
          <xs:documentation xml:lang="en">Property to indicate the color range recorded in this image. E.g. "grayscale", "infrared", "low-light amplification".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ThumbnailURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/thumbnailURL">
        <xs:annotation>
          <xs:documentation xml:lang="en">The URL of a thumbnail representing the digital object.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MultimediaObject / Image / LensModel
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Model name and model number of the lens used to take an image or record a video. E.g. "Canon EF-S 10-18mm"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LensModel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lensModel">
  <xs:annotation>
    <xs:documentation xml:lang="en">Model name and model number of the lens used to take an image or record a video. E.g. "Canon EF-S 10-18mm"</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / FNumber
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The ratio of the focal length of the camera to the diameter of the lens pupil (aperture). E.g. 5.0, 1.4
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="FNumber" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fNumber">
  <xs:annotation>
    <xs:documentation xml:lang="en">The ratio of the focal length of the camera to the diameter of the lens pupil (aperture). E.g. 5.0, 1.4</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / FocalLength
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera, use the property http://rs.tdwg.org/abcd/terms/focalLengthIn35mmFilm for this instead. E.g. 300, 18.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="FocalLength" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/focalLength">
  <xs:annotation>
    <xs:documentation xml:lang="en">The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera, use the property http://rs.tdwg.org/abcd/terms/focalLengthIn35mmFilm for this instead. E.g. 300, 18.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / FocalLengthIn35mmFilm
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
This element indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. For the actual focal length of the camera, please use the property http://rs.tdwg.org/abcd/terms/focalLength. E.g. 18, 250.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="FocalLengthIn35mmFilm" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/focalLengthIn35mmFilm">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. For the actual focal length of the camera, please use the property http://rs.tdwg.org/abcd/terms/focalLength. E.g. 18, 250.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / LightSource
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The kind of light source. E.g. "natural lightning", "camera flash", "light box", "artificial lightning"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="LightSource" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lightSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">The kind of light source. E.g. "natural lightning", "camera flash", "light box", "artificial lightning"</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / Flash
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
This element indicates the flash status when the picture was taken, as a human readable value. This element is related to Flash in Exif/DCFwriter, however in there formats, a short value is used to denote the status of the flash in 6 bits. In this field the human readable interpretation of these bits is expected. E.g. "Flash did not fire", "Flash fired, compulsory flash mode, red-eye reduction mode, return light not detected", "Flash fired"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Flash" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/flash">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element indicates the flash status when the picture was taken, as a human readable value. This element is related to Flash in Exif/DCFwriter, however in there formats, a short value is used to denote the status of the flash in 6 bits. In this field the human readable interpretation of these bits is expected. E.g. "Flash did not fire", "Flash fired, compulsory flash mode, red-eye reduction mode, return light not detected", "Flash fired"</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / FlashEnergy
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Indicates the strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="FlashEnergy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/flashEnergy">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / WhiteBalance
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
This element indicates the white balance mode set when the image was shot.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="WhiteBalance" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/whiteBalance">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element indicates the white balance mode set when the image was shot.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / DigitalZoomRatio
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
This element indicates the digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="DigitalZoomRatio" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/digitalZoomRatio">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element indicates the digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / Contrast
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
This element indicates the direction of contrast processing applied by the camera when the image was shot.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Contrast" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/contrast">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element indicates the direction of contrast processing applied by the camera when the image was shot.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / Saturation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
This element indicates the direction of saturation processing applied by the camera when the image was shot.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Saturation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/saturation">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element indicates the direction of saturation processing applied by the camera when the image was shot.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / Sharpness
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
This element indicates the direction of sharpness processing applied by the camera when the image was shot.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Sharpness" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sharpness">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element indicates the direction of sharpness processing applied by the camera when the image was shot.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / Gamma
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Indicates the value of coefficient gamma used for gamma correction. The formula of transfer function used for image reproduction is expressed as follows: (Reproduced value) = (Input value)^gamma. E.g. "1", "1/2", "2"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Gamma" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gamma">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates the value of coefficient gamma used for gamma correction. The formula of transfer function used for image reproduction is expressed as follows: (Reproduced value) = (Input value)^gamma. E.g. "1", "1/2", "2"</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / ColorSpace
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The color space used to store the image in. E.g. sRGB, AdobeRGB
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ColorSpace" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/colorSpace">
  <xs:annotation>
    <xs:documentation xml:lang="en">The color space used to store the image in. E.g. sRGB, AdobeRGB</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / ImageSize
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Image or Video size in width and height.
Diagram
Diagram ABCD_3_0_xsd.tmp#imageSize_Width ABCD_3_0_xsd.tmp#imageSize_Height ABCD_3_0_xsd.tmp#imageSize
Type imageSize
Properties
content complex
minOccurs 0
Model
Children Height, Width
Instance
<ImageSize xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Width>{1,1}</Width>
  <Height>{1,1}</Height>
</ImageSize>
Source
<xs:element name="ImageSize" type="imageSize" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Image or Video size in width and height.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / ImageResolution
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The resolution of an image resolution expressed in dots per inch. This should only be recorded for images that are either scans from pages or for photographs from flat objects taken in a standardized non-distorting way, e.g. digitized herbarium sheets.
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 0
Source
<xs:element name="ImageResolution" type="xs:int" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/imageResolution">
  <xs:annotation>
    <xs:documentation xml:lang="en">The resolution of an image resolution expressed in dots per inch. This should only be recorded for images that are either scans from pages or for photographs from flat objects taken in a standardized non-distorting way, e.g. digitized herbarium sheets.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / ExposureTime
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
EXIF term. Exposure time, given in seconds. E.g. "1/10000", "0.12"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ExposureTime" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/exposureTime">
  <xs:annotation>
    <xs:documentation xml:lang="en">EXIF term. Exposure time, given in seconds. E.g. "1/10000", "0.12"</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / ExposureMode
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
EXIF term. This element indicates the exposure mode set when the image was shot. The specification defines three values: auto-exposure (0), manual exposure (1) and auto-bracket (2). In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ExposureMode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/exposureMode">
  <xs:annotation>
    <xs:documentation xml:lang="en">EXIF term. This element indicates the exposure mode set when the image was shot. The specification defines three values: auto-exposure (0), manual exposure (1) and auto-bracket (2). In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / SpectralSensitivity
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
EXIF term. Indicates the spectral sensitivity of each channel of the camera used. The element value is an ASCII string compatible with the standard developed by the ASTM Technical committee.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SpectralSensitivity" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/spectralSensitivity">
  <xs:annotation>
    <xs:documentation xml:lang="en">EXIF term. Indicates the spectral sensitivity of each channel of the camera used. The element value is an ASCII string compatible with the standard developed by the ASTM Technical committee.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / PhotographicSensitivity
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
EXIF term. This element indicates the sensitivity of the camera or input device when the image was shot. More specifically, it indicates one of the following values that are parameters defined in ISO 12232: standard output sensitivity (SOS), recommended exposure index (REI), or ISO speed. Note that this element was referred to as “ISOSpeedRatings” in versions of the EXIF standard up to Version 2.21.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PhotographicSensitivity" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/photographicSensitivity">
  <xs:annotation>
    <xs:documentation xml:lang="en">EXIF term. This element indicates the sensitivity of the camera or input device when the image was shot. More specifically, it indicates one of the following values that are parameters defined in ISO 12232: standard output sensitivity (SOS), recommended exposure index (REI), or ISO speed. Note that this element was referred to as “ISOSpeedRatings” in versions of the EXIF standard up to Version 2.21.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / ISOSpeed
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
This element indicates the ISO speed value of a camera or input device that is defined in ISO 12232. When recording this element, the PhotographicSensitivity elements shall also be recorded.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ISOSpeed" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/isoSpeed">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element indicates the ISO speed value of a camera or input device that is defined in ISO 12232. When recording this element, the PhotographicSensitivity elements shall also be recorded.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / ShutterSpeed
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The APEX (Additive System of Photographic Exposure) value for the shutter speed setting. Uses range -5 (30 seconds) to 11 (1/2000 second). To enter the time in seconds, please use the ExposureTime element.
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element name="ShutterSpeed" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/shutterSpeed">
  <xs:annotation>
    <xs:documentation xml:lang="en">The APEX (Additive System of Photographic Exposure) value for the shutter speed setting. Uses range -5 (30 seconds) to 11 (1/2000 second). To enter the time in seconds, please use the ExposureTime element.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / Brightness
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
This property describes the average scene luminance ("brightness") of the APEX exposure model. Ordinarily it is given in the range of -99.99 to 99.99. Note that if the numerator of the record ed value is FFFFFFFF.H, Unknown shall be indicated.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Brightness" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/brightness">
  <xs:annotation>
    <xs:documentation xml:lang="en">This property describes the average scene luminance ("brightness") of the APEX exposure model. Ordinarily it is given in the range of -99.99 to 99.99. Note that if the numerator of the record ed value is FFFFFFFF.H, Unknown shall be indicated.</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / Color
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Property to indicate the color range recorded in this image. E.g. "grayscale", "infrared", "low-light amplification".
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Color" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/color">
  <xs:annotation>
    <xs:documentation xml:lang="en">Property to indicate the color range recorded in this image. E.g. "grayscale", "infrared", "low-light amplification".</xs:documentation>
  </xs:annotation>
</xs:element>
Element MultimediaObject / Image / ThumbnailURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL of a thumbnail representing the digital object.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ThumbnailURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/thumbnailURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of a thumbnail representing the digital object.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Relationships of this unit with other unit for which a record in ABCD conformant dataset(s) exists.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Association
Properties
content complex
minOccurs 0
Model
Children Association
Instance
<Associations xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Association>{1,unbounded}</Association>
</Associations>
Source
<xs:element name="Associations" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Relationships of this unit with other unit for which a record in ABCD conformant dataset(s) exists.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Association" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Association">
        <xs:annotation>
          <xs:documentation xml:lang="en">A binary relationship or association of units.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="GUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-GUID">
              <xs:annotation>
                <xs:documentation xml:lang="en">Globally unique identifier of the related unit.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-ID">
              <xs:annotation>
                <xs:documentation xml:lang="en">Fully qualified identifier of the related item within the specified dataset.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="SourceID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-SourceID">
              <xs:annotation>
                <xs:documentation xml:lang="en">The name or code of a data source (that is unique within the institution and constitutes the second part of the record identifier).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="SourceInstitutionID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-SourceInstitutionID">
              <xs:annotation>
                <xs:documentation xml:lang="en">First part of a fully qualified identifier of a related item's dataset.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="KindOfUnit" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-KindOfUnit">
              <xs:annotation>
                <xs:documentation xml:lang="en">Part(s) of organism or class of materials represented by the associated unit.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AssociationType" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/associationType">
              <xs:annotation>
                <xs:documentation xml:lang="en">Description of the association.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="DirectAccessURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-DirectAccessURL">
              <xs:annotation>
                <xs:documentation xml:lang="en">(Wrapper) access point of a related item's dataset (e.g. http://ww3.bgbm.org/biocase/pywrapper.cgi?dsa=Herbar).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-Notes">
              <xs:annotation>
                <xs:documentation xml:lang="en">Further information about the association.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ResourceURIs" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence maxOccurs="unbounded">
                  <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-ResourceURI">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</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 / Associations / Association
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A binary relationship or association of units.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_GUID ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_ID ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_SourceID ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_SourceInstitutionID ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_KindOfUnit ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_AssociationType ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_DirectAccessURL ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_Notes ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_ResourceURIs
Properties
content complex
maxOccurs unbounded
Model
Children AssociationType, DirectAccessURL, GUID, ID, KindOfUnit, Notes, ResourceURIs, SourceID, SourceInstitutionID
Instance
<Association xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <ID>{1,1}</ID>
  <SourceID>{1,1}</SourceID>
  <SourceInstitutionID>{1,1}</SourceInstitutionID>
  <KindOfUnit language="">{0,1}</KindOfUnit>
  <AssociationType language="">{1,1}</AssociationType>
  <DirectAccessURL>{0,1}</DirectAccessURL>
  <Notes language="">{0,1}</Notes>
  <ResourceURIs>{0,1}</ResourceURIs>
</Association>
Source
<xs:element name="Association" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Association">
  <xs:annotation>
    <xs:documentation xml:lang="en">A binary relationship or association of units.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="GUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-GUID">
        <xs:annotation>
          <xs:documentation xml:lang="en">Globally unique identifier of the related unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-ID">
        <xs:annotation>
          <xs:documentation xml:lang="en">Fully qualified identifier of the related item within the specified dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SourceID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-SourceID">
        <xs:annotation>
          <xs:documentation xml:lang="en">The name or code of a data source (that is unique within the institution and constitutes the second part of the record identifier).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SourceInstitutionID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-SourceInstitutionID">
        <xs:annotation>
          <xs:documentation xml:lang="en">First part of a fully qualified identifier of a related item's dataset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="KindOfUnit" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-KindOfUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">Part(s) of organism or class of materials represented by the associated unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AssociationType" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/associationType">
        <xs:annotation>
          <xs:documentation xml:lang="en">Description of the association.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DirectAccessURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-DirectAccessURL">
        <xs:annotation>
          <xs:documentation xml:lang="en">(Wrapper) access point of a related item's dataset (e.g. http://ww3.bgbm.org/biocase/pywrapper.cgi?dsa=Herbar).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-Notes">
        <xs:annotation>
          <xs:documentation xml:lang="en">Further information about the association.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ResourceURIs" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-ResourceURI">
              <xs:annotation>
                <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Associations / Association / GUID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Globally unique identifier of the related unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="GUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-GUID">
  <xs:annotation>
    <xs:documentation xml:lang="en">Globally unique identifier of the related unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / Association / ID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Fully qualified identifier of the related item within the specified dataset.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-ID">
  <xs:annotation>
    <xs:documentation xml:lang="en">Fully qualified identifier of the related item within the specified dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / Association / SourceID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The name or code of a data source (that is unique within the institution and constitutes the second part of the record identifier).
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SourceID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-SourceID">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name or code of a data source (that is unique within the institution and constitutes the second part of the record identifier).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / Association / SourceInstitutionID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
First part of a fully qualified identifier of a related item's dataset.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SourceInstitutionID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-SourceInstitutionID">
  <xs:annotation>
    <xs:documentation xml:lang="en">First part of a fully qualified identifier of a related item's dataset.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / Association / KindOfUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Part(s) of organism or class of materials represented by the associated unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="KindOfUnit" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-KindOfUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Part(s) of organism or class of materials represented by the associated unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / Association / AssociationType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Description of the association.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="AssociationType" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/associationType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Description of the association.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / Association / DirectAccessURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
(Wrapper) access point of a related item's dataset (e.g. http://ww3.bgbm.org/biocase/pywrapper.cgi?dsa=Herbar).
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="DirectAccessURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-DirectAccessURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">(Wrapper) access point of a related item's dataset (e.g. http://ww3.bgbm.org/biocase/pywrapper.cgi?dsa=Herbar).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / Association / Notes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Further information about the association.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Further information about the association.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Associations / Association / ResourceURIs
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Preferably resolvable URIs of the association.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Associations_Unit_Unit_Associations_Association_Unit_Unit_Associations_Unit_Unit_Associations_Association_ResourceURIs_ResourceURI
Properties
content complex
minOccurs 0
Model
Children ResourceURI
Instance
<ResourceURIs xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ResourceURI>{0,1}</ResourceURI>
</ResourceURIs>
Source
<xs:element name="ResourceURIs" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-ResourceURI">
        <xs:annotation>
          <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Associations / Association / ResourceURIs / ResourceURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Universal Resource Identifier - Preferably resolvable.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-ResourceURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Assemblages
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container for groupings of this unit with other units for which a record exists in this dataset by means of an additional ID.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Assemblages_Assemblage
Properties
content complex
minOccurs 0
Model
Children Assemblage
Instance
<Assemblages xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Assemblage>{1,unbounded}</Assemblage>
</Assemblages>
Source
<xs:element name="Assemblages" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container for groupings of this unit with other units for which a record exists in this dataset by means of an additional ID.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Assemblage" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Assemblage">
        <xs:annotation>
          <xs:documentation xml:lang="en">A unit assemblage handles symmetric relationships between several units.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-ID">
              <xs:annotation>
                <xs:documentation xml:lang="en">Identifier for assemblage.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AssemblageName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-Name">
              <xs:annotation>
                <xs:documentation xml:lang="en">Name of assemblage.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ResourceURIs" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Preferably resolvable URIs of the assemblage.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence maxOccurs="unbounded">
                  <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-ResourceURI">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</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 / Assemblages / Assemblage
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A unit assemblage handles symmetric relationships between several units.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Assemblages_Unit_Unit_Assemblages_Assemblage_ID ABCD_3_0_xsd.tmp#Unit_Unit_Assemblages_Unit_Unit_Assemblages_Assemblage_AssemblageName ABCD_3_0_xsd.tmp#Unit_Unit_Assemblages_Unit_Unit_Assemblages_Assemblage_ResourceURIs
Properties
content complex
maxOccurs unbounded
Model
Children AssemblageName, ID, ResourceURIs
Instance
<Assemblage xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ID>{1,1}</ID>
  <AssemblageName language="">{0,1}</AssemblageName>
  <ResourceURIs>{0,1}</ResourceURIs>
</Assemblage>
Source
<xs:element name="Assemblage" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Assemblage">
  <xs:annotation>
    <xs:documentation xml:lang="en">A unit assemblage handles symmetric relationships between several units.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-ID">
        <xs:annotation>
          <xs:documentation xml:lang="en">Identifier for assemblage.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AssemblageName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-Name">
        <xs:annotation>
          <xs:documentation xml:lang="en">Name of assemblage.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ResourceURIs" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Preferably resolvable URIs of the assemblage.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-ResourceURI">
              <xs:annotation>
                <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Assemblages / Assemblage / ID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Identifier for assemblage.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-ID">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identifier for assemblage.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Assemblages / Assemblage / AssemblageName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name of assemblage.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="AssemblageName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-Name">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name of assemblage.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Assemblages / Assemblage / ResourceURIs
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Preferably resolvable URIs of the assemblage.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Assemblages_Unit_Unit_Assemblages_Assemblage_Unit_Unit_Assemblages_Unit_Unit_Assemblages_Assemblage_ResourceURIs_ResourceURI
Properties
content complex
minOccurs 0
Model
Children ResourceURI
Instance
<ResourceURIs xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ResourceURI>{0,1}</ResourceURI>
</ResourceURIs>
Source
<xs:element name="ResourceURIs" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preferably resolvable URIs of the assemblage.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-ResourceURI">
        <xs:annotation>
          <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Assemblages / Assemblage / ResourceURIs / ResourceURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Universal Resource Identifier - Preferably resolvable.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-ResourceURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / NamedCollectionsOrSurveys
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Unit_Unit_NamedCollectionsOrSurveys_NamedCollectionOrSurvey
Properties
content complex
minOccurs 0
Model
Children NamedCollectionOrSurvey
Instance
<NamedCollectionsOrSurveys xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <NamedCollectionOrSurvey language="">{1,unbounded}</NamedCollectionOrSurvey>
</NamedCollectionsOrSurveys>
Source
<xs:element name="NamedCollectionsOrSurveys" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="NamedCollectionOrSurvey" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/namedCollectionOrSurvey">
        <xs:annotation>
          <xs:documentation xml:lang="en">A named collection or survey project to which the unit belongs, which may not match the SourceName</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / NamedCollectionsOrSurveys / NamedCollectionOrSurvey
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A named collection or survey project to which the unit belongs, which may not match the SourceName
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="NamedCollectionOrSurvey" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/namedCollectionOrSurvey">
  <xs:annotation>
    <xs:documentation xml:lang="en">A named collection or survey project to which the unit belongs, which may not match the SourceName</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Gathering
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements describing the field events that created the unit and their location.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_ID ABCD_3_0_xsd.tmp#Gathering_Date ABCD_3_0_xsd.tmp#Gathering_GatheringAgents ABCD_3_0_xsd.tmp#Gathering_GatheringAgentsText ABCD_3_0_xsd.tmp#Gathering_Permits ABCD_3_0_xsd.tmp#Gathering_Project ABCD_3_0_xsd.tmp#Gathering_PlatformName ABCD_3_0_xsd.tmp#Gathering_Method ABCD_3_0_xsd.tmp#Gathering_ValidDistributionFlag ABCD_3_0_xsd.tmp#Gathering_EstablishmentMeans ABCD_3_0_xsd.tmp#Gathering_LocalityText ABCD_3_0_xsd.tmp#Gathering_Country ABCD_3_0_xsd.tmp#Gathering_NamedAreas ABCD_3_0_xsd.tmp#Gathering_NamedPlaceRelations ABCD_3_0_xsd.tmp#Gathering_Details ABCD_3_0_xsd.tmp#Gathering_GML ABCD_3_0_xsd.tmp#Gathering_WFS ABCD_3_0_xsd.tmp#Gathering_WMSURL ABCD_3_0_xsd.tmp#Gathering_CoordinateSets ABCD_3_0_xsd.tmp#Gathering_Altitude ABCD_3_0_xsd.tmp#Gathering_Depth ABCD_3_0_xsd.tmp#Gathering_Height ABCD_3_0_xsd.tmp#Gathering_Aspect ABCD_3_0_xsd.tmp#Gathering_OtherMeasurementsOrFacts ABCD_3_0_xsd.tmp#Gathering_MultimediaObjects ABCD_3_0_xsd.tmp#Gathering_Stratigraphy ABCD_3_0_xsd.tmp#Gathering_Biotope ABCD_3_0_xsd.tmp#Gathering_Synecology ABCD_3_0_xsd.tmp#Gathering_Notes ABCD_3_0_xsd.tmp#Gathering_FootprintWKT ABCD_3_0_xsd.tmp#Gathering_FootprintSpatialFit ABCD_3_0_xsd.tmp#Gathering
Type Gathering
Properties
content complex
minOccurs 0
Model
Children Altitude, Aspect, Biotope, CoordinateSets, Country, Date, Depth, Details, EstablishmentMeans, FootprintSpatialFit, FootprintWKT, GML, GatheringAgents, GatheringAgentsText, Height, ID, LocalityText, Method, MultimediaObjects, NamedAreas, NamedPlaceRelations, Notes, OtherMeasurementsOrFacts, Permits, PlatformName, Project, Stratigraphy, Synecology, ValidDistributionFlag, WFS, WMSURL
Instance
<Gathering xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ID>{0,1}</ID>
  <Date>{0,1}</Date>
  <GatheringAgents>{0,1}</GatheringAgents>
  <GatheringAgentsText language="">{0,1}</GatheringAgentsText>
  <Permits>{0,1}</Permits>
  <Project>{0,1}</Project>
  <PlatformName>{0,1}</PlatformName>
  <Method language="">{0,1}</Method>
  <ValidDistributionFlag>{0,1}</ValidDistributionFlag>
  <EstablishmentMeans language="">{0,1}</EstablishmentMeans>
  <LocalityText language="">{0,1}</LocalityText>
  <Country>{0,1}</Country>
  <NamedAreas>{0,1}</NamedAreas>
  <NamedPlaceRelations>{0,1}</NamedPlaceRelations>
  <Details language="">{0,1}</Details>
  <GML>{0,1}</GML>
  <WFS>{0,1}</WFS>
  <WMSURL>{0,1}</WMSURL>
  <CoordinateSets>{0,1}</CoordinateSets>
  <Altitude>{0,1}</Altitude>
  <Depth>{0,1}</Depth>
  <Height>{0,1}</Height>
  <Aspect>{0,1}</Aspect>
  <OtherMeasurementsOrFacts>{0,1}</OtherMeasurementsOrFacts>
  <MultimediaObjects>{0,1}</MultimediaObjects>
  <Stratigraphy>{0,1}</Stratigraphy>
  <Biotope>{0,1}</Biotope>
  <Synecology>{0,1}</Synecology>
  <Notes language="">{0,1}</Notes>
  <FootprintWKT>{0,1}</FootprintWKT>
  <FootprintSpatialFit>{0,1}</FootprintSpatialFit>
</Gathering>
Source
<xs:element name="Gathering" type="Gathering" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Gathering">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements describing the field events that created the unit and their location.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / ID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code or Identifier of a collecting or observation event. Previously known as Gathering/Code.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-ID">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code or Identifier of a collecting or observation event. Previously known as Gathering/Code.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Date
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date(s) and time(s) of the collecting or observation event
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTime_DateText ABCD_3_0_xsd.tmp#DateTime_TimeZone ABCD_3_0_xsd.tmp#DateTime_ISODateTimeBegin ABCD_3_0_xsd.tmp#DateTime_TimeOfDayBegin ABCD_3_0_xsd.tmp#DateTime_ISODateTimeEnd ABCD_3_0_xsd.tmp#DateTime_TimeOfDayEnd ABCD_3_0_xsd.tmp#DateTime_PeriodExplicit ABCD_3_0_xsd.tmp#DateTime
Type DateTime
Properties
content complex
minOccurs 0
Model
Children DateText, ISODateTimeBegin, ISODateTimeEnd, PeriodExplicit, TimeOfDayBegin, TimeOfDayEnd, TimeZone
Instance
<Date xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <DateText>{0,1}</DateText>
  <TimeZone>{0,1}</TimeZone>
  <ISODateTimeBegin>{0,1}</ISODateTimeBegin>
  <TimeOfDayBegin>{0,1}</TimeOfDayBegin>
  <ISODateTimeEnd>{0,1}</ISODateTimeEnd>
  <TimeOfDayEnd>{0,1}</TimeOfDayEnd>
  <PeriodExplicit>{0,1}</PeriodExplicit>
</Date>
Source
<xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-Date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date(s) and time(s) of the collecting or observation event</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / GatheringAgents
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element for the agent(s) responsible for collecting or recording.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_GatheringAgents_GatheringAgent
Properties
content complex
minOccurs 0
Model
Children GatheringAgent
Instance
<GatheringAgents xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GatheringAgent sequence="">{1,unbounded}</GatheringAgent>
</GatheringAgents>
Source
<xs:element name="GatheringAgents" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for the agent(s) responsible for collecting or recording.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="GatheringAgent" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GatheringAgent">
        <xs:annotation>
          <xs:documentation xml:lang="en">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:complexContent>
            <xs:extension base="Contact">
              <xs:attribute name="sequence" type="xs:int" use="optional"/>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / GatheringAgents / GatheringAgent
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact ABCD_3_0_xsd.tmp#Gathering_Gathering_GatheringAgents_Gathering_Gathering_GatheringAgents_GatheringAgent_sequence
Type extension of Contact
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<GatheringAgent sequence="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</GatheringAgent>
Attributes
QName Type Use
sequence xs:int optional
Source
<xs:element name="GatheringAgent" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GatheringAgent">
  <xs:annotation>
    <xs:documentation xml:lang="en">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:complexContent>
      <xs:extension base="Contact">
        <xs:attribute name="sequence" type="xs:int" use="optional"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element Gathering / GatheringAgentsText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Free text representation or concatenated version of those responsible for collecting or recording.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="GatheringAgentsText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GatheringAgentsText">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A container element for references to (or texts of) permits related to the gathering event.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_Permits_Permit
Properties
content complex
minOccurs 0
Model
Children Permit
Instance
<Permits xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Permit>{1,unbounded}</Permit>
</Permits>
Source
<xs:element name="Permits" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for references to (or texts of) permits related to the gathering event.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <!-- Necessary ??-->
    <xs:choice>
      <xs:element name="Permit" type="Permit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Permit">
        <xs:annotation>
          <xs:documentation xml:lang="en">Container element for information on permits related to the gathering event.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element Gathering / Permits / Permit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for information on permits related to the gathering event.
Diagram
Diagram ABCD_3_0_xsd.tmp#Permit_Type ABCD_3_0_xsd.tmp#Permit_Status ABCD_3_0_xsd.tmp#Permit_Details ABCD_3_0_xsd.tmp#Permit_ResourceURI ABCD_3_0_xsd.tmp#Permit_WebsiteURL ABCD_3_0_xsd.tmp#Permit_Text ABCD_3_0_xsd.tmp#Permit
Type Permit
Properties
content complex
maxOccurs unbounded
Model
Children Details, ResourceURI, Status, Text, Type, WebsiteURL
Instance
<Permit xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Type>{1,1}</Type>
  <Status>{1,1}</Status>
  <Details language="">{0,1}</Details>
  <ResourceURI>{0,1}</ResourceURI>
  <WebsiteURL>{0,1}</WebsiteURL>
  <Text language="">{0,1}</Text>
</Permit>
Source
<xs:element name="Permit" type="Permit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Permit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container element for information on permits related to the gathering event.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Permit / Type
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A permit is a document that allows someone to take an action that otherwise would not be allowed.
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration Contract
enumeration Copyright
enumeration Data use
enumeration Exemption Permit
enumeration Export Permit
enumeration Genetically Modified Organism
enumeration Human Pathogens
enumeration Intellectual Property Rights
enumeration Internationally Recognized Certificate of Compliance
enumeration Import Permit
enumeration Collecting Permit
enumeration Material Transfer Agreement
enumeration Memorandum of Cooperation
enumeration Memorandum of Understanding
enumeration Patent
enumeration Phytosanitary
enumeration Salvage
enumeration Veterinary Certificate
Source
<xs:element name="Type" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitType">
  <xs:annotation>
    <xs:documentation xml:lang="en">A permit is a document that allows someone to take an action that otherwise would not be allowed.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Contract" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Contract"/>
      <xs:enumeration value="Copyright" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Copyright"/>
      <xs:enumeration value="Data use" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/DataUse"/>
      <xs:enumeration value="Exemption Permit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ExemptionPermit"/>
      <xs:enumeration value="Export Permit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ExportPermit"/>
      <xs:enumeration value="Genetically Modified Organism" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/GeneticallyModifiedOrganism"/>
      <xs:enumeration value="Human Pathogens" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HumanPathogens"/>
      <xs:enumeration value="Intellectual Property Rights" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/IntellectualPropertyRights"/>
      <xs:enumeration value="Internationally Recognized Certificate of Compliance" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/InternationallyRecognizedCertificateOfCompliance"/>
      <xs:enumeration value="Import Permit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ImportPermit"/>
      <xs:enumeration value="Collecting Permit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/CollectingPermit"/>
      <xs:enumeration value="Material Transfer Agreement" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MaterialTransferAgreement"/>
      <xs:enumeration value="Memorandum of Cooperation" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MemorandumOfCooperation"/>
      <xs:enumeration value="Memorandum of Understanding" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MemorandumOfUnderstanding"/>
      <xs:enumeration value="Patent" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Patent"/>
      <xs:enumeration value="Phytosanitary" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Phytosanitary"/>
      <xs:enumeration value="Salvage" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Salvage"/>
      <xs:enumeration value="Veterinary Certificate" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/VeterinaryCertificate"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element Permit / Status
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Information about the presence, absence or other basic status of permits associated with the sample(s). Material collected after 2014-10-12 cannot be in "Unknown" permit status!
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration Permit available
enumeration Permit not required
enumeration Permit not available
enumeration Unknown
Source
<xs:element name="Status" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Information about the presence, absence or other basic status of permits associated with the sample(s). Material collected after 2014-10-12 cannot be in "Unknown" permit status!</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Permit available" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitAvailable"/>
      <xs:enumeration value="Permit not required" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitNotRequired"/>
      <xs:enumeration value="Permit not available" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitNotAvailable"/>
      <xs:enumeration value="Unknown" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitStatusUnknown"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element Permit / Details
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Description of why a certain permit was not required or why the Permit Status is unknown. Examples: "no national requirement for a permit at date of access", "officially authorized illegal holder", "collected on private land", "pre-Nagoya"
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Details" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Permit-Details">
  <xs:annotation>
    <xs:documentation xml:lang="en">Description of why a certain permit was not required or why the Permit Status is unknown. Examples: "no national requirement for a permit at date of access", "officially authorized illegal holder", "collected on private land", "pre-Nagoya"</xs:documentation>
  </xs:annotation>
</xs:element>
Element Permit / ResourceURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A preferably resolvable, unique reference to the permit related to the gathering.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Permit-ResourceURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">A preferably resolvable, unique reference to the permit related to the gathering.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Permit / WebsiteURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL of a web page related to the permit.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Permit-WebsiteURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of a web page related to the permit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Permit / Text
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The text of a permit related to the gathering/shipping or further details.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Text" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Permit-Text">
  <xs:annotation>
    <xs:documentation xml:lang="en">The text of a permit related to the gathering/shipping or further details.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Project
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Project information concerning the gathering event.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_Project_Title ABCD_3_0_xsd.tmp#Gathering_Gathering_Project_ResourceURIs ABCD_3_0_xsd.tmp#Gathering_Gathering_Project_WebsiteURL ABCD_3_0_xsd.tmp#Gathering_Gathering_Project_Contact
Properties
content complex
minOccurs 0
Model
Children Contact, ResourceURIs, Title, WebsiteURL
Instance
<Project xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Title language="">{0,1}</Title>
  <ResourceURIs>{0,1}</ResourceURIs>
  <WebsiteURL>{0,1}</WebsiteURL>
  <Contact>{0,1}</Contact>
</Project>
Source
<xs:element name="Project" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Project">
  <xs:annotation>
    <xs:documentation xml:lang="en">Project information concerning the gathering event.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Title" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-Title">
        <xs:annotation>
          <xs:documentation xml:lang="en">Title of collection project</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ResourceURIs" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence maxOccurs="unbounded">
            <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-ResourceURI">
              <xs:annotation>
                <xs:documentation xml:lang="en">Preferably resolvable URI to uniquely identify the project.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-WebsiteURL">
        <xs:annotation>
          <xs:documentation xml:lang="en">The URL of a web page of the project.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Contact" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-Contact">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 / Title
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Title of collection project
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Title" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-Title">
  <xs:annotation>
    <xs:documentation xml:lang="en">Title of collection project</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Project / ResourceURIs
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Preferably resolvable URIs of the association.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_Project_Gathering_Gathering_Project_ResourceURIs_ResourceURI
Properties
content complex
minOccurs 0
Model
Children ResourceURI
Instance
<ResourceURIs xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ResourceURI>{0,1}</ResourceURI>
</ResourceURIs>
Source
<xs:element name="ResourceURIs" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-ResourceURI">
        <xs:annotation>
          <xs:documentation xml:lang="en">Preferably resolvable URI to uniquely identify the project.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Project / ResourceURIs / ResourceURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Preferably resolvable URI to uniquely identify the project.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-ResourceURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preferably resolvable URI to uniquely identify the project.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Project / WebsiteURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL of a web page of the project.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-WebsiteURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL of a web page of the project.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Project / Contact
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Contact details for Project Officer or other person with knowledge of the project.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<Contact xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Contact>
Source
<xs:element name="Contact" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-Contact">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="PlatformName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/platformName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The method (including technical means) used to make the collection or observation or to describe the capture event.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Method" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-Method">
  <xs:annotation>
    <xs:documentation xml:lang="en">The method (including technical means) used to make the collection or observation or to describe the capture event.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / ValidDistributionFlag
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A flag ("true" or "false") that indicates whether the locality information represents a valid distribution occurrence for a specimen. Specimens taken from captivity and showing the captive location should use the value "false". [DwC 1.4 Concept List r33.]
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="ValidDistributionFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/validDistributionFlag">
  <xs:annotation>
    <xs:documentation xml:lang="en">A flag ("true" or "false") that indicates whether the locality information represents a valid distribution occurrence for a specimen. Specimens taken from captivity and showing the captive location should use the value "false". [DwC 1.4 Concept List r33.]</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / EstablishmentMeans
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The historical relationship of the occurrence to the cited time and place of collection or observation. Examples: 'wild', 'captive', 'cultivated', 'cultivated ex wild', 'persisting from cultivation' [DwC discussion]
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="EstablishmentMeans" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/establishmentMeans">
  <xs:annotation>
    <xs:documentation xml:lang="en">The historical relationship of the occurrence to the cited time and place of collection or observation. Examples: 'wild', 'captive', 'cultivated', 'cultivated ex wild', 'persisting from cultivation' [DwC discussion]</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / LocalityText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Original locality data as appearing on a label or in an original entry.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="LocalityText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/localityText">
  <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/3.0
Annotations
Details of the country. Separate from NamedArea for compatibility reasons.
Diagram
Diagram ABCD_3_0_xsd.tmp#Country_Name ABCD_3_0_xsd.tmp#Country_DerivedFlag ABCD_3_0_xsd.tmp#Country_ISO3166Code ABCD_3_0_xsd.tmp#Country
Type Country
Properties
content complex
minOccurs 0
Model
Children DerivedFlag, ISO3166Code, Name
Instance
<Country xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Name language="">{0,1}</Name>
  <DerivedFlag>{0,1}</DerivedFlag>
  <ISO3166Code>{0,1}</ISO3166Code>
</Country>
Source
<xs:element name="Country" type="Country" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Country">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
The full current name of the country. It is recommended that the name is spelled in the way specified by the International Standards Organisation (ISO). Historical country names and water bodies outside the coastal zone should be entered as NamedArea.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Name" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Country-Name">
  <xs:annotation>
    <xs:documentation xml:lang="en">The full current name of the country. It is recommended that the name is spelled in the way specified by the International Standards Organisation (ISO). Historical country names and water bodies outside the coastal zone should be entered as NamedArea.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Country / DerivedFlag
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Indicates if country or major region for specimen or observation was derived.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element name="DerivedFlag" type="xs:boolean" default="false" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/derivedFlag">
  <xs:annotation>
    <xs:documentation xml:lang="en">Indicates if country or major region for specimen or observation was derived.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Country / ISO3166Code
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
2- or 3-letter (ISO3166-1) or 4-letter (ISO3166-3) code for representation of name of country or origin.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ISO3166Code" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/iso3166Code">
  <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/3.0
Annotations
Atomized place names as applied to the collection or observation site; with possibility for hierarchical structuring and categorization.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_NamedAreas_NamedArea
Properties
content complex
minOccurs 0
Model
Children NamedArea
Instance
<NamedAreas xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <NamedArea sequence="">{1,unbounded}</NamedArea>
</NamedAreas>
Source
<xs:element name="NamedAreas" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized 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 name="NamedArea" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NamedArea">
        <xs:annotation>
          <xs:documentation xml:lang="en">Atomized place name with possibility for hierarchical structuring. Attribute for sequence.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="NamedArea">
              <xs:attribute name="sequence" type="xs:int" use="optional"/>
            </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/3.0
Annotations
Atomized place name with possibility for hierarchical structuring. Attribute for sequence.
Diagram
Diagram ABCD_3_0_xsd.tmp#NamedArea_AreaClass ABCD_3_0_xsd.tmp#NamedArea_Name ABCD_3_0_xsd.tmp#NamedArea_CodeStandard ABCD_3_0_xsd.tmp#NamedArea_Code ABCD_3_0_xsd.tmp#NamedArea_Reference ABCD_3_0_xsd.tmp#NamedArea ABCD_3_0_xsd.tmp#Gathering_Gathering_NamedAreas_Gathering_Gathering_NamedAreas_NamedArea_sequence
Type extension of NamedArea
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children AreaClass, Code, CodeStandard, Name, Reference
Instance
<NamedArea sequence="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <AreaClass language="">{0,1}</AreaClass>
  <Name language="">{0,1}</Name>
  <CodeStandard>{0,1}</CodeStandard>
  <Code>{0,1}</Code>
  <Reference>{0,1}</Reference>
</NamedArea>
Attributes
QName Type Use
sequence xs:int optional
Source
<xs:element name="NamedArea" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NamedArea">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized place name with possibility for hierarchical structuring. Attribute for sequence.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="NamedArea">
        <xs:attribute name="sequence" type="xs:int" use="optional"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element NamedArea / AreaClass
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Allows the recording of classification categories for the class of the gathering named area (local or national subdivision levels, geomorphological units, protected areas, etc.). E.g. "Island Group", "National Park", "District", "Mountain", "State". These classification categories are often treated as individual elements in other standards.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="AreaClass" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/areaClass">
  <xs:annotation>
    <xs:documentation xml:lang="en">Allows the recording of classification categories for the class of the gathering named area (local or national subdivision levels, geomorphological units, protected areas, etc.). E.g. "Island Group", "National Park", "District", "Mountain", "State". These classification categories are often treated as individual elements in other standards.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NamedArea / Name
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name of an area (a geographic, geomorphological, geoecological, or administrative area).
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Name" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/NamedArea-Name">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name of an area (a geographic, geomorphological, geoecological, or administrative area).</xs:documentation>
  </xs:annotation>
</xs:element>
Element NamedArea / CodeStandard
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The standard coding scheme an http://rs.tdwg.org/abcd/terms/Code is using.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CodeStandard" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codeStandard">
  <xs:annotation>
    <xs:documentation xml:lang="en">The standard coding scheme an http://rs.tdwg.org/abcd/terms/Code is using.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NamedArea / Code
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Abbreviation or code for area names.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Code" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/code">
  <xs:annotation>
    <xs:documentation xml:lang="en">Abbreviation or code for area names.</xs:documentation>
  </xs:annotation>
</xs:element>
Element NamedArea / Reference
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Reference>
Source
<xs:element name="Reference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/NamedArea-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:element>
Element Gathering / NamedPlaceRelations
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Gathering_Gathering_NamedPlaceRelations_NamedPlaceRelation
Properties
content complex
minOccurs 0
Model
Children NamedPlaceRelation
Instance
<NamedPlaceRelations xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <NamedPlaceRelation>{1,unbounded}</NamedPlaceRelation>
</NamedPlaceRelations>
Source
<xs:element name="NamedPlaceRelations" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="NamedPlaceRelation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NamedPlaceRelation">
        <xs:annotation>
          <xs:documentation xml:lang="en">The relationship of the gathering site with a different place.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="NearbyPlaceName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nearbyPlaceName">
              <xs:annotation>
                <xs:documentation xml:lang="en">A named place near to the collection or observation location</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="NearbyPlaceRelation" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nearbyPlaceRelation">
              <xs:annotation>
                <xs:documentation xml:lang="en">Distance and directional point.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / NamedPlaceRelations / NamedPlaceRelation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The relationship of the gathering site with a different place.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_NamedPlaceRelations_Gathering_Gathering_NamedPlaceRelations_NamedPlaceRelation_NearbyPlaceName ABCD_3_0_xsd.tmp#Gathering_Gathering_NamedPlaceRelations_Gathering_Gathering_NamedPlaceRelations_NamedPlaceRelation_NearbyPlaceRelation
Properties
content complex
maxOccurs unbounded
Model
Children NearbyPlaceName, NearbyPlaceRelation
Instance
<NamedPlaceRelation xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <NearbyPlaceName language="">{0,1}</NearbyPlaceName>
  <NearbyPlaceRelation language="">{0,1}</NearbyPlaceRelation>
</NamedPlaceRelation>
Source
<xs:element name="NamedPlaceRelation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NamedPlaceRelation">
  <xs:annotation>
    <xs:documentation xml:lang="en">The relationship of the gathering site with a different place.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NearbyPlaceName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nearbyPlaceName">
        <xs:annotation>
          <xs:documentation xml:lang="en">A named place near to the collection or observation location</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NearbyPlaceRelation" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nearbyPlaceRelation">
        <xs:annotation>
          <xs:documentation xml:lang="en">Distance and directional point.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / NamedPlaceRelations / NamedPlaceRelation / NearbyPlaceName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A named place near to the collection or observation location
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="NearbyPlaceName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nearbyPlaceName">
  <xs:annotation>
    <xs:documentation xml:lang="en">A named place near to the collection or observation location</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / NamedPlaceRelations / NamedPlaceRelation / NearbyPlaceRelation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Distance and directional point.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="NearbyPlaceRelation" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nearbyPlaceRelation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Distance and directional point.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Details
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Free text description of further details pertaining to the observation, sampling, or collection locality which did not fit into the previous elements.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Details" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-Details">
  <xs:annotation>
    <xs:documentation xml:lang="en">Free text description of further details pertaining to the observation, sampling, or collection locality which did not fit into the previous elements.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / GML
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 name="GML" type="xs:anyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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 name="WFS" type="xs:anyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
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 name="WMSURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/wmsURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / CoordinateSets
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container for multiple sets of coordinates indicating the site of collection or observation.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_CoordinateSet
Properties
content complex
minOccurs 0
Model
Children CoordinateSet
Instance
<CoordinateSets xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <CoordinateSet begin="" end="" original="">{1,unbounded}</CoordinateSet>
</CoordinateSets>
Source
<xs:element name="CoordinateSets" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container for multiple sets of coordinates indicating the site of collection or observation.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="CoordinateSet" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Coordinates">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="Method" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Method">
              <xs:annotation>
                <xs:documentation xml:lang="en">Coordinates measuring system e.g. GPS, field map reference, inferred map reference. Equivalent to "GeoreferenceProtocol" in DwC Geospatial Extension 1.4.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="References" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">[DwC Geospatial Extension v. 1.4:] A list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Reference">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">To denote maps, gazetteers or other resources used to georeference the locality.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="VerificationStatus" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/verificationStatus">
              <xs:annotation>
                <xs:documentation xml:lang="en">A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. This element should be vocabulary-controlled.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Notes" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Notes">
              <xs:annotation>
                <xs:documentation xml:lang="en">Comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in the associated Reference.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="CoordinatesUTM" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">A container for coordinates expressed for the Universal Transverse Mercator projection.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="UTMZone" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZone">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmSubzone">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNS">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The hemisphere to which the UTMNorthing refers.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="UTMZoneFull" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZoneFull">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="UTMEasting" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmEasting">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The distance in meters east of the origin of the UTMZone.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="UTMNorthing" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNorthing">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="UTMDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmDatum">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">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 name="UTMText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmText">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">An alternative composite text to capture unatomized UTM coordinate data. E.g. "17N 630084 4833438"</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="CoordinatesGrid" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Geospatial coordinates recorded using a grid system</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="GridCellSystem" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellSystem">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Grid system name e.g. "GB OS"</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="GridCellCode" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellCode">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The code of the grid system used to record the gathering site coordinates.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="GridQualifier" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridQualifier">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">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 xml:lang="en">Element that allows the recording of the latitude and longitude of a recording or collecting position.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="LongitudeDecimal" type="decimalLongitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeDecimal">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The longitude of a location (east-west component), expressed in decimal degrees. The values range from -180 to 180.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="VerbatimLongitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeText">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">A free text format for the longitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="LatitudeDecimal" type="decimalLatitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeDecimal">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">The latitude of a location (north-south component), expressed in decimal degrees. The values range from -90 to 90.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="VerbatimLatitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeText">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">A free text format for the latitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="SpatialDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/spatialDatum">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based. Equivalent to "GeodeticDatum" in DwC Geospatial Extension v.1.4.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Accuracy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Accuracy">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Free text statement of degree of accuracy. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="ErrorDistanceInMeters" type="xs:decimal" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorDistanceInMeters">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">An estimate of how tightly the coordinates were specified, expressed as a distance in meters corresponding to a radius around the coordinates.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="ErrorMethod" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorMethod">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">A free text statement of how the Coordinate Error was determined.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="PointRadiusSpatialFit" type="spatialFitDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pointRadiusSpatialFit">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">A measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the PointRadiusSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="CoordinatesText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/CoordinatesText">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Used if Latitude and Longitude are given in a combined unformatted form. Please use VerbatimLatitude and VerbatimLongitude if separate free form values are available.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="EPSGID" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/epsgID">
              <xs:annotation>
                <xs:documentation xml:lang="en">The EPSG code of the coordinate reference system used for the coordinates. E.g. "2044", "4326".</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="original" type="xs:boolean" use="optional"/>
          <xs:attribute name="begin" type="xs:boolean" use="optional"/>
          <xs:attribute name="end" type="xs:boolean" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_original ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_begin ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_end ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Method ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_References ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_VerificationStatus ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Notes ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesUTM ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesGrid ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_EPSGID
Properties
content complex
maxOccurs unbounded
Model
Children CoordinatesGrid, CoordinatesLatLong, CoordinatesUTM, EPSGID, Method, Notes, References, VerificationStatus
Instance
<CoordinateSet begin="" end="" original="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Method>{0,1}</Method>
  <References>{0,1}</References>
  <VerificationStatus>{0,1}</VerificationStatus>
  <Notes>{0,1}</Notes>
  <CoordinatesUTM>{0,1}</CoordinatesUTM>
  <CoordinatesGrid>{0,1}</CoordinatesGrid>
  <CoordinatesLatLong>{0,1}</CoordinatesLatLong>
  <EPSGID>{0,1}</EPSGID>
</CoordinateSet>
Attributes
QName Type Use
begin xs:boolean optional
end xs:boolean optional
original xs:boolean optional
Source
<xs:element name="CoordinateSet" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Coordinates">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="Method" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Method">
        <xs:annotation>
          <xs:documentation xml:lang="en">Coordinates measuring system e.g. GPS, field map reference, inferred map reference. Equivalent to "GeoreferenceProtocol" in DwC Geospatial Extension 1.4.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="References" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">[DwC Geospatial Extension v. 1.4:] A list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Reference">
              <xs:annotation>
                <xs:documentation xml:lang="en">To denote maps, gazetteers or other resources used to georeference the locality.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="VerificationStatus" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/verificationStatus">
        <xs:annotation>
          <xs:documentation xml:lang="en">A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. This element should be vocabulary-controlled.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Notes" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Notes">
        <xs:annotation>
          <xs:documentation xml:lang="en">Comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in the associated Reference.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CoordinatesUTM" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">A container for coordinates expressed for the Universal Transverse Mercator projection.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="UTMZone" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZone">
              <xs:annotation>
                <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmSubzone">
              <xs:annotation>
                <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNS">
              <xs:annotation>
                <xs:documentation xml:lang="en">The hemisphere to which the UTMNorthing refers.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="UTMZoneFull" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZoneFull">
              <xs:annotation>
                <xs:documentation xml:lang="en">An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="UTMEasting" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmEasting">
              <xs:annotation>
                <xs:documentation xml:lang="en">The distance in meters east of the origin of the UTMZone.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="UTMNorthing" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNorthing">
              <xs:annotation>
                <xs:documentation xml:lang="en">The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="UTMDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmDatum">
              <xs:annotation>
                <xs:documentation xml:lang="en">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 name="UTMText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmText">
              <xs:annotation>
                <xs:documentation xml:lang="en">An alternative composite text to capture unatomized UTM coordinate data. E.g. "17N 630084 4833438"</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="CoordinatesGrid" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">Geospatial coordinates recorded using a grid system</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="GridCellSystem" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellSystem">
              <xs:annotation>
                <xs:documentation xml:lang="en">Grid system name e.g. "GB OS"</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="GridCellCode" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellCode">
              <xs:annotation>
                <xs:documentation xml:lang="en">The code of the grid system used to record the gathering site coordinates.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="GridQualifier" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridQualifier">
              <xs:annotation>
                <xs:documentation xml:lang="en">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 xml:lang="en">Element that allows the recording of the latitude and longitude of a recording or collecting position.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="LongitudeDecimal" type="decimalLongitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeDecimal">
              <xs:annotation>
                <xs:documentation xml:lang="en">The longitude of a location (east-west component), expressed in decimal degrees. The values range from -180 to 180.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="VerbatimLongitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeText">
              <xs:annotation>
                <xs:documentation xml:lang="en">A free text format for the longitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="LatitudeDecimal" type="decimalLatitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeDecimal">
              <xs:annotation>
                <xs:documentation xml:lang="en">The latitude of a location (north-south component), expressed in decimal degrees. The values range from -90 to 90.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="VerbatimLatitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeText">
              <xs:annotation>
                <xs:documentation xml:lang="en">A free text format for the latitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="SpatialDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/spatialDatum">
              <xs:annotation>
                <xs:documentation xml:lang="en">Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based. Equivalent to "GeodeticDatum" in DwC Geospatial Extension v.1.4.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Accuracy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Accuracy">
              <xs:annotation>
                <xs:documentation xml:lang="en">Free text statement of degree of accuracy. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ErrorDistanceInMeters" type="xs:decimal" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorDistanceInMeters">
              <xs:annotation>
                <xs:documentation xml:lang="en">An estimate of how tightly the coordinates were specified, expressed as a distance in meters corresponding to a radius around the coordinates.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ErrorMethod" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorMethod">
              <xs:annotation>
                <xs:documentation xml:lang="en">A free text statement of how the Coordinate Error was determined.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PointRadiusSpatialFit" type="spatialFitDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pointRadiusSpatialFit">
              <xs:annotation>
                <xs:documentation xml:lang="en">A measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the PointRadiusSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="CoordinatesText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/CoordinatesText">
              <xs:annotation>
                <xs:documentation xml:lang="en">Used if Latitude and Longitude are given in a combined unformatted form. Please use VerbatimLatitude and VerbatimLongitude if separate free form values are available.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="EPSGID" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/epsgID">
        <xs:annotation>
          <xs:documentation xml:lang="en">The EPSG code of the coordinate reference system used for the coordinates. E.g. "2044", "4326".</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="original" type="xs:boolean" use="optional"/>
    <xs:attribute name="begin" type="xs:boolean" use="optional"/>
    <xs:attribute name="end" type="xs:boolean" use="optional"/>
  </xs:complexType>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / Method
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Coordinates measuring system e.g. GPS, field map reference, inferred map reference. Equivalent to "GeoreferenceProtocol" in DwC Geospatial Extension 1.4.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Method" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Method">
  <xs:annotation>
    <xs:documentation xml:lang="en">Coordinates measuring system e.g. GPS, field map reference, inferred map reference. Equivalent to "GeoreferenceProtocol" in DwC Geospatial Extension 1.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / References
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
[DwC Geospatial Extension v. 1.4:] A list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_References_Reference
Properties
content complex
minOccurs 0
Model
Children Reference
Instance
<References xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Reference>{1,unbounded}</Reference>
</References>
Source
<xs:element name="References" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">[DwC Geospatial Extension v. 1.4:] A list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Reference">
        <xs:annotation>
          <xs:documentation xml:lang="en">To denote maps, gazetteers or other resources used to georeference the locality.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / References / Reference
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
To denote maps, gazetteers or other resources used to georeference the locality.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
maxOccurs unbounded
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Reference>
Source
<xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">To denote maps, gazetteers or other resources used to georeference the locality.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / VerificationStatus
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. This element should be vocabulary-controlled.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="VerificationStatus" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/verificationStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. This element should be vocabulary-controlled.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / Notes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in the associated Reference.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Notes" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in the associated Reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesUTM
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container for coordinates expressed for the Universal Transverse Mercator projection.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesUTM_UTMZone ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesUTM_UTMSubzone ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesUTM_UTMNS ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesUTM_UTMZoneFull ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesUTM_UTMEasting ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesUTM_UTMNorthing ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesUTM_UTMDatum ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_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/3.0">
  <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 xml:lang="en">A container for coordinates expressed for the Universal Transverse Mercator projection.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="UTMZone" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZone">
        <xs:annotation>
          <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmSubzone">
        <xs:annotation>
          <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNS">
        <xs:annotation>
          <xs:documentation xml:lang="en">The hemisphere to which the UTMNorthing refers.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UTMZoneFull" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZoneFull">
        <xs:annotation>
          <xs:documentation xml:lang="en">An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UTMEasting" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmEasting">
        <xs:annotation>
          <xs:documentation xml:lang="en">The distance in meters east of the origin of the UTMZone.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UTMNorthing" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNorthing">
        <xs:annotation>
          <xs:documentation xml:lang="en">The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UTMDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmDatum">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="UTMText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmText">
        <xs:annotation>
          <xs:documentation xml:lang="en">An alternative composite text to capture unatomized UTM coordinate data. E.g. "17N 630084 4833438"</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesUTM / UTMZone
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The numerical Zone corresponding to the central meridian and origin upon which the UTMEasting is based.
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element name="UTMZone" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZone">
  <xs:annotation>
    <xs:documentation xml:lang="en">The numerical Zone corresponding to the central meridian and origin upon which the UTMEasting is based.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesUTM / UTMSubzone
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The Subzone letter corresponding to one of the 20 North-South divisions of the UTM grid system.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="UTMSubzone" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmSubzone">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / CoordinateSets / CoordinateSet / CoordinatesUTM / UTMNS
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The hemisphere to which the UTMNorthing refers.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="UTMNS" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNS">
  <xs:annotation>
    <xs:documentation xml:lang="en">The hemisphere to which the UTMNorthing refers.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesUTM / UTMZoneFull
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="UTMZoneFull" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZoneFull">
  <xs:annotation>
    <xs:documentation xml:lang="en">An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesUTM / UTMEasting
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The distance in meters east of the origin of the UTMZone.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="UTMEasting" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmEasting">
  <xs:annotation>
    <xs:documentation xml:lang="en">The distance in meters east of the origin of the UTMZone.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesUTM / UTMNorthing
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The distance in meters north of the origin for the UTMSubzone.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="UTMNorthing" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNorthing">
  <xs:annotation>
    <xs:documentation xml:lang="en">The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesUTM / UTMDatum
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="UTMDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmDatum">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 / CoordinateSets / CoordinateSet / CoordinatesUTM / UTMText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An alternative composite text to capture unatomized UTM coordinate data. E.g. "17N 630084 4833438"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="UTMText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmText">
  <xs:annotation>
    <xs:documentation xml:lang="en">An alternative composite text to capture unatomized UTM coordinate data. E.g. "17N 630084 4833438"</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesGrid
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Geospatial coordinates recorded using a grid system
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesGrid_GridCellSystem ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesGrid_GridCellCode ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesGrid_GridQualifier
Properties
content complex
minOccurs 0
Model
Children GridCellCode, GridCellSystem, GridQualifier
Instance
<CoordinatesGrid xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GridCellSystem>{1,1}</GridCellSystem>
  <GridCellCode>{1,1}</GridCellCode>
  <GridQualifier>{0,1}</GridQualifier>
</CoordinatesGrid>
Source
<xs:element name="CoordinatesGrid" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Geospatial coordinates recorded using a grid system</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="GridCellSystem" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellSystem">
        <xs:annotation>
          <xs:documentation xml:lang="en">Grid system name e.g. "GB OS"</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GridCellCode" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellCode">
        <xs:annotation>
          <xs:documentation xml:lang="en">The code of the grid system used to record the gathering site coordinates.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GridQualifier" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridQualifier">
        <xs:annotation>
          <xs:documentation xml:lang="en">Grid reference precision qualifier.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesGrid / GridCellSystem
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Grid system name e.g. "GB OS"
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="GridCellSystem" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellSystem">
  <xs:annotation>
    <xs:documentation xml:lang="en">Grid system name e.g. "GB OS"</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesGrid / GridCellCode
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The code of the grid system used to record the gathering site coordinates.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="GridCellCode" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">The code of the grid system used to record the gathering site coordinates.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesGrid / GridQualifier
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Grid reference precision qualifier.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="GridQualifier" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridQualifier">
  <xs:annotation>
    <xs:documentation xml:lang="en">Grid reference precision qualifier.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Element that allows the recording of the latitude and longitude of a recording or collecting position.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_LongitudeDecimal ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_VerbatimLongitude ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_LatitudeDecimal ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_VerbatimLatitude ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_SpatialDatum ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_Accuracy ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_ErrorDistanceInMeters ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_ErrorMethod ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_PointRadiusSpatialFit ABCD_3_0_xsd.tmp#Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_Gathering_Gathering_CoordinateSets_Gathering_Gathering_CoordinateSets_CoordinateSet_CoordinatesLatLong_CoordinatesText
Properties
content complex
minOccurs 0
Model
Children Accuracy, CoordinatesText, ErrorDistanceInMeters, ErrorMethod, LatitudeDecimal, LongitudeDecimal, PointRadiusSpatialFit, SpatialDatum, VerbatimLatitude, VerbatimLongitude
Instance
<CoordinatesLatLong xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <LongitudeDecimal>{0,1}</LongitudeDecimal>
  <VerbatimLongitude>{0,1}</VerbatimLongitude>
  <LatitudeDecimal>{0,1}</LatitudeDecimal>
  <VerbatimLatitude>{0,1}</VerbatimLatitude>
  <SpatialDatum>{0,1}</SpatialDatum>
  <Accuracy>{0,1}</Accuracy>
  <ErrorDistanceInMeters>{0,1}</ErrorDistanceInMeters>
  <ErrorMethod>{0,1}</ErrorMethod>
  <PointRadiusSpatialFit>{0,1}</PointRadiusSpatialFit>
  <CoordinatesText>{0,1}</CoordinatesText>
</CoordinatesLatLong>
Source
<xs:element name="CoordinatesLatLong" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Element that allows the recording of the latitude and longitude of a recording or collecting position.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LongitudeDecimal" type="decimalLongitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeDecimal">
        <xs:annotation>
          <xs:documentation xml:lang="en">The longitude of a location (east-west component), expressed in decimal degrees. The values range from -180 to 180.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VerbatimLongitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeText">
        <xs:annotation>
          <xs:documentation xml:lang="en">A free text format for the longitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LatitudeDecimal" type="decimalLatitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeDecimal">
        <xs:annotation>
          <xs:documentation xml:lang="en">The latitude of a location (north-south component), expressed in decimal degrees. The values range from -90 to 90.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VerbatimLatitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeText">
        <xs:annotation>
          <xs:documentation xml:lang="en">A free text format for the latitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SpatialDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/spatialDatum">
        <xs:annotation>
          <xs:documentation xml:lang="en">Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based. Equivalent to "GeodeticDatum" in DwC Geospatial Extension v.1.4.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Accuracy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Accuracy">
        <xs:annotation>
          <xs:documentation xml:lang="en">Free text statement of degree of accuracy. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ErrorDistanceInMeters" type="xs:decimal" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorDistanceInMeters">
        <xs:annotation>
          <xs:documentation xml:lang="en">An estimate of how tightly the coordinates were specified, expressed as a distance in meters corresponding to a radius around the coordinates.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ErrorMethod" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorMethod">
        <xs:annotation>
          <xs:documentation xml:lang="en">A free text statement of how the Coordinate Error was determined.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PointRadiusSpatialFit" type="spatialFitDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pointRadiusSpatialFit">
        <xs:annotation>
          <xs:documentation xml:lang="en">A measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the PointRadiusSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CoordinatesText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/CoordinatesText">
        <xs:annotation>
          <xs:documentation xml:lang="en">Used if Latitude and Longitude are given in a combined unformatted form. Please use VerbatimLatitude and VerbatimLongitude if separate free form values are available.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / LongitudeDecimal
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The longitude of a location (east-west component), expressed in decimal degrees. The values range from -180 to 180.
Diagram
Diagram ABCD_3_0_xsd.tmp#decimalLongitudeDataType
Type decimalLongitudeDataType
Properties
content simple
minOccurs 0
Facets
maxInclusive 180
minInclusive -180
Source
<xs:element name="LongitudeDecimal" type="decimalLongitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeDecimal">
  <xs:annotation>
    <xs:documentation xml:lang="en">The longitude of a location (east-west component), expressed in decimal degrees. The values range from -180 to 180.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / VerbatimLongitude
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A free text format for the longitude component of the coordinates that are not expressed in a pure decimal format.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="VerbatimLongitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeText">
  <xs:annotation>
    <xs:documentation xml:lang="en">A free text format for the longitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / LatitudeDecimal
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The latitude of a location (north-south component), expressed in decimal degrees. The values range from -90 to 90.
Diagram
Diagram ABCD_3_0_xsd.tmp#decimalLatitudeDataType
Type decimalLatitudeDataType
Properties
content simple
minOccurs 0
Facets
maxInclusive 90
minInclusive -90
Source
<xs:element name="LatitudeDecimal" type="decimalLatitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeDecimal">
  <xs:annotation>
    <xs:documentation xml:lang="en">The latitude of a location (north-south component), expressed in decimal degrees. The values range from -90 to 90.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / VerbatimLatitude
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A free text format for the latitude component of the coordinates that are not expressed in a pure decimal format.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="VerbatimLatitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeText">
  <xs:annotation>
    <xs:documentation xml:lang="en">A free text format for the latitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / SpatialDatum
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based. Equivalent to "GeodeticDatum" in DwC Geospatial Extension v.1.4.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="SpatialDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/spatialDatum">
  <xs:annotation>
    <xs:documentation xml:lang="en">Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based. Equivalent to "GeodeticDatum" in DwC Geospatial Extension v.1.4.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / Accuracy
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Free text statement of degree of accuracy. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Accuracy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Accuracy">
  <xs:annotation>
    <xs:documentation xml:lang="en">Free text statement of degree of accuracy. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / ErrorDistanceInMeters
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An estimate of how tightly the coordinates were specified, expressed as a distance in meters corresponding to a radius around the coordinates.
Diagram
Diagram
Type xs:decimal
Properties
content simple
minOccurs 0
Source
<xs:element name="ErrorDistanceInMeters" type="xs:decimal" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorDistanceInMeters">
  <xs:annotation>
    <xs:documentation xml:lang="en">An estimate of how tightly the coordinates were specified, expressed as a distance in meters corresponding to a radius around the coordinates.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / ErrorMethod
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A free text statement of how the Coordinate Error was determined.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ErrorMethod" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorMethod">
  <xs:annotation>
    <xs:documentation xml:lang="en">A free text statement of how the Coordinate Error was determined.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / PointRadiusSpatialFit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the PointRadiusSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).
Diagram
Diagram ABCD_3_0_xsd.tmp#spatialFitDataType
Type spatialFitDataType
Properties
content simple
minOccurs 0
Source
<xs:element name="PointRadiusSpatialFit" type="spatialFitDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pointRadiusSpatialFit">
  <xs:annotation>
    <xs:documentation xml:lang="en">A measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the PointRadiusSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / CoordinatesLatLong / CoordinatesText
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Used if Latitude and Longitude are given in a combined unformatted form. Please use VerbatimLatitude and VerbatimLongitude if separate free form values are available.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CoordinatesText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/CoordinatesText">
  <xs:annotation>
    <xs:documentation xml:lang="en">Used if Latitude and Longitude are given in a combined unformatted form. Please use VerbatimLatitude and VerbatimLongitude if separate free form values are available.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / CoordinateSets / CoordinateSet / EPSGID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The EPSG code of the coordinate reference system used for the coordinates. E.g. "2044", "4326".
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element name="EPSGID" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/epsgID">
  <xs:annotation>
    <xs:documentation xml:lang="en">The EPSG code of the coordinate reference system used for the coordinates. E.g. "2044", "4326".</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Altitude
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The altitude of the gathering site land or floor level given as distance above (positive) or below mean sea level.
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_3_0_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Instance
<Altitude xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFactAtomized>{0,1}</MeasurementOrFactAtomized>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</Altitude>
Source
<xs:element name="Altitude" type="MeasurementOrFact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Altitude">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 Gathering / Depth
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_3_0_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Instance
<Depth xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFactAtomized>{0,1}</MeasurementOrFactAtomized>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</Depth>
Source
<xs:element name="Depth" type="MeasurementOrFact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Depth">
  <xs:annotation>
    <xs:documentation xml:lang="en">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:element>
Element Gathering / Height
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Vertical distance measure or range in relation to a ground datum, e.g. ground level.
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_3_0_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Instance
<Height xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFactAtomized>{0,1}</MeasurementOrFactAtomized>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</Height>
Source
<xs:element name="Height" type="MeasurementOrFact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Height">
  <xs:annotation>
    <xs:documentation xml:lang="en">Vertical distance measure or range in relation to a ground datum, e.g. ground level.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Aspect
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Facing direction (aspect) of whole site or sample point.
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_3_0_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Instance
<Aspect xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFactAtomized>{0,1}</MeasurementOrFactAtomized>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</Aspect>
Source
<xs:element name="Aspect" type="MeasurementOrFact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Aspect">
  <xs:annotation>
    <xs:documentation xml:lang="en">Facing direction (aspect) of whole site or sample point.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / OtherMeasurementsOrFacts
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Gathering_Gathering_OtherMeasurementsOrFacts_OtherMeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children OtherMeasurementOrFact
Instance
<OtherMeasurementsOrFacts xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <OtherMeasurementOrFact>{1,unbounded}</OtherMeasurementOrFact>
</OtherMeasurementsOrFacts>
Source
<xs:element name="OtherMeasurementsOrFacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="OtherMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-MeasurementOrFact">
        <xs:annotation>
          <xs:documentation xml:lang="en">An additional measurement or fact taken at the gathering locality at the time of the gathering event.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / OtherMeasurementsOrFacts / OtherMeasurementOrFact
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An additional measurement or fact taken at the gathering locality at the time of the gathering event.
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_3_0_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
maxOccurs unbounded
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Instance
<OtherMeasurementOrFact xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFactAtomized>{0,1}</MeasurementOrFactAtomized>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</OtherMeasurementOrFact>
Source
<xs:element name="OtherMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-MeasurementOrFact">
  <xs:annotation>
    <xs:documentation xml:lang="en">An additional measurement or fact taken at the gathering locality at the time of the gathering event.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / MultimediaObjects
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Multimedia objects related to the gathering site
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_MultimediaObjects_MultimediaObject
Properties
content complex
minOccurs 0
Model
Children MultimediaObject
Instance
<MultimediaObjects xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MultimediaObject>{1,unbounded}</MultimediaObject>
</MultimediaObjects>
Source
<xs:element name="MultimediaObjects" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Multimedia objects related to the gathering site</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="MultimediaObject" type="MultimediaObject" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-MultimediaObject">
        <xs:annotation>
          <xs:documentation xml:lang="en">Multimedia object related to the gathering site.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / MultimediaObjects / MultimediaObject
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Multimedia object related to the gathering site.
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_ID ABCD_3_0_xsd.tmp#MultimediaObject_Type ABCD_3_0_xsd.tmp#MultimediaObject_Title ABCD_3_0_xsd.tmp#MultimediaObject_IDofContainingCollection ABCD_3_0_xsd.tmp#MultimediaObject_Source ABCD_3_0_xsd.tmp#MultimediaObject_Provider ABCD_3_0_xsd.tmp#MultimediaObject_FileURL ABCD_3_0_xsd.tmp#MultimediaObject_ProductURL ABCD_3_0_xsd.tmp#MultimediaObject_Context ABCD_3_0_xsd.tmp#MultimediaObject_Tags ABCD_3_0_xsd.tmp#MultimediaObject_Ratings ABCD_3_0_xsd.tmp#MultimediaObject_FileFormat ABCD_3_0_xsd.tmp#MultimediaObject_FileFormatVersion ABCD_3_0_xsd.tmp#MultimediaObject_FileSize ABCD_3_0_xsd.tmp#MultimediaObject_PhysicalFormat ABCD_3_0_xsd.tmp#MultimediaObject_PhysicalObjectID ABCD_3_0_xsd.tmp#MultimediaObject_DateCreated ABCD_3_0_xsd.tmp#MultimediaObject_Creators ABCD_3_0_xsd.tmp#MultimediaObject_Modified ABCD_3_0_xsd.tmp#MultimediaObject_LegalStatements ABCD_3_0_xsd.tmp#MultimediaObject_Notes ABCD_3_0_xsd.tmp#MultimediaObject_Sex ABCD_3_0_xsd.tmp#MultimediaObject_LifeStage ABCD_3_0_xsd.tmp#MultimediaObject_SubjectPart ABCD_3_0_xsd.tmp#MultimediaObject_SubjectOrientation ABCD_3_0_xsd.tmp#MultimediaObject_SubjectDistance ABCD_3_0_xsd.tmp#MultimediaObject_TaxaInBackground ABCD_3_0_xsd.tmp#MultimediaObject_RecordingEnvironment ABCD_3_0_xsd.tmp#MultimediaObject_Temperature ABCD_3_0_xsd.tmp#MultimediaObject_LightCondition ABCD_3_0_xsd.tmp#MultimediaObject_PlaybackUsed ABCD_3_0_xsd.tmp#MultimediaObject_CaptureEquipment ABCD_3_0_xsd.tmp#MultimediaObject_Counter ABCD_3_0_xsd.tmp#MultimediaObject_FilterUsedForRecording ABCD_3_0_xsd.tmp#MultimediaObject_MakerNote ABCD_3_0_xsd.tmp#MultimediaObject_Audio ABCD_3_0_xsd.tmp#MultimediaObject_Video ABCD_3_0_xsd.tmp#MultimediaObject_Image ABCD_3_0_xsd.tmp#MultimediaObject
Type MultimediaObject
Properties
content complex
maxOccurs unbounded
Model
Children Audio, CaptureEquipment, Context, Counter, Creators, DateCreated, FileFormat, FileFormatVersion, FileSize, FileURL, FilterUsedForRecording, ID, IDofContainingCollection, Image, LegalStatements, LifeStage, LightCondition, MakerNote, Modified, Notes, PhysicalFormat, PhysicalObjectID, PlaybackUsed, ProductURL, Provider, Ratings, RecordingEnvironment, Sex, Source, SubjectDistance, SubjectOrientation, SubjectPart, Tags, TaxaInBackground, Temperature, Title, Type, Video
Instance
<MultimediaObject xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ID>{0,1}</ID>
  <Type>{0,1}</Type>
  <Title>{0,1}</Title>
  <IDofContainingCollection>{0,1}</IDofContainingCollection>
  <Source>{0,1}</Source>
  <Provider>{0,1}</Provider>
  <FileURL>{1,1}</FileURL>
  <ProductURL>{0,1}</ProductURL>
  <Context language="">{0,1}</Context>
  <Tags>{0,1}</Tags>
  <Ratings>{0,1}</Ratings>
  <FileFormat>{0,1}</FileFormat>
  <FileFormatVersion>{0,1}</FileFormatVersion>
  <FileSize>{0,1}</FileSize>
  <PhysicalFormat>{0,1}</PhysicalFormat>
  <PhysicalObjectID>{0,1}</PhysicalObjectID>
  <DateCreated>{0,1}</DateCreated>
  <Creators>{0,1}</Creators>
  <Modified>{0,1}</Modified>
  <LegalStatements>{0,1}</LegalStatements>
  <Notes language="">{0,1}</Notes>
  <Sex>{0,1}</Sex>
  <LifeStage>{0,1}</LifeStage>
  <SubjectPart>{0,1}</SubjectPart>
  <SubjectOrientation>{0,1}</SubjectOrientation>
  <SubjectDistance>{0,1}</SubjectDistance>
  <TaxaInBackground>{0,1}</TaxaInBackground>
  <RecordingEnvironment>{0,1}</RecordingEnvironment>
  <Temperature scale="">{0,1}</Temperature>
  <LightCondition>{0,1}</LightCondition>
  <PlaybackUsed>{0,1}</PlaybackUsed>
  <CaptureEquipment>{0,1}</CaptureEquipment>
  <Counter>{0,1}</Counter>
  <FilterUsedForRecording>{0,1}</FilterUsedForRecording>
  <MakerNote>{0,1}</MakerNote>
  <Audio>{0,1}</Audio>
  <Video>{0,1}</Video>
  <Image>{0,1}</Image>
</MultimediaObject>
Source
<xs:element name="MultimediaObject" type="MultimediaObject" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-MultimediaObject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Multimedia object related to the gathering site.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Stratigraphy
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container for geological dating and rock unit names related to the site or sample locations
Diagram
Diagram ABCD_3_0_xsd.tmp#Stratigraphy_ChronostratigraphicTerms ABCD_3_0_xsd.tmp#Stratigraphy_BiostratigraphicTerms ABCD_3_0_xsd.tmp#Stratigraphy_LithostratigraphicTerms ABCD_3_0_xsd.tmp#Stratigraphy_StratigraphyText ABCD_3_0_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/3.0">
  <ChronostratigraphicTerms>{0,1}</ChronostratigraphicTerms>
  <BiostratigraphicTerms>{0,1}</BiostratigraphicTerms>
  <LithostratigraphicTerms>{0,1}</LithostratigraphicTerms>
  <StratigraphyText language="">{0,1}</StratigraphyText>
</Stratigraphy>
Source
<xs:element name="Stratigraphy" type="Stratigraphy" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A container element for several chronostratigraphic dating terms expressing stratigraphy at the gathering site.
Diagram
Diagram ABCD_3_0_xsd.tmp#Stratigraphy_Stratigraphy_ChronostratigraphicTerms_ChronostratigraphicTerm
Properties
content complex
minOccurs 0
Model
Children ChronostratigraphicTerm
Instance
<ChronostratigraphicTerms xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ChronostratigraphicTerm language="">{1,unbounded}</ChronostratigraphicTerm>
</ChronostratigraphicTerms>
Source
<xs:element name="ChronostratigraphicTerms" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for several chronostratigraphic dating terms expressing stratigraphy at the gathering site.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ChronostratigraphicTerm" type="StratigraphicTermL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/ChronostratigraphicTerm">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
Chronostratigraphic dating term e.g. Jurassic Period
Diagram
Diagram ABCD_3_0_xsd.tmp#StratigraphicTerm_Domain ABCD_3_0_xsd.tmp#StratigraphicTerm_Term ABCD_3_0_xsd.tmp#StratigraphicTerm_Source ABCD_3_0_xsd.tmp#StratigraphicTerm_Comment ABCD_3_0_xsd.tmp#StratigraphicTerm ABCD_3_0_xsd.tmp#StratigraphicTermL_language ABCD_3_0_xsd.tmp#StratigraphicTermL
Type StratigraphicTermL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Comment, Domain, Source, Term
Instance
<ChronostratigraphicTerm language="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Domain>{0,1}</Domain>
  <Term>{1,1}</Term>
  <Source>{0,1}</Source>
  <Comment>{0,1}</Comment>
</ChronostratigraphicTerm>
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="ChronostratigraphicTerm" type="StratigraphicTermL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/ChronostratigraphicTerm">
  <xs:annotation>
    <xs:documentation xml:lang="en">Chronostratigraphic dating term e.g. Jurassic Period</xs:documentation>
  </xs:annotation>
</xs:element>
Element StratigraphicTerm / Domain
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The subject area of the term list from which the term is drawn.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Domain" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/termDomain">
  <xs:annotation>
    <xs:documentation xml:lang="en">The subject area of the term list from which the term is drawn.</xs:documentation>
  </xs:annotation>
</xs:element>
Element StratigraphicTerm / Term
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Descriptive stratigraphic term.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Term" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/term">
  <xs:annotation>
    <xs:documentation xml:lang="en">Descriptive stratigraphic term.</xs:documentation>
  </xs:annotation>
</xs:element>
Element StratigraphicTerm / Source
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
If the term has been drawn from a named term list or thesaurus, it is recorded here.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<Source xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Source>
Source
<xs:element name="Source" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/StratigraphicTerm-Source">
  <xs:annotation>
    <xs:documentation xml:lang="en">If the term has been drawn from a named term list or thesaurus, it is recorded here.</xs:documentation>
  </xs:annotation>
</xs:element>
Element StratigraphicTerm / Comment
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Free text comment.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Comment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Term-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Free text comment.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Stratigraphy / BiostratigraphicTerms
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element for several biostratigraphic zonation terms expressing stratigraphy at the gathering site.
Diagram
Diagram ABCD_3_0_xsd.tmp#Stratigraphy_Stratigraphy_BiostratigraphicTerms_BiostratigraphicTerm
Properties
content complex
minOccurs 0
Model
Children BiostratigraphicTerm
Instance
<BiostratigraphicTerms xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <BiostratigraphicTerm language="">{1,unbounded}</BiostratigraphicTerm>
</BiostratigraphicTerms>
Source
<xs:element name="BiostratigraphicTerms" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for several biostratigraphic zonation terms expressing stratigraphy at the gathering site.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="BiostratigraphicTerm" type="StratigraphicTermL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/BiostratigraphicTerm">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
biostratigraphic zonation term e.g. Psiloceras planorbis zone
Diagram
Diagram ABCD_3_0_xsd.tmp#StratigraphicTerm_Domain ABCD_3_0_xsd.tmp#StratigraphicTerm_Term ABCD_3_0_xsd.tmp#StratigraphicTerm_Source ABCD_3_0_xsd.tmp#StratigraphicTerm_Comment ABCD_3_0_xsd.tmp#StratigraphicTerm ABCD_3_0_xsd.tmp#StratigraphicTermL_language ABCD_3_0_xsd.tmp#StratigraphicTermL
Type StratigraphicTermL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Comment, Domain, Source, Term
Instance
<BiostratigraphicTerm language="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Domain>{0,1}</Domain>
  <Term>{1,1}</Term>
  <Source>{0,1}</Source>
  <Comment>{0,1}</Comment>
</BiostratigraphicTerm>
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="BiostratigraphicTerm" type="StratigraphicTermL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/BiostratigraphicTerm">
  <xs:annotation>
    <xs:documentation xml:lang="en">biostratigraphic zonation term e.g. Psiloceras planorbis zone</xs:documentation>
  </xs:annotation>
</xs:element>
Element Stratigraphy / LithostratigraphicTerms
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element for several lithostratigraphic terms describing geology at the gathering site.
Diagram
Diagram ABCD_3_0_xsd.tmp#Stratigraphy_Stratigraphy_LithostratigraphicTerms_LithostratigraphicTerm
Properties
content complex
minOccurs 0
Model
Children LithostratigraphicTerm
Instance
<LithostratigraphicTerms xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <LithostratigraphicTerm language="">{1,unbounded}</LithostratigraphicTerm>
</LithostratigraphicTerms>
Source
<xs:element name="LithostratigraphicTerms" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element for several lithostratigraphic terms describing geology at the gathering site.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LithostratigraphicTerm" type="StratigraphicTermL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LithostratigraphicTerm">
        <xs:annotation>
          <xs:documentation xml:lang="en">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/3.0
Annotations
lithostratigraphic term describing geology e.g. Mercia Mudstone Group
Diagram
Diagram ABCD_3_0_xsd.tmp#StratigraphicTerm_Domain ABCD_3_0_xsd.tmp#StratigraphicTerm_Term ABCD_3_0_xsd.tmp#StratigraphicTerm_Source ABCD_3_0_xsd.tmp#StratigraphicTerm_Comment ABCD_3_0_xsd.tmp#StratigraphicTerm ABCD_3_0_xsd.tmp#StratigraphicTermL_language ABCD_3_0_xsd.tmp#StratigraphicTermL
Type StratigraphicTermL
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children Comment, Domain, Source, Term
Instance
<LithostratigraphicTerm language="" xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Domain>{0,1}</Domain>
  <Term>{1,1}</Term>
  <Source>{0,1}</Source>
  <Comment>{0,1}</Comment>
</LithostratigraphicTerm>
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="LithostratigraphicTerm" type="StratigraphicTermL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LithostratigraphicTerm">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A free text field for an informal record of the gathering site stratigraphy.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="StratigraphyText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/stratigraphy">
  <xs:annotation>
    <xs:documentation xml:lang="en">A free text field for an informal record of the gathering site stratigraphy.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Biotope
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An 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_3_0_xsd.tmp#Gathering_Gathering_Biotope_ClassificationScheme ABCD_3_0_xsd.tmp#Gathering_Gathering_Biotope_Name ABCD_3_0_xsd.tmp#Gathering_Gathering_Biotope_Text ABCD_3_0_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/3.0">
  <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" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Biotope">
  <xs:annotation>
    <xs:documentation xml:lang="en">An 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 name="ClassificationScheme" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/classificationScheme">
        <xs:annotation>
          <xs:documentation xml:lang="en">Attribute for classification system used.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Name" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-Name">
        <xs:annotation>
          <xs:documentation xml:lang="en">Attribute for the name of the biotope.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Text" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-Text">
        <xs:annotation>
          <xs:documentation xml:lang="en">Free text field for informal recording of Biotope</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MeasurementsOrFacts" minOccurs="0">
        <xs:annotation>
          <xs:documentation xml:lang="en">A container allowing to add any biotope-related measurement to the site description (please use the unbounded element for content).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="MeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-MeasurementOrFact"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Biotope / ClassificationScheme
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Attribute for classification system used.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="ClassificationScheme" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/classificationScheme">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attribute for classification system used.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Biotope / Name
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Attribute for the name of the biotope.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Name" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-Name">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attribute for the name of the biotope.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Biotope / Text
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Free text field for informal recording of Biotope
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Text" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-Text">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
A container allowing to add any biotope-related measurement to the site description (please use the unbounded element for content).
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_Biotope_Gathering_Gathering_Biotope_MeasurementsOrFacts_MeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFact
Instance
<MeasurementsOrFacts xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFact>{1,unbounded}</MeasurementOrFact>
</MeasurementsOrFacts>
Source
<xs:element name="MeasurementsOrFacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container allowing to add any biotope-related measurement to the site description (please use the unbounded element for content).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="MeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-MeasurementOrFact"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Biotope / MeasurementsOrFacts / MeasurementOrFact
Namespace http://www.tdwg.org/schemas/abcd/3.0
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_3_0_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
maxOccurs unbounded
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Instance
<MeasurementOrFact xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFactAtomized>{0,1}</MeasurementOrFactAtomized>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</MeasurementOrFact>
Source
<xs:element name="MeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-MeasurementOrFact"/>
Element Gathering / Synecology
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Relationship of the unit gathered with other taxa at the gathering site
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_Synecology_Syntaxon ABCD_3_0_xsd.tmp#Gathering_Gathering_Synecology_Notes ABCD_3_0_xsd.tmp#Gathering_Gathering_Synecology_AssociatedTaxa
Properties
content complex
minOccurs 0
Model
Children AssociatedTaxa, Notes, Syntaxon
Instance
<Synecology xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Syntaxon>{0,1}</Syntaxon>
  <Notes language="">{0,1}</Notes>
  <AssociatedTaxa>{0,1}</AssociatedTaxa>
</Synecology>
Source
<xs:element name="Synecology" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Synecology">
  <xs:annotation>
    <xs:documentation xml:lang="en">Relationship of the unit gathered with other taxa at the gathering site</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Syntaxon" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/syntaxon">
        <xs:annotation>
          <xs:documentation xml:lang="en">A syntaxon name and category assigned to the gathering site.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Synecology-Notes">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 xml:lang="en">Other taxa observed at the gathering site</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="AssociatedTaxon" type="TaxonIdentified" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Synecology-AssociatedTaxon">
              <xs:annotation>
                <xs:documentation xml:lang="en">Identification of 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/3.0
Annotations
A syntaxon name and category assigned to the gathering site.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Syntaxon" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/syntaxon">
  <xs:annotation>
    <xs:documentation xml:lang="en">A syntaxon name and category assigned to the gathering site.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Synecology / Notes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Free text comment on synecological features of the gathering site.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Synecology-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Other taxa observed at the gathering site
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_Gathering_Synecology_Gathering_Gathering_Synecology_AssociatedTaxa_AssociatedTaxon
Properties
content complex
minOccurs 0
Model
Children AssociatedTaxon
Instance
<AssociatedTaxa xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <AssociatedTaxon>{1,unbounded}</AssociatedTaxon>
</AssociatedTaxa>
Source
<xs:element name="AssociatedTaxa" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Other taxa observed at the gathering site</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AssociatedTaxon" type="TaxonIdentified" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Synecology-AssociatedTaxon">
        <xs:annotation>
          <xs:documentation xml:lang="en">Identification of other taxon found at the gathering site</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Gathering / Synecology / AssociatedTaxa / AssociatedTaxon
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Identification of other taxon found at the gathering site
Diagram
Diagram ABCD_3_0_xsd.tmp#TaxonIdentified_HigherTaxa ABCD_3_0_xsd.tmp#TaxonIdentified_ScientificName ABCD_3_0_xsd.tmp#TaxonIdentified_InformalName ABCD_3_0_xsd.tmp#TaxonIdentified_NameComments ABCD_3_0_xsd.tmp#TaxonIdentified_Code ABCD_3_0_xsd.tmp#TaxonIdentified
Type TaxonIdentified
Properties
content complex
maxOccurs unbounded
Model
Children Code, HigherTaxa, InformalName, NameComments, ScientificName
Instance
<AssociatedTaxon xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <HigherTaxa>{0,1}</HigherTaxa>
  <ScientificName>{0,1}</ScientificName>
  <InformalName language="">{0,1}</InformalName>
  <NameComments language="">{0,1}</NameComments>
  <Code>{0,1}</Code>
</AssociatedTaxon>
Source
<xs:element name="AssociatedTaxon" type="TaxonIdentified" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Synecology-AssociatedTaxon">
  <xs:annotation>
    <xs:documentation xml:lang="en">Identification of other taxon found at the gathering site</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / Notes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Further text referring to the gathering event that does not fit one of the elements specified.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Further text referring to the gathering event that does not fit one of the elements specified.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / FootprintWKT
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A Well-Known Text (WKT; see http://en.wikipedia.org/wiki/Well-known_text) representation of the shape (footprint) that defines the gathering site.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="FootprintWKT" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/footprintWKT">
  <xs:annotation>
    <xs:documentation xml:lang="en">A Well-Known Text (WKT; see http://en.wikipedia.org/wiki/Well-known_text) representation of the shape (footprint) that defines the gathering site.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Gathering / FootprintSpatialFit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A measure of how well the geometry expressed in the http://rs.tdwg.org/abcd/terms/FootprintWKT match the original spatial representation, as a ratio of the area of the footprint given to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The FootprintSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the FootprintSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="FootprintSpatialFit" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/footprintSpatialFit">
  <xs:annotation>
    <xs:documentation xml:lang="en">A measure of how well the geometry expressed in the http://rs.tdwg.org/abcd/terms/FootprintWKT match the original spatial representation, as a ratio of the area of the footprint given to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The FootprintSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the FootprintSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / FieldNumbers
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The numbers or other identifiers assigned to this Unit by different collectors (Gathering Agents). Commonly referred to as "Collectors Field Number".
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_FieldNumbers_FieldNumber
Properties
content complex
minOccurs 0
Model
Children FieldNumber
Instance
<FieldNumbers xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <FieldNumber>{1,unbounded}</FieldNumber>
</FieldNumbers>
Source
<xs:element name="FieldNumbers" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">The numbers or other identifiers assigned to this Unit by different collectors (Gathering Agents). Commonly referred to as "Collectors Field Number".</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="FieldNumber" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/FieldNumber">
        <xs:annotation>
          <xs:documentation xml:lang="en">The number or other identifier assigned to a Unit by a collector (Gathering Agent). Commonly referred to as "Collectors Field Number".</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNumber-ID">
              <xs:annotation>
                <xs:documentation xml:lang="en">The assigned field number.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="CollectorName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNumber-CollectorName">
              <xs:annotation>
                <xs:documentation xml:lang="en">The name of the collector (Gathering Agent) who assigned the field number.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / FieldNumbers / FieldNumber
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The number or other identifier assigned to a Unit by a collector (Gathering Agent). Commonly referred to as "Collectors Field Number".
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_FieldNumbers_Unit_Unit_FieldNumbers_FieldNumber_ID ABCD_3_0_xsd.tmp#Unit_Unit_FieldNumbers_Unit_Unit_FieldNumbers_FieldNumber_CollectorName
Properties
content complex
maxOccurs unbounded
Model
Children CollectorName, ID
Instance
<FieldNumber xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ID>{1,1}</ID>
  <CollectorName>{0,1}</CollectorName>
</FieldNumber>
Source
<xs:element name="FieldNumber" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/FieldNumber">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number or other identifier assigned to a Unit by a collector (Gathering Agent). Commonly referred to as "Collectors Field Number".</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNumber-ID">
        <xs:annotation>
          <xs:documentation xml:lang="en">The assigned field number.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CollectorName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNumber-CollectorName">
        <xs:annotation>
          <xs:documentation xml:lang="en">The name of the collector (Gathering Agent) who assigned the field number.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / FieldNumbers / FieldNumber / ID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The assigned field number.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNumber-ID">
  <xs:annotation>
    <xs:documentation xml:lang="en">The assigned field number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / FieldNumbers / FieldNumber / CollectorName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The name of the collector (Gathering Agent) who assigned the field number.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="CollectorName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNumber-CollectorName">
  <xs:annotation>
    <xs:documentation xml:lang="en">The name of the collector (Gathering Agent) who assigned the field number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / FieldNotes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Notes taken in the field for the object or observation.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="FieldNotes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fieldNotes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Notes taken in the field for the object or observation.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / FieldNotesReferences
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
References where corresponding Field Notes are published.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_FieldNotesReferences_FieldNotesReference
Properties
content complex
minOccurs 0
Model
Children FieldNotesReference
Instance
<FieldNotesReferences xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <FieldNotesReference>{1,unbounded}</FieldNotesReference>
</FieldNotesReferences>
Source
<xs:element name="FieldNotesReferences" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">References where corresponding Field Notes are published.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="FieldNotesReference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNotesReference">
        <xs:annotation>
          <xs:documentation xml:lang="en">Reference where corresponding Field Notes are published.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / FieldNotesReferences / FieldNotesReference
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Reference where corresponding Field Notes are published.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
maxOccurs unbounded
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<FieldNotesReference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</FieldNotesReference>
Source
<xs:element name="FieldNotesReference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNotesReference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference where corresponding Field Notes are published.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / MeasurementsOrFacts
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container for quantitative and categorical measurements (including observations) referring to the unit, e.g. counts, size measurements, colours, etc.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_MeasurementsOrFacts_MeasurementOrFact
Properties
content complex
minOccurs 0
Model
Children MeasurementOrFact
Instance
<MeasurementsOrFacts xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFact>{1,unbounded}</MeasurementOrFact>
</MeasurementsOrFacts>
Source
<xs:element name="MeasurementsOrFacts" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container for quantitative and categorical measurements (including observations) referring to the unit, e.g. counts, size measurements, colours, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="MeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-MeasurementOrFact">
        <xs:annotation>
          <xs:documentation xml:lang="en">Quantitative or categorical measurement referring 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/3.0
Annotations
Quantitative or categorical measurement referring to the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText ABCD_3_0_xsd.tmp#MeasurementOrFact
Type MeasurementOrFact
Properties
content complex
maxOccurs unbounded
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Instance
<MeasurementOrFact xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <MeasurementOrFactAtomized>{0,1}</MeasurementOrFactAtomized>
  <MeasurementOrFactText language="">{0,1}</MeasurementOrFactText>
</MeasurementOrFact>
Source
<xs:element name="MeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-MeasurementOrFact">
  <xs:annotation>
    <xs:documentation xml:lang="en">Quantitative or categorical measurement referring to the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Sex
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#SexCodeEnum
Type SexCodeEnum
Properties
content simple
minOccurs 0
Facets
enumeration M
enumeration F
enumeration U
enumeration N
enumeration X
Source
<xs:element name="Sex" type="SexCodeEnum" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Sex">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Age of the organism at the time of collection or observation. Note that counts for different age classes can be provided in the Unit's MeasurementsOrFacts section.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
minOccurs 0
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="Age" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/age">
  <xs:annotation>
    <xs:documentation xml:lang="en">Age of the organism at the time of collection or observation. Note that counts for different age classes can be provided in the Unit's MeasurementsOrFacts section.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Sequences
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container for metadata on sequences derived from this unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Sequences_Sequence
Properties
content complex
minOccurs 0
Model
Children Sequence
Instance
<Sequences xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Sequence>{1,unbounded}</Sequence>
</Sequences>
Source
<xs:element name="Sequences" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container for metadata on sequences derived from this unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Sequence" type="Sequence" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Sequence">
        <xs:annotation>
          <xs:documentation xml:lang="en">A genomic sequence derived from this unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Sequences / Sequence
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A genomic sequence derived from this unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Sequence_SequenceDatabase ABCD_3_0_xsd.tmp#Sequence_ID ABCD_3_0_xsd.tmp#Sequence_Method ABCD_3_0_xsd.tmp#Sequence_SequencedPart ABCD_3_0_xsd.tmp#Sequence_Reference ABCD_3_0_xsd.tmp#Sequence_SequencingAgent ABCD_3_0_xsd.tmp#Sequence_SequenceLength ABCD_3_0_xsd.tmp#Sequence_DirectAccessURL ABCD_3_0_xsd.tmp#Sequence
Type Sequence
Properties
content complex
maxOccurs unbounded
Model
Children DirectAccessURL, ID, Method, Reference, SequenceDatabase, SequenceLength, SequencedPart, SequencingAgent
Instance
<Sequence xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <SequenceDatabase language="">{1,1}</SequenceDatabase>
  <ID>{1,1}</ID>
  <Method language="">{0,1}</Method>
  <SequencedPart language="">{0,1}</SequencedPart>
  <Reference>{0,1}</Reference>
  <SequencingAgent>{0,1}</SequencingAgent>
  <SequenceLength>{0,1}</SequenceLength>
  <DirectAccessURL>{0,1}</DirectAccessURL>
</Sequence>
Source
<xs:element name="Sequence" type="Sequence" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Sequence">
  <xs:annotation>
    <xs:documentation xml:lang="en">A genomic sequence derived from this unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / SequenceDatabase
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
E.g. GenBank, SwissProt, etc. Use "Internal" for unpublished sequence.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="SequenceDatabase" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sequenceDatabase">
  <xs:annotation>
    <xs:documentation xml:lang="en">E.g. GenBank, SwissProt, etc. Use "Internal" for unpublished sequence.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / ID
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
E.g. GenBank accession number.
Diagram
Diagram ABCD_3_0_xsd.tmp#String
Type String
Properties
content simple
Facets
whiteSpace collapse
minLength 1
Source
<xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Sequence-ID">
  <xs:annotation>
    <xs:documentation xml:lang="en">E.g. GenBank accession number.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / Method
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A description of the method used to achieve the sequence.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Method" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Sequence-Method">
  <xs:annotation>
    <xs:documentation xml:lang="en">A description of the method used to achieve the sequence.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / SequencedPart
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Description of the actually sequenced material (DNA/RNA/Protein, Gene or part of gene, completeness, etc.),
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="SequencedPart" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sequencedPart">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Reference where the sequence was published.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs ABCD_3_0_xsd.tmp#Reference
Type Reference
Properties
content complex
minOccurs 0
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Instance
<Reference xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <GUID>{0,1}</GUID>
  <Text>{1,1}</Text>
  <Details>{0,1}</Details>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Reference>
Source
<xs:element name="Reference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Sequence-Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference where the sequence was published.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / SequencingAgent
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The person and/or Organization responsible and/or effecting the sequencing.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<SequencingAgent xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</SequencingAgent>
Source
<xs:element name="SequencingAgent" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SequencingAgent">
  <xs:annotation>
    <xs:documentation xml:lang="en">The person and/or Organization responsible and/or effecting the sequencing.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / SequenceLength
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Length of the sequence in base pairs
Diagram
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element name="SequenceLength" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sequenceLength">
  <xs:annotation>
    <xs:documentation xml:lang="en">Length of the sequence in base pairs</xs:documentation>
  </xs:annotation>
</xs:element>
Element Sequence / DirectAccessURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The URL to access the sequence data.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="DirectAccessURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Sequence-DirectAccessURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">The URL to access the sequence data.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Notes
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Miscellaneous notes referring to the unit that do not fit elsewhere.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Notes">
  <xs:annotation>
    <xs:documentation xml:lang="en">Miscellaneous notes referring to the unit that do not fit elsewhere.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / WebsiteURL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Provides a way to access a page where more information on this particular unit (not on the entire dataset) can be found. [OBIS] Also commonly referred to as "Unit Landing Page".
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-WebsiteURL">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides a way to access a page where more information on this particular unit (not on the entire dataset) can be found. [OBIS] Also commonly referred to as "Unit Landing Page".</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Annotations
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Annotations in electronic form not (yet) added to the structured unit record.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Annotations_Annotation
Properties
content complex
minOccurs 0
Model
Children Annotation
Instance
<Annotations xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Annotation>{1,1}</Annotation>
</Annotations>
Source
<xs:element name="Annotations" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Annotations in electronic form not (yet) added to the structured unit record.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Annotation" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Annotation">
        <xs:annotation>
          <xs:documentation xml:lang="en">A structure for electronic annotations of the unit.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Text" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotation-Text">
              <xs:annotation>
                <xs:documentation xml:lang="en">Text of electronic annotation not including author and date.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Annotator" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotator">
              <xs:annotation>
                <xs:documentation xml:lang="en">The author of the electronic annotation text.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotation-Date">
              <xs:annotation>
                <xs:documentation xml:lang="en">Date of submission of the electronic annotation.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Annotations / Annotation
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A structure for electronic annotations of the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_Annotations_Unit_Unit_Annotations_Annotation_Text ABCD_3_0_xsd.tmp#Unit_Unit_Annotations_Unit_Unit_Annotations_Annotation_Annotator ABCD_3_0_xsd.tmp#Unit_Unit_Annotations_Unit_Unit_Annotations_Annotation_Date
Properties
content complex
Model
Children Annotator, Date, Text
Instance
<Annotation xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <Text language="">{1,1}</Text>
  <Annotator>{0,1}</Annotator>
  <Date>{0,1}</Date>
</Annotation>
Source
<xs:element name="Annotation" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Annotation">
  <xs:annotation>
    <xs:documentation xml:lang="en">A structure for electronic annotations of the unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Text" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotation-Text">
        <xs:annotation>
          <xs:documentation xml:lang="en">Text of electronic annotation not including author and date.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Annotator" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotator">
        <xs:annotation>
          <xs:documentation xml:lang="en">The author of the electronic annotation text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotation-Date">
        <xs:annotation>
          <xs:documentation xml:lang="en">Date of submission of the electronic annotation.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / Annotations / Annotation / Text
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Text of electronic annotation not including author and date.
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language ABCD_3_0_xsd.tmp#StringL
Type StringL
Type hierarchy
Properties
content complex
Attributes
QName Type Use
language xs:language optional
Source
<xs:element name="Text" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotation-Text">
  <xs:annotation>
    <xs:documentation xml:lang="en">Text of electronic annotation not including author and date.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Annotations / Annotation / Annotator
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
The author of the electronic annotation text.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact
Type Contact
Properties
content complex
minOccurs 0
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Instance
<Annotator xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnformattedValue language="">{0,1}</UnformattedValue>
  <Organization>{0,1}</Organization>
  <Person>{0,1}</Person>
  <Roles>{0,1}</Roles>
  <Addresses>{0,1}</Addresses>
  <TelephoneNumbers>{0,1}</TelephoneNumbers>
  <EmailAddresses>{0,1}</EmailAddresses>
  <WebsiteURL>{0,1}</WebsiteURL>
  <ResourceURIs>{0,1}</ResourceURIs>
</Annotator>
Source
<xs:element name="Annotator" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotator">
  <xs:annotation>
    <xs:documentation xml:lang="en">The author of the electronic annotation text.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / Annotations / Annotation / Date
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Date of submission of the electronic annotation.
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTime_DateText ABCD_3_0_xsd.tmp#DateTime_TimeZone ABCD_3_0_xsd.tmp#DateTime_ISODateTimeBegin ABCD_3_0_xsd.tmp#DateTime_TimeOfDayBegin ABCD_3_0_xsd.tmp#DateTime_ISODateTimeEnd ABCD_3_0_xsd.tmp#DateTime_TimeOfDayEnd ABCD_3_0_xsd.tmp#DateTime_PeriodExplicit ABCD_3_0_xsd.tmp#DateTime
Type DateTime
Properties
content complex
minOccurs 0
Model
Children DateText, ISODateTimeBegin, ISODateTimeEnd, PeriodExplicit, TimeOfDayBegin, TimeOfDayEnd, TimeZone
Instance
<Date xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <DateText>{0,1}</DateText>
  <TimeZone>{0,1}</TimeZone>
  <ISODateTimeBegin>{0,1}</ISODateTimeBegin>
  <TimeOfDayBegin>{0,1}</TimeOfDayBegin>
  <ISODateTimeEnd>{0,1}</ISODateTimeEnd>
  <TimeOfDayEnd>{0,1}</TimeOfDayEnd>
  <PeriodExplicit>{0,1}</PeriodExplicit>
</Date>
Source
<xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotation-Date">
  <xs:annotation>
    <xs:documentation xml:lang="en">Date of submission of the electronic annotation.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / UnitExtensions
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element to allow extensions to add additional data to the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_UnitExtensions_UnitExtension
Properties
content complex
minOccurs 0
Model
Children UnitExtension
Instance
<UnitExtensions xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <UnitExtension>{1,unbounded}</UnitExtension>
</UnitExtensions>
Source
<xs:element name="UnitExtensions" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element to allow extensions to add additional data to the unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="UnitExtension" type="xs:anyType" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en">An element to allow extensions to add additional data to the unit.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / UnitExtensions / UnitExtension
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An element to allow extensions to add additional data to the unit.
Diagram
Diagram
Properties
maxOccurs unbounded
Source
<xs:element name="UnitExtension" type="xs:anyType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en">An element to allow extensions to add additional data to the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Element Unit / ResourceURIs
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Preferably resolvable URIs of the unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_Unit_ResourceURIs_ResourceURI
Properties
content complex
minOccurs 0
Model
Children ResourceURI
Instance
<ResourceURIs xmlns="http://www.tdwg.org/schemas/abcd/3.0">
  <ResourceURI>{0,1}</ResourceURI>
</ResourceURIs>
Source
<xs:element name="ResourceURIs" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preferably resolvable URIs of the unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-ResourceURI">
        <xs:annotation>
          <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element Unit / ResourceURIs / ResourceURI
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Universal Resource Identifier - Preferably resolvable.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-ResourceURI">
  <xs:annotation>
    <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
  </xs:annotation>
</xs:element>
Element DataSets / DataSet / DataSetExtension
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A container element to allow extensions to add data to the dataset-level metadata.
Diagram
Diagram
Properties
minOccurs 0
Source
<xs:element name="DataSetExtension" type="xs:anyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">A container element to allow extensions to add data to the dataset-level metadata.</xs:documentation>
  </xs:annotation>
</xs:element>
Simple Type String
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 BotanicalGardenUnit/AccessionLineage, BotanicalGardenUnit/AccessionMaterialType, BotanicalGardenUnit/BreedingSystem, BotanicalGardenUnit/Cultivation, BotanicalGardenUnit/IPEN, BotanicalGardenUnit/LocationInGarden, BotanicalGardenUnit/Perennation, BotanicalGardenUnit/PlantingDate, BotanicalGardenUnit/Propagation, BotanicalGardenUnit/PropagationHistoryCode, BotanicalGardenUnit/ProvenanceCategory, Country/ISO3166Code, CultureCollectionUnit/Genotype, CultureCollectionUnit/InfrasubspecificName, CultureCollectionUnit/Mutant, CultureCollectionUnit/OrganismType, CultureCollectionUnit/Pathovar, CultureCollectionUnit/SerovarOrSerotype, CultureCollectionUnit/Strain, DataSets/DataSet/DataCenter, DataSets/DataSet/GUID, DataSets/DataSet/ID, DataSets/DataSet/OtherProviders/OtherProvider, DateTime/DateText, DateTime/TimeZone, Gathering/CoordinateSets/CoordinateSet/CoordinatesGrid/GridCellCode, Gathering/CoordinateSets/CoordinateSet/CoordinatesGrid/GridCellSystem, Gathering/CoordinateSets/CoordinateSet/CoordinatesGrid/GridQualifier, Gathering/CoordinateSets/CoordinateSet/CoordinatesLatLong/Accuracy, Gathering/CoordinateSets/CoordinateSet/CoordinatesLatLong/CoordinatesText, Gathering/CoordinateSets/CoordinateSet/CoordinatesLatLong/ErrorMethod, Gathering/CoordinateSets/CoordinateSet/CoordinatesLatLong/SpatialDatum, Gathering/CoordinateSets/CoordinateSet/CoordinatesUTM/UTMDatum, Gathering/CoordinateSets/CoordinateSet/CoordinatesUTM/UTMEasting, Gathering/CoordinateSets/CoordinateSet/CoordinatesUTM/UTMNS, Gathering/CoordinateSets/CoordinateSet/CoordinatesUTM/UTMNorthing, Gathering/CoordinateSets/CoordinateSet/CoordinatesUTM/UTMSubzone, Gathering/CoordinateSets/CoordinateSet/CoordinatesUTM/UTMText, Gathering/CoordinateSets/CoordinateSet/CoordinatesUTM/UTMZoneFull, Gathering/CoordinateSets/CoordinateSet/Method, Gathering/ID, Gathering/PlatformName, Gathering/Synecology/Syntaxon, HerbariumUnit/Exsiccatum, HerbariumUnit/LoanDispatchMethod, HerbariumUnit/LoanForBotanist, HerbariumUnit/LoanID, Identification/IdentifierRole, Identification/VerificationLevel, LegalStatement/Details, LegalStatement/Text, MeasurementOrFact/MeasurementOrFactAtomized/Accuracy, MeasurementOrFact/MeasurementOrFactAtomized/Duration, MeasurementOrFact/MeasurementOrFactAtomized/MeasuredBy, MeasurementOrFact/MeasurementOrFactAtomized/ReferenceSystem, MeasurementOrFact/MeasurementOrFactAtomized/UnitOfMeasurement, MetadataDescriptionRepr/Coverage, MetadataDescriptionRepr/Details, MultimediaObject/Audio/AudioBitrate, MultimediaObject/Audio/AudioChannel, MultimediaObject/Audio/AudioEncoding, MultimediaObject/Audio/CallType, MultimediaObject/Audio/CarrierFrequency, MultimediaObject/Audio/Chapters, MultimediaObject/Audio/CodecName, MultimediaObject/Audio/CodecQuality, MultimediaObject/Audio/DurationTimeCode, MultimediaObject/Audio/Microphone, MultimediaObject/Audio/NumberOfNotes, MultimediaObject/Audio/Parabola, MultimediaObject/Audio/Pitch, MultimediaObject/Audio/PulseDistanceRegularity, MultimediaObject/Audio/PulseEnergyContour, MultimediaObject/Audio/PulseFrequencyContour, MultimediaObject/Audio/PulseFrequencyModulations, MultimediaObject/Audio/PulseGrouping, MultimediaObject/Audio/PulseLength, MultimediaObject/Audio/PulseMaximumAmplitude, MultimediaObject/Audio/PulseRepetitionRate, MultimediaObject/Audio/PulseTimeEncodedSignal, MultimediaObject/Audio/Volume, MultimediaObject/CaptureEquipment, MultimediaObject/Counter, MultimediaObject/Creators/Creator, MultimediaObject/FileFormat, MultimediaObject/FileFormatVersion, MultimediaObject/FileSize, MultimediaObject/FilterUsedForRecording, MultimediaObject/ID, MultimediaObject/IDofContainingCollection, MultimediaObject/Image/Brightness, MultimediaObject/Image/Color, MultimediaObject/Image/ColorSpace, MultimediaObject/Image/Contrast, MultimediaObject/Image/DigitalZoomRatio, MultimediaObject/Image/ExposureMode, MultimediaObject/Image/ExposureTime, MultimediaObject/Image/Flash, MultimediaObject/Image/FlashEnergy, MultimediaObject/Image/Gamma, MultimediaObject/Image/ISOSpeed, MultimediaObject/Image/LensModel, MultimediaObject/Image/LightSource, MultimediaObject/Image/PhotographicSensitivity, MultimediaObject/Image/Saturation, MultimediaObject/Image/Sharpness, MultimediaObject/Image/SpectralSensitivity, MultimediaObject/Image/WhiteBalance, MultimediaObject/LifeStage, MultimediaObject/LightCondition, MultimediaObject/MakerNote, MultimediaObject/PhysicalFormat, MultimediaObject/PhysicalObjectID, MultimediaObject/ProductURL, MultimediaObject/Provider, MultimediaObject/Ratings/Rating, MultimediaObject/RecordingEnvironment, MultimediaObject/Sex, MultimediaObject/SubjectDistance, MultimediaObject/SubjectOrientation, MultimediaObject/SubjectPart, MultimediaObject/Tags/Tag, MultimediaObject/Title, MultimediaObject/Type, MultimediaObject/Video/AspectRatio, MultimediaObject/Video/AudioBitrate, MultimediaObject/Video/AudioChannel, MultimediaObject/Video/AudioEncoding, MultimediaObject/Video/CallType, MultimediaObject/Video/CaptureFramerate, MultimediaObject/Video/Chapters, MultimediaObject/Video/Color, MultimediaObject/Video/DurationTimeCode, MultimediaObject/Video/Framerate, MultimediaObject/Video/LensModel, MultimediaObject/Video/LightSource, MultimediaObject/Video/Microphone, MultimediaObject/Video/NumberOfNotes, MultimediaObject/Video/Subtitles, MultimediaObject/Video/SubtitlesFormat, MultimediaObject/Video/VideoBitrate, MultimediaObject/Video/VideoEncoding, MycologicalUnit/LichenMorphotype, MycologicalUnit/MycologicalSexualStage, NameBacterial/AuthorTeamAndYear, NameBacterial/NameApprobation, NameBacterial/ParentheticalAuthorTeamAndYear, NameBacterial/SubgenusAuthorAndYear, NameBotanical/AuthorTeam, NameBotanical/AuthorTeamParenthesis, NameBotanical/CultivarGroupName, NameBotanical/CultivarName, NameBotanical/TradeDesignationNames/TradeDesignationName, NameViral/Acronym, NameViral/ViralSpeciesDesignation, NameZoological/AuthorTeamOriginalAndYear, NameZoological/AuthorTeamParenthesisAndYear, NameZoological/Breed, NameZoological/CombinationAuthorTeamAndYear, NameZoological/NamedIndividual, NamedArea/Code, NamedArea/CodeStandard, PGRUnit/AccessionNameText, PGRUnit/AccessionNames/AccessionName, PGRUnit/BreedingCountryCode, PGRUnit/DecodedBreedingInstitute, PGRUnit/DecodedGatheringInstitute, PGRUnit/DecodedLocationSafetyDuplicates, PGRUnit/NationalInventoryCode, PGRUnit/OtherIdentification, PaleontologicalUnit/TimeRange, Reference/Details, Reference/Text, RevisionData/Contributors, RevisionData/Creators, ScientificName/FullScientificName, ScientificNameIdentified/NameAddendum, Sequence/ID, StratigraphicTerm/Comment, StratigraphicTerm/Domain, StratigraphicTerm/Term, Unit/Age, Unit/Assemblages/Assemblage/ID, Unit/Associations/Association/GUID, Unit/Associations/Association/ID, Unit/Associations/Association/SourceID, Unit/Associations/Association/SourceInstitutionID, Unit/FieldNumbers/FieldNumber/CollectorName, Unit/FieldNumbers/FieldNumber/ID, Unit/GUID, Unit/ID, Unit/IdentificationHistory, Unit/SourceID, Unit/SpecimenUnit/Accessions/Accession/AccessionCatalogue, Unit/SpecimenUnit/Accessions/Accession/AccessionDate, Unit/SpecimenUnit/Accessions/Accession/AccessionNumber, Unit/SpecimenUnit/Acquisition/Date, Unit/SpecimenUnit/DuplicatesDistributedTo, Unit/SpecimenUnit/LoanRestrictions/BlockedUntil, Unit/SpecimenUnit/LoanRestrictions/LoanConditions, Unit/SpecimenUnit/Marks/Mark/Images/ImageID, Unit/SpecimenUnit/Marks/Mark/MarkAuthor, Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/CodeAssessment, Unit/SpecimenUnit/NomenclaturalTypeDesignations/NomenclaturalTypeDesignation/TypeStatus, Unit/SpecimenUnit/Preparations/Preparation/PreparationDate, Unit/SpecimenUnit/Preparations/Preparation/SampleDesignations/SampleDesignation, Unit/SpecimenUnit/Preparations/Preparation/SampleSize, Unit/SpecimenUnit/Preparations/Preparation/Sieving, Unit/SpecimenUnit/Preservations/Preservation/PreservationDateBegin, Unit/SpecimenUnit/PreviousUnits/PreviousUnit/PreviousSourceID, Unit/SpecimenUnit/PreviousUnits/PreviousUnit/PreviousSourceInstitutionID, Unit/SpecimenUnit/PreviousUnits/PreviousUnit/PreviousUnitGUID, Unit/SpecimenUnit/PreviousUnits/PreviousUnit/PreviousUnitID, Unit/SpecimenUnit/PreviousUnitsText
Complex Types StringL, StringL255, StringLP, StringP
Source
<xs:simpleType name="String">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 value="1" fixed="false"/>
    <xs:whiteSpace value="collapse" fixed="false"/>
  </xs:restriction>
</xs:simpleType>
Complex Type ContactP
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Contact with preferred flag
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs ABCD_3_0_xsd.tmp#Contact ABCD_3_0_xsd.tmp#ContactP_preferred
Type extension of Contact
Type hierarchy
Used by
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Attributes
QName Type Default Use
preferred xs:boolean false optional
Source
<xs:complexType name="ContactP">
  <xs:annotation>
    <xs:documentation xml:lang="en">Contact with preferred flag</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Contact">
      <xs:attribute name="preferred" type="xs:boolean" use="optional" default="false"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type Contact
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Contact details.
Diagram
Diagram ABCD_3_0_xsd.tmp#Contact_UnformattedValue ABCD_3_0_xsd.tmp#Contact_Organization ABCD_3_0_xsd.tmp#Contact_Person ABCD_3_0_xsd.tmp#Contact_Roles ABCD_3_0_xsd.tmp#Contact_Addresses ABCD_3_0_xsd.tmp#Contact_TelephoneNumbers ABCD_3_0_xsd.tmp#Contact_EmailAddresses ABCD_3_0_xsd.tmp#Contact_WebsiteURL ABCD_3_0_xsd.tmp#Contact_ResourceURIs
Used by
Model
Children Addresses, EmailAddresses, Organization, Person, ResourceURIs, Roles, TelephoneNumbers, UnformattedValue, WebsiteURL
Source
<xs:complexType name="Contact">
  <xs:annotation>
    <xs:documentation xml:lang="en">Contact details.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="UnformattedValue" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Contact-UnformattedValue">
      <xs:annotation>
        <xs:documentation xml:lang="en">Alternative text describing the contact.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Organization" type="Organization" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Organization">
      <xs:annotation>
        <xs:documentation xml:lang="en">Organization to contact</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Person" type="PersonName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Person">
      <xs:annotation>
        <xs:documentation xml:lang="en">Person to contact</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Roles" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A container element for several roles of the person.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Role" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/role">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 xml:lang="en">Contact addresses (one preferred, different languages possible)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Address" type="StringLP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/address">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 xml:lang="en">Telephone and fax numbers</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="TelephoneNumber" type="StringP255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/telephoneNumber">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 xml:lang="en">E-mail addresses</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="EmailAddress" type="StringP255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/emailAddress">
            <xs:annotation>
              <xs:documentation xml:lang="en">E-mail address for contact</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Contact-WebsiteURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">The URL of a web page for Person or Organization.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResourceURIs" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">URIs for person or Organization</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence maxOccurs="unbounded">
          <xs:element name="ResourceURI" type="xs:anyURI" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Contact-ResourceURI">
            <xs:annotation>
              <xs:documentation xml:lang="en">An optional, preferably resolvable URI to uniquely identify a contact.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type StringL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
String (i. e. xs:string with minimum length=1) extended with language attribute
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringL_language
Type extension of String
Type hierarchy
Used by
Elements Contact/Roles/Role, Contact/UnformattedValue, ContentMetadata/InformationWithheld, ContentMetadata/Version/VersionText, Country/Name, CultureCollectionUnit/Applications, CultureCollectionUnit/CultureNames/CultureName, CultureCollectionUnit/FormOfSupply, CultureCollectionUnit/GrowthConditions, CultureCollectionUnit/Hazard, Gathering/Biotope/ClassificationScheme, Gathering/Biotope/Name, Gathering/Biotope/Text, Gathering/Details, Gathering/EstablishmentMeans, Gathering/GatheringAgentsText, Gathering/LocalityText, Gathering/Method, Gathering/NamedPlaceRelations/NamedPlaceRelation/NearbyPlaceName, Gathering/NamedPlaceRelations/NamedPlaceRelation/NearbyPlaceRelation, Gathering/Notes, Gathering/Project/Title, Gathering/Synecology/Notes, GrowthConditionAtomized/Aerobicity, GrowthConditionAtomized/CultureMedium, HerbariumUnit/CultivatedOccurrence, HerbariumUnit/NaturalOccurrence, Identification/Method, Identification/Notes, Identification/Result/MaterialIdentified, Identification/ResultRole, MeasurementOrFact/MeasurementOrFactAtomized/AppliesTo, MeasurementOrFact/MeasurementOrFactAtomized/LowerValue, MeasurementOrFact/MeasurementOrFactAtomized/Method, MeasurementOrFact/MeasurementOrFactAtomized/Parameter, MeasurementOrFact/MeasurementOrFactAtomized/UpperValue, MeasurementOrFact/MeasurementOrFactText, MultimediaObject/Context, MultimediaObject/Notes, MycologicalUnit/MycologicalLiveStages/MycologicalLiveStage, NamedArea/AreaClass, NamedArea/Name, Organization/Divisions/Division, PGRUnit/AncestralData, PaleontologicalUnit/Preservation/Completeness, PaleontologicalUnit/Preservation/Form, PaleontologicalUnit/Preservation/Matrix, PaleontologicalUnit/Preservation/Mineralization, PaleontologicalUnit/Preservation/Taphonomy, Permit/Details, Permit/Text, Sequence/Method, Sequence/SequenceDatabase, Sequence/SequencedPart, Stratigraphy/StratigraphyText, TaxonIdentified/InformalName, TaxonIdentified/NameComments, Unit/Annotations/Annotation/Text, Unit/Assemblages/Assemblage/AssemblageName, Unit/Associations/Association/AssociationType, Unit/Associations/Association/KindOfUnit, Unit/Associations/Association/Notes, Unit/FieldNotes, Unit/InformationWithheld, Unit/KindOfUnit, Unit/NamedCollectionsOrSurveys/NamedCollectionOrSurvey, Unit/Notes, Unit/SpecimenUnit/Acquisition/AcquisitionSourceText, Unit/SpecimenUnit/Acquisition/AcquisitionType, Unit/SpecimenUnit/Disposition, 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/NomenclaturalTypeText, Unit/SpecimenUnit/Preparations/Preparation/PreparationMaterials, Unit/SpecimenUnit/Preparations/Preparation/PreparationMethod, Unit/SpecimenUnit/Preparations/Preparation/PreparationType, Unit/SpecimenUnit/PreparationsText, Unit/SpecimenUnit/Preservations/Preservation/PreservationType, Unit/SpecimenUnit/PreviousUnits/PreviousUnit/Notes, Unit/SpecimenUnit/PreviousUnits/PreviousUnit/PreviousUnitText, ZoologicalUnit/PhasesOrStages/PhaseOrStage
Attributes
QName Type Use
language xs:language optional
Source
<xs:complexType name="StringL">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="language" type="xs:language" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type Organization
Namespace http://www.tdwg.org/schemas/abcd/3.0
Diagram
Diagram ABCD_3_0_xsd.tmp#Organization_GUID ABCD_3_0_xsd.tmp#Organization_Name ABCD_3_0_xsd.tmp#Organization_LogoURL ABCD_3_0_xsd.tmp#Organization_Divisions
Used by
Model
Children Divisions, GUID, LogoURL, Name
Source
<xs:complexType name="Organization">
  <xs:sequence>
    <xs:element name="GUID" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Organization-GUID">
      <xs:annotation>
        <xs:documentation xml:lang="en">A globally unique identifier for the Organization or Organizational unit</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Name" type="Label">
      <xs:annotation>
        <xs:documentation xml:lang="en">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="LogoURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Organization-LogoURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">URL of a logo image.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Divisions" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">If the contact contains no person definition: the unit within the organization the agent represents; else a list of the various Organizational units to which a person may belong. (vCard:OrgUnit)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Division" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/division">
            <xs:annotation>
              <xs:documentation xml:lang="en">Part of an Organization, e.g. department or section. (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/3.0
Annotations
Collection of language-specific label representations
Diagram
Diagram ABCD_3_0_xsd.tmp#Label_Representation
Used by
Model
Children Representation
Source
<xs:complexType name="Label">
  <xs:annotation>
    <xs:documentation xml:lang="en">Collection of language-specific label representations</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Representation" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="en">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/3.0
Annotations
Language-specific simple label, using simple formatted text
Diagram
Diagram ABCD_3_0_xsd.tmp#LabelRepr_language ABCD_3_0_xsd.tmp#LabelRepr_Text ABCD_3_0_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">Language-specific simple label, using simple formatted text</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Text" type="String255" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Organization-Name">
      <xs:annotation>
        <xs:documentation xml:lang="en">Label text in a specific language.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Abbreviation" type="String50" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/abbreviation">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="language" type="xs:language" use="required"/>
</xs:complexType>
Simple Type String255
Namespace http://www.tdwg.org/schemas/abcd/3.0
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">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 value="1" fixed="true"/>
    <xs:maxLength value="255" fixed="true"/>
    <xs:whiteSpace value="collapse" fixed="false"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String50
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 good margin).
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">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 good margin).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:minLength value="1" fixed="true"/>
    <xs:maxLength value="50" fixed="true"/>
    <xs:whiteSpace value="collapse" fixed="false"/>
  </xs:restriction>
</xs:simpleType>
Complex Type PersonName
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Name of an individual person
Diagram
Diagram ABCD_3_0_xsd.tmp#PersonName_FullName ABCD_3_0_xsd.tmp#PersonName_SortingName ABCD_3_0_xsd.tmp#PersonName_AtomizedName
Used by
Model
Children AtomizedName, FullName, SortingName
Source
<xs:complexType name="PersonName">
  <xs:annotation>
    <xs:documentation xml:lang="en">Name of an individual person</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FullName" type="String255" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fullName">
      <xs:annotation>
        <xs:documentation xml:lang="en">Preferred form of personal name for display as a string.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SortingName" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sortingName">
      <xs:annotation>
        <xs:documentation xml:lang="en">The full name with the elements in preferred sorting sequence (vCard: Sort-String).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AtomizedName" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Atomized name of the person.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="InheritedName" type="String255" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/inheritedName">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="Prefix" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/namePrefix">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="Suffix" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nameSuffix">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="GivenNames" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/givenNames">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="PreferredName" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preferredName">
            <xs:annotation>
              <xs:documentation xml:lang="en">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/3.0
Annotations
String (i. e. xs:string with minimum length=1) extended with language and preferred attribute
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_xsd.tmp#StringLP_language ABCD_3_0_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 xml:lang="en">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 name="language" type="xs:language" use="optional"/>
      <xs:attribute name="preferred" type="xs:boolean" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type StringP255
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
String255 (i.e. xs:string with length 1-255), extended with preferred attribute
Diagram
Diagram ABCD_3_0_xsd.tmp#String255 ABCD_3_0_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 xml:lang="en">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 name="preferred" type="xs:boolean" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type ContentMetadata
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#ContentMetadata_Description ABCD_3_0_xsd.tmp#ContentMetadata_LogoURL ABCD_3_0_xsd.tmp#ContentMetadata_Scope ABCD_3_0_xsd.tmp#ContentMetadata_Version ABCD_3_0_xsd.tmp#ContentMetadata_RevisionData ABCD_3_0_xsd.tmp#ContentMetadata_Owners ABCD_3_0_xsd.tmp#ContentMetadata_LegalStatements ABCD_3_0_xsd.tmp#ContentMetadata_InformationWithheld ABCD_3_0_xsd.tmp#ContentMetadata_DirectAccessURL
Used by
Model
Children Description, DirectAccessURL, InformationWithheld, LegalStatements, LogoURL, Owners, RevisionData, Scope, Version
Source
<xs:complexType name="ContentMetadata">
  <xs:annotation>
    <xs:documentation xml:lang="en">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">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 name="Representation" type="MetadataDescriptionRepr" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="LogoURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/logoURL http://rs.tdwg.org/abcd/mappings/DataSet-LogoURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">The URL of an icon/logo symbolizing the project.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Scope" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/scope">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 xml:lang="en">A collection of terms describing the geoecological scope of the source queried by means of area names (e.g. 'World', 'Germany', 'Atlantic Ocean', 'Andes', 'Mountains'). A list of recommended terms should be developed.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="GeoecologicalTerm" type="StringL255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/geoecologicalTerm">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">An area name describing the or part of the geoecological scope of the source queried.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="TaxonomicTerms" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="TaxonomicTerm" type="StringL255" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/taxonomicTerm">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">A name for a group of organisms that is included in the scope of the source queried.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Version" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/DataSet-Version">
      <xs:annotation>
        <xs:documentation xml:lang="en">Number and date of current version (particularly for citing purposes)</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Major" type="xs:nonNegativeInteger" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/major">
            <xs:annotation>
              <xs:documentation xml:lang="en">The major version number ('1' in 1.2) as defined by the content creators OR the only version number given.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Minor" type="xs:nonNegativeInteger" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/minor">
            <xs:annotation>
              <xs:documentation xml:lang="en">An optional minor version number ('2' in 1.2)</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Modifier" type="String255" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/modifier">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="DateCreated" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Version-DateCreated">
            <xs:annotation>
              <xs:documentation xml:lang="en">Date or DateTime when the version was released. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to 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:element name="VersionText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VersionText">
            <xs:annotation>
              <xs:documentation xml:lang="en">The version expressed as unformatted text if it can not be expressed in atomized form.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="RevisionData" type="RevisionData">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 xml:lang="en">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 name="Owner" type="Contact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Owner http://rs.tdwg.org/abcd/mappings/DataSet-Owner">
            <xs:annotation>
              <xs:documentation xml:lang="en">Entity having legal possession of the data collection content.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="LegalStatements" type="LegalStatements" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Container element for legal statements regarding the data set.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InformationWithheld" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/informationWithheld http://rs.tdwg.org/abcd/mappings/DataSet-InformationWithheld">
      <xs:annotation>
        <xs:documentation xml:lang="en">Brief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the ContentCcontact. (=DwC.InformationWithheld). If the respective information is present on the unit level, it should override this dataset-level statement.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DirectAccessURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/directAccessURL http://rs.tdwg.org/abcd/mappings/DataSet-DirectAccessURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">An electronic source of the dataset that allows for querying and downloading of the data.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type MetadataDescriptionRepr
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Language-specific content metadata (title, description, etc.) with *required* language attribute added.
Diagram
Diagram ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_language ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_Title ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_Details ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_Coverage ABCD_3_0_xsd.tmp#MetadataDescriptionRepr_WebsiteURL
Used by
Model
Children Coverage, Details, Title, WebsiteURL
Attributes
QName Type Use
language xs:language required
Source
<xs:complexType name="MetadataDescriptionRepr">
  <xs:annotation>
    <xs:documentation xml:lang="en">Language-specific content metadata (title, description, etc.) with *required* language attribute added.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Title" type="String255" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/title http://rs.tdwg.org/abcd/mappings/DataSet-Title">
      <xs:annotation>
        <xs:documentation xml:lang="en">Source for Dublin-Core standard element "Title": A short, concise title.</xs:documentation>
        <xs:documentation xml:lang="en">General Note on DublinCore translation: In addition to those that can be transformed from UBIF metadata, an additional DC.Type='dataset' should be added.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Details" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/notes">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="Coverage" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/coverage">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/websiteURL http://rs.tdwg.org/abcd/mappings/DataSet-WebsiteURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">URL pointing to an online source related to the dataset, which may or may not serve an updated version of the description data.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="language" type="xs:language" use="required"/>
</xs:complexType>
Complex Type StringL255
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
String255 (i.e. xs:string with length 1-255), extended with language attribute
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_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 xml:lang="en">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 name="language" type="xs:language" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Simple Type DateTimeISO
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 ((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?
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="((1(5(8[3-9]|9\d)|[6789]\d\d))|(20\d\d))(-((0[1-9]|1[012])(-(0[1-9]|1\d|2[0-8])(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?)?|(0[13-9]|1[012])-(29|30)(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?|(0[13578]|1[02])-31(T(0\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?))?|((15(8[48]|9[26]))|(1[6-9](0[48]|[2468][048]|[13579][26])|20(0[48]|[2468][048]|[13579][26]))|((16|20)00))-02-29(T(\d|1\d|2[0-3])(:[0-5]\d(:[0-5]\d(.\d+)?)?)?(Z|[+\-](0\d|1[12])(:[0-5]\d)?)?)?"/>
  </xs:restriction>
</xs:simpleType>
Complex Type RevisionData
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Revision data (creators, dates, revision) for the entire project/data set or individual objects.
Diagram
Diagram ABCD_3_0_xsd.tmp#RevisionData_Creators ABCD_3_0_xsd.tmp#RevisionData_Contributors ABCD_3_0_xsd.tmp#RevisionData_DateCreated ABCD_3_0_xsd.tmp#RevisionData_DateModified
Used by
Model
Children Contributors, Creators, DateCreated, DateModified
Source
<xs:complexType name="RevisionData">
  <xs:annotation>
    <xs:documentation xml:lang="en">Revision data (creators, dates, revision) for the entire project/data set or individual objects.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Creators" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/creators">
      <xs:annotation>
        <xs:documentation xml:lang="en">Author(s) or editor(s) of a class expressed in a free text format.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Contributors" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/contributors">
      <xs:annotation>
        <xs:documentation xml:lang="en">Contributors or translators for a class expressed in a free text form.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateCreated" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeSpanBegin http://rs.tdwg.org/abcd/mappings/DateCreated http://rs.tdwg.org/abcd/mappings/DataSet-DateCreated">
      <xs:annotation>
        <xs:documentation xml:lang="en">Date or DateTime when the dataset was created. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to Dublin-Core standard element "Date.Created".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateModified" type="DateTimeISO" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/DateModified">
      <xs:annotation>
        <xs:documentation xml:lang="en">Date or DateTime when the last modification of the dataset was made. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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. Note that experience shows that the information provided here is often unreliable, because providers tend to disregard updating this information. Maps to Dublin-Core standard element "Date.Modified".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type LegalStatements
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A sequence of statements related to Intellectual Property Rights, credit and acknowledgement.
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatements_Licenses ABCD_3_0_xsd.tmp#LegalStatements_Acknowledgements ABCD_3_0_xsd.tmp#LegalStatements_SuggestedCitations ABCD_3_0_xsd.tmp#LegalStatements_OtherLegalStatements
Used by
Model
Children Acknowledgements, Licenses, OtherLegalStatements, SuggestedCitations
Source
<xs:complexType name="LegalStatements">
  <xs:annotation>
    <xs:documentation xml:lang="en">A sequence of statements related to Intellectual Property Rights, credit and acknowledgement.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Licenses" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="License" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/License">
            <xs:annotation>
              <xs:documentation xml:lang="en">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="Acknowledgements" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="Acknowledgement" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Acknowledgement">
            <xs:annotation>
              <xs:documentation xml:lang="en">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="SuggestedCitations" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="SuggestedCitation" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SuggestedCitation">
            <xs:annotation>
              <xs:documentation xml:lang="en">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:element name="OtherLegalStatements" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="OtherLegalStatement" type="LegalStatement" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/OtherLegalStatement">
            <xs:annotation>
              <xs:documentation xml:lang="en">A Legal Statement that can not be classified as License, Acknowledgement or SuggestedCitation such as disclaimers and usage restrictions. Please use the InformationWithheld element to express which kind of information were withheld in the publication of the corresponding instance (e.g. removal of coordinates of threatened species).</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type LegalStatement
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Text, optional Details (both free-form text) and optional website URL and resource URI.
Diagram
Diagram ABCD_3_0_xsd.tmp#LegalStatement_language ABCD_3_0_xsd.tmp#LegalStatement_Text ABCD_3_0_xsd.tmp#LegalStatement_Details ABCD_3_0_xsd.tmp#LegalStatement_WebsiteURL ABCD_3_0_xsd.tmp#LegalStatement_ResourceURI
Used by
Model
Children Details, ResourceURI, Text, WebsiteURL
Attributes
QName Type Use
language xs:language required
Source
<xs:complexType name="LegalStatement" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/LegalStatement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Text, optional Details (both free-form text) and optional website URL and resource URI.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Text" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LegalStatement-Text">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="Details" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LegalStatement-Details">
      <xs:annotation>
        <xs:documentation xml:lang="en">Optional text of unconstrained length, elaborating details of the ShortText</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LegalStatement-WebsiteURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">The URL of a web page of the legal statement.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LegalStatement-ResourceURI">
      <xs:annotation>
        <xs:documentation xml:lang="en">An optional, preferably resolvable URI to uniquely identify the legal statement.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="language" type="xs:language" use="required"/>
</xs:complexType>
Complex Type Unit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements for all unit-level data
Diagram
Diagram ABCD_3_0_xsd.tmp#Unit_GUID ABCD_3_0_xsd.tmp#Unit_SourceInstitutionID ABCD_3_0_xsd.tmp#Unit_SourceID ABCD_3_0_xsd.tmp#Unit_ID ABCD_3_0_xsd.tmp#Unit_NumericID ABCD_3_0_xsd.tmp#Unit_LastEditor ABCD_3_0_xsd.tmp#Unit_DateModified ABCD_3_0_xsd.tmp#Unit_Owner ABCD_3_0_xsd.tmp#Unit_LegalStatements ABCD_3_0_xsd.tmp#Unit_ContentContacts ABCD_3_0_xsd.tmp#Unit_InformationWithheld ABCD_3_0_xsd.tmp#Unit_SourceReference ABCD_3_0_xsd.tmp#Unit_UnitReferences ABCD_3_0_xsd.tmp#Unit_Identifications ABCD_3_0_xsd.tmp#Unit_IdentificationHistory ABCD_3_0_xsd.tmp#Unit_RecordBasis ABCD_3_0_xsd.tmp#Unit_KindOfUnit ABCD_3_0_xsd.tmp#Unit_SpecimenUnit ABCD_3_0_xsd.tmp#Unit_ObservationUnit ABCD_3_0_xsd.tmp#Unit_CultureCollectionUnit ABCD_3_0_xsd.tmp#Unit_MycologicalUnit ABCD_3_0_xsd.tmp#Unit_HerbariumUnit ABCD_3_0_xsd.tmp#Unit_BotanicalGardenUnit ABCD_3_0_xsd.tmp#Unit_PlantGeneticResourcesUnit ABCD_3_0_xsd.tmp#Unit_ZoologicalUnit ABCD_3_0_xsd.tmp#Unit_PaleontologicalUnit ABCD_3_0_xsd.tmp#Unit_MultimediaObjects ABCD_3_0_xsd.tmp#Unit_Associations ABCD_3_0_xsd.tmp#Unit_Assemblages ABCD_3_0_xsd.tmp#Unit_NamedCollectionsOrSurveys ABCD_3_0_xsd.tmp#Unit_Gathering ABCD_3_0_xsd.tmp#Unit_FieldNumbers ABCD_3_0_xsd.tmp#Unit_FieldNotes ABCD_3_0_xsd.tmp#Unit_FieldNotesReferences ABCD_3_0_xsd.tmp#Unit_MeasurementsOrFacts ABCD_3_0_xsd.tmp#Unit_Sex ABCD_3_0_xsd.tmp#Unit_Age ABCD_3_0_xsd.tmp#Unit_Sequences ABCD_3_0_xsd.tmp#Unit_Notes ABCD_3_0_xsd.tmp#Unit_WebsiteURL ABCD_3_0_xsd.tmp#Unit_Annotations ABCD_3_0_xsd.tmp#Unit_UnitExtensions ABCD_3_0_xsd.tmp#Unit_ResourceURIs
Used by
Model
Children Age, Annotations, Assemblages, Associations, BotanicalGardenUnit, ContentContacts, CultureCollectionUnit, DateModified, FieldNotes, FieldNotesReferences, FieldNumbers, GUID, Gathering, HerbariumUnit, ID, IdentificationHistory, Identifications, InformationWithheld, KindOfUnit, LastEditor, LegalStatements, MeasurementsOrFacts, MultimediaObjects, MycologicalUnit, NamedCollectionsOrSurveys, Notes, NumericID, ObservationUnit, Owner, PaleontologicalUnit, PlantGeneticResourcesUnit, RecordBasis, ResourceURIs, Sequences, Sex, SourceID, SourceInstitutionID, SourceReference, SpecimenUnit, UnitExtensions, UnitReferences, WebsiteURL, ZoologicalUnit
Source
<xs:complexType name="Unit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements for all unit-level data</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="GUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-GUID">
      <xs:annotation>
        <xs:documentation xml:lang="en">A globally unique identifier for the unit (i.e. the physical specimen or original observation). 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 name="SourceInstitutionID" type="InstitutionCode" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-SourceInstitutionID">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="SourceID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-SourceID">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-ID">
      <xs:annotation>
        <xs:documentation xml:lang="en">A unique identifier for the unit record within the data source. Preferably, 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 name="NumericID" type="xs:int" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/numericUnitID">
      <xs:annotation>
        <xs:documentation xml:lang="en">The numeric catalogue number for a Unit. Where present, the unit catalogue number facilitates sorting and allows for searches on a range of catalogue numbers. The usage of this element still requires the usage of the general Unit ID. If the general Unit ID is by nature numeric, both properties should be filled with that value.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LastEditor" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LastEditor">
      <xs:annotation>
        <xs:documentation xml:lang="en">Name or other indication of the person or team that created or last edited this record.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateModified" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-DateModified">
      <xs:annotation>
        <xs:documentation xml:lang="en">Date or DateTime when the last modification of the unit record was made. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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. Note that experience shows that the information provided here is often unreliable, because providers tend to disregard updating this information. Maps to Dublin-Core standard element "Date.Modified".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Owner" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Owner">
      <xs:annotation>
        <xs:documentation xml:lang="en">The legal owner of the unit record. Note that ownership of physical specimens is handled under SpecimenUnit. If present, overrides the equivalent Owners element on the level of dataset.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LegalStatements" type="LegalStatements" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Container element for legal statements pertaining to the individual record (unit). If present, override the equivalent statements on the level of dataset.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ContentContacts" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="ContentContact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-ContentContact">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="preferred" type="xs:boolean" use="optional"/>
                </xs:extension>
              </xs:complexContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="InformationWithheld" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-InformationWithheld">
      <xs:annotation>
        <xs:documentation xml:lang="en">Brief descriptions of additional information that may exist, but that has not been made public. Information about obtaining the withheld information should be sought from the ContentCcontact. (=DwC.InformationWithheld). If present here, the information given should override the respective dataset-level statement.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-SourceReference">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 xml:lang="en">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 name="UnitReference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Reference">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 xml:lang="en">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 name="Identification" type="Identification" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Identification">
            <xs:annotation>
              <xs:documentation xml:lang="en">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:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="IdentificationHistory" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identificationHistory">
      <xs:annotation>
        <xs:documentation xml:lang="en">The history of identifications for the Unit (assigned identification results). 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:element name="RecordBasis" type="RecordBasisEnum" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/RecordBasis">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="KindOfUnit" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-KindOfUnit">
      <xs:annotation>
        <xs:documentation xml:lang="en">Part(s) of organism or class of materials represented by this unit, e.g. herbarium sheet, leaf, muscle, leg, blood, whole organism, skin</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:annotation>
        <xs:documentation xml:lang="en">Physical state-specific subtypes of the unit record</xs:documentation>
      </xs:annotation>
      <xs:element name="SpecimenUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/SpecimenUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">A Unit subtype containing data elements specific to specimens (living, fossil, or preserved).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Owner" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SpecimenUnit-Owner">
              <xs:annotation>
                <xs:documentation xml:lang="en">The legal owner or holder of the physical specimen</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="LoanRestrictions" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/LoanRestrictions">
              <xs:annotation>
                <xs:documentation xml:lang="en">Restrictions for accessing or loaning the specimen or sample.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="BlockedUntil" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/BlockedUntil">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Sample or specimen data can not be ordered/loaned until the given date, but are visible via portals. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Blocked" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/blocked">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Sample or specimen data can not be ordered/loaned in general, but are visible via portals. Note: Records/samples/specimens not to be published should be blocked on database level. If they are available via Darwin Core or ABCD, they are visible for everyone. This element is to be used for samples/specimens that cannot be loaned.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="LoanConditions" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanConditions">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Certain conditions for loaning this specimen or sample. E.g. "additional insurance required", "can only be loaned for a maximum of two months".</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="Acquisition" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Acquisition date, source and type.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="AcquisitionType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acquisitionType">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Type of acquisition. E.g. "Bequest", "Purchase", "Donation"</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Date" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Acquisition-Date">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Textual statement of the date of acquisition of the specimen by the institution. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="AcquiredFrom" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/AcquiredFrom">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Name of person and/or Organization the unit was acquired from (e.g. depositor of a strain).</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="AcquisitionSourceText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acquisitionSourceText">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Free text field for unformatted recording of acquisition source details.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="Accessions" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Accession details.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Accession" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Accession">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Triple to accommodate accession number in multiple catalogues.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="AccessionDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-Date">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Textual statement of the date on which the accession was recorded. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="AccessionCatalogue" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionCatalogue">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="AccessionNumber" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionNumber">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="AccessionURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Accession-URI">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">An preferably resolvable URI to uniquely identify the accession containing both the AccessionCatalogue and AccessionNumber.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="Preparations" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Specimen preparation details, possibly a sequence of preparation steps</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Preparation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Preparation">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Specimen preparation details.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="PreparationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationType">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Description of preparation type (specimens, tissues, DNA). Examples: for DNA: gDNA; for tissues/specimens: leaf, muscle, leg, blood.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreparationMethod" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationMethod">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Process used in preparing the specimen or sample, can also be used to describe Phage/Plasmid propagation, Process used in extracting the DNA/RNA; adaptions made; SPREC code</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreparationMaterials" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationMaterials">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Materials and chemicals used in the preparation of the specimen, tissue, DNA or RNA sample.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreparationAgent" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationAgent">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Person and/or institution responsible for or effecting the preparation.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreparationDate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreparationDate">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">The date of preparation, free text. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="SampleSize" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleSize">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">MIxS element. Amount or size of sample (volume, mass or area) that was collected</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="Sieving" type="String" minOccurs="0" sawsdl:modelReference="http://gensc.org/ns/mixs/sieving">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">MIxS element. Collection design of pooled samples and/or sieve size and amount of sample sieved. Is of interest for metagenomic focus e.g. design name and/or size;amount</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="SampleDesignations" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Designated numbers or identifiers of sample, usually project numbers used in the lab.</xs:documentation>
                          </xs:annotation>
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="SampleDesignation" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sampleDesignation">
                                <xs:annotation>
                                  <xs:documentation xml:lang="en">Designated number or identifier of sample, usually project number used in the lab.</xs:documentation>
                                </xs:annotation>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                        <xs:element name="References" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">References for the preparation method</xs:documentation>
                          </xs:annotation>
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preparation-Reference">
                                <xs:annotation>
                                  <xs:documentation xml:lang="en">Attribute for RefType</xs:documentation>
                                </xs:annotation>
                              </xs:element>
                            </xs:sequence>
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                      <xs:attribute name="sequence" type="xs:int" use="optional"/>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="PreparationsText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preparationsText">
              <xs:annotation>
                <xs:documentation xml:lang="en">Textual account of preparations.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Preservations" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Specimen preservation details, possibly a sequence of preservation periods</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Preservation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Preservation">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">A description of the preservation of the specimen.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="PreservationType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preservationType">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Description of preservation type. E.g. "freezer".</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreservationTemperature" type="Temperature" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Preservation-Temperature">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Temperature the unit is preserved at.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreservationDateBegin" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreservationDateBegin">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">The date in text form when preservation begins. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                      <xs:attribute name="sequence" type="xs:int" use="optional"/>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="Marks" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">A container element for several labels or inscriptions associated with the unit.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Mark" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Mark">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Label(s), writing(s) or inscription(s).</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="MarkType" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/markType">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">The type of mark on or associated to the unit. E.g. "label", "inscription".</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="MarkText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkText">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Text transcription of an label, writing or inscription.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PositionOnObject" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/positionOnObject">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">The position of the inscription, writing or label on the object. E.g. "top left", "middle right".</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="MarkAuthor" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MarkAuthor">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Name of person who created the label, writing or inscription.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="MarkComment" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-Notes">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Summary, interpretation or opinion of the text.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="Images" minOccurs="0">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">References to an image or images of the label, writing or inscription.</xs:documentation>
                          </xs:annotation>
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="ImageID" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Mark-ImageID">
                                <xs:annotation>
                                  <xs:documentation xml:lang="en">The ID of an image of the mark. The image must be listed as a MultimediaObject of the Unit.</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="PreviousUnits" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">A container element for several previous identifiers and locations for this unit.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="PreviousUnit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PreviousUnit">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">A container for past identifiers and locations for this specimen.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="PreviousUnitGUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitGUID">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">The globally unique identifier of the specimen in the previous collection.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreviousSourceInstitutionID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceInstitutionID">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Name or code of the institution previously holding this specimen.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreviousSourceID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousSourceID">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Name or code of collection previously holding this specimen.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreviousUnitID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnitID">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Identifier of specimen in previous collection.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Date">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Dates that the specimen was held in previous collection.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PreviousUnit-Notes">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Any further information about this specimen in its previous collection.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="PreviousUnitText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/previousUnitText">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">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 name="sequence" type="xs:int" use="optional"/>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="PreviousUnitsText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/previousUnitsText">
              <xs:annotation>
                <xs:documentation xml:lang="en">An alternative text identifying the previous units.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="NomenclaturalTypeDesignations" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">A container element for several nomenclatural type designations.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="NomenclaturalTypeDesignation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NomenclaturalTypeDesignation">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">Information on the type status of the specimen.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="TypifiedName" type="ScientificName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TypifiedName">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">The name based on the specimen.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="NomenclaturalReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/NomenclaturalTypeDesignation-Reference">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Published reference.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="TypeStatus" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/typeStatus">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Full term designating the status. E.g. "Holotype", "Isolectotype"</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="CodeAssessment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codeAssessment">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">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 name="DoubtfulFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/doubtfulFlag">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Indicator for unverified type status (kind and fact).</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="Verifier" type="PersonName" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Verifier">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">The person assigning or verifying the type status of the specimen.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="VerificationDate" type="xs:date" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationDate">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">Date of verification.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="VerificationNotes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/VerificationNotes">
                          <xs:annotation>
                            <xs:documentation xml:lang="en">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="NomenclaturalTypeText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nomenclaturalTypeText">
              <xs:annotation>
                <xs:documentation xml:lang="en">A note detailing possible or verified type information related to the specimen.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="DuplicatesDistributedTo" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/duplicatesDistributedTo">
              <xs:annotation>
                <xs:documentation xml:lang="en">A free text field to note the known other recipients of a duplicate of the unit, preferably in the form of a delimited list of SourceInstitionIDs.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Disposition" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/disposition">
              <xs:annotation>
                <xs:documentation xml:lang="en">DwC curatorial extension r. 14: 'The current disposition of the catalogued item. Examples: "in collection", "missing", "source gone", "voucher elsewhere", "duplicates elsewhere","consumed".'</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="SpecimenMeasurementsOrFacts" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">Further measurements or facts related to the specimen, e.g. morphometric parameters.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="SpecimenMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SpecimenUnit-MeasurementOrFact">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">An additional measurement or fact related to the specimen, e.g. morphometric parameters or physiological condition facts.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ObservationUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ObservationUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">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="ObservationUnitIDs" minOccurs="0">
              <xs:annotation>
                <xs:documentation xml:lang="en">A container element with several observation unit identifiers.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="ObservationUnitID" type="StringP" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/observationUnitID">
                    <xs:annotation>
                      <xs:documentation xml:lang="en">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 standardized 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 xml:lang="en">Collection type and/or taxonomic domain-specific schema extensions (subtypes of the unit record).</xs:documentation>
      </xs:annotation>
      <xs:element name="CultureCollectionUnit" type="CultureCollectionUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/CultureCollectionUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">Data specific to microbial and similar culture methods.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MycologicalUnit" type="MycologicalUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MycologicalUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">Data specific to mycological and lichenological units.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HerbariumUnit" type="HerbariumUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HerbariumUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">Data specific to herbarium specimens (incl. mycological specimens).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BotanicalGardenUnit" type="BotanicalGardenUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BotanicalGardenUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">Data specific to units in botanical live (horticultural) collections.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PlantGeneticResourcesUnit" type="PGRUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PlantGeneticResourcesUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">Data specific to units in plant genetic resource collections, e.g. gene banks.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ZoologicalUnit" type="ZoologicalUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ZoologicalUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">Data specific to zoological units.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PaleontologicalUnit" type="PaleontologicalUnit" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PaleontologicalUnit">
        <xs:annotation>
          <xs:documentation xml:lang="en">Data specific to paleontological units.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:element name="MultimediaObjects" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="MultimediaObject" type="MultimediaObject" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-MultimediaObject">
            <xs:annotation>
              <xs:documentation xml:lang="en">Elements to describe digital images, sound recordings, etc. relating to (or forming) the unit.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Associations" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Relationships of this unit with other unit for which a record in ABCD conformant dataset(s) exists.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Association" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Association">
            <xs:annotation>
              <xs:documentation xml:lang="en">A binary relationship or association of units.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="GUID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-GUID">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Globally unique identifier of the related unit.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-ID">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Fully qualified identifier of the related item within the specified dataset.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="SourceID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-SourceID">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">The name or code of a data source (that is unique within the institution and constitutes the second part of the record identifier).</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="SourceInstitutionID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-SourceInstitutionID">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">First part of a fully qualified identifier of a related item's dataset.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="KindOfUnit" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-KindOfUnit">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Part(s) of organism or class of materials represented by the associated unit.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="AssociationType" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/associationType">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Description of the association.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="DirectAccessURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-DirectAccessURL">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">(Wrapper) access point of a related item's dataset (e.g. http://ww3.bgbm.org/biocase/pywrapper.cgi?dsa=Herbar).</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-Notes">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Further information about the association.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="ResourceURIs" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence maxOccurs="unbounded">
                      <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Association-ResourceURI">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</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="Assemblages" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A container for groupings of this unit with other units for which a record exists in this dataset by means of an additional ID.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Assemblage" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Assemblage">
            <xs:annotation>
              <xs:documentation xml:lang="en">A unit assemblage handles symmetric relationships between several units.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-ID">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Identifier for assemblage.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="AssemblageName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-Name">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Name of assemblage.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="ResourceURIs" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Preferably resolvable URIs of the assemblage.</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence maxOccurs="unbounded">
                      <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Assemblage-ResourceURI">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</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="NamedCollectionsOrSurveys" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="NamedCollectionOrSurvey" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/namedCollectionOrSurvey">
            <xs:annotation>
              <xs:documentation xml:lang="en">A named collection or survey project to which the unit belongs, which may not match the SourceName</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Gathering" type="Gathering" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Gathering">
      <xs:annotation>
        <xs:documentation xml:lang="en">Elements describing the field events that created the unit and their location.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FieldNumbers" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">The numbers or other identifiers assigned to this Unit by different collectors (Gathering Agents). Commonly referred to as "Collectors Field Number".</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="FieldNumber" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/FieldNumber">
            <xs:annotation>
              <xs:documentation xml:lang="en">The number or other identifier assigned to a Unit by a collector (Gathering Agent). Commonly referred to as "Collectors Field Number".</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNumber-ID">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">The assigned field number.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="CollectorName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNumber-CollectorName">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">The name of the collector (Gathering Agent) who assigned the field number.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="FieldNotes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fieldNotes">
      <xs:annotation>
        <xs:documentation xml:lang="en">Notes taken in the field for the object or observation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FieldNotesReferences" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">References where corresponding Field Notes are published.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="FieldNotesReference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FieldNotesReference">
            <xs:annotation>
              <xs:documentation xml:lang="en">Reference where corresponding Field Notes are published.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="MeasurementsOrFacts" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A container for quantitative and categorical measurements (including observations) referring to the unit, e.g. counts, size measurements, colours, etc.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="MeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-MeasurementOrFact">
            <xs:annotation>
              <xs:documentation xml:lang="en">Quantitative or categorical measurement referring to the unit.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Sex" type="SexCodeEnum" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Sex">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="Age" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/age">
      <xs:annotation>
        <xs:documentation xml:lang="en">Age of the organism at the time of collection or observation. Note that counts for different age classes can be provided in the Unit's MeasurementsOrFacts section.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Sequences" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Container for metadata on sequences derived from this unit.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Sequence" type="Sequence" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Sequence">
            <xs:annotation>
              <xs:documentation xml:lang="en">A genomic sequence derived from this unit.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-Notes">
      <xs:annotation>
        <xs:documentation xml:lang="en">Miscellaneous notes referring to the unit that do not fit elsewhere.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-WebsiteURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">Provides a way to access a page where more information on this particular unit (not on the entire dataset) can be found. [OBIS] Also commonly referred to as "Unit Landing Page".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Annotations" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Annotations in electronic form not (yet) added to the structured unit record.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Annotation" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Annotation">
            <xs:annotation>
              <xs:documentation xml:lang="en">A structure for electronic annotations of the unit.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Text" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotation-Text">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Text of electronic annotation not including author and date.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="Annotator" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotator">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">The author of the electronic annotation text.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Annotation-Date">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Date of submission of the electronic annotation.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="UnitExtensions" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A container element to allow extensions to add additional data to the unit.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="UnitExtension" type="xs:anyType" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation xml:lang="en">An element to allow extensions to add additional data to the unit.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="ResourceURIs" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Preferably resolvable URIs of the unit.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence maxOccurs="unbounded">
          <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Unit-ResourceURI">
            <xs:annotation>
              <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type InstitutionCode
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An abbreviated designation of an institution.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="InstitutionCode">
  <xs:annotation>
    <xs:documentation xml:lang="en">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/3.0
Annotations
Published reference.
Diagram
Diagram ABCD_3_0_xsd.tmp#Reference_GUID ABCD_3_0_xsd.tmp#Reference_Text ABCD_3_0_xsd.tmp#Reference_Details ABCD_3_0_xsd.tmp#Reference_WebsiteURL ABCD_3_0_xsd.tmp#Reference_ResourceURIs
Used by
Model
Children Details, GUID, ResourceURIs, Text, WebsiteURL
Source
<xs:complexType name="Reference">
  <xs:annotation>
    <xs:documentation xml:lang="en">Published reference.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="GUID" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-GUID">
      <xs:annotation>
        <xs:documentation xml:lang="en">A globally unique identifier for the publication or the specific detail (page, figure, etc.) within the publication.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Text" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-Text">
      <xs:annotation>
        <xs:documentation xml:lang="en">Formal citation for a paper or electronic publication.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Details" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-Details">
      <xs:annotation>
        <xs:documentation xml:lang="en">Specific page, figure or illustration number(s) within the reference.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-WebsiteURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">The URL of a web page related to the reference.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResourceURIs" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Preferably resolvable URIs of the reference (e.g. DOI).</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence maxOccurs="unbounded">
          <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Reference-ResourceURI">
            <xs:annotation>
              <xs:documentation xml:lang="en">Universal Resource Identifier - Preferably resolvable.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Identification
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#Identification_Result ABCD_3_0_xsd.tmp#Identification_PreferredFlag ABCD_3_0_xsd.tmp#Identification_NegativeIdentificationFlag ABCD_3_0_xsd.tmp#Identification_StoredUnderFlag ABCD_3_0_xsd.tmp#Identification_ResultRole ABCD_3_0_xsd.tmp#Identification_Identifiers ABCD_3_0_xsd.tmp#Identification_IdentifierRole ABCD_3_0_xsd.tmp#Identification_IdentificationSource ABCD_3_0_xsd.tmp#Identification_References ABCD_3_0_xsd.tmp#Identification_Date ABCD_3_0_xsd.tmp#Identification_Method ABCD_3_0_xsd.tmp#Identification_Notes ABCD_3_0_xsd.tmp#Identification_VerificationLevel
Used by
Model
Children Date, IdentificationSource, IdentifierRole, Identifiers, Method, NegativeIdentificationFlag, Notes, PreferredFlag, References, Result, ResultRole, StoredUnderFlag, VerificationLevel
Source
<xs:complexType name="Identification">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 xml:lang="en">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:sequence>
          <xs:choice>
            <xs:element name="TaxonIdentified" type="TaxonIdentified" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-TaxonIdentified">
              <xs:annotation>
                <xs:documentation xml:lang="en">The Taxon (concept) or Taxonomic name assigned to the unit (or excluded, "non") in the Identification.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="MaterialIdentified" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identifiedMaterial">
              <xs:annotation>
                <xs:documentation xml:lang="en">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:choice>
          <xs:element name="Extension" type="xs:anyType" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en">A container element to allow extensions to add additional data to the identification of the unit.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="PreferredFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/preferred">
      <xs:annotation>
        <xs:documentation xml:lang="en">True to designate current identification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NegativeIdentificationFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/negativeIdentificationFlag">
      <xs:annotation>
        <xs:documentation xml:lang="en">True to designate negative identifications.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StoredUnderFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/storedUnderFlag">
      <xs:annotation>
        <xs:documentation xml:lang="en">True to designate the identification under which the entire unit is stored (in a physical collection) or otherwise preferably referenced.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResultRole" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/resultRole">
      <xs:annotation>
        <xs:documentation xml:lang="en">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:annotation>
        <xs:documentation xml:lang="en">A container element for several identifiers for this unit.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Identifier" type="Contact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identifier">
            <xs:annotation>
              <xs:documentation xml:lang="en">Atomized record of individual, team member, or organization that made the identification.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="sequence" type="xs:int" use="optional"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="IdentifierRole" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/IdentifierRole">
      <xs:annotation>
        <xs:documentation xml:lang="en">Indication of the nature of the taxonomic verification; e.g. "conf." or "det."</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IdentificationSource" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/IdentificationSource">
      <xs:annotation>
        <xs:documentation xml:lang="en">A reference which has provided the identification (and - if present - the identifier's name and/or Organization). The entire identification event was taken from the source given here. It is not recommended to cite "field tag", or "determination slip" here as the source of the identification but to restrict this to published works. To cite published works that helped with the Identification, please use a reference element of the Identification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="References" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">References that were used by the identifier to provide the identification (e.g. by means of providing a key or a description of a taxon). It circumscribes a particular taxon concept (also referred to as a potential taxon) for a given taxonomic name. 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 name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-Reference">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 IdentificationSource.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-Date">
      <xs:annotation>
        <xs:documentation xml:lang="en">Date of the identification event.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Method" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-Method">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Identification-Notes">
      <xs:annotation>
        <xs:documentation xml:lang="en">Supplementary remarks about the identification.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VerificationLevel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/verificationLevel">
      <xs:annotation>
        <xs:documentation xml:lang="en">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/3.0
Annotations
Scientific or informal name as a result of an identification.
Diagram
Diagram ABCD_3_0_xsd.tmp#TaxonIdentified_HigherTaxa ABCD_3_0_xsd.tmp#TaxonIdentified_ScientificName ABCD_3_0_xsd.tmp#TaxonIdentified_InformalName ABCD_3_0_xsd.tmp#TaxonIdentified_NameComments ABCD_3_0_xsd.tmp#TaxonIdentified_Code
Used by
Model
Children Code, HigherTaxa, InformalName, NameComments, ScientificName
Source
<xs:complexType name="TaxonIdentified">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 xml:lang="en">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 name="HigherTaxon" type="HigherTaxon" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HigherTaxon">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="ScientificName" type="ScientificNameIdentified" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ScientificName">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="InformalName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/informalName">
        <xs:annotation>
          <xs:documentation xml:lang="en">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 name="NameComments" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TaxonIdentified-NameComments">
      <xs:annotation>
        <xs:documentation xml:lang="en">Any free text comments related to the name</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Code" type="CodeOfNomenclatureEnum" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NomenclatureCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">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/3.0
Annotations
Taxon name used to further classify the identification result.
Diagram
Diagram ABCD_3_0_xsd.tmp#HigherTaxon_HigherTaxonName ABCD_3_0_xsd.tmp#HigherTaxon_HigherTaxonRank
Used by
Model
Children HigherTaxonName, HigherTaxonRank
Source
<xs:complexType name="HigherTaxon">
  <xs:annotation>
    <xs:documentation xml:lang="en">Taxon name used to further classify the identification result.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="HigherTaxonName" type="Monomial" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/HigherTaxonName">
      <xs:annotation>
        <xs:documentation xml:lang="en">A higher taxon name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HigherTaxonRank" type="HigherTaxonRankEnum" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HigherTaxonRank">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rank of associated higher taxon.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type Monomial
Namespace http://www.tdwg.org/schemas/abcd/3.0
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/3.0
Annotations
A taxonomic rank designation above the rank of genus.
Diagram
Diagram
Type restriction of xs:Name
Facets
enumeration regnum
Higher Taxon Rank for the kingdom (lat. regnum).
enumeration subregnum
Higher Taxon Rank for the subkingdom (lat. subregnum).
enumeration superphylum
Higher Taxon Rank for the superphylum (or Superdivision in Botany).
enumeration phylum
Higher Taxon Rank for the Phylum (or Division in Botany).
enumeration subphylum
Higher Taxon Rank for the subphylum (or Subdivision in Botany).
enumeration superclassis
Higher Taxon Rank for the superclass (lat. superclassis).
enumeration classis
Higher Taxon Rank for the class (lat. classis).
enumeration subclassis
Higher Taxon Rank for the subclass (lat. subclassis).
enumeration supercohors
Higher Taxon Rank for the supercohort (lat. supercohors).
enumeration cohors
Higher Taxon Rank for the outdated rank of cohort (lat. cohors).
enumeration subcohors
Higher Taxon Rank for the subcohort (lat. subcohors).
enumeration superordo
Higher Taxon Rank for the superorder (lat. superordo).
enumeration ordo
Higher Taxon Rank for the order (lat. ordo).
enumeration subordo
Higher Taxon Rank for the suborder (lat. subordo).
enumeration superfamilia
Abbreviation for the botanical taxonomic rank form species (lat: forma species).
enumeration familia
Higher Taxon Rank for the superfamily (lat. superfamilia).
enumeration subfamilia
Higher Taxon Rank for the subfamily (lat. subfamilia).
enumeration tribus
Higher Taxon Rank for the tribe (lat. tribus).
enumeration genusgroup
Higher Taxon Rank element for Higher Taxon Names that are in an unspecified genus-group in Zoology.
enumeration unranked
Higher Taxon Rank element for Higher Taxon Names that are unranked.
Used by
Source
<xs:simpleType name="HigherTaxonRankEnum">
  <xs:annotation>
    <xs:documentation xml:lang="en">A taxonomic rank designation above the rank of genus.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:Name">
    <xs:enumeration value="regnum" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/regnum">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the kingdom (lat. regnum).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subregnum" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subregnum">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the subkingdom (lat. subregnum).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="superphylum" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/superphylum">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the superphylum (or Superdivision in Botany).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="phylum" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/phylum">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the Phylum (or Division in Botany).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subphylum" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subphylum">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the subphylum (or Subdivision in Botany).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="superclassis" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/superclassis">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the superclass (lat. superclassis).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="classis" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/classis">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the class (lat. classis).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subclassis" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subclassis">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the subclass (lat. subclassis).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="supercohors" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/supercohors">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the supercohort (lat. supercohors).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cohors" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cohors">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the outdated rank of cohort (lat. cohors).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subcohors" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subcohors">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the subcohort (lat. subcohors).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="superordo" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/superordo">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the superorder (lat. superordo).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ordo" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ordo">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the order (lat. ordo).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subordo" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subordo">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the suborder (lat. subordo).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="superfamilia" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/superfamilia">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation for the botanical taxonomic rank form species (lat: forma species).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="familia" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/familia">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the superfamily (lat. superfamilia).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subfamilia" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subfamilia">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the subfamily (lat. subfamilia).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="tribus" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/tribus">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank for the tribe (lat. tribus).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="genusgroup" xml:lang="en" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genusgroup">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank element for Higher Taxon Names that are in an unspecified genus-group in Zoology.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="unranked" xml:lang="en" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/unranked">
      <xs:annotation>
        <xs:documentation xml:lang="en">Higher Taxon Rank element for Higher Taxon Names that are unranked.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Complex Type ScientificNameIdentified
Namespace http://www.tdwg.org/schemas/abcd/3.0
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_3_0_xsd.tmp#ScientificName_FullScientificName ABCD_3_0_xsd.tmp#ScientificName_NameAtomized ABCD_3_0_xsd.tmp#ScientificName ABCD_3_0_xsd.tmp#ScientificNameIdentified_IdentificationQualifier ABCD_3_0_xsd.tmp#ScientificNameIdentified_NameAddendum
Type extension of ScientificName
Type hierarchy
Used by
Model
Children FullScientificName, IdentificationQualifier, NameAddendum, NameAtomized
Source
<xs:complexType name="ScientificNameIdentified">
  <xs:annotation>
    <xs:documentation xml:lang="en">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" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identificationQualifier">
          <xs:annotation>
            <xs:documentation xml:lang="en">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 atomized 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" use="optional" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identificationQualifierInsertionPoint">
                  <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 name="NameAddendum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nameAddendum">
          <xs:annotation>
            <xs:documentation xml:lang="en">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/3.0
Annotations
Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names.
Diagram
Diagram ABCD_3_0_xsd.tmp#ScientificName_FullScientificName ABCD_3_0_xsd.tmp#ScientificName_NameAtomized
Used by
Model
Children FullScientificName, NameAtomized
Source
<xs:complexType name="ScientificName">
  <xs:annotation>
    <xs:documentation xml:lang="en">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 name="FullScientificName" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fullScientificName">
      <xs:annotation>
        <xs:documentation xml:lang="en">Concatenated scientific name, preferably formed in accordance with a Code of Nomenclature, i. e. a monomial, binomial, 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="NameAtomized" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Atomized 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 name="Bacterial" type="NameBacterial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BacterialScientificName">
            <xs:annotation>
              <xs:documentation xml:lang="en">Atomized name with elements according to the International Code of Nomenclature of Prokaryotes</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Botanical" type="NameBotanical" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BotanicalScientificName">
            <xs:annotation>
              <xs:documentation xml:lang="en">Atomized name with elements according to the International Code of Botanical Nomenclature</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Zoological" type="NameZoological" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ZoologicalScientificName">
            <xs:annotation>
              <xs:documentation xml:lang="en">Atomized name with elements according to the International Code of Zoological Nomenclature</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Viral" type="NameViral" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ViralScientificName">
            <xs:annotation>
              <xs:documentation xml:lang="en">Atomized 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/3.0
Annotations
An atomized name under the International Code of Nomenclature of Bacteria
Diagram
Diagram ABCD_3_0_xsd.tmp#NameBacterial_GenusOrMonomial ABCD_3_0_xsd.tmp#NameBacterial_Subgenus ABCD_3_0_xsd.tmp#NameBacterial_SubgenusAuthorAndYear ABCD_3_0_xsd.tmp#NameBacterial_SpeciesEpithet ABCD_3_0_xsd.tmp#NameBacterial_SubspeciesEpithet ABCD_3_0_xsd.tmp#NameBacterial_ParentheticalAuthorTeamAndYear ABCD_3_0_xsd.tmp#NameBacterial_AuthorTeamAndYear ABCD_3_0_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 xml:lang="en">An atomized name under the International Code of Nomenclature of Bacteria</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="GenusOrMonomial" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genusOrMonomial">
      <xs:annotation>
        <xs:documentation xml:lang="en">The genus as part or only result of an identification or a higher taxon name representing that result.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Subgenus" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subgenus">
      <xs:annotation>
        <xs:documentation xml:lang="en">A subgenus name that was identified for the unit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubgenusAuthorAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subgenusAuthorAndYear">
      <xs:annotation>
        <xs:documentation xml:lang="en">Author team and year of the subgenus name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SpeciesEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/speciesEpithet">
      <xs:annotation>
        <xs:documentation xml:lang="en">The first epithet occurring in the scientific name (after genus and, optionally, subgenus names).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubspeciesEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subspeciesEpithet">
      <xs:annotation>
        <xs:documentation xml:lang="en">The second epithet of the scientific name of subspecies rank (after Genus, optional subgenus, and species epithet).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ParentheticalAuthorTeamAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/parentheticalAuthorTeamAndYear">
      <xs:annotation>
        <xs:documentation xml:lang="en">Author team and Year of the basionym of a species or subspecies combination.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AuthorTeamAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeamAndYear">
      <xs:annotation>
        <xs:documentation xml:lang="en">The author(s) who published the full name as it stands and its year that was identified for the unit. For the author team notation with parenthesis please use the element ParentheticalAuthorTeamAndYear.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NameApprobation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nameApprobation">
      <xs:annotation>
        <xs:documentation xml:lang="en">Approbation of the name identified for the unit according to an 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/3.0
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/3.0
Annotations
An atomized scientific name under the International Code of Botanical Nomenclature or the International Code of Nomenclature for Cultivated Plants
Diagram
Diagram ABCD_3_0_xsd.tmp#NameBotanical_GenusOrMonomial ABCD_3_0_xsd.tmp#NameBotanical_FirstEpithet ABCD_3_0_xsd.tmp#NameBotanical_InfraspecificEpithet ABCD_3_0_xsd.tmp#NameBotanical_Rank ABCD_3_0_xsd.tmp#NameBotanical_HybridFlag ABCD_3_0_xsd.tmp#NameBotanical_AuthorTeamParenthesis ABCD_3_0_xsd.tmp#NameBotanical_AuthorTeam ABCD_3_0_xsd.tmp#NameBotanical_CultivarGroupName ABCD_3_0_xsd.tmp#NameBotanical_CultivarName ABCD_3_0_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 xml:lang="en">An atomized 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 name="GenusOrMonomial" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genusOrMonomial">
      <xs:annotation>
        <xs:documentation xml:lang="en">The genus as part or only result of an identification or a higher taxon name representing that result.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FirstEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/firstEpithet">
      <xs:annotation>
        <xs:documentation xml:lang="en">The first epithet in a botanical name combination identified for the unit(species epithet or the epithet of the subdivision of a genus).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InfraspecificEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/infraspecificEpithet">
      <xs:annotation>
        <xs:documentation xml:lang="en">The final epithet of a botanical name of infraspecific rank.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Rank" type="RankAbbreviation" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/BotanicalTaxonRank">
      <xs:annotation>
        <xs:documentation xml:lang="en">Taxonomic rank abbreviation as used in the botanical name string.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="HybridFlag" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/hybridFlag">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 hybrid flag 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="xs:string">
            <xs:attribute name="insertionpoint" use="optional" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/hybridFlagInsertionPoint">
              <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 name="AuthorTeamParenthesis" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeamParenthesis">
      <xs:annotation>
        <xs:documentation xml:lang="en">Author team of the basionym of a species or subspecies combination.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AuthorTeam" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeam">
      <xs:annotation>
        <xs:documentation xml:lang="en">The author(s) who published the full name as it stands.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CultivarGroupName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultivarGroupName">
      <xs:annotation>
        <xs:documentation xml:lang="en">The cultivar group name.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CultivarName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultivarName">
      <xs:annotation>
        <xs:documentation xml:lang="en">The cultivar name, as specified by the ICNCP.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TradeDesignationNames" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Container for trade names.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="TradeDesignationName" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/tradeDesignationName">
            <xs:annotation>
              <xs:documentation xml:lang="en">A 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/3.0
Annotations
The abbreviation of a taxonomic rank as used in (botanical) name strings.
Diagram
Diagram
Type restriction of xs:Name
Facets
enumeration subgen.
Abbreviation for the botanical taxonomic rank subgenus.
enumeration sect.
Abbreviation for the botanical taxonomic rank section (lat: sectio).
enumeration subsp.
Abbreviation for the botanical taxonomic rank subspecies.
enumeration var.
Abbreviation for the botanical taxonomic rank variety (lat: varietas).
enumeration subvar.
Abbreviation for the botanical taxonomic rank subvariety (lat: subvarietas).
enumeration forma
Latin name for the botanical taxonomic rank form (abbr.: f.).
enumeration f.
Abbreviation for the botanical taxonomic rank form (lat: forma).
enumeration subforma
Latin name for the botanical taxonomic rank subform (abbr.: subf.).
enumeration subf.
Abbreviation for the botanical taxonomic rank subform (lat: subforma).
enumeration f.spec.
Abbreviation for the botanical taxonomic rank form species (lat: forma species).
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." sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subgen.">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation for the botanical taxonomic rank subgenus.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="sect." sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sect.">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation for the botanical taxonomic rank section (lat: sectio).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subsp." sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subsp.">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation for the botanical taxonomic rank subspecies.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="var." sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/var.">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation for the botanical taxonomic rank variety (lat: varietas).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subvar." sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subvar.">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation for the botanical taxonomic rank subvariety (lat: subvarietas).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="forma" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/forma">
      <xs:annotation>
        <xs:documentation xml:lang="en">Latin name for the botanical taxonomic rank form (abbr.: f.).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="f." sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/f.">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation for the botanical taxonomic rank form (lat: forma).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subforma" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subforma">
      <xs:annotation>
        <xs:documentation xml:lang="en">Latin name for the botanical taxonomic rank subform (abbr.: subf.).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="subf." sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subf.">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation for the botanical taxonomic rank subform (lat: subforma).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="f.spec." sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/f.spec.">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation for the botanical taxonomic rank form species (lat: forma species).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Complex Type NameZoological
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An atomized scientific name under the International Code of Zoological Nomenclature
Diagram
Diagram ABCD_3_0_xsd.tmp#NameZoological_GenusOrMonomial ABCD_3_0_xsd.tmp#NameZoological_Subgenus ABCD_3_0_xsd.tmp#NameZoological_SpeciesEpithet ABCD_3_0_xsd.tmp#NameZoological_SubspeciesEpithet ABCD_3_0_xsd.tmp#NameZoological_AuthorTeamOriginalAndYear ABCD_3_0_xsd.tmp#NameZoological_AuthorTeamParenthesisAndYear ABCD_3_0_xsd.tmp#NameZoological_CombinationAuthorTeamAndYear ABCD_3_0_xsd.tmp#NameZoological_Breed ABCD_3_0_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 xml:lang="en">An atomized scientific name under the International Code of Zoological Nomenclature</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="GenusOrMonomial" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genusOrMonomial">
      <xs:annotation>
        <xs:documentation xml:lang="en">The genus as part or only result of an identification or a higher taxon name representing that result.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Subgenus" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subgenus">
      <xs:annotation>
        <xs:documentation xml:lang="en">A subgenus name that was identified for the unit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SpeciesEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/speciesEpithet">
      <xs:annotation>
        <xs:documentation xml:lang="en">The first epithet occurring in the scientific name (after genus and, optionally, subgenus names).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubspeciesEpithet" type="Epithet" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subspeciesEpithet">
      <xs:annotation>
        <xs:documentation xml:lang="en">The second epithet of the scientific name of subspecies rank (after Genus, optional subgenus, and species epithet).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AuthorTeamOriginalAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeamOriginalAndYear">
      <xs:annotation>
        <xs:documentation xml:lang="en">The first person(s) who validly published a species-group name and the year of publication.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AuthorTeamParenthesisAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/authorTeamParenthesisAndYear">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="CombinationAuthorTeamAndYear" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/combinationAuthorTeamAndYear">
      <xs:annotation>
        <xs:documentation xml:lang="en">The citation of the authors responsible for the new combination and the year of its publication.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Breed" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/breed">
      <xs:annotation>
        <xs:documentation xml:lang="en">Name of the breed of an animal.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NamedIndividual" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/namedIndividual">
      <xs:annotation>
        <xs:documentation xml:lang="en">The name of an individually named animal.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type NameViral
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
An atomized scientific name under the International Code of Virus Classification and Nomenclature
Diagram
Diagram ABCD_3_0_xsd.tmp#NameViral_GenusOrMonomial ABCD_3_0_xsd.tmp#NameViral_ViralSpeciesDesignation ABCD_3_0_xsd.tmp#NameViral_Acronym
Used by
Model
Children Acronym, GenusOrMonomial, ViralSpeciesDesignation
Source
<xs:complexType name="NameViral">
  <xs:annotation>
    <xs:documentation xml:lang="en">An atomized scientific name under the International Code of Virus Classification and Nomenclature</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="GenusOrMonomial" type="Monomial" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genusOrMonomial">
      <xs:annotation>
        <xs:documentation xml:lang="en">The genus as part or only result of an identification or a higher taxon name representing that result.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ViralSpeciesDesignation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/viralSpeciesDesignation">
      <xs:annotation>
        <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/acronym">
      <xs:annotation>
        <xs:documentation xml:lang="en">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/3.0
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 xml:lang="en">An enumeration of the Codes of Nomenclature</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:Name">
    <xs:enumeration value="Bacteriological" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Bacteriological"/>
    <xs:enumeration value="Botanical" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Botanical"/>
    <xs:enumeration value="Viral" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Viral"/>
    <xs:enumeration value="Zoological" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Zoological"/>
    <xs:enumeration value="Cultivated" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Cultivated"/>
  </xs:restriction>
</xs:simpleType>
Complex Type DateTime
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Temporal aspects of an event or activity.
Diagram
Diagram ABCD_3_0_xsd.tmp#DateTime_DateText ABCD_3_0_xsd.tmp#DateTime_TimeZone ABCD_3_0_xsd.tmp#DateTime_ISODateTimeBegin ABCD_3_0_xsd.tmp#DateTime_TimeOfDayBegin ABCD_3_0_xsd.tmp#DateTime_ISODateTimeEnd ABCD_3_0_xsd.tmp#DateTime_TimeOfDayEnd ABCD_3_0_xsd.tmp#DateTime_PeriodExplicit
Used by
Model
Children DateText, ISODateTimeBegin, ISODateTimeEnd, PeriodExplicit, TimeOfDayBegin, TimeOfDayEnd, TimeZone
Source
<xs:complexType name="DateTime">
  <xs:annotation>
    <xs:documentation xml:lang="en">Temporal aspects of an event or activity.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DateText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/DateTime-DateText">
      <xs:annotation>
        <xs:documentation xml:lang="en">A text version (alphabetic mixed case and integer) of the date at which the unit identification event took place. This element is meant for use when the date is imprecise, ambiguous or not in a form that satisfies the standard structured date format. It can also be used when it is important to record the verbatim representation of the date or when dates to be recorded are not completely legible. For example the day and month may be decipherable but not the year; the use of this field will allow recording of partially interpreted information.This field can be used to record generalised date ranges and irresolvable ambiguity such as different day/month order conventions (e.g. US/Europe) or to allow for multiple dates and periods. E.g. "January 21st, 1900", "Autumn 1805", "17.05.192? (last digit indistinguishable, could be 5, 9 or 2)".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimeZone" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeZone">
      <xs:annotation>
        <xs:documentation xml:lang="en">The time zone to which the time-of-day data refer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ISODateTimeBegin" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeSpanBegin">
      <xs:annotation>
        <xs:documentation xml:lang="en">The beginning of a period or a single point in time expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). Dates or time spans that can not be properly mapped to this format due to potential ambiguities or missing information (e.g. indistinguishable writings) need to be mapped to DateText. To describe a single point in time, use this element and omit the ISODateTimeEnd element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimeOfDayBegin" type="xs:time" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeOfDayBegin">
      <xs:annotation>
        <xs:documentation xml:lang="en">The time of day in hours from midnight local time for the beginning of a period.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ISODateTimeEnd" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeSpanEnd">
      <xs:annotation>
        <xs:documentation xml:lang="en">The end of a period expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). Dates or time spans that can not be properly mapped to this format due to potential ambiguities or missing information (e.g. indistinguishable writings) need to be mapped to DateText. To describe a single point in time, omit this element and use the ISODateTimeBegin element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimeOfDayEnd" type="xs:time" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/timeOfDayEnd">
      <xs:annotation>
        <xs:documentation xml:lang="en">The time of day in hours from midnight for the end of a period.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PeriodExplicit" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/periodExplicit">
      <xs:annotation>
        <xs:documentation xml:lang="en">Set to "true" if the event explicitly takes place for the entire period indicated. Set to "false" if it occurs at some point of time during the period. Not filled if unknown or no period specified (ISODateTimeEnd not used).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type RecordBasisEnum
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
A standard designator for the nature of the object of the record. "MaterialSample" is added as "A resource describing the physical results of a sampling (or sub-sampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed".
Diagram
Diagram
Type restriction of xs:Name
Facets
enumeration PreservedSpecimen
enumeration LivingSpecimen
enumeration FossilSpecimen
enumeration MineralSpecimen
enumeration OtherSpecimen
enumeration MaterialSample
enumeration HumanObservation
enumeration MachineObservation
enumeration DrawingOrPhotograph
enumeration MultimediaObject
enumeration AbsenceObservation
Used by
Source
<xs:simpleType name="RecordBasisEnum">
  <xs:annotation>
    <xs:documentation xml:lang="en">A standard designator for the nature of the object of the record. "MaterialSample" is added as "A resource describing the physical results of a sampling (or sub-sampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed".</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:Name">
    <xs:enumeration value="PreservedSpecimen" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PreservedSpecimen"/>
    <xs:enumeration value="LivingSpecimen" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/LivingSpecimen"/>
    <xs:enumeration value="FossilSpecimen" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/FossilSpecimen"/>
    <xs:enumeration value="MineralSpecimen" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MineralSpecimen"/>
    <xs:enumeration value="OtherSpecimen" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/OtherSpecimen"/>
    <xs:enumeration value="MaterialSample" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MaterialSample"/>
    <xs:enumeration value="HumanObservation" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HumanObservation"/>
    <xs:enumeration value="MachineObservation" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MachineObservation"/>
    <xs:enumeration value="DrawingOrPhotograph" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/DrawingOrPhotograph"/>
    <xs:enumeration value="MultimediaObject" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MultimediaRecord"/>
    <xs:enumeration value="AbsenceObservation" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/AbsenceObservation"/>
  </xs:restriction>
</xs:simpleType>
Complex Type Temperature
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Preferably a number, e.g. "-80", "room temperature". Use the attribute "scale" to denote the used temperature scale.
Diagram
Diagram ABCD_3_0_xsd.tmp#Temperature_scale
Type extension of xs:string
Used by
Attributes
QName Type Use
scale restriction of xs:NMTOKEN optional
Source
<xs:complexType name="Temperature">
  <xs:annotation>
    <xs:documentation xml:lang="en">Preferably a number, e.g. "-80", "room temperature". Use the attribute "scale" to denote the used temperature scale.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/temperatureValue">
    <xs:extension base="xs:string">
      <xs:attribute name="scale" use="optional" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/TemperatureScale">
        <xs:simpleType>
          <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Celsius" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Celsius"/>
            <xs:enumeration value="Fahrenheit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Fahrenheit"/>
            <xs:enumeration value="Kelvin" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Kelvin"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type MeasurementOrFact
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
General purpose measurement and fact (descriptor) recording.
Diagram
Diagram ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactAtomized ABCD_3_0_xsd.tmp#MeasurementOrFact_MeasurementOrFactText
Used by
Model
Children MeasurementOrFactAtomized, MeasurementOrFactText
Source
<xs:complexType name="MeasurementOrFact">
  <xs:annotation>
    <xs:documentation xml:lang="en">General purpose measurement and fact (descriptor) recording.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MeasurementOrFactAtomized" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Atomized data describing a measurement or fact.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="MeasuredBy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasuredBy">
            <xs:annotation>
              <xs:documentation xml:lang="en">Attribution of the measurement to a Person</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="MeasurementDateTime" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Date">
            <xs:annotation>
              <xs:documentation xml:lang="en">Date or DateTime when the measurement was taken. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended).</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Duration" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/duration">
            <xs:annotation>
              <xs:documentation xml:lang="en">Duration of measurement in time.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Method" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Method">
            <xs:annotation>
              <xs:documentation xml:lang="en">Method used to make measurement.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Parameter" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/parameter">
            <xs:annotation>
              <xs:documentation xml:lang="en">Describes type of measurement or fact, such as width, abundance, circumference, temperature etc. or colour etc.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="AppliesTo" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/appliesTo">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="LowerValue" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lowerValue">
            <xs:annotation>
              <xs:documentation xml:lang="en">Lower or only value or fact text.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="UpperValue" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/upperValue">
            <xs:annotation>
              <xs:documentation xml:lang="en">Upper value where there is a range.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="UnitOfMeasurement" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/unitOfMeasurement">
            <xs:annotation>
              <xs:documentation xml:lang="en">The unit of measurement in which the values are expressed. The usage of abbreviated SI units is highly recommended. An appropriate prefix can be added (e.g. 2 mm instead of 0.0002 m).</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Accuracy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Accuracy">
            <xs:annotation>
              <xs:documentation xml:lang="en">Statement of accuracy of measurement.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="MeasurementOrFactReference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFact-Reference">
            <xs:annotation>
              <xs:documentation xml:lang="en">Reference (publication) where this measurement was taken from.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="IsQuantitative" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/isQuantitative">
            <xs:annotation>
              <xs:documentation xml:lang="en">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:element name="ReferenceSystem" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/referenceSystem">
            <xs:annotation>
              <xs:documentation xml:lang="en">The reference system used for measuring, such as the geodetic datum.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="MeasurementOrFactText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MeasurementOrFactText">
      <xs:annotation>
        <xs:documentation xml:lang="en">Free text alternative to atomized version.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type StringP
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
String (i. e. xs:string with minimum length=1) extended with preferred attribute
Diagram
Diagram ABCD_3_0_xsd.tmp#String ABCD_3_0_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 xml:lang="en">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 name="preferred" type="xs:boolean" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type CultureCollectionUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements only used for units in culture collections
Diagram
Diagram ABCD_3_0_xsd.tmp#CultureCollectionUnit_OrganismType ABCD_3_0_xsd.tmp#CultureCollectionUnit_InfrasubspecificName ABCD_3_0_xsd.tmp#CultureCollectionUnit_CultureNames ABCD_3_0_xsd.tmp#CultureCollectionUnit_Strain ABCD_3_0_xsd.tmp#CultureCollectionUnit_SerovarOrSerotype ABCD_3_0_xsd.tmp#CultureCollectionUnit_Pathovar ABCD_3_0_xsd.tmp#CultureCollectionUnit_Mutant ABCD_3_0_xsd.tmp#CultureCollectionUnit_Genotype ABCD_3_0_xsd.tmp#CultureCollectionUnit_GrowthConditions ABCD_3_0_xsd.tmp#CultureCollectionUnit_GrowthConditionsAtomized ABCD_3_0_xsd.tmp#CultureCollectionUnit_References ABCD_3_0_xsd.tmp#CultureCollectionUnit_FormOfSupply ABCD_3_0_xsd.tmp#CultureCollectionUnit_Applications ABCD_3_0_xsd.tmp#CultureCollectionUnit_Hazard
Used by
Model
Children Applications, CultureNames, FormOfSupply, Genotype, GrowthConditions, GrowthConditionsAtomized, Hazard, InfrasubspecificName, Mutant, OrganismType, Pathovar, References, SerovarOrSerotype, Strain
Source
<xs:complexType name="CultureCollectionUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements only used for units in culture collections</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="OrganismType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/organismType">
      <xs:annotation>
        <xs:documentation xml:lang="en">The type of organism - "Bacteria" or "Archaea"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InfrasubspecificName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/infrasubspecificName">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 using the elements Pathovar and SerovarOrSerotype respectivly.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CultureNames" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Container element for names under which the culture is known</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="CultureName" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultureName">
            <xs:annotation>
              <xs:documentation xml:lang="en">Reference or trade name for a microbial culture</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Strain" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/strain">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="SerovarOrSerotype" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/serovarOrSerotype">
      <xs:annotation>
        <xs:documentation xml:lang="en">Name and author of serovar or serotype</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pathovar" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pathovar">
      <xs:annotation>
        <xs:documentation xml:lang="en">Name and author of the pathovar.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Mutant" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mutant">
      <xs:annotation>
        <xs:documentation xml:lang="en">Type and parent of mutant if strain is a mutant strain.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Genotype" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/genotype">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="GrowthConditions" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/growthConditionsText">
      <xs:annotation>
        <xs:documentation xml:lang="en">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="GrowthConditionsAtomized" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Atomized elements describing the growth conditions of the culture unit.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="GrowthConditionAtomized" type="GrowthConditionAtomized" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/GrowthCondition">
            <xs:annotation>
              <xs:documentation xml:lang="en">Atomized elements describing the growth conditions of the culture unit.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="References" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">References for the culture conditions and method or for a description of the strain</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/CultureCollectionUnit-Reference">
            <xs:annotation>
              <xs:documentation xml:lang="en">Attribute for RefType</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="FormOfSupply" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/formOfSupply">
      <xs:annotation>
        <xs:documentation xml:lang="en">Form in which the strain will be sent to the customer.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Applications" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/applications">
      <xs:annotation>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element name="Hazard" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/hazard">
      <xs:annotation>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type GrowthConditionAtomized
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Atomized elements describing the growth conditions of the culture unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#GrowthConditionAtomized_CultureMedium ABCD_3_0_xsd.tmp#GrowthConditionAtomized_Aerobicity ABCD_3_0_xsd.tmp#GrowthConditionAtomized_Temperature ABCD_3_0_xsd.tmp#GrowthConditionAtomized_References ABCD_3_0_xsd.tmp#GrowthConditionAtomized_GrowthConditionsMeasurementsOrFacts
Used by
Model
Children Aerobicity, CultureMedium, GrowthConditionsMeasurementsOrFacts, References, Temperature
Source
<xs:complexType name="GrowthConditionAtomized">
  <xs:annotation>
    <xs:documentation xml:lang="en">Atomized elements describing the growth conditions of the culture unit.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CultureMedium" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultureMedium">
      <xs:annotation>
        <xs:documentation xml:lang="en">The growth medium for a microbial or similar culture. E.g. "Agar"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Aerobicity" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/aerobicity">
      <xs:annotation>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element name="Temperature" type="Temperature" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GrowthCondition-Temperature">
      <xs:annotation>
        <xs:documentation xml:lang="en">The temperature of the growth setting.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="References" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">References for the culture conditions and method.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GrowthCondition-Reference">
            <xs:annotation>
              <xs:documentation xml:lang="en">Reference for the culture conditions and method.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="GrowthConditionsMeasurementsOrFacts" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Further measurements or facts relevant for cultivation of strains. E.g. temperature, pH, oxygen, etc.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="GrowthConditionsMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GrowthCondition-MeasurementOrFact">
            <xs:annotation>
              <xs:documentation xml:lang="en">An additional measurement or fact relevant for cultivation of strains. E.g. temperature, pH, oxygen, etc.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type MycologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements only used for mycological units
Diagram
Diagram ABCD_3_0_xsd.tmp#MycologicalUnit_LichenMorphotype ABCD_3_0_xsd.tmp#MycologicalUnit_MycologicalSexualStage ABCD_3_0_xsd.tmp#MycologicalUnit_MycologicalLiveStages
Used by
Model
Children LichenMorphotype, MycologicalLiveStages, MycologicalSexualStage
Source
<xs:complexType name="MycologicalUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements only used for mycological units</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="LichenMorphotype" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lichenMorphotype">
      <xs:annotation>
        <xs:documentation xml:lang="en">The name of an algal or cyanobacterial component of lichen.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MycologicalSexualStage" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mycologicalSexualStage">
      <xs:annotation>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element name="MycologicalLiveStages" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Spore states present in the sample.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="MycologicalLiveStage" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mycologicalLiveStage">
            <xs:annotation>
              <xs:documentation xml:lang="en">A spore state that is 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/3.0
Annotations
Elements only used for herbarium units
Diagram
Diagram ABCD_3_0_xsd.tmp#HerbariumUnit_Exsiccatum ABCD_3_0_xsd.tmp#HerbariumUnit_LoanID ABCD_3_0_xsd.tmp#HerbariumUnit_LoanSequenceNumber ABCD_3_0_xsd.tmp#HerbariumUnit_LoanDestination ABCD_3_0_xsd.tmp#HerbariumUnit_LoanForBotanist ABCD_3_0_xsd.tmp#HerbariumUnit_LoanDispatchMethod ABCD_3_0_xsd.tmp#HerbariumUnit_LoanDate ABCD_3_0_xsd.tmp#HerbariumUnit_LoanReturnDate ABCD_3_0_xsd.tmp#HerbariumUnit_NaturalOccurrence ABCD_3_0_xsd.tmp#HerbariumUnit_CultivatedOccurrence
Used by
Model
Children CultivatedOccurrence, Exsiccatum, LoanDate, LoanDestination, LoanDispatchMethod, LoanForBotanist, LoanID, LoanReturnDate, LoanSequenceNumber, NaturalOccurrence
Source
<xs:complexType name="HerbariumUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements only used for herbarium units</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Exsiccatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/exsiccatum">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information relating this specimen to an Exsiccatum</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LoanID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanID">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="LoanSequenceNumber" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanSequenceNumber">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="LoanDestination" type="InstitutionCode" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanDestination">
      <xs:annotation>
        <xs:documentation xml:lang="en">Institution to which the loan is being sent [HISPID3].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LoanForBotanist" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanForBotanist">
      <xs:annotation>
        <xs:documentation xml:lang="en">Name of botanist for whom the loan is destined [HISPID3].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LoanDispatchMethod" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/loanDispatchMethod">
      <xs:annotation>
        <xs:documentation xml:lang="en">The means by which the loan is being despatched from the home institution [HISPID3].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LoanDate" type="xs:date" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LoanDate">
      <xs:annotation>
        <xs:documentation xml:lang="en">The date the loan is prepared and/or sent. [HISPID3]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LoanReturnDate" type="xs:date" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LoanReturnDate">
      <xs:annotation>
        <xs:documentation xml:lang="en">The date the loan is to be returned.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NaturalOccurrence" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/naturalOccurrence">
      <xs:annotation>
        <xs:documentation xml:lang="en">Records whether the plant is a native of the collection habitat or whether it is a naturalised introduction. Equivalent to HISPID:posnat. It is expected that this field will have values similar to the following: Natural, Naturalised, Unknown.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CultivatedOccurrence" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultivatedOccurrence">
      <xs:annotation>
        <xs:documentation xml:lang="en">Records whether the plant is established or not established (hence, only maintained as a cultivated plant), in the collection habitat. Equivalent to HISPID:poscul. It is expected that this field will have values similar to the following: Cultivated, Not cultivated, Unknown.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type BotanicalGardenUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements specific to units from botanical gardens
Diagram
Diagram ABCD_3_0_xsd.tmp#BotanicalGardenUnit_AccessionSpecimenNumbers ABCD_3_0_xsd.tmp#BotanicalGardenUnit_AccessionStatus ABCD_3_0_xsd.tmp#BotanicalGardenUnit_LocationInGarden ABCD_3_0_xsd.tmp#BotanicalGardenUnit_AccessionMaterialType ABCD_3_0_xsd.tmp#BotanicalGardenUnit_Hardiness ABCD_3_0_xsd.tmp#BotanicalGardenUnit_ProvenanceCategory ABCD_3_0_xsd.tmp#BotanicalGardenUnit_PropagationHistoryCode ABCD_3_0_xsd.tmp#BotanicalGardenUnit_AccessionLineage ABCD_3_0_xsd.tmp#BotanicalGardenUnit_DonorCategory ABCD_3_0_xsd.tmp#BotanicalGardenUnit_Cultivation ABCD_3_0_xsd.tmp#BotanicalGardenUnit_PlantingDate ABCD_3_0_xsd.tmp#BotanicalGardenUnit_Propagation ABCD_3_0_xsd.tmp#BotanicalGardenUnit_Perennation ABCD_3_0_xsd.tmp#BotanicalGardenUnit_BreedingSystem ABCD_3_0_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 xml:lang="en">Elements specific to units from botanical gardens</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AccessionSpecimenNumbers" type="xs:int" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionSpecimenNumbers">
      <xs:annotation>
        <xs:documentation xml:lang="en">Minimum numbers of individuals the garden is holding under the UnitID. Accession status must not be D (dead).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AccessionStatus" type="xs:byte" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionStatus">
      <xs:annotation>
        <xs:documentation xml:lang="en">Current status (current or not current) of the accession in the garden.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LocationInGarden" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/locationInGarden">
      <xs:annotation>
        <xs:documentation xml:lang="en">Current location of the living plant in the botanical garden.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AccessionMaterialType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionMaterialType">
      <xs:annotation>
        <xs:documentation xml:lang="en">Type of material the current living accession is composed of.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Hardiness" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/hardiness">
      <xs:annotation>
        <xs:documentation xml:lang="en">A flag indicating that the accession is grown outdoors in the botanical garden.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProvenanceCategory" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/provenanceCategory">
      <xs:annotation>
        <xs:documentation xml:lang="en">A code to indicate the provenance of the accession [ITF-2].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PropagationHistoryCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/propagationHistoryCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">A code to indicate the nature of the production of the plant material being accessioned, for use in association with the concept Provenance Category. [ITF-2]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AccessionLineage" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionLineage">
      <xs:annotation>
        <xs:documentation xml:lang="en">The purpose of this element is to trace the lineage of an accession to either one or two immediate parent unit ID's. The Unit IDs are preceded by the garden code (Heywood and Heywood). [ITF-2] E.g. "K19650056"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DonorCategory" type="xs:byte" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/donorCategory">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="Cultivation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/cultivation">
      <xs:annotation>
        <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/PlantingDate">
      <xs:annotation>
        <xs:documentation xml:lang="en">The date the plant was planted at its current location in the botanical garden. Recommended formats: YYYY, YYYY-MM, YYYY-MM-DD.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Propagation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/propagation">
      <xs:annotation>
        <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/perennation">
      <xs:annotation>
        <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/breedingSystem">
      <xs:annotation>
        <xs:documentation xml:lang="en">A code to indicate the breeding system of the accession [ITF-2].</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IPEN" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ipen">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unique number given to plant materials accessioned in conformance with the rules of the International Plant Exchange Network. For additional information see https://www.bgci.org/policy/ipen/</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type PGRUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Extension for elements only used in plant genetic resource collections. Currently, all elements represent EURISCO descriptors.
Diagram
Diagram ABCD_3_0_xsd.tmp#PGRUnit_NationalInventoryCode ABCD_3_0_xsd.tmp#PGRUnit_BreedingCountryCode ABCD_3_0_xsd.tmp#PGRUnit_BreedingInstitutionCode ABCD_3_0_xsd.tmp#PGRUnit_DecodedBreedingInstitute ABCD_3_0_xsd.tmp#PGRUnit_GatheringInstitutionCode ABCD_3_0_xsd.tmp#PGRUnit_DecodedGatheringInstitute ABCD_3_0_xsd.tmp#PGRUnit_BiologicalStatus ABCD_3_0_xsd.tmp#PGRUnit_AncestralData ABCD_3_0_xsd.tmp#PGRUnit_CollectingAcquisitionSource ABCD_3_0_xsd.tmp#PGRUnit_OtherIdentification ABCD_3_0_xsd.tmp#PGRUnit_LocationSafetyDuplicates ABCD_3_0_xsd.tmp#PGRUnit_DecodedLocationSafetyDuplicates ABCD_3_0_xsd.tmp#PGRUnit_TypeGermplasmStorage ABCD_3_0_xsd.tmp#PGRUnit_AccessionNames ABCD_3_0_xsd.tmp#PGRUnit_AccessionNameText
Used by
Model
Children AccessionNameText, AccessionNames, AncestralData, BiologicalStatus, BreedingCountryCode, BreedingInstitutionCode, CollectingAcquisitionSource, DecodedBreedingInstitute, DecodedGatheringInstitute, DecodedLocationSafetyDuplicates, GatheringInstitutionCode, LocationSafetyDuplicates, NationalInventoryCode, OtherIdentification, TypeGermplasmStorage
Source
<xs:complexType name="PGRUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Extension for elements only used in plant genetic resource collections. Currently, all elements represent EURISCO descriptors.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="NationalInventoryCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nationalInventoryCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">A designation specific to EURISCO.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BreedingCountryCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/breedingCountryCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">ISO 3-letter code for the country where the breeding institute is located.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BreedingInstitutionCode" type="FAOInstituteCode" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/breedingInstitutionCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">FAO Institute Code of the institute that has bred the material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DecodedBreedingInstitute" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/decodedBreedingInstitute">
      <xs:annotation>
        <xs:documentation xml:lang="en">A brief name and location for the breeding institute.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GatheringInstitutionCode" type="FAOInstituteCode" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gatheringInstitutionCode">
      <xs:annotation>
        <xs:documentation xml:lang="en">FAO Institute Code of the institute that has collected the material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DecodedGatheringInstitute" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/decodedGatheringInstitute">
      <xs:annotation>
        <xs:documentation xml:lang="en">The brief name and location of the institute that has collected the material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BiologicalStatus" type="BiologicalStatus" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/biologicalStatus">
      <xs:annotation>
        <xs:documentation xml:lang="en">Code for the (propagation-)provenance of the unit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AncestralData" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ancestralData">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information about either pedigree or other description of ancestral information (i.e. parent variety in case of mutant or selection). E.g. "Hanna/7*Atlas//Turk/8*Atlas", "mutation found in Hanna", "selection from Irene", "cross involving amongst others Hanna and Irene".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CollectingAcquisitionSource" type="CollectingAcquisitionSource" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/collectingAcquisitionSource">
      <xs:annotation>
        <xs:documentation xml:lang="en">Code for the (location-) provenance of the unit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherIdentification" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/otherIdentification">
      <xs:annotation>
        <xs:documentation xml:lang="en">Any other identification (numbers) known to exist in other collections for this accession.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LocationSafetyDuplicates" type="FAOInstituteCode" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/locationSafetyDuplicates">
      <xs:annotation>
        <xs:documentation xml:lang="en">The FAO Institute Code of the institute where a safety duplicate of the accession is maintained.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DecodedLocationSafetyDuplicates" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/decodedLocationSafetyDuplicates">
      <xs:annotation>
        <xs:documentation xml:lang="en">Brief name and location of the institute maintaining the safety duplicate.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TypeGermplasmStorage" type="TypeGermplasmStorage" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/typeGermplasmStorage">
      <xs:annotation>
        <xs:documentation xml:lang="en">Code for the type of storage of the unit in the collection.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AccessionNames" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A container element for the accession names.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="AccessionName" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionName">
            <xs:annotation>
              <xs:documentation xml:lang="en">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:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="AccessionNameText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/accessionNameText">
      <xs:annotation>
        <xs:documentation xml:lang="en">An alternative concatenated text representation of the Accession Names.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type FAOInstituteCode
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 xml:lang="en">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/3.0
Annotations
Code for the (propagation-)provenance of the unit.
Diagram
Diagram
Type restriction of xs:integer
Facets
enumeration 100
Wild
enumeration 110
Natural
enumeration 120
Semi-natural/wild
enumeration 200
Weedy
enumeration 300
Traditional cultivar/landrace
enumeration 400
Breeding/research material
enumeration 410
Breeder's line
enumeration 411
Synthetic population
enumeration 412
Hybrid
enumeration 413
Founder stock/base population
enumeration 414
Inbred line (parent of hybrid cultivar)
enumeration 415
Segregating population
enumeration 420
Mutant/genetic stock
enumeration 500
Advanced/improved cultivar
enumeration 999
Other
Used by
Source
<xs:simpleType name="BiologicalStatus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code for the (propagation-)provenance of the unit.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:enumeration value="100">
      <xs:annotation>
        <xs:documentation xml:lang="en">Wild</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="110">
      <xs:annotation>
        <xs:documentation xml:lang="en">Natural</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="120">
      <xs:annotation>
        <xs:documentation xml:lang="en">Semi-natural/wild</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="200">
      <xs:annotation>
        <xs:documentation xml:lang="en">Weedy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="300">
      <xs:annotation>
        <xs:documentation xml:lang="en">Traditional cultivar/landrace</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="400">
      <xs:annotation>
        <xs:documentation xml:lang="en">Breeding/research material</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="410">
      <xs:annotation>
        <xs:documentation xml:lang="en">Breeder's line</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="411">
      <xs:annotation>
        <xs:documentation xml:lang="en">Synthetic population</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="412">
      <xs:annotation>
        <xs:documentation xml:lang="en">Hybrid</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="413">
      <xs:annotation>
        <xs:documentation xml:lang="en">Founder stock/base population</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="414">
      <xs:annotation>
        <xs:documentation xml:lang="en">Inbred line (parent of hybrid cultivar)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="415">
      <xs:annotation>
        <xs:documentation xml:lang="en">Segregating population</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="420">
      <xs:annotation>
        <xs:documentation xml:lang="en">Mutant/genetic stock</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="500">
      <xs:annotation>
        <xs:documentation xml:lang="en">Advanced/improved cultivar</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="999">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type CollectingAcquisitionSource
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code for the (location-)provenance of the unit. The coding scheme proposed can be used at 2 different levels of detail: either by using the general codes such as 10, 20, 30, 40 or by using the more specific codes such as 11, 12 etc.
Diagram
Diagram
Type restriction of xs:integer
Facets
enumeration 10
Wild habitat
enumeration 11
Forest/woodland
enumeration 12
Shrubland
enumeration 13
Grassland
enumeration 14
Desert/tundra
enumeration 15
Aquatic habitat
enumeration 20
Farm or cultivated habitat
enumeration 21
Field
enumeration 22
Orchard
enumeration 23
Backyard, kitchen or home garden (urban, peri-urban or rural)
enumeration 24
Fallow land
enumeration 25
Pasture
enumeration 26
Farm store
enumeration 27
Threshing floor
enumeration 28
Park
enumeration 30
Market or shop
enumeration 40
Institute, Experimental station, Research organisation, Genebank
enumeration 50
Seed company
enumeration 60
Weedy, disturbed or ruderal habitat
enumeration 61
Roadside
enumeration 62
Field margin
enumeration 99
Other
Used by
Source
<xs:simpleType name="CollectingAcquisitionSource">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code for the (location-)provenance of the unit. The coding scheme proposed can be used at 2 different levels of detail: either by using the general codes such as 10, 20, 30, 40 or by using the more specific codes such as 11, 12 etc.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Wild habitat</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Forest/woodland</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Shrubland</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Grassland</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Desert/tundra</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="15">
      <xs:annotation>
        <xs:documentation xml:lang="en">Aquatic habitat</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">Farm or cultivated habitat</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="21">
      <xs:annotation>
        <xs:documentation xml:lang="en">Field</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="22">
      <xs:annotation>
        <xs:documentation xml:lang="en">Orchard</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="23">
      <xs:annotation>
        <xs:documentation xml:lang="en">Backyard, kitchen or home garden (urban, peri-urban or rural)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="24">
      <xs:annotation>
        <xs:documentation xml:lang="en">Fallow land</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="25">
      <xs:annotation>
        <xs:documentation xml:lang="en">Pasture</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="26">
      <xs:annotation>
        <xs:documentation xml:lang="en">Farm store</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="27">
      <xs:annotation>
        <xs:documentation xml:lang="en">Threshing floor</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="28">
      <xs:annotation>
        <xs:documentation xml:lang="en">Park</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="30">
      <xs:annotation>
        <xs:documentation xml:lang="en">Market or shop</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="40">
      <xs:annotation>
        <xs:documentation xml:lang="en">Institute, Experimental station, Research organisation, Genebank</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="50">
      <xs:annotation>
        <xs:documentation xml:lang="en">Seed company</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="60">
      <xs:annotation>
        <xs:documentation xml:lang="en">Weedy, disturbed or ruderal habitat</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="61">
      <xs:annotation>
        <xs:documentation xml:lang="en">Roadside</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="62">
      <xs:annotation>
        <xs:documentation xml:lang="en">Field margin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type TypeGermplasmStorage
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Code for the type of storage of the unit in the collection. If germplasm is maintained under different types of storage, multiple choices are allowed (separated by a semicolon). (Refer to FAO/IPGRI Genebank Standards 1994 for details on storage type.)
Diagram
Diagram
Type restriction of xs:integer
Facets
enumeration 10
Seed collection
enumeration 11
Short term
enumeration 12
Medium term
enumeration 13
Long term
enumeration 20
Field collection
enumeration 30
In vitro collection (Slow growth)
enumeration 40
Cryopreserved collection
enumeration 99
Other
Used by
Source
<xs:simpleType name="TypeGermplasmStorage">
  <xs:annotation>
    <xs:documentation xml:lang="en">Code for the type of storage of the unit in the collection. If germplasm is maintained under different types of storage, multiple choices are allowed (separated by a semicolon). (Refer to FAO/IPGRI Genebank Standards 1994 for details on storage type.)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">Seed collection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Short term</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Medium term</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">Long term</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="20">
      <xs:annotation>
        <xs:documentation xml:lang="en">Field collection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="30">
      <xs:annotation>
        <xs:documentation xml:lang="en">In vitro collection (Slow growth)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="40">
      <xs:annotation>
        <xs:documentation xml:lang="en">Cryopreserved collection</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Complex Type ZoologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements only used for zoological units
Diagram
Diagram ABCD_3_0_xsd.tmp#ZoologicalUnit_PhasesOrStages
Used by
Model
Children PhasesOrStages
Source
<xs:complexType name="ZoologicalUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements only used for zoological units</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PhasesOrStages" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="PhaseOrStage" type="StringL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/phaseOrStage">
            <xs:annotation>
              <xs:documentation xml:lang="en">A 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 PaleontologicalUnit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements only used for paleontological units
Diagram
Diagram ABCD_3_0_xsd.tmp#PaleontologicalUnit_Preservation ABCD_3_0_xsd.tmp#PaleontologicalUnit_TimeRange
Used by
Model
Children Preservation, TimeRange
Source
<xs:complexType name="PaleontologicalUnit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements only used for paleontological units</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Preservation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Description of the fossil preservation of the specimen.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Completeness" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/completeness">
            <xs:annotation>
              <xs:documentation xml:lang="en">An indication of the completeness of the representation of an organism in a paleontological specimen. E.g. "articulated", "disarticulated", "complete", "incomplete".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Form" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/form">
            <xs:annotation>
              <xs:documentation xml:lang="en">The original or a mold, cast etc. of the specimen. E.g. "internal mold", "internal cast", "external mold", "external cast", "original".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Matrix" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/matrix">
            <xs:annotation>
              <xs:documentation xml:lang="en">The sediment or mineral matrix enclosing the fossil</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Mineralization" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/mineralization">
            <xs:annotation>
              <xs:documentation xml:lang="en">The form of mineralization. E.g. "silicified", "phosphatised", "pyritised".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Taphonomy" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/taphonomy">
            <xs:annotation>
              <xs:documentation xml:lang="en">The life position, allochthonous death assemblage, post mortem history details etc.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="TimeRange" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/paleontologicalTimeRange">
      <xs:annotation>
        <xs:documentation xml:lang="en">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/3.0
Annotations
Elements to describe digital images, sound  or video recordings, etc.
Diagram
Diagram ABCD_3_0_xsd.tmp#MultimediaObject_ID ABCD_3_0_xsd.tmp#MultimediaObject_Type ABCD_3_0_xsd.tmp#MultimediaObject_Title ABCD_3_0_xsd.tmp#MultimediaObject_IDofContainingCollection ABCD_3_0_xsd.tmp#MultimediaObject_Source ABCD_3_0_xsd.tmp#MultimediaObject_Provider ABCD_3_0_xsd.tmp#MultimediaObject_FileURL ABCD_3_0_xsd.tmp#MultimediaObject_ProductURL ABCD_3_0_xsd.tmp#MultimediaObject_Context ABCD_3_0_xsd.tmp#MultimediaObject_Tags ABCD_3_0_xsd.tmp#MultimediaObject_Ratings ABCD_3_0_xsd.tmp#MultimediaObject_FileFormat ABCD_3_0_xsd.tmp#MultimediaObject_FileFormatVersion ABCD_3_0_xsd.tmp#MultimediaObject_FileSize ABCD_3_0_xsd.tmp#MultimediaObject_PhysicalFormat ABCD_3_0_xsd.tmp#MultimediaObject_PhysicalObjectID ABCD_3_0_xsd.tmp#MultimediaObject_DateCreated ABCD_3_0_xsd.tmp#MultimediaObject_Creators ABCD_3_0_xsd.tmp#MultimediaObject_Modified ABCD_3_0_xsd.tmp#MultimediaObject_LegalStatements ABCD_3_0_xsd.tmp#MultimediaObject_Notes ABCD_3_0_xsd.tmp#MultimediaObject_Sex ABCD_3_0_xsd.tmp#MultimediaObject_LifeStage ABCD_3_0_xsd.tmp#MultimediaObject_SubjectPart ABCD_3_0_xsd.tmp#MultimediaObject_SubjectOrientation ABCD_3_0_xsd.tmp#MultimediaObject_SubjectDistance ABCD_3_0_xsd.tmp#MultimediaObject_TaxaInBackground ABCD_3_0_xsd.tmp#MultimediaObject_RecordingEnvironment ABCD_3_0_xsd.tmp#MultimediaObject_Temperature ABCD_3_0_xsd.tmp#MultimediaObject_LightCondition ABCD_3_0_xsd.tmp#MultimediaObject_PlaybackUsed ABCD_3_0_xsd.tmp#MultimediaObject_CaptureEquipment ABCD_3_0_xsd.tmp#MultimediaObject_Counter ABCD_3_0_xsd.tmp#MultimediaObject_FilterUsedForRecording ABCD_3_0_xsd.tmp#MultimediaObject_MakerNote ABCD_3_0_xsd.tmp#MultimediaObject_Audio ABCD_3_0_xsd.tmp#MultimediaObject_Video ABCD_3_0_xsd.tmp#MultimediaObject_Image
Used by
Model
Children Audio, CaptureEquipment, Context, Counter, Creators, DateCreated, FileFormat, FileFormatVersion, FileSize, FileURL, FilterUsedForRecording, ID, IDofContainingCollection, Image, LegalStatements, LifeStage, LightCondition, MakerNote, Modified, Notes, PhysicalFormat, PhysicalObjectID, PlaybackUsed, ProductURL, Provider, Ratings, RecordingEnvironment, Sex, Source, SubjectDistance, SubjectOrientation, SubjectPart, Tags, TaxaInBackground, Temperature, Title, Type, Video
Source
<xs:complexType name="MultimediaObject" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MultimediaObject">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements to describe digital images, sound or video recordings, etc.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-ID">
      <xs:annotation>
        <xs:documentation xml:lang="en">DC term. An arbitrary code that is unique for the resource, with the resource being either a provider, collection, or media item. Often same as FileURI.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Type" type="String" minOccurs="0" sawsdl:modelReference="http://purl.org/dc/elements/1.1/type">
      <xs:annotation>
        <xs:documentation xml:lang="en">DC term. Recommended terms are Collection, StillImage, Sound, MovingImage, InteractiveResource, Text. Values may be used either in their literal form, or with a full namespace (e. g. http://purl.org/dc/dcmitype/StillImage) from a controlled vocabulary, but the best practice is to use the literal form when using dc:type and use dcterms:type when you can supply the URI from a controlled vocabulary and implementers may require this practice. At least one of dc:type and dcterms:type must be supplied but, when feasible, supplying both may make the metadata more widely useful. The values of each should designate the same type, but in case of ambiguity dcterms:type prevails.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Title" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-Title">
      <xs:annotation>
        <xs:documentation xml:lang="en">DC term. Concise title, name, or brief descriptive label of institution, resource collection, or individual resource. This field should include the complete title with all the subtitles, if any.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="IDofContainingCollection" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/IDofContainingCollection">
      <xs:annotation>
        <xs:documentation xml:lang="en">AC term. If the resource is contained in a Collection, this field identifies that Collection uniquely. Its form is not specified by this normative document, but is left to implementers of specific implementations.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Source" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-Source">
      <xs:annotation>
        <xs:documentation xml:lang="en">A reference to a source or publication the media object was taken from.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Provider" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/ac/terms/provider">
      <xs:annotation>
        <xs:documentation xml:lang="en">AC term. URI for person or organization responsible for presenting the media resource. If no separate Metadata Provider is given, this also attributes the metadata.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FileURL" type="xs:anyURI" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fileURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">The URL to directly access the underlying multimedia file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProductURL" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/productURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">The URL of a web page were the multimedia file is presented, including additional meta information, possibly with the support of web viewers or players.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Context" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/multimediaContext">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="Tags" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">General keywords or tags. Tags may be multi-worded phrases. Where scientific names, common names, geographic locations, etc. are separable, those should go into the more specific coverage metadata items provided further below. Examples: "flower diagram". Character or part keywords like "leaf", or "flower color" are especially desirable.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Tag" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/ac/terms/tag">
            <xs:annotation>
              <xs:documentation xml:lang="en">AC term. General keywords or tags. Tags may be multi-worded phrases. Where scientific names, common names, geographic locations, etc. are separable, those should go into the more specific coverage metadata items provided further below. Examples: "flower diagram". Character or part keywords like "leaf", or "flower color" are especially desirable.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Ratings" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A rating of the media resources, provided by record originators or editors, with -1 defining “rejected”, “0” defining “unrated”, and “1” (worst) to “5” (best). The origin of the rating is not communicated. It may, e. g., be based on user feedback or on editorial ratings. If Rating is not present, a value of 0 may be assumed. By "user-assigned" is meant assigned by the originator or editor of the record using the term.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Rating" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://ns.adobe.com/xap/1.0/Rating">
            <xs:annotation>
              <xs:documentation xml:lang="en">xmp/AC term. A rating of the media resources, provided by record originators or editors, with -1 defining “rejected”, “0” defining “unrated”, and “1” (worst) to “5” (best). The origin of the rating is not communicated. It may, e. g., be based on user feedback or on editorial ratings. If Rating is not present, a value of 0 may be assumed. By "user-assigned" is meant assigned by the originator or editor of the record using the term.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="FileFormat" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fileFormat">
      <xs:annotation>
        <xs:documentation xml:lang="en">Code or descriptive term for file format e.g. jpg, pcx, tiff for digital images; 16mm, beta video, AVI, mpg for moving images</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FileFormatVersion" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/FileFormatVersion">
      <xs:annotation>
        <xs:documentation xml:lang="en">Code or descriptive term for version of file format e.g. 3.0</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FileSize" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fileSize">
      <xs:annotation>
        <xs:documentation xml:lang="en">The size of the file of the multimedia object. Sizes should be expressed in kB (kilo byte) or MB (mega byte) including the unit abbreviation. E.g. "3.2 MB", "27 kB", "128 MB".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PhysicalFormat" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/physicalFormat">
      <xs:annotation>
        <xs:documentation xml:lang="en">Code or descriptive term for physical format of the multimedia object. E.g. "tape", "photograph", "film negative".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PhysicalObjectID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/physicalObjectID">
      <xs:annotation>
        <xs:documentation xml:lang="en">Code or descriptive term for identifier of physical item in a collection like a tape number or catalog number of photograph.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DateCreated" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-DateCreated">
      <xs:annotation>
        <xs:documentation xml:lang="en">Date or DateTime when the multimedia object was created. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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 acknowledgement statements. Maps to Dublin-Core standard element "Date.Created".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Creators" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Identifier, e.g. name or other id, of (technical) personnel who has taken the multimedia. Does not imply copyrights or other rights.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Creator" type="String" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-CreatorURI">
            <xs:annotation>
              <xs:documentation xml:lang="en">DC element. Identifier, e.g. name or other id, of (technical) personnel who has taken the multimedia. Does not imply copyrights or other rights.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Modified" type="DateTimeISO" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-DateModified">
      <xs:annotation>
        <xs:documentation xml:lang="en">Date or DateTime when the last modification of the multimedia object was made. Expressed in a variant of the W3C DateTime format (subset of ISO 8601). The formatting holds to the W3C DateTime format (https://www.w3.org/TR/NOTE-datetime) with the exception, that the time zone designator can be omitted (though it is highly recommended). 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. Note that experience shows that the information provided here is often unreliable, because providers tend to disregard updating this information. Maps to Dublin-Core standard element "Date.Modified".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LegalStatements" type="LegalStatements" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Container element for legal statements relating specifically to the image.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-Notes">
      <xs:annotation>
        <xs:documentation xml:lang="en">Free text or formatted text (rtf) description of the feature - not controlled length e.g. often a memo field.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Sex" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/dwc/terms/sex">
      <xs:annotation>
        <xs:documentation xml:lang="en">DwC element. A description of the sex of any organisms featured within the media, when relevant to the subject of the media, e. g., male, female, hermaphrodite, dioecious.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LifeStage" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/dwc/terms/lifeStage">
      <xs:annotation>
        <xs:documentation xml:lang="en">DwC element. A description of the life-cycle stage of any organisms featured within the media, when relevant to the subject of the media, e. g., larvae, juvenile, adult.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubjectPart" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/ac/terms/subjectPart">
      <xs:annotation>
        <xs:documentation xml:lang="en">AC element. The portion or product of organism morphology, behavior, environment, etc. that is either predominantly shown or particularly well exemplified by the media resource. No formal encoding scheme as yet exists. Examples are "whole body", "head", "flower", "leaf", "canopy" (of a rain forest stand). Several anatomical ontologies are emerging in http://www.obofoundry.org/.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubjectOrientation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/ac/terms/subjectOrientation">
      <xs:annotation>
        <xs:documentation xml:lang="en">AC element. Specific orientation (= direction, view angle) of the subject represented in the media resource with respect to the acquisition device. Examples: "dorsal", "ventral", "frontal", etc. No formal encoding scheme as yet exists. The term is repeatable e.g., in the case of a composite image, consisting of a combination of different view orientations.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubjectDistance" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subjectDistance">
      <xs:annotation>
        <xs:documentation xml:lang="en">Specific distance of the subject represented in the media resource with respect to the acquisition device. E.g. "50 m", "20 cm".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TaxaInBackground" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other taxa recorded in background</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="TaxonInBackground" type="TaxonIdentified" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/TaxonInBackground">
            <xs:annotation>
              <xs:documentation xml:lang="en">Other taxon recorded in background</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="RecordingEnvironment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/recordingEnvironment">
      <xs:annotation>
        <xs:documentation xml:lang="en">The context or surrounding in which the multimedia object was created. E.g. "lab", "field", "green house".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Temperature" type="Temperature" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/MultimediaObject-Temperature">
      <xs:annotation>
        <xs:documentation xml:lang="en">Temperature at which the MultimediaObject was created. Often used for lab recording.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LightCondition" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lightCondition">
      <xs:annotation>
        <xs:documentation xml:lang="en">Description of light conditions during recording, e.g. "artificial", "sun", "ambient", "candle light".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PlaybackUsed" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/playbackUsed">
      <xs:annotation>
        <xs:documentation xml:lang="en">Boolean flag to indicate whether a playback was used to stimulate singing of the animal to be recorded.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CaptureEquipment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/captureEquipment">
      <xs:annotation>
        <xs:documentation xml:lang="en">Equipment used to create this multimedia object.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Counter" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/counter">
      <xs:annotation>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element name="FilterUsedForRecording" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/filterUsedForRecording">
      <xs:annotation>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element name="MakerNote" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/makerNote">
      <xs:annotation>
        <xs:documentation xml:lang="en">A tag for manufacturers of e.g. Exif/DCF writers to record any desired information. The contents are up to the manufacturer, but this element shall not be used for any other than its intended purpose.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Audio" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/AudioObject">
      <xs:annotation>
        <xs:documentation xml:lang="en">Use this container for audio items.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Microphone" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/microphone">
            <xs:annotation>
              <xs:documentation xml:lang="en">Microphone equipment used for recording the audio track.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="AudioChannel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioChannel">
            <xs:annotation>
              <xs:documentation xml:lang="en">Channel(s) used for recording audio track. Recommended vocabulary: "mono", "stereo".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="DurationTimeCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/durationTimeCode">
            <xs:annotation>
              <xs:documentation xml:lang="en">The duration of the recording expressed as a time code. Pattern: [0-9][0-9]:[0-5][0-9]:[0-5][0-9].[0-9][0-9]</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="CodecName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codecName">
            <xs:annotation>
              <xs:documentation xml:lang="en">Name and version (or subtype) of the compression algorithm used.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="CodecQuality" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codecQuality">
            <xs:annotation>
              <xs:documentation xml:lang="en">Impact of the compression on quality e.g. lossless or lossy.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="AudioEncoding" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioEncoding">
            <xs:annotation>
              <xs:documentation xml:lang="en"/>
            </xs:annotation>
          </xs:element>
          <xs:element name="SamplingRate" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/samplingRate">
            <xs:annotation>
              <xs:documentation xml:lang="en">The number of times per second the analog signal is sampled when recording or converting into a digital format, expressed in Kilohertz (kHz).</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="AudioBitrate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioBitrate">
            <xs:annotation>
              <xs:documentation xml:lang="en">The bit rate of the audio stream, usually expressed in kBit/s.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Parabola" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/parabola">
            <xs:annotation>
              <xs:documentation xml:lang="en">The kind of parabola used for the microphone when recording from a distance.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="CarrierFrequency" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/carrierFrequency">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PulseRepetitionRate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseRepetitionRate">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PulseLength" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseLength">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PulseFrequencyContour" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseFrequencyContour">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PulseEnergyContour" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseFrequencyContour">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PulseTimeEncodedSignal" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseTimeEncodedSignal">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PulseMaximumAmplitude" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseMaximumAmplitude">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PulseFrequencyModulations" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseFrequencyModulations">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PulseDistanceRegularity" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseDistanceRegularity">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PulseGrouping" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pulseGrouping">
            <xs:annotation>
              <xs:documentation xml:lang="en">For describing the sound or call of an animal.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Speed" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/speed">
            <xs:annotation>
              <xs:documentation xml:lang="en">The speed of the recording, indicating if the recording has been speed up (speed > 1) or slowed (speed < 1) down for better human analysis, expressed as a factor of the original speed.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Pitch" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pitch">
            <xs:annotation>
              <xs:documentation xml:lang="en"/>
            </xs:annotation>
          </xs:element>
          <xs:element name="Volume" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/volume">
            <xs:annotation>
              <xs:documentation xml:lang="en"/>
            </xs:annotation>
          </xs:element>
          <xs:element name="CallType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/callType">
            <xs:annotation>
              <xs:documentation xml:lang="en">The type of animal call that is recorded. E.g. territorial call, beggar call.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="NumberOfNotes" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/numberOfNotes">
            <xs:annotation>
              <xs:documentation xml:lang="en">The number of notes the animal in the recording makes. E.g. "16 in total, 5 different"</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Chapters" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/chapters">
            <xs:annotation>
              <xs:documentation xml:lang="en"/>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Video" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/VideoObject">
      <xs:annotation>
        <xs:documentation xml:lang="en">Use this container for video items.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Microphone" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/microphone">
            <xs:annotation>
              <xs:documentation xml:lang="en">Microphone equipment used for recording the audio track.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="LensModel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lensModel">
            <xs:annotation>
              <xs:documentation xml:lang="en">Model name and model number of the lens used to take an image or record a video. E.g. "Canon EF-S 10-18mm"</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="LightSource" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lightSource">
            <xs:annotation>
              <xs:documentation xml:lang="en">The kind of light source. E.g. "natural lightning", "camera flash", "light box", "artificial lightning"</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="AudioChannel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioChannel">
            <xs:annotation>
              <xs:documentation xml:lang="en">Channels used for recording audio track. Recommended vocabulary: "mono", "stereo".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="DurationTimeCode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/durationTimeCode">
            <xs:annotation>
              <xs:documentation xml:lang="en">The duration of the recording expressed as a time code. Pattern: [0-9][0-9]:[0-5][0-9]:[0-5][0-9].[0-9][0-9]</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="AudioEncoding" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioEncoding">
            <xs:annotation>
              <xs:documentation xml:lang="en"/>
            </xs:annotation>
          </xs:element>
          <xs:element name="AudioBitrate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/audioBitrate">
            <xs:annotation>
              <xs:documentation xml:lang="en">The bit rate of the audio stream, usually expressed in kBit/s.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="AspectRatio" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/aspectRatio">
            <xs:annotation>
              <xs:documentation xml:lang="en">The ratio of the frame dimensions expressed as a fraction of width and height, e.g. "16:9", "4:3".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="VideoEncoding" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/videoEncoding">
            <xs:annotation>
              <xs:documentation xml:lang="en">The codec of the video, e.g. "xvid", "MPEG".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="VideoBitrate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/videoBitrate">
            <xs:annotation>
              <xs:documentation xml:lang="en">The bit rate of the video stream, usually expressed in kBit/s or MBit/s.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Framerate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/frameRate">
            <xs:annotation>
              <xs:documentation xml:lang="en">The number of frames per second the video file is supposed to be played at. E.g. "29.97", "25".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="CaptureFramerate" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/captureFramerate">
            <xs:annotation>
              <xs:documentation xml:lang="en">The number of frames the video was captured with. If this number is higher than the (playback) framerate the video is a high-speed capture (slow-motion video) and if it is lower it is a time-lapse recording.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Color" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/color">
            <xs:annotation>
              <xs:documentation xml:lang="en">Property to indicate the color range recorded in this video. E.g. "grayscale", "infrared", "low-light amplification".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ThumbnailURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/thumbnailURL">
            <xs:annotation>
              <xs:documentation xml:lang="en">The URL of a thumbnail representing the digital object. If no thumbnail is available, but a still image (single frame) from the video is, it can be linked here as well and the software displaying the video should scale it as necessary.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ImageSize" type="imageSize" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en">Image or Video size in width and height.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="CallType" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/callType">
            <xs:annotation>
              <xs:documentation xml:lang="en">The type of animal call that is recorded. E.g. territorial call, beggar call.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="NumberOfNotes" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/numberOfNotes">
            <xs:annotation>
              <xs:documentation xml:lang="en">The number of notes the animal in the recording makes. E.g. "16 in total, 5 different"</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Subtitles" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subtitles">
            <xs:annotation>
              <xs:documentation xml:lang="en"/>
            </xs:annotation>
          </xs:element>
          <xs:element name="SubtitlesFormat" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/subtitlesFormat">
            <xs:annotation>
              <xs:documentation xml:lang="en"/>
            </xs:annotation>
          </xs:element>
          <xs:element name="Chapters" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/chapters">
            <xs:annotation>
              <xs:documentation xml:lang="en"/>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Image" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ImageObject">
      <xs:annotation>
        <xs:documentation xml:lang="en">Use this container for image records.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LensModel" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lensModel">
            <xs:annotation>
              <xs:documentation xml:lang="en">Model name and model number of the lens used to take an image or record a video. E.g. "Canon EF-S 10-18mm"</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="FNumber" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/fNumber">
            <xs:annotation>
              <xs:documentation xml:lang="en">The ratio of the focal length of the camera to the diameter of the lens pupil (aperture). E.g. 5.0, 1.4</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="FocalLength" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/focalLength">
            <xs:annotation>
              <xs:documentation xml:lang="en">The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera, use the property http://rs.tdwg.org/abcd/terms/focalLengthIn35mmFilm for this instead. E.g. 300, 18.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="FocalLengthIn35mmFilm" type="xs:double" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/focalLengthIn35mmFilm">
            <xs:annotation>
              <xs:documentation xml:lang="en">This element indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. For the actual focal length of the camera, please use the property http://rs.tdwg.org/abcd/terms/focalLength. E.g. 18, 250.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="LightSource" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/lightSource">
            <xs:annotation>
              <xs:documentation xml:lang="en">The kind of light source. E.g. "natural lightning", "camera flash", "light box", "artificial lightning"</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Flash" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/flash">
            <xs:annotation>
              <xs:documentation xml:lang="en">This element indicates the flash status when the picture was taken, as a human readable value. This element is related to Flash in Exif/DCFwriter, however in there formats, a short value is used to denote the status of the flash in 6 bits. In this field the human readable interpretation of these bits is expected. E.g. "Flash did not fire", "Flash fired, compulsory flash mode, red-eye reduction mode, return light not detected", "Flash fired"</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="FlashEnergy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/flashEnergy">
            <xs:annotation>
              <xs:documentation xml:lang="en">Indicates the strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="WhiteBalance" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/whiteBalance">
            <xs:annotation>
              <xs:documentation xml:lang="en">This element indicates the white balance mode set when the image was shot.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="DigitalZoomRatio" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/digitalZoomRatio">
            <xs:annotation>
              <xs:documentation xml:lang="en">This element indicates the digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Contrast" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/contrast">
            <xs:annotation>
              <xs:documentation xml:lang="en">This element indicates the direction of contrast processing applied by the camera when the image was shot.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Saturation" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/saturation">
            <xs:annotation>
              <xs:documentation xml:lang="en">This element indicates the direction of saturation processing applied by the camera when the image was shot.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Sharpness" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sharpness">
            <xs:annotation>
              <xs:documentation xml:lang="en">This element indicates the direction of sharpness processing applied by the camera when the image was shot.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Gamma" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gamma">
            <xs:annotation>
              <xs:documentation xml:lang="en">Indicates the value of coefficient gamma used for gamma correction. The formula of transfer function used for image reproduction is expressed as follows: (Reproduced value) = (Input value)^gamma. E.g. "1", "1/2", "2"</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ColorSpace" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/colorSpace">
            <xs:annotation>
              <xs:documentation xml:lang="en">The color space used to store the image in. E.g. sRGB, AdobeRGB</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ImageSize" type="imageSize" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en">Image or Video size in width and height.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ImageResolution" type="xs:int" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/imageResolution">
            <xs:annotation>
              <xs:documentation xml:lang="en">The resolution of an image resolution expressed in dots per inch. This should only be recorded for images that are either scans from pages or for photographs from flat objects taken in a standardized non-distorting way, e.g. digitized herbarium sheets.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ExposureTime" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/exposureTime">
            <xs:annotation>
              <xs:documentation xml:lang="en">EXIF term. Exposure time, given in seconds. E.g. "1/10000", "0.12"</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ExposureMode" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/exposureMode">
            <xs:annotation>
              <xs:documentation xml:lang="en">EXIF term. This element indicates the exposure mode set when the image was shot. The specification defines three values: auto-exposure (0), manual exposure (1) and auto-bracket (2). In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="SpectralSensitivity" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/spectralSensitivity">
            <xs:annotation>
              <xs:documentation xml:lang="en">EXIF term. Indicates the spectral sensitivity of each channel of the camera used. The element value is an ASCII string compatible with the standard developed by the ASTM Technical committee.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PhotographicSensitivity" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/photographicSensitivity">
            <xs:annotation>
              <xs:documentation xml:lang="en">EXIF term. This element indicates the sensitivity of the camera or input device when the image was shot. More specifically, it indicates one of the following values that are parameters defined in ISO 12232: standard output sensitivity (SOS), recommended exposure index (REI), or ISO speed. Note that this element was referred to as “ISOSpeedRatings” in versions of the EXIF standard up to Version 2.21.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ISOSpeed" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/isoSpeed">
            <xs:annotation>
              <xs:documentation xml:lang="en">This element indicates the ISO speed value of a camera or input device that is defined in ISO 12232. When recording this element, the PhotographicSensitivity elements shall also be recorded.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ShutterSpeed" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/shutterSpeed">
            <xs:annotation>
              <xs:documentation xml:lang="en">The APEX (Additive System of Photographic Exposure) value for the shutter speed setting. Uses range -5 (30 seconds) to 11 (1/2000 second). To enter the time in seconds, please use the ExposureTime element.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Brightness" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/brightness">
            <xs:annotation>
              <xs:documentation xml:lang="en">This property describes the average scene luminance ("brightness") of the APEX exposure model. Ordinarily it is given in the range of -99.99 to 99.99. Note that if the numerator of the record ed value is FFFFFFFF.H, Unknown shall be indicated.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Color" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/color">
            <xs:annotation>
              <xs:documentation xml:lang="en">Property to indicate the color range recorded in this image. E.g. "grayscale", "infrared", "low-light amplification".</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ThumbnailURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/thumbnailURL">
            <xs:annotation>
              <xs:documentation xml:lang="en">The URL of a thumbnail representing the digital object.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type imageSize
Namespace http://www.tdwg.org/schemas/abcd/3.0
Diagram
Diagram ABCD_3_0_xsd.tmp#imageSize_Width ABCD_3_0_xsd.tmp#imageSize_Height
Used by
Model
Children Height, Width
Source
<xs:complexType name="imageSize">
  <xs:sequence>
    <xs:element name="Width" type="xs:positiveInteger" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/width">
      <xs:annotation>
        <xs:documentation xml:lang="en">Picture/Video width in pixel. E.g. 2048</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Height" type="xs:positiveInteger" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/height">
      <xs:annotation>
        <xs:documentation xml:lang="en">Picture/Video height in pixel. E.g. 1536</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Gathering
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements describing the event and site of collecting or observing a unit.
Diagram
Diagram ABCD_3_0_xsd.tmp#Gathering_ID ABCD_3_0_xsd.tmp#Gathering_Date ABCD_3_0_xsd.tmp#Gathering_GatheringAgents ABCD_3_0_xsd.tmp#Gathering_GatheringAgentsText ABCD_3_0_xsd.tmp#Gathering_Permits ABCD_3_0_xsd.tmp#Gathering_Project ABCD_3_0_xsd.tmp#Gathering_PlatformName ABCD_3_0_xsd.tmp#Gathering_Method ABCD_3_0_xsd.tmp#Gathering_ValidDistributionFlag ABCD_3_0_xsd.tmp#Gathering_EstablishmentMeans ABCD_3_0_xsd.tmp#Gathering_LocalityText ABCD_3_0_xsd.tmp#Gathering_Country ABCD_3_0_xsd.tmp#Gathering_NamedAreas ABCD_3_0_xsd.tmp#Gathering_NamedPlaceRelations ABCD_3_0_xsd.tmp#Gathering_Details ABCD_3_0_xsd.tmp#Gathering_GML ABCD_3_0_xsd.tmp#Gathering_WFS ABCD_3_0_xsd.tmp#Gathering_WMSURL ABCD_3_0_xsd.tmp#Gathering_CoordinateSets ABCD_3_0_xsd.tmp#Gathering_Altitude ABCD_3_0_xsd.tmp#Gathering_Depth ABCD_3_0_xsd.tmp#Gathering_Height ABCD_3_0_xsd.tmp#Gathering_Aspect ABCD_3_0_xsd.tmp#Gathering_OtherMeasurementsOrFacts ABCD_3_0_xsd.tmp#Gathering_MultimediaObjects ABCD_3_0_xsd.tmp#Gathering_Stratigraphy ABCD_3_0_xsd.tmp#Gathering_Biotope ABCD_3_0_xsd.tmp#Gathering_Synecology ABCD_3_0_xsd.tmp#Gathering_Notes ABCD_3_0_xsd.tmp#Gathering_FootprintWKT ABCD_3_0_xsd.tmp#Gathering_FootprintSpatialFit
Used by
Element Unit/Gathering
Model
Children Altitude, Aspect, Biotope, CoordinateSets, Country, Date, Depth, Details, EstablishmentMeans, FootprintSpatialFit, FootprintWKT, GML, GatheringAgents, GatheringAgentsText, Height, ID, LocalityText, Method, MultimediaObjects, NamedAreas, NamedPlaceRelations, Notes, OtherMeasurementsOrFacts, Permits, PlatformName, Project, Stratigraphy, Synecology, ValidDistributionFlag, WFS, WMSURL
Source
<xs:complexType name="Gathering">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements describing the event and site of collecting or observing a unit.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ID" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-ID">
      <xs:annotation>
        <xs:documentation xml:lang="en">Code or Identifier of a collecting or observation event. Previously known as Gathering/Code.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Date" type="DateTime" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-Date">
      <xs:annotation>
        <xs:documentation xml:lang="en">Date(s) and time(s) of the collecting or observation event</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GatheringAgents" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A container element for the agent(s) responsible for collecting or recording.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="GatheringAgent" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GatheringAgent">
            <xs:annotation>
              <xs:documentation xml:lang="en">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:complexContent>
                <xs:extension base="Contact">
                  <xs:attribute name="sequence" type="xs:int" use="optional"/>
                </xs:extension>
              </xs:complexContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="GatheringAgentsText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/GatheringAgentsText">
      <xs:annotation>
        <xs:documentation xml:lang="en">Free text representation or concatenated version of those responsible for collecting or recording.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Permits" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A container element for references to (or texts of) permits related to the gathering event.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <!-- Necessary ??-->
        <xs:choice>
          <xs:element name="Permit" type="Permit" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Permit">
            <xs:annotation>
              <xs:documentation xml:lang="en">Container element for information on permits related to the gathering event.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:complexType>
    </xs:element>
    <xs:element name="Project" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Project">
      <xs:annotation>
        <xs:documentation xml:lang="en">Project information concerning the gathering event.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Title" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-Title">
            <xs:annotation>
              <xs:documentation xml:lang="en">Title of collection project</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="ResourceURIs" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en">Preferably resolvable URIs of the association.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence maxOccurs="unbounded">
                <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-ResourceURI">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Preferably resolvable URI to uniquely identify the project.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-WebsiteURL">
            <xs:annotation>
              <xs:documentation xml:lang="en">The URL of a web page of the project.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Contact" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Project-Contact">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="PlatformName" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/platformName">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="Method" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-Method">
      <xs:annotation>
        <xs:documentation xml:lang="en">The method (including technical means) used to make the collection or observation or to describe the capture event.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ValidDistributionFlag" type="xs:boolean" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/validDistributionFlag">
      <xs:annotation>
        <xs:documentation xml:lang="en">A flag ("true" or "false") that indicates whether the locality information represents a valid distribution occurrence for a specimen. Specimens taken from captivity and showing the captive location should use the value "false". [DwC 1.4 Concept List r33.]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EstablishmentMeans" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/establishmentMeans">
      <xs:annotation>
        <xs:documentation xml:lang="en">The historical relationship of the occurrence to the cited time and place of collection or observation. Examples: 'wild', 'captive', 'cultivated', 'cultivated ex wild', 'persisting from cultivation' [DwC discussion]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LocalityText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/localityText">
      <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 name="Country" type="Country" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Country">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 xml:lang="en">Atomized 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 name="NamedArea" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NamedArea">
            <xs:annotation>
              <xs:documentation xml:lang="en">Atomized place name with possibility for hierarchical structuring. Attribute for sequence.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:complexContent>
                <xs:extension base="NamedArea">
                  <xs:attribute name="sequence" type="xs:int" use="optional"/>
                </xs:extension>
              </xs:complexContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="NamedPlaceRelations" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="NamedPlaceRelation" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/NamedPlaceRelation">
            <xs:annotation>
              <xs:documentation xml:lang="en">The relationship of the gathering site with a different place.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="NearbyPlaceName" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nearbyPlaceName">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">A named place near to the collection or observation location</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="NearbyPlaceRelation" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/nearbyPlaceRelation">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Distance and directional point.</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Details" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-Details">
      <xs:annotation>
        <xs:documentation xml:lang="en">Free text description of further details pertaining to the observation, sampling, or collection locality which did not fit into the previous elements.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GML" type="xs:anyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="WFS" type="xs:anyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="WMSURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/wmsURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">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="CoordinateSets" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Container for multiple sets of coordinates indicating the site of collection or observation.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="CoordinateSet" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Coordinates">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 name="Method" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Method">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Coordinates measuring system e.g. GPS, field map reference, inferred map reference. Equivalent to "GeoreferenceProtocol" in DwC Geospatial Extension 1.4.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="References" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">[DwC Geospatial Extension v. 1.4:] A list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality. Example: "USGS 1:24000 Florence Montana Quad".</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element name="Reference" type="Reference" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Reference">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">To denote maps, gazetteers or other resources used to georeference the locality.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
                <xs:element name="VerificationStatus" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/verificationStatus">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">A categorical description of the extent to which the georeference has been verified to represent the location where the specimen or observation was collected. This element should be vocabulary-controlled.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="Notes" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Notes">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in the associated Reference.</xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="CoordinatesUTM" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">A container for coordinates expressed for the Universal Transverse Mercator projection.</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element name="UTMZone" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZone">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmSubzone">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">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" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNS">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">The hemisphere to which the UTMNorthing refers.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="UTMZoneFull" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmZoneFull">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">An alternative composite text to capture a zone expressed as a combination of UTMZone and UTMSubzone.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="UTMEasting" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmEasting">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">The distance in meters east of the origin of the UTMZone.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="UTMNorthing" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmNorthing">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">The distance in meters north of the origin for the UTMSubzone.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="UTMDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmDatum">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">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 name="UTMText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/utmText">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">An alternative composite text to capture unatomized UTM coordinate data. E.g. "17N 630084 4833438"</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
                <xs:element name="CoordinatesGrid" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Geospatial coordinates recorded using a grid system</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element name="GridCellSystem" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellSystem">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">Grid system name e.g. "GB OS"</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="GridCellCode" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridCellCode">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">The code of the grid system used to record the gathering site coordinates.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="GridQualifier" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/gridQualifier">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">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 xml:lang="en">Element that allows the recording of the latitude and longitude of a recording or collecting position.</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element name="LongitudeDecimal" type="decimalLongitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeDecimal">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">The longitude of a location (east-west component), expressed in decimal degrees. The values range from -180 to 180.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="VerbatimLongitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/longitudeText">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">A free text format for the longitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="LatitudeDecimal" type="decimalLatitudeDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeDecimal">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">The latitude of a location (north-south component), expressed in decimal degrees. The values range from -90 to 90.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="VerbatimLatitude" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/latitudeText">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">A free text format for the latitude component of the coordinates that are not expressed in a pure decimal format.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="SpatialDatum" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/spatialDatum">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based. Equivalent to "GeodeticDatum" in DwC Geospatial Extension v.1.4.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="Accuracy" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Coordinates-Accuracy">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">Free text statement of degree of accuracy. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species. May include indication that accuracy has deliberately been generalised, e.g. to protect sensitive data about protected species.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="ErrorDistanceInMeters" type="xs:decimal" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorDistanceInMeters">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">An estimate of how tightly the coordinates were specified, expressed as a distance in meters corresponding to a radius around the coordinates.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="ErrorMethod" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/errorMethod">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">A free text statement of how the Coordinate Error was determined.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="PointRadiusSpatialFit" type="spatialFitDataType" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/pointRadiusSpatialFit">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">A measure of how well the circle defined by the coordinates and uncertainty match the original spatial representation, as a ratio of the area of the circle to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The PointRadiusSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the PointRadiusSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                      <xs:element name="CoordinatesText" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/CoordinatesText">
                        <xs:annotation>
                          <xs:documentation xml:lang="en">Used if Latitude and Longitude are given in a combined unformatted form. Please use VerbatimLatitude and VerbatimLongitude if separate free form values are available.</xs:documentation>
                        </xs:annotation>
                      </xs:element>
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
                <xs:element name="EPSGID" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/epsgID">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">The EPSG code of the coordinate reference system used for the coordinates. E.g. "2044", "4326".</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
              <xs:attribute name="original" type="xs:boolean" use="optional"/>
              <xs:attribute name="begin" type="xs:boolean" use="optional"/>
              <xs:attribute name="end" type="xs:boolean" use="optional"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Altitude" type="MeasurementOrFact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Altitude">
      <xs:annotation>
        <xs:documentation xml:lang="en">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" type="MeasurementOrFact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Depth">
      <xs:annotation>
        <xs:documentation xml:lang="en">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:element>
    <xs:element name="Height" type="MeasurementOrFact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Height">
      <xs:annotation>
        <xs:documentation xml:lang="en">Vertical distance measure or range in relation to a ground datum, e.g. ground level.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Aspect" type="MeasurementOrFact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Aspect">
      <xs:annotation>
        <xs:documentation xml:lang="en">Facing direction (aspect) of whole site or sample point.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherMeasurementsOrFacts" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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 name="OtherMeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-MeasurementOrFact">
            <xs:annotation>
              <xs:documentation xml:lang="en">An additional measurement or fact taken at the gathering locality at the time of the gathering event.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="MultimediaObjects" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Multimedia objects related to the gathering site</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="MultimediaObject" type="MultimediaObject" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-MultimediaObject">
            <xs:annotation>
              <xs:documentation xml:lang="en">Multimedia object related to the gathering site.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Stratigraphy" type="Stratigraphy" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">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" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Biotope">
      <xs:annotation>
        <xs:documentation xml:lang="en">An 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 name="ClassificationScheme" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/classificationScheme">
            <xs:annotation>
              <xs:documentation xml:lang="en">Attribute for classification system used.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Name" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-Name">
            <xs:annotation>
              <xs:documentation xml:lang="en">Attribute for the name of the biotope.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Text" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-Text">
            <xs:annotation>
              <xs:documentation xml:lang="en">Free text field for informal recording of Biotope</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="MeasurementsOrFacts" minOccurs="0">
            <xs:annotation>
              <xs:documentation xml:lang="en">A container allowing to add any biotope-related measurement to the site description (please use the unbounded element for content).</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="MeasurementOrFact" type="MeasurementOrFact" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Biotope-MeasurementOrFact"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="Synecology" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Synecology">
      <xs:annotation>
        <xs:documentation xml:lang="en">Relationship of the unit gathered with other taxa at the gathering site</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="Syntaxon" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/syntaxon">
            <xs:annotation>
              <xs:documentation xml:lang="en">A syntaxon name and category assigned to the gathering site.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Synecology-Notes">
            <xs:annotation>
              <xs:documentation xml:lang="en">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 xml:lang="en">Other taxa observed at the gathering site</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="AssociatedTaxon" type="TaxonIdentified" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Synecology-AssociatedTaxon">
                  <xs:annotation>
                    <xs:documentation xml:lang="en">Identification of 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 name="Notes" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Gathering-Notes">
      <xs:annotation>
        <xs:documentation xml:lang="en">Further text referring to the gathering event that does not fit one of the elements specified.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FootprintWKT" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/footprintWKT">
      <xs:annotation>
        <xs:documentation xml:lang="en">A Well-Known Text (WKT; see http://en.wikipedia.org/wiki/Well-known_text) representation of the shape (footprint) that defines the gathering site.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FootprintSpatialFit" type="xs:string" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/footprintSpatialFit">
      <xs:annotation>
        <xs:documentation xml:lang="en">A measure of how well the geometry expressed in the http://rs.tdwg.org/abcd/terms/FootprintWKT match the original spatial representation, as a ratio of the area of the footprint given to the area of the original spatial representation. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given georeference does not completely contain the original representation. The FootprintSpatialFit is undefined if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the FootprintSpatialFit is 1. Detailed explanations with graphical examples can be found in the Guide to Best Practices for Georeferencing (Chapman and Wieczorek, eds. 2006).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Permit
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Container element for information on permits related to the Gathering event
Diagram
Diagram ABCD_3_0_xsd.tmp#Permit_Type ABCD_3_0_xsd.tmp#Permit_Status ABCD_3_0_xsd.tmp#Permit_Details ABCD_3_0_xsd.tmp#Permit_ResourceURI ABCD_3_0_xsd.tmp#Permit_WebsiteURL ABCD_3_0_xsd.tmp#Permit_Text
Used by
Model
Children Details, ResourceURI, Status, Text, Type, WebsiteURL
Source
<xs:complexType name="Permit">
  <xs:annotation>
    <xs:documentation xml:lang="en">Container element for information on permits related to the Gathering event</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Type" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitType">
      <xs:annotation>
        <xs:documentation xml:lang="en">A permit is a document that allows someone to take an action that otherwise would not be allowed.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="Contract" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Contract"/>
          <xs:enumeration value="Copyright" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Copyright"/>
          <xs:enumeration value="Data use" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/DataUse"/>
          <xs:enumeration value="Exemption Permit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ExemptionPermit"/>
          <xs:enumeration value="Export Permit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ExportPermit"/>
          <xs:enumeration value="Genetically Modified Organism" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/GeneticallyModifiedOrganism"/>
          <xs:enumeration value="Human Pathogens" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/HumanPathogens"/>
          <xs:enumeration value="Intellectual Property Rights" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/IntellectualPropertyRights"/>
          <xs:enumeration value="Internationally Recognized Certificate of Compliance" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/InternationallyRecognizedCertificateOfCompliance"/>
          <xs:enumeration value="Import Permit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/ImportPermit"/>
          <xs:enumeration value="Collecting Permit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/CollectingPermit"/>
          <xs:enumeration value="Material Transfer Agreement" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MaterialTransferAgreement"/>
          <xs:enumeration value="Memorandum of Cooperation" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MemorandumOfCooperation"/>
          <xs:enumeration value="Memorandum of Understanding" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MemorandumOfUnderstanding"/>
          <xs:enumeration value="Patent" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Patent"/>
          <xs:enumeration value="Phytosanitary" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Phytosanitary"/>
          <xs:enumeration value="Salvage" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Salvage"/>
          <xs:enumeration value="Veterinary Certificate" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/VeterinaryCertificate"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Status" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitStatus">
      <xs:annotation>
        <xs:documentation xml:lang="en">Information about the presence, absence or other basic status of permits associated with the sample(s). Material collected after 2014-10-12 cannot be in "Unknown" permit status!</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="Permit available" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitAvailable"/>
          <xs:enumeration value="Permit not required" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitNotRequired"/>
          <xs:enumeration value="Permit not available" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitNotAvailable"/>
          <xs:enumeration value="Unknown" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/PermitStatusUnknown"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Details" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Permit-Details">
      <xs:annotation>
        <xs:documentation xml:lang="en">Description of why a certain permit was not required or why the Permit Status is unknown. Examples: "no national requirement for a permit at date of access", "officially authorized illegal holder", "collected on private land", "pre-Nagoya"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResourceURI" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Permit-ResourceURI">
      <xs:annotation>
        <xs:documentation xml:lang="en">A preferably resolvable, unique reference to the permit related to the gathering.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WebsiteURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Permit-WebsiteURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">The URL of a web page related to the permit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Text" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Permit-Text">
      <xs:annotation>
        <xs:documentation xml:lang="en">The text of a permit related to the gathering/shipping or further details.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type Country
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Details of the country
Diagram
Diagram ABCD_3_0_xsd.tmp#Country_Name ABCD_3_0_xsd.tmp#Country_DerivedFlag ABCD_3_0_xsd.tmp#Country_ISO3166Code
Used by
Model
Children DerivedFlag, ISO3166Code, Name
Source
<xs:complexType name="Country">
  <xs:annotation>
    <xs:documentation xml:lang="en">Details of the country</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Country-Name">
      <xs:annotation>
        <xs:documentation xml:lang="en">The full current name of the country. It is recommended that the name is spelled in the way specified by the International Standards Organisation (ISO). Historical country names and water bodies outside the coastal zone should be entered as NamedArea.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DerivedFlag" type="xs:boolean" default="false" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/derivedFlag">
      <xs:annotation>
        <xs:documentation xml:lang="en">Indicates if country or major region for specimen or observation was derived.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ISO3166Code" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/iso3166Code">
      <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/3.0
Annotations
An atomized place name (an administrative or geoecological area) with possibility for hierarchical structuring.
Diagram
Diagram ABCD_3_0_xsd.tmp#NamedArea_AreaClass ABCD_3_0_xsd.tmp#NamedArea_Name ABCD_3_0_xsd.tmp#NamedArea_CodeStandard ABCD_3_0_xsd.tmp#NamedArea_Code ABCD_3_0_xsd.tmp#NamedArea_Reference
Used by
Model
Children AreaClass, Code, CodeStandard, Name, Reference
Source
<xs:complexType name="NamedArea">
  <xs:annotation>
    <xs:documentation xml:lang="en">An atomized place name (an administrative or geoecological area) with possibility for hierarchical structuring.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AreaClass" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/areaClass">
      <xs:annotation>
        <xs:documentation xml:lang="en">Allows the recording of classification categories for the class of the gathering named area (local or national subdivision levels, geomorphological units, protected areas, etc.). E.g. "Island Group", "National Park", "District", "Mountain", "State". These classification categories are often treated as individual elements in other standards.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Name" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/NamedArea-Name">
      <xs:annotation>
        <xs:documentation xml:lang="en">Name of an area (a geographic, geomorphological, geoecological, or administrative area).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CodeStandard" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/codeStandard">
      <xs:annotation>
        <xs:documentation xml:lang="en">The standard coding scheme an http://rs.tdwg.org/abcd/terms/Code is using.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Code" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/code">
      <xs:annotation>
        <xs:documentation xml:lang="en">Abbreviation or code for area names.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Reference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/NamedArea-Reference">
      <xs:annotation>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type decimalLongitudeDataType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
from http://rs.tdwg.org/dwc/basetypes.xsd to support compatibility with DwC Spatial Extensions
Diagram
Diagram
Type restriction of xs:double
Facets
maxInclusive 180
minInclusive -180
Used by
Source
<xs:simpleType name="decimalLongitudeDataType">
  <xs:annotation>
    <xs:documentation xml:lang="en">from http://rs.tdwg.org/dwc/basetypes.xsd to support compatibility with DwC Spatial Extensions</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minInclusive value="-180"/>
    <xs:maxInclusive value="180"/>
  </xs:restriction>
</xs:simpleType>
Simple Type decimalLatitudeDataType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
from http://rs.tdwg.org/dwc/basetypes.xsd to support compatibility with DwC Spatial Extensions
Diagram
Diagram
Type restriction of xs:double
Facets
maxInclusive 90
minInclusive -90
Used by
Source
<xs:simpleType name="decimalLatitudeDataType">
  <xs:annotation>
    <xs:documentation xml:lang="en">from http://rs.tdwg.org/dwc/basetypes.xsd to support compatibility with DwC Spatial Extensions</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minInclusive value="-90"/>
    <xs:maxInclusive value="90"/>
  </xs:restriction>
</xs:simpleType>
Simple Type spatialFitDataType
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
from http://rs.tdwg.org/dwc/basetypes.xsd to support compatibility with DwC Spatial Extensions
Diagram
Diagram
Type union of(restriction of xs:double, restriction of xs:double, restriction of xs:NMTOKEN)
Used by
Source
<xs:simpleType name="spatialFitDataType">
  <xs:annotation>
    <xs:documentation xml:lang="en">from http://rs.tdwg.org/dwc/basetypes.xsd to support compatibility with DwC Spatial Extensions</xs:documentation>
  </xs:annotation>
  <xs:union>
    <xs:simpleType>
      <xs:restriction base="xs:double">
        <xs:minInclusive value="0"/>
        <xs:maxInclusive value="0"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:double">
        <xs:minInclusive value="1"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="undefined"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Complex Type Stratigraphy
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Elements expressing stratigraphy at the gathering site.
Diagram
Diagram ABCD_3_0_xsd.tmp#Stratigraphy_ChronostratigraphicTerms ABCD_3_0_xsd.tmp#Stratigraphy_BiostratigraphicTerms ABCD_3_0_xsd.tmp#Stratigraphy_LithostratigraphicTerms ABCD_3_0_xsd.tmp#Stratigraphy_StratigraphyText
Used by
Model
Children BiostratigraphicTerms, ChronostratigraphicTerms, LithostratigraphicTerms, StratigraphyText
Source
<xs:complexType name="Stratigraphy">
  <xs:annotation>
    <xs:documentation xml:lang="en">Elements expressing stratigraphy at the gathering site.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ChronostratigraphicTerms" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">A container element for several chronostratigraphic dating terms expressing stratigraphy at the gathering site.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="ChronostratigraphicTerm" type="StratigraphicTermL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/ChronostratigraphicTerm">
            <xs:annotation>
              <xs:documentation xml:lang="en">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:annotation>
        <xs:documentation xml:lang="en">A container element for several biostratigraphic zonation terms expressing stratigraphy at the gathering site.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="BiostratigraphicTerm" type="StratigraphicTermL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/BiostratigraphicTerm">
            <xs:annotation>
              <xs:documentation xml:lang="en">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:annotation>
        <xs:documentation xml:lang="en">A container element for several lithostratigraphic terms describing geology at the gathering site.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LithostratigraphicTerm" type="StratigraphicTermL" maxOccurs="unbounded" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/LithostratigraphicTerm">
            <xs:annotation>
              <xs:documentation xml:lang="en">lithostratigraphic term describing geology e.g. Mercia Mudstone Group</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="StratigraphyText" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/stratigraphy">
      <xs:annotation>
        <xs:documentation xml:lang="en">A free text field for an informal record of the gathering site stratigraphy.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type StratigraphicTermL
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
StratigraphicTerm type extended with language attribute.
Diagram
Diagram ABCD_3_0_xsd.tmp#StratigraphicTerm_Domain ABCD_3_0_xsd.tmp#StratigraphicTerm_Term ABCD_3_0_xsd.tmp#StratigraphicTerm_Source ABCD_3_0_xsd.tmp#StratigraphicTerm_Comment ABCD_3_0_xsd.tmp#StratigraphicTerm ABCD_3_0_xsd.tmp#StratigraphicTermL_language
Type extension of StratigraphicTerm
Type hierarchy
Used by
Model
Children Comment, Domain, Source, Term
Attributes
QName Type Use
language xs:language optional
Source
<xs:complexType name="StratigraphicTermL">
  <xs:annotation>
    <xs:documentation xml:lang="en">StratigraphicTerm type extended with language attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StratigraphicTerm">
      <xs:attribute name="language" type="xs:language" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type StratigraphicTerm
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
Descriptive term. May be taken from a controlled vocabulary maintained by a third party.
Diagram
Diagram ABCD_3_0_xsd.tmp#StratigraphicTerm_Domain ABCD_3_0_xsd.tmp#StratigraphicTerm_Term ABCD_3_0_xsd.tmp#StratigraphicTerm_Source ABCD_3_0_xsd.tmp#StratigraphicTerm_Comment
Used by
Complex Type StratigraphicTermL
Model
Children Comment, Domain, Source, Term
Source
<xs:complexType name="StratigraphicTerm">
  <xs:annotation>
    <xs:documentation xml:lang="en">Descriptive term. May be taken from a controlled vocabulary maintained by a third party.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Domain" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/termDomain">
      <xs:annotation>
        <xs:documentation xml:lang="en">The subject area of the term list from which the term is drawn.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Term" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/term">
      <xs:annotation>
        <xs:documentation xml:lang="en">Descriptive stratigraphic term.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Source" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/StratigraphicTerm-Source">
      <xs:annotation>
        <xs:documentation xml:lang="en">If the term has been drawn from a named term list or thesaurus, it is recorded here.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Comment" type="String" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Term-Notes">
      <xs:annotation>
        <xs:documentation xml:lang="en">Free text comment.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type SexCodeEnum
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 xml:lang="en">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" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Male"/>
    <xs:enumeration value="F" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Female"/>
    <xs:enumeration value="U" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/SexUnknown"/>
    <xs:enumeration value="N" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/SexNotApplicable"/>
    <xs:enumeration value="X" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/MixedSex"/>
  </xs:restriction>
</xs:simpleType>
Complex Type Sequence
Namespace http://www.tdwg.org/schemas/abcd/3.0
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. If your unit is a DNA Sample than please use the GGBN extension. This container here is meant to be used e.g. to provide Sequence information related to a specimen only without any further details.
Diagram
Diagram ABCD_3_0_xsd.tmp#Sequence_SequenceDatabase ABCD_3_0_xsd.tmp#Sequence_ID ABCD_3_0_xsd.tmp#Sequence_Method ABCD_3_0_xsd.tmp#Sequence_SequencedPart ABCD_3_0_xsd.tmp#Sequence_Reference ABCD_3_0_xsd.tmp#Sequence_SequencingAgent ABCD_3_0_xsd.tmp#Sequence_SequenceLength ABCD_3_0_xsd.tmp#Sequence_DirectAccessURL
Used by
Model
Children DirectAccessURL, ID, Method, Reference, SequenceDatabase, SequenceLength, SequencedPart, SequencingAgent
Source
<xs:complexType name="Sequence">
  <xs:annotation>
    <xs:documentation xml:lang="en">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. If your unit is a DNA Sample than please use the GGBN extension. This container here is meant to be used e.g. to provide Sequence information related to a specimen only without any further details.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SequenceDatabase" type="StringL" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sequenceDatabase">
      <xs:annotation>
        <xs:documentation xml:lang="en">E.g. GenBank, SwissProt, etc. Use "Internal" for unpublished sequence.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ID" type="String" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Sequence-ID">
      <xs:annotation>
        <xs:documentation xml:lang="en">E.g. GenBank accession number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Method" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Sequence-Method">
      <xs:annotation>
        <xs:documentation xml:lang="en">A description of the method used to achieve the sequence.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SequencedPart" type="StringL" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sequencedPart">
      <xs:annotation>
        <xs:documentation xml:lang="en">Description of the actually sequenced material (DNA/RNA/Protein, Gene or part of gene, completeness, etc.),</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Reference" type="Reference" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Sequence-Reference">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference where the sequence was published.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SequencingAgent" type="Contact" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/SequencingAgent">
      <xs:annotation>
        <xs:documentation xml:lang="en">The person and/or Organization responsible and/or effecting the sequencing.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SequenceLength" type="xs:integer" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/sequenceLength">
      <xs:annotation>
        <xs:documentation xml:lang="en">Length of the sequence in base pairs</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DirectAccessURL" type="xs:anyURI" minOccurs="0" sawsdl:modelReference="http://rs.tdwg.org/abcd/mappings/Sequence-DirectAccessURL">
      <xs:annotation>
        <xs:documentation xml:lang="en">The URL to access the sequence data.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type StringLP255
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
String255 (i.e. xs:string with length 1-255), extended with language and preferred attribute
Diagram
Diagram ABCD_3_0_xsd.tmp#String255 ABCD_3_0_xsd.tmp#StringLP255_language ABCD_3_0_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 xml:lang="en">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 name="language" type="xs:language" use="optional"/>
      <xs:attribute name="preferred" type="xs:boolean" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type anyUriP
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
xs:anyURI extended with Preferred attribute
Diagram
Diagram ABCD_3_0_xsd.tmp#anyUriP_preferred
Type extension of xs:anyURI
Attributes
QName Type Use
preferred xs:boolean optional
Source
<xs:complexType name="anyUriP">
  <xs:annotation>
    <xs:documentation xml:lang="en">xs:anyURI extended with Preferred attribute</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:anyURI">
      <xs:attribute name="preferred" type="xs:boolean" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Simple Type positiveDouble
Namespace http://www.tdwg.org/schemas/abcd/3.0
Annotations
from http://rs.tdwg.org/dwc/basetypes.xsd to support compatibility with DwC Spatial Extensions
Diagram
Diagram
Type restriction of xs:double
Facets
minExclusive 0
Source
<xs:simpleType name="positiveDouble">
  <xs:annotation>
    <xs:documentation xml:lang="en">from http://rs.tdwg.org/dwc/basetypes.xsd to support compatibility with DwC Spatial Extensions</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minExclusive value="0"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Role
Namespace http://www.tdwg.org/schemas/abcd/3.0
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 StringL / @language
Namespace No namespace
Type xs:language
Properties
use optional
Used by
Complex Type StringL
Source
<xs:attribute name="language" type="xs:language" use="optional"/>
Attribute LabelRepr / @language
Namespace No namespace
Type xs:language
Properties
use required
Used by
Complex Type LabelRepr
Source
<xs:attribute name="language" type="xs:language" use="required"/>
Attribute StringLP / @language
Namespace No namespace
Type xs:language
Properties
use optional
Used by
Complex Type StringLP
Source
<xs:attribute name="language" type="xs:language" use="optional"/>
Attribute StringLP / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type StringLP
Source
<xs:attribute name="preferred" type="xs:boolean" use="optional"/>
Attribute StringP255 / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type StringP255
Source
<xs:attribute name="preferred" type="xs:boolean" use="optional"/>
Attribute ContactP / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
default false
Used by
Complex Type ContactP
Source
<xs:attribute name="preferred" type="xs:boolean" use="optional" default="false"/>
Attribute MetadataDescriptionRepr / @language
Namespace No namespace
Type xs:language
Properties
use required
Used by
Source
<xs:attribute name="language" type="xs:language" use="required"/>
Attribute StringL255 / @language
Namespace No namespace
Type xs:language
Properties
use optional
Used by
Complex Type StringL255
Source
<xs:attribute name="language" type="xs:language" use="optional"/>
Attribute LegalStatement / @language
Namespace No namespace
Type xs:language
Properties
use required
Used by
Complex Type LegalStatement
Source
<xs:attribute name="language" type="xs:language" use="required"/>
Attribute Unit / ContentContacts / ContentContact / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Source
<xs:attribute name="preferred" type="xs:boolean" use="optional"/>
Attribute NameBotanical / HybridFlag / @insertionpoint
Namespace No namespace
Type restriction of xs:int
Properties
use optional
Facets
enumeration 1
enumeration 2
enumeration 3
Used by
Source
<xs:attribute name="insertionpoint" use="optional" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/hybridFlagInsertionPoint">
  <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 ScientificNameIdentified / IdentificationQualifier / @insertionpoint
Namespace No namespace
Type restriction of xs:int
Properties
use optional
Facets
enumeration 1
enumeration 2
enumeration 3
Used by
Source
<xs:attribute name="insertionpoint" use="optional" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/identificationQualifierInsertionPoint">
  <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 Identification / Identifiers / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute name="sequence" type="xs:int" use="optional"/>
Attribute Unit / SpecimenUnit / Preparations / Preparation / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute name="sequence" type="xs:int" use="optional"/>
Attribute Temperature / @scale
Namespace No namespace
Type restriction of xs:NMTOKEN
Properties
use optional
Facets
enumeration Celsius
enumeration Fahrenheit
enumeration Kelvin
Used by
Complex Type Temperature
Source
<xs:attribute name="scale" use="optional" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/TemperatureScale">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="Celsius" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Celsius"/>
      <xs:enumeration value="Fahrenheit" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Fahrenheit"/>
      <xs:enumeration value="Kelvin" sawsdl:modelReference="http://rs.tdwg.org/abcd/terms/Kelvin"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute Unit / SpecimenUnit / Preservations / Preservation / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute name="sequence" type="xs:int" use="optional"/>
Attribute Unit / SpecimenUnit / PreviousUnits / PreviousUnit / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute name="sequence" type="xs:int" use="optional"/>
Attribute StringP / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type StringP
Source
<xs:attribute name="preferred" type="xs:boolean" use="optional"/>
Attribute Gathering / GatheringAgents / GatheringAgent / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute name="sequence" type="xs:int" use="optional"/>
Attribute Gathering / NamedAreas / NamedArea / @sequence
Namespace No namespace
Type xs:int
Properties
use optional
Used by
Source
<xs:attribute name="sequence" type="xs:int" use="optional"/>
Attribute Gathering / CoordinateSets / CoordinateSet / @original
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Source
<xs:attribute name="original" type="xs:boolean" use="optional"/>
Attribute Gathering / CoordinateSets / CoordinateSet / @begin
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Source
<xs:attribute name="begin" type="xs:boolean" use="optional"/>
Attribute Gathering / CoordinateSets / CoordinateSet / @end
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Source
<xs:attribute name="end" type="xs:boolean" use="optional"/>
Attribute StratigraphicTermL / @language
Namespace No namespace
Type xs:language
Properties
use optional
Used by
Complex Type StratigraphicTermL
Source
<xs:attribute name="language" type="xs:language" use="optional"/>
Attribute StringLP255 / @language
Namespace No namespace
Type xs:language
Properties
use optional
Used by
Complex Type StringLP255
Source
<xs:attribute name="language" type="xs:language" use="optional"/>
Attribute StringLP255 / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type StringLP255
Source
<xs:attribute name="preferred" type="xs:boolean" use="optional"/>
Attribute anyUriP / @preferred
Namespace No namespace
Type xs:boolean
Properties
use optional
Used by
Complex Type anyUriP
Source
<xs:attribute name="preferred" type="xs:boolean" use="optional"/>