<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.2 U (http://www.xmlspy.com) by W. Berendsohn (BGBM) -->
<!--Generated by XML Authority. Conforms to w3c http://www.w3.org/2000/10/XMLSchema-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:annotation>
		<xsd:documentation> TDWG-CODATA Prototype  Version 1.0. 
		This Version: M. D&ouml;ring and A. G&uuml;ntsch 14. Jan. 2002 (Conversion from DTD created by C. Copp 21. Dec. 2001, revised from 18 Oct. 2001) 
WB: - The general approach for the standard is content-oriented (as opposed to presentation-oriented or structure-oriented). 
Apart from its (future) technical role in data exchange and transfer, the schema serves to document and standardize the element's content and naming. 
Preliminary structure of xsd:documentation element:
Source: Informal notes on where the attribute comes from.
Standards: Formal notes for standard sources, e.g. HISPID3:AttributeName, BioCISE:AttributeName.
This is followed by a free text description of the documented element.
CC [comments by] Charles Copp
WB [comments by] Walter Berendsohn
</xsd:documentation>
	</xsd:annotation>
	<xsd:element name="FullDataSet">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Root element: FullDataSet refers to one or more ComponentDataSets linked by a common supplier and source.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="StandardVersion"/>
				<xsd:element ref="Supplier"/>
				<xsd:element ref="datasource"/>
				<xsd:element ref="DatasetAnnotation"/>
				<xsd:element ref="ComponentDataSet" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="StandardVersion" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Version of the CODATA/TDWG Standard for Biological Collection Data</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Supplier">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Metadata - Organisation or individual providing the data file</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:sequence>
					<xsd:element ref="name_ID" minOccurs="0"/>
					<xsd:choice>
						<xsd:element ref="Organisation"/>
						<xsd:element ref="PersonName"/>
						<xsd:element ref="AltText"/>
					</xsd:choice>
				</xsd:sequence>
				<xsd:element ref="URL" minOccurs="0"/>
				<xsd:element ref="Address" minOccurs="0"/>
				<xsd:element ref="CommsNumbers" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="SupplierText" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="DatasetAnnotation" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Text description of the FullDataSet as represented in a database version</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SupplierText" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Metadata - text notes relating to the supplier of the FullDataSet or subsets of the data</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="InstitutionCode" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - Index Herbariorum, International Directory for Botanic Gardens, ABIS, ITF, TLR, Museum Documentation Association
HISPID4: Institution Code (insid) /  TDWG: Herbarium / NBN:Acronym (part)Free text - presumably for an organisations standard identifer code e.g. Museum or Herbarium abbreviation (BRSMG = Bristol City Museum &amp; Art Gallery)
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PersonName">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ changed by CC from old Name Element
Standards: - 
Group element for parts of a personal name - see also name_ID (ref to a database entry) and fullName (free text format)</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="NameTitle" minOccurs="0"/>
				<xsd:element ref="firstNames" minOccurs="0"/>
				<xsd:element ref="initials" minOccurs="0"/>
				<xsd:element ref="lastName"/>
				<xsd:element ref="honorifics" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="URL" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
The Internet URL (Uniform Resource Locator) of the Dataset Supplier</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Address">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ changed by CC Oct. 2001
Standards: - 
In Santa Barbara, I (WGB) insisted on a very basic address definition
CC: A simpler but more flexible version would be to have Address line as a repeatable element
 Could even have Address (AddressLine*) with AddressLine being a text element with Attribute Type =  (Line|Town|County|Country|zip|etc)
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:sequence>
					<xsd:element ref="AltText"/>
				</xsd:sequence>
				<xsd:sequence>
					<xsd:element ref="AddressLine" maxOccurs="unbounded"/>
					<xsd:element ref="Town" minOccurs="0"/>
					<xsd:element ref="Country" minOccurs="0"/>
					<xsd:element ref="zip" minOccurs="0"/>
				</xsd:sequence>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Town" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Free text address term useful for sorting - See Address</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Country">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
At least one of Countryname|ISO2|ISO3 should be present but more are allowed
This should be the political country having jurisdiction over the collection site. 
Historical country names and water bodies outside the coastal zone can be entered under named area.
CC - There is conflict here between use as an address line (essentially text handy for sorting) and more structured use in collections (GatheringSite) where standardised terms linked to ISO country codes may be desirable
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:sequence maxOccurs="unbounded">
					<xsd:element ref="CountryName" minOccurs="0"/>
					<xsd:element ref="Iso2Letter" minOccurs="0"/>
					<xsd:element ref="Iso3Letter" minOccurs="0"/>
				</xsd:sequence>
				<xsd:element ref="Language" minOccurs="0"/>
				<xsd:element ref="DerivedFlag" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ComponentDataSet">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
- -  NBN: Survey

A FullDataSet is composed of one or more ComponentDataSets each related to their own metadata including Originator, GatheringEvents and Unit Data</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="DatasetOrCollectinOrSubcollectionName" minOccurs="0"/>
				<xsd:element ref="Originator" minOccurs="0"/>
				<xsd:element ref="OwnerOrCustodian" minOccurs="0"/>
				<xsd:element ref="IPR" minOccurs="0"/>
				<xsd:element ref="NoURecsInResSet" minOccurs="0"/>
				<xsd:element ref="NoURecsInDb" minOccurs="0"/>
				<xsd:element ref="DateExtracted" minOccurs="0"/>
				<xsd:element ref="DatabaseVersion"/>
				<xsd:element ref="UnitDataset" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Originator">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Uses the same structure as other contact elements (e.g. owner &amp; supplier) therefore could be generalised via use of a Type Attribute(depositor, other bot. garden source, Originating Institution)
CC. The orignator of the ComponentDataSet includes Elements for descriptive text, Organisation or individual name, address, URL and contact name
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="SupplierText" minOccurs="0"/>
				<xsd:element ref="InstitutionCode" minOccurs="0"/>
				<xsd:element ref="URL" minOccurs="0"/>
				<xsd:element ref="Contact" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="DatasetOrCollectinOrSubcollectionName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
CC. The ComponentDataset may have a free text attribute defining its name
Could be treated as an attribute of ComponentDataSet
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OwnerOrCustodian">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
			Uses the same structure as other contact elements (e.g. originator &amp; supplier) therefore could be generalised via use of a Type Attribute

			Individual or organisation with 'ownership' of a dataset</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="SupplierText" minOccurs="0"/>
				<xsd:element ref="InstitutionCode" minOccurs="0"/>
				<xsd:element ref="URL" minOccurs="0"/>
				<xsd:element ref="Contact" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="IPR">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Element referring to the Intellectual Property Rights apertaining to a dataset or unit data</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Ackn" minOccurs="0"/>
				<xsd:element ref="Disclaim" minOccurs="0"/>
				<xsd:element ref="UsageRestr" minOccurs="0"/>
				<xsd:element ref="Purpose" minOccurs="0"/>
				<xsd:element ref="Logo" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="NoURecsInResSet" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NoURecsInDb" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DateExtracted" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Date this dataset was extracted from a parent database or databases</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DatabaseVersion" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Version control data for identifying source and version of a database</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Contact">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 modified by CC Oct 2001
Standards: - 
CC - should address also be part of contact detail? It could be different from the parent element</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="name_ID" minOccurs="0"/>
				<xsd:choice>
					<xsd:element ref="Organisation"/>
					<xsd:element ref="PersonName"/>
					<xsd:element ref="AltText"/>
				</xsd:choice>
				<xsd:element ref="Address" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="CommsNumbers" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Ackn" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Disclaim" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
metadata relating to disclaimer on data quality</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UsageRestr" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Purpose" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Logo" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UnitDataset">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1  / modified by CC Oct 2001
Standards: - Taxon48: Unit (Gathering Unit) - see also Secimen Unit in this model (=Derived Unit)
Element linking information to a Unit (e.g. biological record, specimen, subspecimen etc.)
There may be many UnitDatasets within a ComponentDataSet. UnitDatasets may be related in a parent child fashion e.g. for derived units
Units may have many identification and verification events attached to them
the range of possible measurement attributes for a unit is vast and therefore a generalised measurement element is introduced.
Measurable variables could be controlled by a look-up list.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Unit_ID" maxOccurs="unbounded"/>
				<xsd:element ref="UnitIdentifiers" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="SupplierText" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Originator" minOccurs="0"/>
				<xsd:element ref="IPR" minOccurs="0"/>
				<xsd:element ref="Surrogate" minOccurs="0"/>
				<xsd:element ref="Substrate" minOccurs="0"/>
				<xsd:element ref="Host" minOccurs="0"/>
				<xsd:element ref="OwnerOrCustodian" minOccurs="0"/>
				<xsd:element ref="specimenUnit" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="namedCollection" minOccurs="0"/>
				<xsd:element ref="Description" minOccurs="0"/>
				<xsd:element ref="NoOfIndividuals"/>
				<xsd:element ref="AbundanceOrDensity" minOccurs="0"/>
				<xsd:element ref="UnitDataMeasurement" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Availability" minOccurs="0"/>
				<xsd:element ref="UnitDomain"/>
				<xsd:element ref="GatheringEvent"/>
				<xsd:element ref="Identification" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="UnitDataSetRelations" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
			<xsd:attribute name="changed_by" type="xsd:string"/>
			<xsd:attribute name="changed_date" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Unit_ID" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Taxon48: Unit_ID  / NBN: Sample_KeyUnit key or Identifying number - can be multiple</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Surrogate" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Substrate">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ modified by CC Oct 2001
Standards: - HISPID4: sub
			Substrate is the surface or medium from which one or more specimens are recorded or collected
e.g. in soft mud, on leaf surface, under rock, on granite etc.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="soilType"/>
				<xsd:element ref="sedimentType"/>
				<xsd:element ref="AltText"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Host" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Description" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Used wherever a description field is needed. Free text and could be in rtf or html.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NoOfIndividuals">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ changed by Cc Oct 2001
Standards: - 
Element for holding counts - can be multiiple e.g. number of males, females and juveniles 
Could be replaced by general UnitDataMeasurement element
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="measurement" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="AbundanceOrDensity">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 / changed by CC Oct 2001
Standards: - 
Abundance / Density at collection site, Qualifier , Method - can have several measures of abundance e.g. Domin and DAFOR values
This element could be replaced by the more general UnitDataMeasurement element
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="AltText"/>
					<xsd:element ref="measurement" minOccurs="0" maxOccurs="unbounded"/>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Availability" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Text describing the availability of the data for use</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NatureOrPreservationMode">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ changed by CC Oct 2001Unit "nature" or preservation mode: virtual vs. object; preservation mode; part; creation process</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="LookupTerm"/>
				<xsd:element ref="AltText"/>
			</xsd:choice>
			<xsd:attribute name="PreservationMode_ID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="UnitDomain">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Allows the subtyping of Unit into various disciplines and codes of nomenclature</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="GeologicalSpecimen"/>
				<xsd:element ref="PalaeontologicalSpecimen"/>
				<xsd:element ref="ZoologicalSpecimen"/>
				<xsd:element ref="BotanicalUnit"/>
				<xsd:element ref="BotanicalGardenUnit"/>
				<xsd:element ref="mycologicalUnit"/>
				<xsd:element ref="CultureCollection"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ZoologicalSpecimen">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Unit subtype allowing the recording of zoological attributes</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ZoologyAge"/>
				<xsd:element ref="ZoologySex"/>
				<xsd:element ref="ZoologyPhase"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="BotanicalUnit">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: -
Check for HISPID fields of specific botanical nature.
Unit subtype allowing the recording of botanical attributes</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Unit_ID" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="BotanicalGardenUnit">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Quite a few elements from ITF go here. Unit subtype allowing the recording of horticultural attributes</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Unit_ID" minOccurs="0"/>
				<xsd:element ref="Hardiness"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="CultureCollection">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 / modified by CC Oct 2001
Standards: - 
Unit subtype allowing the recording of microbial and similar culture method attributes</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:sequence maxOccurs="unbounded">
					<xsd:element ref="Unit_ID" minOccurs="0"/>
					<xsd:element ref="CultureName" minOccurs="0"/>
				</xsd:sequence>
				<xsd:element ref="GrowthConditions" minOccurs="0"/>
				<xsd:element ref="CultureMedium" minOccurs="0"/>
				<xsd:element ref="Aerobicity" minOccurs="0"/>
				<xsd:element ref="Temperature" minOccurs="0"/>
				<xsd:element ref="Applications" minOccurs="0"/>
				<xsd:element ref="Source" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Hazard" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ZoologyAge" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ZoologySex" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ZoologyPhase" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Hardiness" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GrowthConditions" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CultureMedium" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
The growth medium for a microbial or similar culture e.g. agar</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Aerobicity" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Temperature">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Preferably a number - attribute gives temperature scale used</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="TempType">
						<xsd:simpleType>
							<xsd:restriction base="xsd:NMTOKEN">
								<xsd:enumeration value="Celsius"/>
								<xsd:enumeration value="Fahrenheit"/>
								<xsd:enumeration value="Absolute"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Applications" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Hazard" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Type">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 / mod CC Oct 2001
Standards: - 
- - made qualifier an attribute of status
- introduced qualifier to indicate preference or sort order of basionyms
Composite element that links type status, a qualifying statement, original name and pertinent published references
Making Type a repeatable element with a qualifier for sort order e.g. most recent, second most recent etc.
covers multiple elements in HISPID (e.g. basnam1, basnam2, basnam3)
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="TypeStatus"/>
				<xsd:element ref="Basionym" minOccurs="0"/>
				<xsd:element ref="Source" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
			<xsd:attribute name="BasionymOrder">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="1"/>
						<xsd:enumeration value="2"/>
						<xsd:enumeration value="3"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="TypeStatus">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ modified CC Oct 2001
Standards: - 
- - includes HISPID4: tsta and tql  
The presumed nomenclatural status of specimens regarded as types - 
Note that Type Qualifier has been moved to an enumerated attribute of TypeStatus
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:sequence>
					<xsd:element ref="AltText"/>
					<xsd:element ref="Source"/>
				</xsd:sequence>
				<xsd:element ref="LookupTerm"/>
			</xsd:choice>
			<xsd:attribute name="TypeQualifier" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="Confirmed"/>
						<xsd:enumeration value="Probably"/>
						<xsd:enumeration value="Possibly"/>
						<xsd:enumeration value="Not"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Basionym">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: -  HISPID4: basnam  / TLR
Baionym refers to the original name associated with a type specimen where the name has subsequently been revised especially where this has arisen from a change of rank
the option here is to use plain name text or a fully atomised model for name parts.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="AltText"/>
					<xsd:element ref="BotanicalName"/>
					<xsd:element ref="BacteriologicalName"/>
					<xsd:element ref="ZoologicalName"/>
				</xsd:choice>
				<xsd:element ref="Source" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GatheringEvent">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Project" minOccurs="0"/>
				<xsd:element ref="GatheringAgent"/>
				<xsd:element ref="GatheringCode"/>
				<xsd:element ref="GatheringDateTime"/>
				<xsd:element ref="GatheringSite"/>
				<xsd:element ref="GatheringEventData" minOccurs="0"/>
				<xsd:element ref="Substrate" minOccurs="0"/>
				<xsd:element ref="Aspect" minOccurs="0"/>
				<xsd:element ref="Exposure" minOccurs="0"/>
				<xsd:element ref="Slope" minOccurs="0"/>
				<xsd:element ref="Altitude" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Identification">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="IdentificationEvent"/>
				<xsd:element ref="TaxonIdentified"/>
				<xsd:element ref="IdentificationHistory" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="PreferredIdentificationFlag" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="Yes"/>
						<xsd:enumeration value="No"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Project">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 / modified by CC Oct 2001
Standards: - Taxon48: Project Proj_Pk
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Proj_Pk" minOccurs="0"/>
				<xsd:element ref="ParProj_Fk" minOccurs="0"/>
				<xsd:element ref="ProjTitle"/>
				<xsd:element ref="ProjTitle2" minOccurs="0"/>
				<xsd:element ref="PlatformNm" minOccurs="0"/>
				<xsd:choice>
					<xsd:element ref="Duration"/>
					<xsd:sequence>
						<xsd:element ref="dateFrom"/>
						<xsd:element ref="dateTo"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:sequence>
					<xsd:element ref="ProjAckn" minOccurs="0"/>
				</xsd:sequence>
				<xsd:element ref="ProjTxt" minOccurs="0"/>
				<xsd:element ref="Contact" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GatheringAgent">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 / modified CC Oct 2001
Standards: - 
Taxon48: GatheringAgent incl. LegTm1_Fk,LegTmAl_Fk, LegTmPr_Fk/ NBN: Event_Recorder &amp; Sample_Recorder 
Not grouped in HISPID
The person team responsible for collecting or recording. The element contains a FirstCollector,e.g.  the principle team member or organisation name, 
additional collectors who were part of the team and per Collectors who are other individuals who may have passed specimens or data onto the team.
Probably better structured as a repeatable  'Recorder' element with a Type attribute to allow differentiation e.g. botanists and entomologists working on the same team
and also a preferred flag for the team leader.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="FirstCollector"/>
				<xsd:element ref="AdditionalCollector" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="PerCollector" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GatheringCode" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
- - NBN: Sample_Reference

			Refers to FirstCollector's number or code for the gathering event</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GatheringDateTime">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: cdat
NBN: Survey_Event_Date (3 part vague date)
Taxon48: GDate
Gives date of the gathering or observation event which can be a range or qualified as a vague date (=HISPID4: cdat)
can also be attached to GatheringEventSample as a means of adding greater precision to specific 
groups of observations within a range event (=cdat2 in part)
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Calendar" minOccurs="0"/>
				<xsd:choice>
					<xsd:element ref="DateText"/>
					<xsd:sequence>
						<xsd:element ref="DateModifier"/>
						<xsd:element ref="BeginYear"/>
						<xsd:element ref="BeginMonth"/>
						<xsd:element ref="BeginDay"/>
						<xsd:element ref="EndYear"/>
						<xsd:element ref="EndMonth"/>
						<xsd:element ref="EndDay"/>
					</xsd:sequence>
				</xsd:choice>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GatheringSite">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - ABIS, ITF
Taxon48: StatedLoc
HISPID4: Locality (loc) / TDWG: Locality, Stanloc(?) / ASC Locality-Nam
Location at which a Gathering Event takes place
Element contains both geospatial and descriptive elements
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="SiteText"/>
				<xsd:element ref="Country"/>
				<xsd:element ref="CountrySubdivision" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="WorldGeographicScheme" minOccurs="0"/>
				<xsd:element ref="NamedAreas" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="AreaDetail" minOccurs="0"/>
				<xsd:element ref="NearestNamedPlace" minOccurs="0"/>
				<xsd:element ref="RelationToNearestNamedPlace" minOccurs="0"/>
				<xsd:element ref="Shape" minOccurs="0"/>
				<xsd:element ref="FootprintURL" minOccurs="0"/>
				<xsd:element ref="SiteCoordinates" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Altitude" minOccurs="0"/>
				<xsd:element ref="DepthHeight" minOccurs="0"/>
				<xsd:element ref="Aspect" minOccurs="0"/>
				<xsd:element ref="Notes" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Proj_Pk" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
- -Taxon48 Proj_Pk

Unique identifier in database</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ParProj_Fk" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - Taxon48: ParProj_Pk
Name or reference to a parent project where expedition is part of a bigger project</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProjTitle" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - Taxon48: ProjTitle
Main project title</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProjTitle2" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - Taxon48: ProjTitle2
Project subtitle</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PlatformNm" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
- - Taxon48: PlatformNm
ASC: PLATFORM-NAM
CC. Free text element platform name - refers to the 'platform' from which observations where made e.g. the name of a research vessel or a remote operated vehicle.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Duration">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ modified by CC Oct 2001
Standards: - Taxon48: Duration
measurement of time elapsed - decimal number</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="measurementUnits" type="xsd:string"/>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ProjAckn" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - Taxon48: ProjAckn
Project funding acknowledgements - free text</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ProjTxt" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - Taxon48: ProjTxt
Free text description of the project</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Contact_Fk" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FirstCollector">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - ABIS, ITF, TLR
NBN: Survey_Recorder &amp; Sample_Recorder  HISPID4: Primary Collector's Name (cnam) 
TDWG: Collector

Normally a single person in charge of field book to which records are added or the team leader. May be the person whose collection number is cited. 
could be an organisation name where collector not known
Could be handled by uniting all observers in one repeatable element name with an element attribute for first or preferred
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="name_ID" minOccurs="0"/>
				<xsd:choice>
					<xsd:element ref="Organisation"/>
					<xsd:element ref="PersonName"/>
					<xsd:element ref="AltText"/>
				</xsd:choice>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="AdditionalCollector">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - ITF
Taxon48: Additional Collectors / NBN: Event_Recorder &amp; Sample_Recorder  / HISPID4: Secondary Collectors Name (cnam2)
TDWG:  Collteam
Persons other than the primary collector responsible for collections or observations</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="name_ID"/>
				<xsd:element ref="PersonName"/>
				<xsd:element ref="AltText"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="PerCollector">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
HISPID4: Per Collector (cper) /  NBN: Event_Recorder &amp; Sample_Recorder  (Recorders are distinguished by an attribute: Role)'Per' collector - ie person who collected specimen on behalf of a primary collector
Free text name but could have syntax rules
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="name_ID" minOccurs="0"/>
				<xsd:choice>
					<xsd:element ref="Organisation"/>
					<xsd:element ref="PersonName"/>
					<xsd:element ref="AltText"/>
				</xsd:choice>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="AltText" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Sydney CODATA workshopFree text field for informal recording of field contents</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MycologicalLiveStage" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source:Paul Kirk (in email)
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MycologicalSexualStage" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source:Paul Kirk (in email)
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LichenMorphotype" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source:Paul Kirk (in email)
Standards: - 
Name of algal or cyanobacterial component of lichen</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Calendar" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Which calendar a date pertains to e.g. Julian</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DateText" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - includes HISPID4: texcdat
NBN: Vague date structure covers this and standard dates in one tripartite element
free text field for imprecise dates that do not conform to standard or parsable types</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DateModifier" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BeginYear" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BeginMonth" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BeginDay" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EndYear" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Year date fragment for last day of a gathering event - probably unnecessary as  could easily be parsed from a standard date type</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EndMonth" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
month date fragment for last day of a gathering event - probably unnecessary as  could easily be parsed from a standard date type</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EndDay" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Day date fragment for last day of a gathering event - probably unnecessary as  could easily be parsed from a standard date type</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SiteText" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NamedAreas">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:sequence>
					<xsd:element ref="AltText" minOccurs="0"/>
					<xsd:element ref="Language"/>
				</xsd:sequence>
				<xsd:sequence>
					<xsd:element ref="NamedArea" minOccurs="0" maxOccurs="unbounded"/>
				</xsd:sequence>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Shape">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ShapeCoordinateSystem"/>
				<xsd:element ref="ShapeCoordinates" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="FootprintURL" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
URL (e.g. web address) for thelocation of a  boundary polygon or centroid spatial reference relating to a gathering site</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CoordinatesLatLong">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - ABIS, ITF, AUSLIG
Element that allows the recording of the latitude and longitude of a recording or collecting position
Could be simplified by converting many of the sub-elements into attributes.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LatLongDecimal"/>
					<xsd:element ref="LatLongDMS"/>
				</xsd:choice>
				<xsd:sequence>
					<xsd:element ref="LatLongMethod"/>
					<xsd:element ref="spatialdatum"/>
					<xsd:element ref="ISOAccuracy" minOccurs="0"/>
					<xsd:element ref="AccuracyStatement" minOccurs="0"/>
				</xsd:sequence>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="CoordinatesGrid">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - Taxon48: Geospatial Coordinates GridSysNam, GridCode, GridPreQual,CrdMsmtMth
Geospatial coordinates recorded using a grid system</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="GridCellSystem"/>
				<xsd:element ref="GridCellCode"/>
				<xsd:element ref="GridQualifier"/>
				<xsd:element ref="GridMethod"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="CoordinatesUTM">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="UTMZone"/>
				<xsd:element ref="UTMEW"/>
				<xsd:element ref="UTMNS"/>
				<xsd:element ref="UTMMethod"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Altitude">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ changed by CC 2001
Standards: - ABIS, ITF, SDTS, IRTF, AHD71
HISPID4: alt ,altacy, altx, altxcy,altdet,altsou / TDWG: ElevationL, Elevelaccur, ElevationH,ElevHAccur / NBN variables recorded in Location_Data using qualifier and accuracy attributes
Element for recording altitude of observation or recording area - ranges expressed by lower and Upper values
Note that method, units, accuracy and source of accuracy are attributes which may be enumerated
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="AltitudeLowerValue"/>
				<xsd:element ref="AltitudeUpperValue" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="AltitudeMethod">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="Altimeter"/>
						<xsd:enumeration value="DEM"/>
						<xsd:enumeration value="GPS"/>
						<xsd:enumeration value="Estimate"/>
						<xsd:enumeration value="Map"/>
						<xsd:enumeration value="Unknown"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="AltitudeAccuracy" type="xsd:string"/>
			<xsd:attribute name="AltitudeUnits" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="metres"/>
						<xsd:enumeration value="feet"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="AltAccSrc">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="collector"/>
						<xsd:enumeration value="compiled"/>
						<xsd:enumeration value="autogenerated"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="DepthHeight">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ changed by CC Oct 2001
Standards: - SDTS, ITRF, AHD, ABIS, ITF
 HISPID4: dep,depacy, depx, depacyx  
NBN: Locality_data or Sample_Data (depending on use) with qualifier for measurement type
Element that can be used to record both heights above ground and depths below ground or water (Attribute DHType)
method, units of measurement and accuracy are also attributes.  DepthHeightLowerValues and DepthHeightUpperValue
give ability to record ranges. 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="DepthHeightLowerValue"/>
				<xsd:element ref="DepthHeightUpperValue"/>
			</xsd:sequence>
			<xsd:attribute name="DHType">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="water_depth"/>
						<xsd:enumeration value="beneath_ground"/>
						<xsd:enumeration value="height"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="DHMethod" type="xsd:string"/>
			<xsd:attribute name="DHUnits" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="kilometres"/>
						<xsd:enumeration value="metres"/>
						<xsd:enumeration value="centimetres"/>
						<xsd:enumeration value="millimetres"/>
						<xsd:enumeration value="Miles"/>
						<xsd:enumeration value="yards"/>
						<xsd:enumeration value="feet"/>
						<xsd:enumeration value="inches"/>
						<xsd:enumeration value="fathoms"/>
						<xsd:enumeration value="cables"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="DHAccuracy">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="collector"/>
						<xsd:enumeration value="compiled"/>
						<xsd:enumeration value="autogenerated"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="EcologicalData">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ modified by CC Oct 2001
Standards: - 
Group element used to delineate bio-ecological features of a gathering site</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="BiotopeRecord" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Synecology" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Notes" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CountryName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - ABIS, ITF, TLR, WGSUB, ISO, Hollis&amp; Brummitt (1992)
HISPID4: cou and scou  : NBN: admin_area
Free text full country name (preferably from a standard list e.g. ISO or H&amp;B)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Language" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Iso2Letter" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - ISO
HISPID: iso
2 letter ISO code for the representation of a country name</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Iso3Letter" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
2 letter ISO code for the representation of a country name</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NamedAreaClass" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NamedArea">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="NamedAreaSequenceNo" minOccurs="0"/>
				<xsd:element ref="NamedAreaClass" minOccurs="0"/>
				<xsd:element ref="NamedAreaName"/>
				<xsd:element ref="Language" minOccurs="0"/>
				<xsd:element ref="DerivedFlag" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="NamedAreaName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NamedAreaSequenceNo" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DerivedFlag" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: WGB Oct. 2001
Standards: - 
NBN: ? System_supplied_data
attribute showing that information is derived - usually from a system supplied dictionary</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AreaDetail" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Free text description of detail pertaining to the observation, sampling or collection locality</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NearestNamedPlace" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - ABIS, AUSLIG
HISPID4: nnp  / TDWG: Stanloc

The nearest named place to the collection or observation location e.g. on 1:100,000 map or better</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RelationToNearestNamedPlace" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: WGB 10/01
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShapeCoordinateSystem" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShapeCoordinates" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LatLongDecimal">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="LatitudeDecimal"/>
				<xsd:element ref="LongitudeDecimal"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="LatLongDMS">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="LatDegrees"/>
				<xsd:element ref="LatMinutes"/>
				<xsd:element ref="LatSeconds"/>
				<xsd:element ref="LatNS"/>
				<xsd:element ref="LongDegrees"/>
				<xsd:element ref="LongMinutes"/>
				<xsd:element ref="LongSeconds"/>
				<xsd:element ref="LongEW"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="spatialdatum" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - AS/NZS4270 spatial transfer standard, SDTS spatial transfer standard
mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ISOAccuracy" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AccuracyStatement" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: includes geoacy  TDWG: LatAccurr, LongAccur
Free text statement of degree of accuracy</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LatitudeDecimal" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LongitudeDecimal" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LatDegrees" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
HISPID4: latdeg   / TDWG: LatDegH, LatDegL
Degrees of latitude for collecting site in range 0-90</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LatMinutes" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: -  
HISPID4: latmin / TDWG LatMinH, LatMinL
Minutes within the latitude reading - range 0 - 59</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LatSeconds" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
- - HISPID4: latsec / TDWG:  LatSecH, LatSecL

Seconds within the latitude reading range 0 - 59</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LatNS" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: latdir  / TDWG: LatDirHigh, LatDirLow
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LongDegrees" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: londeg  / TDWG : LongDegH, LonDegL
Degrees of longitude of the collecting/recording site - range 0 - 90</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LongMinutes" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
- - HISPID4: lonmin  /  TDWG: LongMinH , LongMinL

Minutes in the longitude reading range 0-59</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LongSeconds" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
- - HISPID4: lonsec / TDWG: LongSecH , LongSecL

Seconds in the longitude reading - range 0 - 59</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LongEW" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GridCellSystem" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - Taxon48: GrdSystTxt
Grid system name e.g. "GB OS"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GridCellCode" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GridQualifier" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - Taxon48:GridPrecQual
Grid reference precision qualifier</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GridMethod" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: geosou (part) / Taxon48: CrdMsmthMtd
Coordinates measuring system e.g. GPS, field map reference, inferred map reference</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UTMZone" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: sqz
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UTMEW" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: sge (part)
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UTMNS" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: sgn (part)
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UTMMethod" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AltitudeLowerValue" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
See Altitude</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AltitudeUpperValue" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
See Altitude</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DepthHeightLowerValue" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Lower value of range (ie that nearest to ground datum)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DepthHeightUpperValue" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Higher value in range (ie. measurement furthest from ground datum)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GeoEcologicalClassification">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ Modified by CC Oct. 2001
Standards: - 
Note that much of the potential content of this element has been removed to more specific term list structures e.g. Geomorphology, Hydrology, Stratigraphy, Biotopes etc. 
Most of these term lists have an identical structure but are presented separartely for the purposes of clarity - particularly where various classes of term lists are used by
different calling elements - For some purposes e.g. a union thesaurus used by a search tool, a generalised format would be preferable
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="GeoEcologicalCategory"/>
				<xsd:element ref="GeoEcologicalUnitName"/>
				<xsd:element ref="GeoEcologicalCategoryLiterature"/>
				<xsd:element ref="DerivedFlag"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Geomorphology">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Synecology">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ modified by CC Oct 2001
Standards: - HISPID4: asspp
Interpreted here as relationships with other taxa
Note this can be recorded as a feature of a location (e.g. at this site the following species are known to grow together)
 or can be used to record relationships in an observation (e.g. caterpillar and observed food plant, parasite and host etc.)
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="TaxonIdentified" maxOccurs="unbounded"/>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Stratigraphy">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ changed by CC Oct. 2001
Standards: - LNHM model
Allows the linking of geological dating and rock unit names to sites or sample locations
Structure allows for full analysis of stratigraphy e.g. to allow fossils in collections to be sorted by period and zone
Also allows for free text terms when their staus is unknown or for more full descriptions of stratigraphy of site.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:sequence>
					<xsd:choice>
						<xsd:element ref="chronostratigraphicTerm" minOccurs="0" maxOccurs="unbounded"/>
						<xsd:element ref="biostratigraphicTerm" minOccurs="0" maxOccurs="unbounded"/>
						<xsd:element ref="lithostratigraphicTerm" minOccurs="0" maxOccurs="unbounded"/>
					</xsd:choice>
					<xsd:element ref="AltText" minOccurs="0"/>
				</xsd:sequence>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GeoEcologicalCategory" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: -
See BioCISE model p.527
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GeoEcologicalUnitName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GeoEcologicalCategoryLiterature" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 changed (cut Monomial, WGB)
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PreferredIdentificationFlag" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="IdentificationEvent">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 / modified by CC Oct 2001
Standards: - includes vlev, det, idql, rkql    from HISPID4
- -  equivalent to Taxon_Determination in NBN 
Made VerificationLevel  (vlev), IdentificationType (det) , TaxonIdentificationQualifier (idql) . RankQualified (rkql) attributes
An identication event records a taxonomic determination or other form of identication applied to a unit (specimen(s))
A unit may have many identication events and one may be selected as the preferred identiciation

</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Indentifier" maxOccurs="unbounded"/>
				<xsd:element ref="IdentificationReference" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="IdentificationDate"/>
				<xsd:element ref="IdentificationNotes" minOccurs="0"/>
				<xsd:element ref="IdentificationFoundIn" minOccurs="0"/>
				<xsd:element ref="NameAddendum" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="VerificationLevel">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="0"/>
						<xsd:enumeration value="1"/>
						<xsd:enumeration value="2"/>
						<xsd:enumeration value="3"/>
						<xsd:enumeration value="4"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="IdentificationType" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="det."/>
						<xsd:enumeration value="conf."/>
						<xsd:enumeration value="cit."/>
						<xsd:enumeration value="scrips."/>
						<xsd:enumeration value="vid."/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="TaxonIdentificationQualifier">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="aff."/>
						<xsd:enumeration value="cf."/>
						<xsd:enumeration value="Incorrect"/>
						<xsd:enumeration value="forsan"/>
						<xsd:enumeration value="near"/>
						<xsd:enumeration value="Questionable"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="RankQualified">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="B"/>
						<xsd:enumeration value="F"/>
						<xsd:enumeration value="G"/>
						<xsd:enumeration value="S"/>
						<xsd:enumeration value="I"/>
						<xsd:enumeration value="J"/>
						<xsd:enumeration value="C"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="TaxonIdentified">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="AltText"/>
				<xsd:choice minOccurs="0">
					<xsd:element ref="BotanicalName"/>
					<xsd:element ref="ZoologicalName"/>
					<xsd:element ref="BacteriologicalName"/>
				</xsd:choice>
			</xsd:choice>
			<xsd:attribute name="codeOfNomenclature" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="Zoological"/>
						<xsd:enumeration value="Botanical"/>
						<xsd:enumeration value="Microbial"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Indentifier">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1/ modified by CC Oct 2001
Standards: - HISPID4: vnam / NBN determiner
Person or persons determining, confirming or denying the identity of a unit in an identification event.
would be improved as a composite element to allow details of institutional affiliation etc.

</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="name_ID" minOccurs="0"/>
				<xsd:choice>
					<xsd:element ref="AltText"/>
					<xsd:element ref="PersonName"/>
					<xsd:element ref="Organisation"/>
				</xsd:choice>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="IdentificationReference">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: vlit  / NBN: Source
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="AltText"/>
				<xsd:element ref="Source"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="IdentificationDate">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
- - includes HISPID4 : vdat and  texvdat / NBN determination_date (vague date )
May need to use a vague date structure (e.g. begin,end,type)</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="Date"/>
				<xsd:element ref="AltText"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="IdentificationNotes" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4: idcom /  NBN: Comme
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="IdentificationFoundIn">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="AltText"/>
				<xsd:element ref="Source"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="NameAddendum" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="HigherTaxon">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 / modified by CC Oct 2001
Standards: 
HISPID3: covers "Suprafamilial Group Name" (supfam), Family Name (fam), and Suprageneric Group Name (supgen).
The scientific name of a taxon with a rank higher than Genus, which is commonly used to classify the group the unit belongs to. </xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="TaxonRank" type="xsd:string"/>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Genus" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: HISPID: Genus Name (gen) as to content, not all rules. 
A validly published generic name under the ICBN, ICZN, ICBN, or a manuscript name, 
or an intergeneric hybrid name, validly published under the ICBN, without the leading multiplication sign, eg. Halimiocistus for x Halimiocistus sahucii.
or the name of an intergeneric graft hybrid or graft chimaera, validly published under the Cultivated Code, eg. Crataegomespilus for + Crataegomespilus dardarii. 

</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FirstEpithet" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: covers HISPID "Subgeneric Group Name" (subgen) but without the preceeding rank abbreviation (entered under Rank).  
Also covers HISPID "Species Epithet" (sp)

first word in a taxonomic name combination other than a generic term or term indicative of rank</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SecondEpithet" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: HISPID: "Infraspecific Epithet" (isp) without the hybrid stuff.
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Rank" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: HISPID: covers "Infraspecific Rank Flag" (isprk) as well as the rank ("group") of a "subgeneric group name" given in that field. 
 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BotanicalName">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
NBN: Taxon (Taxon dict. elements)
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="HigherTaxon" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="NameText" minOccurs="0"/>
				<xsd:element ref="NamedHybridFlag" minOccurs="0"/>
				<xsd:element ref="Genus" minOccurs="0"/>
				<xsd:element ref="FirstEpithet" minOccurs="0"/>
				<xsd:element ref="SpeciesQualifier" minOccurs="0"/>
				<xsd:element ref="SecondEpithet" minOccurs="0"/>
				<xsd:element ref="Rank" minOccurs="0"/>
				<xsd:element ref="NameAuthorCitation" minOccurs="0"/>
				<xsd:element ref="BasionymAuthorTeam" minOccurs="0"/>
				<xsd:element ref="CombinationAuthorTeam" minOccurs="0"/>
				<xsd:element ref="ExAuthorTeam" minOccurs="0"/>
				<xsd:element ref="VernacularNames" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="CultivatedPlantNameElements" minOccurs="0"/>
				<xsd:element ref="MycologicalNameElements" minOccurs="0"/>
				<xsd:element ref="LichenNameElements" minOccurs="0"/>
				<xsd:element ref="NameComments" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ZoologicalName">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1 / modified by CC Oct 2001
Standards: - NBN: TaxonDict
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="HigherTaxon" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="NameText" minOccurs="0"/>
				<xsd:element ref="Genus" minOccurs="0"/>
				<xsd:element ref="FirstEpithet" minOccurs="0"/>
				<xsd:element ref="SecondEpithet" minOccurs="0"/>
				<xsd:element ref="Rank" minOccurs="0"/>
				<xsd:element ref="ZoologicalNameAuthorTeam" minOccurs="0"/>
				<xsd:element ref="ZoologicalNameYear" minOccurs="0"/>
				<xsd:element ref="VernacularNames" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="NameComments" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="BacteriologicalName">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="HigherTaxon" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="NameText" minOccurs="0"/>
				<xsd:element ref="NameComments" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="NameText" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID: fulnam  / ITF
Contains concatenated scientific name including cultivar designations. 
Also contains hybrid formulas and formulas for graft chimaera or intergrades.  
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BasionymAuthorTeam" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - HISPID4 has Basionym (basnam) as an element but not the author team
Authors of the original name for a taxon which has subsequently been revisied but retains the same stem or epithet
Required in botanical and bacteriological nomenclatural codes
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CombinationAuthorTeam" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Authority for a taxonomic name combination</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ExAuthorTeam" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Attribute of a full taxonomic citation used to connect the names of two author/author groups the second of which is citing or validly publishing a name proposed by the first</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CultivatedPlantNameElements">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
Horticultural and trade name element for plants</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="CultivarGroupName" minOccurs="0"/>
				<xsd:element ref="CultivarName" minOccurs="0"/>
				<xsd:element ref="TradeDesignationName" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="MycologicalNameElements" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LichenNameElements" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: - 
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="datasource">
		<xsd:annotation>
			<xsd:documentation>Source: Derek Munro 09/01
Standards: -
Notes: This is an element directly taken from the DTD for the Integrated Taxonomic Information System, Canadian node (ITIS*ca) at: http://sis.agr.gc.ca/itis/ which was provided by Derek Munro. 
There, the root element contains two elements, taxon and datasource. 
The taxon branch is not very useful for us; however, we might consider using the datasource element as they do.
Origin, access and ownership of computerised data sources</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="dbsource"/>
				<xsd:element ref="dbserver"/>
				<xsd:element ref="dbwebaddress"/>
				<xsd:element ref="dbdatadate"/>
				<xsd:element ref="dbcurrentdate"/>
				<xsd:element ref="dbexpirydate" minOccurs="0"/>
				<xsd:element ref="dbtermsofuse"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="dbsource" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Derek Munro 09/01
Standards: ITIS*ca draft metadata</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="dbserver" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Derek Munro 09/01
Standards: ITIS*ca draft metadata</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="dbwebaddress" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Derek Munro 09/01
Standards: ITIS*ca draft metadata</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="dbdatadate">
		<xsd:annotation>
			<xsd:documentation>Source: Derek Munro 09/01
Standards: ITIS*ca draft metadata</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Date"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="dbcurrentdate">
		<xsd:annotation>
			<xsd:documentation>Source: Derek Munro 09/01
Standards: ITIS*ca draft metadata</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Date"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="dbexpirydate">
		<xsd:annotation>
			<xsd:documentation>Source: Derek Munro 09/01
Standards: ITIS*ca draft metadata</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Date"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="dbtermsofuse" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Derek Munro 09/01
Standards: ITIS*ca draft metadata</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ZoologicalNameAuthorTeam" type="xsd:string"/>
	<xsd:element name="ZoologicalNameYear" type="xsd:string"/>
	<xsd:element name="NamedHybridFlag" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Workshop 1
Standards: HISPID: Hybrid Flag (hyb) 

</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SpeciesQualifier" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Added by WGB 10/2001
Standards: HISPID: "Species Qualifier" (spql)
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NameAuthorCitation" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: Added by WGB 10/2001
Standards: HISPID: "Species Author" (spau) if the complete name refers to a species; 
HISPID: "Infraspecific Author" (ispau), if the complete name refers to an infraspecies.
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="VernacularNames" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: WGB 10/2001
Standards:HISPID: "Vernacular Names" (vernam) 

</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="zip" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by C.Copp - Oct 2001Text attribute for zip code or post code</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CultivarGroupName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: CC - Oct 2001
Standards: HISPID4: culgnam /ITF / Treharne(1995)
Cultivar group name e.g. "Cauliflower"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CultivarName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: CC - Oct 2001
Standards: HISPID4: culnam / ITF /ICNCP  / Treharne(1995)
Cultivar name e.g. the type of cauliflower.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TradeDesignationName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: CC - Oct 2001
Standards: HISPID4: tranam  / ITF  / ICNCP (Treharne(1995)
Trade name used for a specific cultivar</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NameComments" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: CC - Oct 2001
Standards: HISPID4: namcom
Any free text comments related to the name</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LookupTerm">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Term
Typical structure for a simple lookup list of term contents - structure consists of an attribute for the type e.g. name of the look up list together with long and short versions of the term</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="TermList"/>
				<xsd:element ref="LongTermName" minOccurs="0"/>
				<xsd:element ref="ShortTermName"/>
				<xsd:element ref="Language" minOccurs="0"/>
				<xsd:element ref="Definition" minOccurs="0"/>
				<xsd:element ref="ParentTerm" minOccurs="0"/>
				<xsd:element ref="SortPosition" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="TermType" type="xsd:string"/>
			<xsd:attribute name="LookupTerm_ID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="LongTermName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: CC - Oct 2001
Standards: 
LongTermname is the full term that might appear in a lookup table e.g. in a list of types: Holotype</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ShortTermName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Source: CC - Oct 2001
Standards: 
ShortTernName is a code or shortened version of a term that might be used in a database or lookup table
e.g. HOLO for Holotype
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Reference">
		<xsd:annotation>
			<xsd:documentation>Source: CC - Oct 2001
Standards: HISPID4: 
Placeholder for references whilst constructing the schema CC</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Source_ID" minOccurs="0"/>
				<xsd:sequence>
					<xsd:element ref="RefTitle"/>
					<xsd:element ref="RefDate"/>
					<xsd:element ref="DocumentAuthor" minOccurs="0" maxOccurs="unbounded"/>
					<xsd:element ref="Journal" minOccurs="0"/>
					<xsd:element ref="RefVolume" minOccurs="0"/>
					<xsd:element ref="RefPart" minOccurs="0"/>
					<xsd:element ref="RefNumber" minOccurs="0"/>
					<xsd:element ref="RefPages" minOccurs="0"/>
					<xsd:element ref="RefSupplement" minOccurs="0"/>
					<xsd:element ref="RefEdition" minOccurs="0"/>
					<xsd:element ref="RefSymposium" minOccurs="0"/>
					<xsd:element ref="RefPublisher" minOccurs="0"/>
					<xsd:element ref="RefPlacePublished" minOccurs="0"/>
					<xsd:element ref="RefCatNumber" minOccurs="0" maxOccurs="unbounded"/>
				</xsd:sequence>
			</xsd:sequence>
			<xsd:attribute name="RefType" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="book"/>
						<xsd:enumeration value="article"/>
						<xsd:enumeration value="paper"/>
						<xsd:enumeration value="symposium"/>
						<xsd:enumeration value="manuscript"/>
						<xsd:enumeration value="fieldnotebook"/>
						<xsd:enumeration value="other"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Date">
		<xsd:annotation>
			<xsd:documentation>Added CC Oct 2001

NBN: vaguedatestart, vaguedateend and vaguedatetype
Date has a three part structure - two elements and an attribute
VagueDateBegin = First date of a range or date for a single date
VagueDateEnd = last date in a range
DateType attribute can be enumerated to allow for various date formats (e.g. dd/mm/yyyy or to allow a parser to interpret terms such as summer 69 or 1974 etc) 
Note terms such as summer would be interpretted by standard begin and end dates.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:sequence>
					<xsd:element ref="DateBegin"/>
					<xsd:element ref="DateEnd"/>
				</xsd:sequence>
				<xsd:element ref="AltText"/>
			</xsd:sequence>
			<xsd:attribute name="DateType" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="DateBegin" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Part of date. Format datebegin, dateend and date type allows recording of dates as ranges or approximations.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DateEnd" type="xsd:string"/>
	<xsd:element name="Source">
		<xsd:annotation>
			<xsd:documentation>Added CC Oct 2001

NBN: Source
Marker element for a link to a source module 
for dealing with structured literature and document rexcords 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="Source_ID"/>
					<xsd:choice>
						<xsd:element ref="Reference"/>
						<xsd:element ref="Image"/>
						<xsd:element ref="ElectronicDocument"/>
					</xsd:choice>
				</xsd:choice>
				<xsd:element ref="SourceURL" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="SourceType" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="IdentificationHistory" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added CC Oct 2001
HISPID4: vhist
This is a free text field ONLY for use when extracting data from datasources where the identification or verification history
is a free text field. In normal circumstances the history can be constructed by sorting identification events by date and reference to the
preferred identification flag
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="WorldGeographicScheme" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
Standard: Hollis &amp; Brummitt 1992
HISPID4: wgs
Free text - Allows specimens to be allocated to a standard geographic area derived from H&amp;B</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CountrySubdivision">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
standards: Hollis &amp; Brummitt 1992 &amp; local administrative area standards (e.g. NBN Admin Dictionary)
Includes HISPID4: pru &amp; sru , could also be used for sgu  /  NBN: Admin_Area
Allows specification of more detailed geographic and administrative area contextual info to a collecting locality
Attributes:  subdivSrc - enumerated list of standards ( at present just H&amp;B and local) couldbe ref to a lookup list
SubdivLevel: level number where that forms part of a classification (e.g. for HISPID pru and sru)
AreaType:  Allows recording of local or national subdiv. level e.g. county, district, state etc.

</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="AreaName"/>
				<xsd:element ref="AreaCode"/>
				<xsd:element ref="Source" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="SubdivSrc">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="local"/>
						<xsd:enumeration value="HB92"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="SubdivLevel">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="1"/>
						<xsd:enumeration value="2"/>
						<xsd:enumeration value="3"/>
						<xsd:enumeration value="4"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="AreaType" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="AreaName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
standards: Hollis &amp; Brummitt 1992 &amp; local administrative area standards (e.g. NBN Admin Dictionary)
Includes HISPID4: pru &amp; sru  /  NBN: Admin_Area
Free text name - hopefully from a standard list</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AreaCode" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Allows use of abbreviations and codes for area names

</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="AddressLine">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Repeatable element to allow for addresses of different structure and length</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="AddressLineType" type="xsd:string"/>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="LatLongMethod" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>HISPID4: geosou (part)Method of establishing Lat/Long position</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SiteCoordinates">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001

Composite element to allow observations to record multiple coordinates or same coordinate in different systems</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="CoordinatesGrid"/>
				<xsd:element ref="CoordinatesLatLong"/>
				<xsd:element ref="CoordinatesUTM"/>
			</xsd:choice>
			<xsd:attribute name="AppliesTo" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="centroid"/>
						<xsd:enumeration value="endPoint"/>
						<xsd:enumeration value="boxSW"/>
						<xsd:enumeration value="boxNE"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GatheringEventData">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="PhysicalData" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="EcologicalData" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Biotope">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Biotope
Biotope elements allow reference to Biotope (habitat or land classification type)  by either a database key, its shortname or code within a classification/term list or a its full name.
Attribute gives database key to term if derived from a standard electronic dictionary
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:sequence>
					<xsd:element ref="BiotopeKey" minOccurs="0"/>
					<xsd:element ref="BiotopeCode" minOccurs="0"/>
					<xsd:element ref="BiotopeLongName" minOccurs="0"/>
				</xsd:sequence>
				<xsd:element ref="AltText"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="BiotopeKey">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
- - NBN: Biotope_Key

The Primary key for an entry in a standard dictionary or other database
Could use attribute to record database source e.g. a URL for lookup or reference to 
Internal entity in DTD (supplied dictionary)
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="KeyType" type="xsd:string"/>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="BiotopeCode">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Short_Name
Short name or code for a Biotope e.g. in UK NVC mg5a (for a type of mesotrophic grassland)
Attribute records the source or possibly URL for origianl dictionary source
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="ClassificationUsed" type="xsd:string"/>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="BiotopeLongName">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Long_Name
The full dictionary name of the habitat within a classification</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="ClassificationUsed" type="xsd:string"/>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="BiotopeRecord">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Biotope-occurrence
HISPID4: hab (part) / TDWG: Habitat (part)
Biotoperecord is an element for recording habitat and land type terms that can be associated either with taxon/specimen data 
or directly for recording habitat areas and other variables (e.g. vegetation height) in a gathering site or related to a specific gathering event
Include 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Biotope"/>
				<xsd:element ref="BiotopeData" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="BiotopeData">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
 NBN: biotope_occurrence_data
BiotopeData allows the linkuing of any measurement (e.g. biotope area) to a biotope record</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="AltText"/>
					<xsd:sequence>
						<xsd:element ref="measurement"/>
						<xsd:element ref="measurementQualifier"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="BiotopeData_ID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="measurement">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: measurement (partim)
measurement is the actiual measurement - measurement is qualigied by attributes:
measurementType: what type of measurement e.g. count, area, linear measurement
measurementUnits: units that measurement is recorded in e...g. hectares, kilometres, kilogrammes etc.
measurementAccuracy: describes accuracy e.g. approximate or +/- 50
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="measurementType"/>
				<xsd:element ref="data"/>
				<xsd:element ref="MeasurmentUnits"/>
				<xsd:element ref="MeasurementAccuracy" minOccurs="0"/>
				<xsd:element ref="MeasurementMethod" minOccurs="0"/>
				<xsd:element ref="measurementQualifier" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="measurementQualifier" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: qualifier
measurementQualifier is a freetext field that describes what is being measures e.g. biotope area
It is supported by measurement Type attribute. 
e.g. measurementQualifier might be 'males' and measurementType might be 'count'
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="soilType">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
HISPID4: soil
Allows recording of a soil type using either a code/short term, full classified name of a non-classified free term
Source can be a URL or ref. to the soil classification used.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="sedimentType">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Allows recording of a sediment type using either a code/short term, full classified name of a non-classified free term
Source can be a URL or ref. to the sediment classification used.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Aspect">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
HISPID4: Aspect (asp)
Measurement of Aspect (ie facing direction) of either whole site or sample point
measured in either letters (e.g. NE, SW) or Degrees (e.g. 270)
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="AltText"/>
				<xsd:element ref="CompassDegrees"/>
			</xsd:choice>
			<xsd:attribute name="Accuracy" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="CompassDegrees" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Orientation from North in compass degrees - can be used for recording aspect of a site or as part of the dip/strike measuremnt in geologic records</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PhysicalData">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001PhysicalFeatures brings together all items related to earthscience features of a site or sample location</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Geomorphology" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Stratigraphy" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Topography" minOccurs="0"/>
				<xsd:element ref="Hydrology" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Topography">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
HISPID4: top
Free text description of the topography either related to a site as a feature or recorded as part of a sample (i.e attaches info to recorders and date)</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Hydrology">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Hydrological features of the site or collection point</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Comment" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Free text of formatted text (rtf) description of the feature - not controlled length e.g. often a memo field</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="chronostratigraphicTerm">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Chronostraigraphic dating term e.g. Jurassic Period</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="ChronoStrat_ID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="biostratigraphicTerm">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001biostratigraphic zonation term e.g. Psiloceras planorbis zone</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="biozone_ID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="lithostratigraphicTerm">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001lithostratigraphic term describing geology e.g. Mercia Mudstone Group</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="LithoStrat_ID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="UnitIdentifiers">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
includes HISPID4: cid
NBN: specimen_number
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="identifierType" type="xsd:string"/>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="specimenUnit">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001The specimen unit is a derived subtype of Unit representing physical specimens in collections
The specimen can link to field obsevations and to named collections 
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Unit_ID" maxOccurs="unbounded"/>
				<xsd:element ref="accession_number" minOccurs="0"/>
				<xsd:element ref="specimenType"/>
				<xsd:element ref="NatureOrPreservationMode"/>
				<xsd:element ref="specimenUnit_part" minOccurs="0"/>
				<xsd:element ref="accession_catalogue_ID" minOccurs="0"/>
				<xsd:choice minOccurs="0">
					<xsd:element ref="namedCollection"/>
					<xsd:element ref="collection_ID"/>
				</xsd:choice>
				<xsd:element ref="specimenUnitNumber" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="specimenUnit_description"/>
				<xsd:sequence minOccurs="0" maxOccurs="unbounded">
					<xsd:element ref="Identification"/>
					<xsd:element ref="specimenUnitStatus" minOccurs="0"/>
				</xsd:sequence>
				<xsd:element ref="specimenUnitData" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="UnitDataSetRelations" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="specimenUnit_label" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="inscription" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="specimenUnitHistory" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="specimenUnit_Fact" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="specimenUnitImage" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Source" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="specimenUnitHistory">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Allows recording of history of specimen e.g. changes of ownership and transfers between collections by sale, splitting or merging of collections</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Unit_ID" maxOccurs="unbounded"/>
				<xsd:element ref="previous_collection_name"/>
				<xsd:element ref="Date" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="previous_collection_name" type="xsd:string"/>
	<xsd:element name="specimenUnitStatus">
		<xsd:annotation>
			<xsd:documentation>Taxonomic status linked to an identification of a specimen</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Unit_status_ID" minOccurs="0"/>
				<xsd:element ref="Unit_ID" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Type"/>
				<xsd:element ref="specimenUnitStatus_src"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Unit_status_ID" type="xsd:string"/>
	<xsd:element name="specimenUnitStatus_src">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Unit_status_ID" minOccurs="0"/>
				<xsd:element ref="Source"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
			<xsd:attribute name="specimen_status_source_key" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="accession_catalogue_ID" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Unique identifier for an accessions catalogue id in a computerised system</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="collection_ID" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001
Syn: Unit_ID
Unique identifier for collection in a computerised system
this is a synonym of Unit_ID
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="specimenUnit_description" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
LNHM
Free text description of a specimen or similar 'Unit'</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="specimenUnit_Fact">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
LNHM
any number of free text facts can be recorded about the specimen or unit. The structure allows for a title so that the facts could be assembled in an rtf or html page layout
Facts can be of any sort e.g. comments on the historical importance of the specimen.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="specimenUnit_fact_ID"/>
				<xsd:element ref="title"/>
				<xsd:element ref="Comment"/>
				<xsd:element ref="Date"/>
				<xsd:element ref="Source"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
			<xsd:attribute name="changed_by" type="xsd:string"/>
			<xsd:attribute name="changed_date" type="xsd:string"/>
			<xsd:attribute name="system_supplied_data" default="No">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="Yes"/>
						<xsd:enumeration value="No"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="fact_type" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="specimenUnit_fact_ID" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
LNHM
Unique identifier within a database</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UnitDataSetRelations">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001

 specimen relationships - can be used to link derived specimens, specimen parts or members of a specimen group</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Unit_relationship"/>
				<xsd:element ref="Comment" minOccurs="0"/>
				<xsd:element ref="Date" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
			<xsd:attribute name="Unit_ID_1" type="xsd:string"/>
			<xsd:attribute name="Unit_ID_2" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Unit_relationship" type="xsd:string"/>
	<xsd:element name="specimenUnit_label">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
LNHM
Specimens, cabinets and other units e.g. living horticultural specimens may have one or more labels attached or associated with them</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="specimenUnit_label_ID" minOccurs="0"/>
				<xsd:element ref="Unit_ID" minOccurs="0"/>
				<xsd:element ref="position_on_object"/>
				<xsd:element ref="label_summary"/>
				<xsd:element ref="Source" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="specimenUnit_label_ID" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
LNHM
			Unique identifier within a database</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="position_on_object" type="xsd:string"/>
	<xsd:element name="label_summary" type="xsd:string"/>
	<xsd:element name="specimenUnit_number_ID" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
LNHM
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="inscription">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
LNHM
			writing or other inscription directly upon or carved into a unit (usually a specimen)</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="inscription_ID" minOccurs="0"/>
				<xsd:element ref="Unit_ID" minOccurs="0"/>
				<xsd:element ref="inscription_type"/>
				<xsd:element ref="inscriptionText"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="inscription_ID">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Unique identifier within a database</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="type" use="required">
						<xsd:simpleType>
							<xsd:restriction base="xsd:NMTOKEN">
								<xsd:enumeration value="nbn"/>
								<xsd:enumeration value="local"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="inscription_type" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
LNHM
Type of inscription</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="inscriptionText" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Text transcription of an inscription</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="accession_number">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001
- - Taxon48 AccCode_Pk
LMNH
The instutional number applied to an accession and recorded in the accessions register
e.g. BRSMG:1999/1209. A structured view into acquisition information from accessions register
as opposed to original gathering data. - helps link collections (e.g. several specimens may
share one accession number).</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="accession_date"/>
				<xsd:element ref="acquisition_date"/>
				<xsd:choice>
					<xsd:element ref="AltText"/>
					<xsd:element ref="PersonName"/>
					<xsd:element ref="organisationName"/>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
				<xsd:element ref="Source" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="Acquisitiontype" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="accession_date">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
- - Taxon48: AccDate
The date on which an accession was recorded in the accessions register ( not the date of acquisition)</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Date"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="acquisition_date">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001The date when specimens or collections were acquired by the institution</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Date"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="namedCollection">
		<xsd:annotation>
			<xsd:documentation> Source: Workshop 1/  subelements added by CC Oct. 2001A named Collection is an association of specimens (units) that have a common identity either through content, ownership or acquisition.
This element is a special kind of Unit subType and is separated here for the purposes of clarity
The element facilitates the recording of the history, ownership and content of named collections
and also because named collections may be stored, moved. acquired or disposed of as a whole.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="collection_ID"/>
				<xsd:element ref="accession_catalogue_ID"/>
				<xsd:element ref="collectionName"/>
				<xsd:element ref="Description"/>
				<xsd:element ref="associatedName" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Source" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="collectionName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Many collections have distinctive names e.g. Stanley-Lewis Bird's Egg Collection or The National Clematis Collection</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="dateFrom">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Element for recording the starting date in a range</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Date"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="dateTo">
		<xsd:annotation>
			<xsd:documentation>End date for use in date ranges</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Date"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="associatedName">
		<xsd:annotation>
			<xsd:documentation> Added by CC Oct. 2001
- -LNHM

Links collector and other names to a specific collection e.g. known donors or previous owners</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="name_ID" minOccurs="0"/>
				<xsd:choice>
					<xsd:element ref="Organisation"/>
					<xsd:element ref="PersonName"/>
					<xsd:element ref="AltText"/>
				</xsd:choice>
				<xsd:element ref="role"/>
				<xsd:element ref="Comment"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="rocktype">
		<xsd:annotation>
			<xsd:documentation> Rocktype is a term list used to hold a list of classified rock names - could be replaced with my generic thesaurus model</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="rocktype_ID"/>
				<xsd:element ref="rock_name"/>
				<xsd:element ref="rock_type"/>
				<xsd:element ref="rock_subtype"/>
				<xsd:element ref="Description"/>
			</xsd:sequence>
			<xsd:attribute name="entered_by" type="xsd:string" use="required"/>
			<xsd:attribute name="entry_date" type="xsd:string" use="required"/>
			<xsd:attribute name="system_supplied_data" default="No">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="Yes"/>
						<xsd:enumeration value="No"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="rocktype_ID">
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="type" use="required">
						<xsd:simpleType>
							<xsd:restriction base="xsd:NMTOKEN">
								<xsd:enumeration value="nbn"/>
								<xsd:enumeration value="local"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="rock_name" type="xsd:string"/>
	<xsd:element name="rock_type" type="xsd:string"/>
	<xsd:element name="rock_subtype" type="xsd:string"/>
	<xsd:element name="specimenUnit_part" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
LNHM
specimen part: Part of the specimen rcord applies</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="name_ID" type="xsd:string"/>
	<xsd:element name="Source_ID" type="xsd:string"/>
	<xsd:element name="SourceURL" type="xsd:string"/>
	<xsd:element name="role" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Role played by a person within the element context e.g. Recorder or Botanist in GatheringEvent, Photographer or artist in Image</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="title" type="xsd:string"/>
	<xsd:element name="specimenType">
		<xsd:complexType>
			<xsd:choice>
				<xsd:sequence>
					<xsd:element ref="ShortTermName"/>
					<xsd:element ref="LongTermName" minOccurs="0"/>
					<xsd:element ref="Description" minOccurs="0"/>
				</xsd:sequence>
				<xsd:element ref="AltText"/>
			</xsd:choice>
			<xsd:attribute name="specimenTypeID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="specimenUnitNumber">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Any numbers or other registration marks associated with a specimen unit (1 or more specimens)</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="specimenUnit_number_ID" minOccurs="0"/>
				<xsd:element ref="DistinguishingNumber"/>
				<xsd:element ref="Source"/>
			</xsd:sequence>
			<xsd:attribute name="PreferredFlag">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="Yes"/>
						<xsd:enumeration value="No"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="specimenUnitData">
		<xsd:annotation>
			<xsd:documentation>Any measurable aspect of the specimen e.g. height, weight, number of specimens etc.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="measurement"/>
			</xsd:sequence>
			<xsd:attribute name="SpecimenUnitData_ID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="CultureName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Reference or trade name for a microbial culture</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NameTitle" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Title
Mode of address e.g. Mr. Dr. Professor - could be controlled from lookup list</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="firstNames" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Forename
First or Christian names e.g. Charles</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="initials" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Initials
Initials of forenames e.g. C.J.T.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="lastName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Surname
Last name, surname or family name e.g. Darwin</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="honorifics" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Honorifics
Degrees, abbreviations of rank etc. that follow a name e.g. B.Sc., MBE etc.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Organisation">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Name (elements) for organisations</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="organisationName"/>
				<xsd:element ref="orgAcronym" minOccurs="0"/>
				<xsd:element ref="InstitutionCode" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="organisationName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Full organisation name e.g. Taxonomic Database Working Group</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="orgAcronym" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Acronym or short term for an organisation e.g. TDWG</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CommsNumbers">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
- - NBN : element Contact_Number
Added to replace fax, email and telephone elements with a repeatable and more flexible structure where the element attribute CommType is enumnerated to include tel,fax,email
Attribute Preferred marks the first choice where there are multiple numbers
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Prefix"/>
				<xsd:element ref="commNumber"/>
				<xsd:element ref="commConstraint"/>
			</xsd:sequence>
			<xsd:attribute name="CommType">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="telephone"/>
						<xsd:enumeration value="fax"/>
						<xsd:enumeration value="email"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
			<xsd:attribute name="PreferredFlag">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="Yes"/>
						<xsd:enumeration value="No"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Prefix" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Prefix to use before dialing: e.g. country code</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="commNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Number
full number e.g. as dialled within the country or the full email address</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="commConstraint" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Constraints
free text note for constraints on use e.g. "weekdays only" or "home number"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefTitle" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Title
Title of book, paper, article or paper in symposium</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefDate" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Year_Vague_Date_Start, Year_Vague_Date_End, Year_Vague_Date_Type
Date of publication (usually Year)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefVolume" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Volume
Volume number - if any</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefPart" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Part
Part number of  publication - if any</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Number
Volume or other number (e.g. issue) of publication</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefPages" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Pages
number of papges or page range for publication or paper</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefSupplement" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Supplement
Supplement name or number for publication where appropriate</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefEdition" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Edition
Edition number for reprinted publications</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefSymposium" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Symposium_Title
Symposium name or title of symposium volume where appropriate</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefPublisher" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Publisher
Publisher of the publication</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefPlacePublished" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Place_of_Publication
Place of publication</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Journal">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Journal element
Journal or similar serial publication name and details</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="journal_ID" minOccurs="0"/>
				<xsd:element ref="ShortTermName"/>
				<xsd:element ref="LongTermName" minOccurs="0"/>
				<xsd:element ref="RefPublisher" minOccurs="0"/>
				<xsd:element ref="Description" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="journal_ID" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Journal_Key
Unique identifier in a database </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Exposure">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Measurement of the degree of exposure of a collecting or recording site - (often used with marine shore recording)  e.g. sheltered </xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="AltText"/>
				<xsd:sequence>
					<xsd:element ref="measurement"/>
					<xsd:element ref="measurementQualifier"/>
				</xsd:sequence>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Slope">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Measurement of the angle of slope either as free text or in number of degress</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:element ref="AltText"/>
				<xsd:element ref="measurement"/>
			</xsd:choice>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ParentTerm">
		<xsd:annotation>
			<xsd:documentation>Added by Cc Oct 2001Reference to a term in a term list that is the parent or broader term for the current term (thesaurus bt)</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="LookupTerm_ID" type="xsd:string"/>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="TermList">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001A named list of terms e.g. UK NVC or Chronostratigraphic terms</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="TermList_ID" minOccurs="0"/>
				<xsd:element ref="TermListName"/>
				<xsd:element ref="TermListVersion"/>
				<xsd:element ref="Source" minOccurs="0"/>
				<xsd:element ref="Date" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="TermListName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Name of the specific term list e.g. CORINE</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TermListVersion" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Version of the term list - e.g. many dated versions of CORINE</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Definition" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001free text field for definition of classified and descriptive terms</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TermList_ID" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001Unique identifier for a termlist in a database system</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="SortPosition" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001

Sort position allows terms to be sorted into non-alphanumeric sequences. In the case of strigraphic sequences (chron, bio &amp; litho) the sort order
can use a 'pseudo-date' based on known radiometric ages e.g. 570 for the base of the Cambrian 210 for the base of the Jurassic etc.
In other lists list management software could gnerate sort numbers dynamically. This element differs from Parent term because many terms may share the same parent (e.g. hierarchical level)
</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="UnitDataMeasurement">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct 2001
NBN: Taxon_Data
This is a general purpose measurement element that can be used to store any kind of count or measurement related to a Unit
e.g. length of bill, number of eggs, weight, pH , specific Gravity etc.  Some measurements are so common e.g. abundance that they have separate elements in the current
model - this is redundant but makes for easier reading!
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="measurement"/>
			</xsd:sequence>
			<xsd:attribute name="UnitDataMeasurement_ID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ElectronicDocument">
		<xsd:annotation>
			<xsd:documentation>added by CC Oct 2001

Path to a document either a Web URL or an internal path to a document stored on a local machine or network</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="title"/>
				<xsd:element ref="DocumentAuthor" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="Date"/>
				<xsd:element ref="FileName"/>
				<xsd:element ref="URI"/>
				<xsd:element ref="RefCatNumber" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
			<xsd:attribute name="URI_Type" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="Image">
		<xsd:annotation>
			<xsd:documentation>added by CC Oct 2001
NBN: Image
Compound element that can include any type of image including paintings, photographs, digital photographs and video</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="imageType"/>
				<xsd:element ref="title"/>
				<xsd:element ref="Date"/>
				<xsd:element ref="ImageBy" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:choice>
					<xsd:element ref="movingImage"/>
					<xsd:element ref="ArtWork"/>
					<xsd:element ref="digitalImage"/>
					<xsd:element ref="photographicImage"/>
				</xsd:choice>
				<xsd:element ref="StoredImage" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="imageInReference" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:sequence minOccurs="0" maxOccurs="unbounded">
					<xsd:element ref="measurement"/>
					<xsd:element ref="measurementQualifier"/>
				</xsd:sequence>
				<xsd:element ref="RefCatNumber" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="ImageContent" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="IPR"/>
				<xsd:element ref="OwnerOrCustodian"/>
				<xsd:element ref="Source"/>
			</xsd:sequence>
			<xsd:attribute name="Original">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="Yes"/>
						<xsd:enumeration value="No"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="URI" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>added by CC Oct 2001

Universal Resource Identifier - Path to electronic source of document either internal or external (e.g. web address)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DocumentAuthor" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>added by CC Oct 2001

author name in format for reference citations e.g. Copp, C.J.T.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FileName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>added by CC Oct 2001

The name of the file holding the document e.g. MyDoc.doc or Index.html

</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RefCatNumber">
		<xsd:annotation>
			<xsd:documentation>added by CC Oct 2001

Documents and images may have various reference numbers associated with them e.g. ISBN, ISSN, internal filing numbers etc.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:simpleContent>
				<xsd:extension base="xsd:string">
					<xsd:attribute name="NumberType">
						<xsd:simpleType>
							<xsd:restriction base="xsd:NMTOKEN">
								<xsd:enumeration value="ISBN"/>
								<xsd:enumeration value="ISSN"/>
								<xsd:enumeration value="LibraryCongress"/>
								<xsd:enumeration value="Internal"/>
								<xsd:enumeration value="other"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:attribute>
				</xsd:extension>
			</xsd:simpleContent>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ImageBy">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Element for grouping people responsible for an image and their respective roles</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="name_ID" minOccurs="0"/>
				<xsd:choice>
					<xsd:element ref="AltText"/>
					<xsd:element ref="PersonName"/>
					<xsd:element ref="Organisation"/>
				</xsd:choice>
				<xsd:element ref="role" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="imageType">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Lookup term or free term describing types of image - can include everything from watercolours and etchings to digital photographs and video</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="StoredImage">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Element for access to the actual image either as binary data included in the data file or as a URI to the source of the image</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="binaryImage"/>
					<xsd:element ref="URI"/>
				</xsd:choice>
				<xsd:element ref="ImageFormat"/>
				<xsd:element ref="Comment"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="binaryImage" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Place holder for a binary image - nonparsed data External General Notation</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="movingImage">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001film and video </xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ImageFormat"/>
				<xsd:element ref="Duration"/>
				<xsd:element ref="ImageColours"/>
				<xsd:element ref="Soundtrack"/>
				<xsd:element ref="NMedia"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ArtWork">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Art work e.g. drawing, painting, etching etc.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ImageFormat"/>
				<xsd:sequence minOccurs="0" maxOccurs="unbounded">
					<xsd:element ref="material"/>
					<xsd:element ref="Imagepart"/>
				</xsd:sequence>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="digitalImage">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Image recorded and stored in digital format</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ImageFileName"/>
				<xsd:element ref="ImageFormat"/>
				<xsd:element ref="NPixels" minOccurs="0"/>
				<xsd:element ref="ImageColours" minOccurs="0"/>
				<xsd:element ref="ImageFileSize"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="photographicImage">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001conventional photographic image e.g. plate, transparency or print</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ImageFormat"/>
				<xsd:element ref="PhotoProcess"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="PhotoProcess" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Imagepart" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001part of the image made of the material involved (e.g. frame = wood)</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ImageFormat">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Lookup term including Code for image format e.g. jpg, pcx, tif for digital images,  16mm, beta video, AVI, mpg for moving images
transparency, print for photographs etc.
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="NPixels" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Image pixel resolution e.g. 640 x 480</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ImageColours">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Colour state of the image e.g. monochrome, 16 bit, 24 bit, technicolour etc.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ImageFileSize" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001size of the stored image - usually a number with unit as an attribute e.g. megaBytes</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Soundtrack" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Soundtrack type e.g. Nicam Stereo, Dolby, mono etc.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="NMedia" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Number of media holding the moving image e.g. number of film reels or CDs</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="imageInReference">
		<xsd:annotation>
			<xsd:documentation>Added by CC. Oct. 2001Image in Reference allows the linking of images to documents and publications. This can be important for many reasons 
e.g. where the image may represent a type specimen or for tracking the publication history of images and image copies
</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="AltText" minOccurs="0"/>
				<xsd:sequence>
					<xsd:element ref="ImageFormat"/>
					<xsd:element ref="Reference"/>
					<xsd:element ref="LocationInReference" minOccurs="0" maxOccurs="unbounded"/>
				</xsd:sequence>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ImageContent">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001allows a structured analysis of the picture content for indexing purposes</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="LookupTerm"/>
					<xsd:sequence>
						<xsd:element ref="AltText"/>
						<xsd:element ref="Source" minOccurs="0"/>
					</xsd:sequence>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="specimenUnitImage">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="imageContext"/>
				<xsd:element ref="Image"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="imageContext" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001The context of the image in relation to the specimen or other types of derived unit - could be many e.g. original valid publication image, front view of lectotype etc.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LocationInReference">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Element listing the place in reference that an image or images are located</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ImagePageNumber" minOccurs="0"/>
				<xsd:element ref="ImagePlateNumber" minOccurs="0"/>
				<xsd:element ref="ImageFigureNumber" minOccurs="0"/>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ImagePageNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001page number for the imaged specimen</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ImagePlateNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Plate number for the imaged specimen</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ImageFigureNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Figure number for the imaged specimen</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GeologicalSpecimen" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="PalaeontologicalSpecimen" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="DistinguishingNumber" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Added by CC Oct. 2001Text for number or other registration mark applied to a specimen or group of specimens e.g from registration book, collectors note book, auction catalogue, batch number etc.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GeologicalRecord">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Stratigraphy"/>
				<xsd:element ref="GeologicalData"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GeologicalData">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:choice>
					<xsd:element ref="AltText"/>
					<xsd:element ref="measurement"/>
				</xsd:choice>
				<xsd:element ref="Comment" minOccurs="0"/>
			</xsd:sequence>
			<xsd:attribute name="GeolData-ID" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="material" type="xsd:string"/>
	<xsd:element name="ImageFileName" type="xsd:string"/>
	<xsd:element name="MeasurmentUnits" type="xsd:string"/>
	<xsd:element name="MeasurementAccuracy" type="xsd:string"/>
	<xsd:element name="MeasurementMethod" type="xsd:string"/>
	<xsd:element name="data" type="xsd:string"/>
	<xsd:element name="measurementType" type="xsd:string"/>
	<xsd:element name="mycologicalUnit">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="LichenMorphotype" minOccurs="0"/>
				<xsd:element ref="MycologicalLiveStage" minOccurs="0"/>
				<xsd:element ref="MycologicalSexualStage" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
