<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Markus Doering (BGBM) -->
<xs:schema targetNamespace="http://www.tdwg.org/schemas/abcd/1.48" xmlns:sea="http://www.bgbm.org/biodivinf/Schema/sea" xmlns="http://www.tdwg.org/schemas/abcd/1.48" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Units">
		<xs:annotation>
			<xs:documentation>A container for one or more unit data records</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Unit" type="UnitType" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>A container for all data referring to a unit (specimen or observation record)</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="AspectType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Orientation, outlook or aspect of slope</xs:documentation>
			<xs:appinfo>
				<sea:FullName>Aspect</sea:FullName>
				<sea:Content xml:lang="en">The orientation, outlook or aspect or direction of slope.</sea:Content>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>HISPID</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>Jim Croft 10/2002</sea:Reviewer>
				<sea:ExistingStandard>HISPID</sea:ExistingStandard>
				<sea:Example/>
				<sea:Comment xml:lang="en">This information is of particular interest in relation to exposure and incident sunlight.</sea:Comment>
				<sea:Comment xml:lang="en">The values in these fields are nearly always directional and restricted to mountainous or sloping ground.</sea:Comment>
				<sea:Comment xml:lang="en">The value 'Open' can be used to describe flat plains or exposed ridge crests; 'Closed' can be used for valleys or ravines.</sea:Comment>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Ordination" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">The direction, orientation or aspect of slope expressed in compass points</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">Ordination</sea:FullName>
						<sea:Content xml:lang="en">Orientation or bearing as an abbreviation of cardinal points</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Jim Croft 10/2002, W. Berendsohn 05/2003</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Example/>
						<sea:Comment xml:lang="en"/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:NMTOKEN">
						<xs:enumeration value="N"/>
						<xs:enumeration value="S"/>
						<xs:enumeration value="E"/>
						<xs:enumeration value="W"/>
						<xs:enumeration value="NE"/>
						<xs:enumeration value="SE"/>
						<xs:enumeration value="SW"/>
						<xs:enumeration value="NW"/>
						<xs:enumeration value="Open"/>
						<xs:enumeration value="Closed"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="CompassBearing" type="xs:decimal" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Orientation or bearing from North</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">Compass Degrees</sea:FullName>
						<sea:Content xml:lang="en">Orientation or bearing from North, expressed  in compass degrees</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Jim Croft 10/2002</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Example/>
						<sea:Comment xml:lang="en">May be used for recording aspect of a site or as part of the dip/strike measurement in geologic records.</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Accuracy" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Accuracy of aspect reading or estimation</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">Bearing Accuracy</sea:FullName>
						<sea:Content xml:lang="en">Accuracy of the bearing measurement of Aspect.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Jim Croft 10/2002</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote xml:lang="en">I have no idea how this element will be applied or who will use it  [JRC]</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AspectText" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Text expression of slope or aspect</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">Aspect Text</sea:FullName>
						<sea:Content xml:lang="en">The direction of aspect or slope expressed as text.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Jim Croft 10/2002</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Example xml:lang="en">South West facing slope</sea:Example>
						<sea:Example xml:lang="en">Westward cliff</sea:Example>
						<sea:Comment xml:lang="en">This field will as far as possible be a verbatim quote from the specimen label.</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="GatheringType">
		<xs:annotation>
			<xs:documentation>Elements describing the site and event of collecting or observing a unit.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="GatheringCode" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A string that identifies all material that resulted from a collecting event.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Gathering code</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard>NBN: Sample_Reference.</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: Field Number.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="GatheringDateTime" type="DateTimeType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Date(s) and time(s) of the gathering or observation event</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Gathering date and time</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard>HISPID4: cdat.</sea:ExistingStandard>
						<sea:ExistingStandard>HISPID4: cdat2.</sea:ExistingStandard>
						<sea:ExistingStandard>NBN: Survey_Event_Date (3 part vague date).</sea:ExistingStandard>
						<sea:ExistingStandard>BioCISE Model: GDate.</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: Year/Month/Day collected.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="GatheringAgents" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A container element for the agent(s) responsible for collecting or recording.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Gathering agents</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard>BioCISE Model: GatheringAgent incl. LegTm1_Fk, LegTmAl_Fk, LegTmPr_Fk.</sea:ExistingStandard>
						<sea:ExistingStandard>Sample_Recorder.</sea:ExistingStandard>
						<sea:Content>Either a single person or several persons forming a team or an organisation or (sometimes) a project name</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="GatheringAgent" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>The person, or one of the persons or team(s) or organization(s) responsible for collecting or recording. Attribute PrimaryCollectorFlag to denote first collector.</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Gathering agents</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard>BioCISE Model: GatheringAgent incl. LegTm1_Fk, LegTmAl_Fk, LegTmPr_Fk.</sea:ExistingStandard>
									<sea:ExistingStandard>Sample_Recorder.</sea:ExistingStandard>
									<sea:Content>An agent (person or organisation)</sea:Content>
									<sea:Example/>
									<sea:Comment>First Collector may be flagged by means of an attribute, which is normally a single person in charge of field book to which records are added or the team leader. It may be the person whose collection number is cited but it could be an organisation name where the collector is not known. Further collectors can be cited who were part of the team or other individuals who may have passed specimens or data onto the team.</sea:Comment>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="AgentText" type="String" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Free text details for Agent.</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Agent text</sea:FullName>
												<sea:Content xml:lang="en">Free text details for Agent.</sea:Content>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer>Neil Thomson</sea:Reviewer>
												<sea:ExistingStandard/>
												<sea:Example/>
												<sea:Comment xml:lang="en"/>
												<sea:Rule xml:lang="en"/>
												<sea:EditorialNote xml:lang="en"/>
											</xs:appinfo>
											<xs:documentation>Free text details for Agent.</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Agent text</sea:FullName>
												<sea:Content xml:lang="en">Free text details for Agent.</sea:Content>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer>Neil Thomson</sea:Reviewer>
												<sea:ExistingStandard/>
												<sea:Example/>
												<sea:Comment xml:lang="en"/>
												<sea:Rule xml:lang="en"/>
												<sea:EditorialNote xml:lang="en"/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
									<xs:element name="Organization" type="OrganisationType" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Agent organization name and code(s).</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Organization</sea:FullName>
												<sea:Content xml:lang="en">Agent organization name and code(s).</sea:Content>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer>Neil Thomson</sea:Reviewer>
												<sea:ExistingStandard/>
												<sea:Example/>
												<sea:Comment xml:lang="en"/>
												<sea:Rule xml:lang="en"/>
												<sea:EditorialNote xml:lang="en"/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
									<xs:element name="Person" type="PersonNameType" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Person agent name.</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Person</sea:FullName>
												<sea:Content xml:lang="en">Person agent name.</sea:Content>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer>Neil Thomson</sea:Reviewer>
												<sea:ExistingStandard/>
												<sea:Example/>
												<sea:Comment xml:lang="en"/>
												<sea:Rule xml:lang="en"/>
												<sea:EditorialNote xml:lang="en"/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
								</xs:sequence>
								<xs:attribute name="PrimaryCollectorFlag" type="xs:boolean"/>
							</xs:complexType>
						</xs:element>
						<xs:element name="GatheringAgentsText" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Free text representation of those responsible for collecting or recording.</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Project" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Project information concerning the gathering event.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Project</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard>BioCASE Model:  Project Proj_Pk.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="ProjectTitle" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Title of collection project</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Project title</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard>BioCASE Model:  ProjTitle.</sea:ExistingStandard>
									<sea:Content>Project name if of special importance or cited on a collection label</sea:Content>
									<sea:Example>Inventory of the Montecristo National Park</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Contact" type="ContactType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Contact details for Project Officer or other person with knowledge of the project.</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Project contact</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="PlatformName" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The 'platform' from which observations or collections were made,  e.g. the name of a research vessel or a remote operated vehicle</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Platform name</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard>BioCISE Model: PlatformNm.</sea:ExistingStandard>
						<sea:ExistingStandard>ASC: PLATFORM-NAM.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment>Refers to the 'platform' from which observations were made e.g. the name of a research vessel or a remote operated vehicle.</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="GatheringSite" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Location at which a Gathering Event takes place.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Gathering site</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>ITF.</sea:ExistingStandard>
						<sea:ExistingStandard>BioCISE Model: StatedLoc.</sea:ExistingStandard>
						<sea:ExistingStandard>HISPID4: Locality (loc).</sea:ExistingStandard>
						<sea:ExistingStandard>ASC: Locality-Nam.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment>Element contains both geospatial and descriptive elements.</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="LocalityText" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Original locality data as appearing on a label or in an original entry.</xs:documentation>
								<xs:appinfo>
									<sea:FullName xml:lang="en">Locality Text</sea:FullName>
									<sea:Content xml:lang="en">The locality data from the label as a string of text</sea:Content>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>HISPID</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Jim Croft</sea:Reviewer>
									<sea:ExistingStandard>HISPID</sea:ExistingStandard>
									<sea:Example xml:lang="en">New Caledonia, below summit region of Mt Mou.</sea:Example>
									<sea:Example xml:lang="en">New South Wales, Central Tablelands 12 km SW or Armidale.</sea:Example>
									<sea:Comment xml:lang="en">As far as possible this field should be transcribed verbatim from the specimen label</sea:Comment>
									<sea:Comment xml:lang="en">Where possible, the language of the label locality should be indicated with the language attribute.</sea:Comment>
									<sea:Rule xml:lang="en">Editorial omissions for brevity, etc. should be indicated with an ellipsis (...) and interpreted or implied text should be included in square brackets [ ].</sea:Rule>
									<sea:EditorialNote xml:lang="en">Clarification is needed as to whether this field includes the full locality information from the Continental level down, or just regional locality string excluding the higher level named areas or regions  [JRC]</sea:EditorialNote>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="ContinentOrOcean" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Name of Continent or Ocean. Separate from NamedArea for compatibility reasons. Derived datum if not in LocalityText.</xs:documentation>
								<xs:appinfo>
									<sea:FullName xml:lang="en">Continent or Ocean</sea:FullName>
									<sea:Content xml:lang="en">The standard name of the Continent or Ocean; the primary division of geographic locality.</sea:Content>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Jim Croft</sea:Reviewer>
									<sea:ExistingStandard>Darwin Core 2: Continent Ocean</sea:ExistingStandard>
									<sea:Example xml:lang="en">South America</sea:Example>
									<sea:Example xml:lang="en">Indian Ocean</sea:Example>
									<sea:Example xml:lang="en">Asia</sea:Example>
									<sea:Example xml:lang="en">South America</sea:Example>
									<sea:Comment xml:lang="en">Maps to Darwin Core 2: Continent Ocean.</sea:Comment>
									<sea:Rule/>
									<sea:EditorialNote xml:lang="en">The list of available Continent and Ocean names is probably small enough that it could be handled by a controlled enumeration. However, this may blow out when the equivalents in multiple languages are included. [JRC]</sea:EditorialNote>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Country" type="CountryType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Details of the country. Separate from NamedArea for compatibility reasons.</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Country</sea:FullName>
									<sea:Content xml:lang="en">Elements covering the representation of the country and its name.</sea:Content>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:ExistingStandard>Brummitt 1992</sea:ExistingStandard>
									<sea:ExistingStandard>HISPID4</sea:ExistingStandard>
									<sea:ExistingStandard>BioCASE Model:  GDate</sea:ExistingStandard>
									<sea:Example/>
									<sea:Comment xml:lang="en">Maps to Darwin Core 2: Country through either ISO2Letter (future) or CountryName (current). Historical country names and water bodies outside the coastal zone can be entered under named area.</sea:Comment>
									<sea:Comment xml:lang="en">CountryNameDerived is provided for a country name that has been derived, for example from a system supplied dictionary, by library consultation or other independent research.</sea:Comment>
									<sea:Comment xml:lang="en"/>
									<sea:Rule xml:lang="en">At least one of CountryName or ISO2 or ISO3 should be present but more are allowed. This should be the political country having jurisdiction over the collection site.</sea:Rule>
									<sea:EditorialNote xml:lang="en">Country names and ISO codes can theoretically be part of controlled enumerations but if included within the schema would blow it out to an unacceptable level; is it possible to refer to these lists externally with physically invoking them? [JRC]</sea:EditorialNote>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="NamedAreas" minOccurs="0">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="NamedArea" type="NamedAreaType" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>Atomised place names with possibility for hierarchical structuring.</xs:documentation>
										</xs:annotation>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="NearNamedPlaces" minOccurs="0">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="NamedPlaceRelation" minOccurs="0" maxOccurs="unbounded">
										<xs:complexType>
											<xs:sequence>
												<xs:element name="NearNamedPlace" type="StringLType" minOccurs="0">
													<xs:annotation>
														<xs:documentation>The nearest named place to the collection or observation location</xs:documentation>
														<xs:appinfo>
															<sea:FullName>Near named place</sea:FullName>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer>Jim Croft</sea:Reviewer>
															<sea:ExistingStandard>ABIS.</sea:ExistingStandard>
															<sea:ExistingStandard>AUSLIG.</sea:ExistingStandard>
															<sea:ExistingStandard>HISPID4: nnp.</sea:ExistingStandard>
															<sea:ExistingStandard>TDWG: Stanloc.</sea:ExistingStandard>
															<sea:Content/>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="NearNamedPlaceRelationTo" type="StringLType" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Distance and directional point.</xs:documentation>
														<xs:appinfo>
															<sea:FullName>Relation to nearest named place</sea:FullName>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard/>
															<sea:Content/>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
											<xs:attribute name="DerivedFlag" type="xs:boolean" default="false"/>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="AreaDetail" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Free text description of further details pertaining to the observation, sampling, or collection locality which which did not fit into</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Area detail</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>Additional locality details not covered by the named area or nearest named place elements</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="GML" type="xs:anyType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Spaceholder for GML-conformant schema extension to express locality coordinates and footprint data (Geographical Markup Language)</xs:documentation>
								<xs:appinfo>
									<sea:FullName>GML Type</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>Container for GML-Standard Elements</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="WFS" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Retrieval of a boundary polygon or centroid spatial reference relating to the gathering site. URL (GET) or POST text, for Web Feature Service (OpenGIS Consortium Specification 01-023) reference. Alternative GET or POST representation is specified by the GetPost attribute.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="WMSURL" type="xs:anyURI" minOccurs="0">
							<xs:annotation>
								<xs:documentation>URI (e.g. web address) for the location of a boundary polygon or centroid spatial reference relating to a gathering site, according to the Web Map Services (WMS) specification of the Open GIS Consortium</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Web Map Service URL</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment>WMS is already common use.  You can link to Microsoft's Terraserver and lots of other resources.[Reed Beaman]</sea:Comment>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="SiteCoordinateSets" minOccurs="0">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="SiteCoordinates" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>Attribute for Original data. Composite element to allow  recording multiple coordinates or same coordinate in different systems</xs:documentation>
											<xs:appinfo>
												<sea:FullName/>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard/>
												<sea:Content/>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="CoordinateMethod" type="String" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Coordinates measuring system e.g. GPS, field map reference, inferred map reference</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard>HISPID4: geosou (part).</sea:ExistingStandard>
															<sea:ExistingStandard>BioCASE Model:  CrdMsmthMtd .</sea:ExistingStandard>
															<sea:Content/>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="CoordinatesUTM" minOccurs="0">
													<xs:annotation>
														<xs:documentation/>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard/>
															<sea:Content/>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
														</xs:appinfo>
													</xs:annotation>
													<xs:complexType>
														<xs:sequence>
															<xs:element name="UTMZone" type="String">
																<xs:annotation>
																	<xs:documentation/>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>HISPID4: sqz.</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="UTMEastWest" type="String">
																<xs:annotation>
																	<xs:documentation/>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>HISPID4: sge (part).</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="UTMNorthSouth" type="String">
																<xs:annotation>
																	<xs:documentation/>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>HISPID4: sgn  (part).</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="UTMMethod" type="String" minOccurs="0">
																<xs:annotation>
																	<xs:documentation/>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
												<xs:element name="CoordinatesGrid" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Geospatial coordinates recorded using a grid system</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard>BioCASE Model:  Geospatial Coordinates GridSysNam, GridCode, GridPreQual, CrdMsmtMth.</sea:ExistingStandard>
															<sea:Content/>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
														</xs:appinfo>
													</xs:annotation>
													<xs:complexType>
														<xs:sequence>
															<xs:element name="GridCellSystem" type="String">
																<xs:annotation>
																	<xs:documentation>Grid system name e.g. "GB OS"</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>BioCASE Model:  GrdSystTxt.</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="GridCellCode" type="String">
																<xs:annotation>
																	<xs:documentation/>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="GridQualifier" type="String" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Grid reference precision qualifier</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>BioCASE Model:  GridPrecQual.</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
												<xs:element name="CoordinatesLatLong" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Element that allows the recording of the latitude and longitude of a recording or collecting position. Could be simplified by converting many of the sub-elements into attributes.</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard>ABIS.</sea:ExistingStandard>
															<sea:ExistingStandard>ITF.</sea:ExistingStandard>
															<sea:ExistingStandard>AUSLIG.</sea:ExistingStandard>
															<sea:Content/>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
														</xs:appinfo>
													</xs:annotation>
													<xs:complexType>
														<xs:sequence>
															<xs:element name="LongitudeDecimal" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Maps to Darwin Core 2: Longitude. Express in decimal degrees</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>Darwin Core 2: Longitude.</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="LatitudeDecimal" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Maps to Darwin Core 2: Latitude. Express in decimal degrees</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>Darwin Core 2: Latitude.</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="SpatialDatum" type="String" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Mathematical surface on which the mapping and coordinate system used for the geocodes of the record are based</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>AS/NZS4270 spatial transfer standard, SDTS spatial transfer standard.</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="ISOAccuracy" type="String" minOccurs="0">
																<xs:annotation>
																	<xs:documentation/>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccuracyStatement" type="String" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Free text statement of degree of accuracy</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>HISPID4: includes geoacy  TDWG: LatAccurr, LongAccur.</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="CoordinateErrorDistanceInMeters" type="xs:decimal" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Maps to Darwin Core 2: Coordinate Precision. An estimate of how tightly the collecting locality was specified; expressed as a distance in meters corresponding to a radius around the Lat/Long coordinates. Use NULL where precision is unknown, cannot be estimated or is not applicable.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer>Neil Thomson 7/2002</sea:Reviewer>
																		<sea:ExistingStandard>Darwin Core 2: Coordinate Precision.</sea:ExistingStandard>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="CoordinateErrorMethod" type="String" minOccurs="0"/>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
												<xs:element name="CoordinatesText" minOccurs="0"/>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="Altitude" type="MeasurementOrFactType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Distance above (positive) or below sea level of the collecting locality.</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Altitude</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 02 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard>Darwin Core 2: Minimum Elevation (lower value).</sea:ExistingStandard>
									<sea:ExistingStandard>Darwin Core 2: Maximum Elevation (upper value).</sea:ExistingStandard>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment>Although this could be covered by a generic element for site measurements, the separate Altitude element is preserved for the sake of clarity.</sea:Comment>
									<sea:Comment>Note the difference to the Height and Depth elements, which are measured relative to a local surface.</sea:Comment>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Depth" type="MeasurementOrFactType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Vertical distance measure in relation to a ground datum, e.g. water level, which normally forms the upper limit of a possible range.</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Depth</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard>Darwin Core 2: Minimum Depth (lower value).</sea:ExistingStandard>
									<sea:ExistingStandard>Darwin Core 2: Maximum Depth (higher value).</sea:ExistingStandard>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment>Although this could be covered by a generic element for site measurements, the separate Depth element is preserved for the sake of clarity.</sea:Comment>
									<sea:Rule>Positive below the surface, negative above (e.g. collecting above sea level in tidal areas).</sea:Rule>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Height" type="MeasurementOrFactType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Vertical distance measure in relation to a ground datum, e.g. ground level, which normally forms the lower limit of a possible range.</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Height</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard>Darwin Core 2: Minimum Depth (lower value). Darwin Core 2: Maximum Depth (higher value).</sea:ExistingStandard>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment>Although this could be covered by a generic element for site measurements, the separate Height element is preserved for the sake of clarity.</sea:Comment>
									<sea:Rule>Positive above the surface.</sea:Rule>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Stratigraphy" type="StratigraphyType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A container for geological dating and rock unit names related to the site or sample locations</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Stratigraphy</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard>LNHM model.</sea:ExistingStandard>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment>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 status is unknown or for more full descriptions of stratigraphy of site.</sea:Comment>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="BiotopeData" minOccurs="0">
							<xs:annotation>
								<xs:documentation>An container element for citing biotope type terms (e.g. classification terms) and measurements  (e.g. vegetation height) related to the unit's gathering site</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="BiotopeClassification" type="StringLType" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Attribute for classification system used.</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Biotope classification</sea:FullName>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard>NBN: Short_Name.</sea:ExistingStandard>
												<sea:Content/>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
									<xs:element name="BiotopeName" type="StringLType" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Attribute for type designating ShortName, Long name, Code, or BiotopeText</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Biotope name</sea:FullName>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard>NBN: Long_Name.</sea:ExistingStandard>
												<sea:Content/>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
									<xs:element name="BiotopeText" type="StringLType" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Free text field for informal recording of Biotope</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Biotope text</sea:FullName>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard/>
												<sea:Content/>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
									<xs:element name="BiotopeMeasurements" minOccurs="0">
										<xs:annotation>
											<xs:documentation>A container allowing to linking any biotope-related measurement to the site description</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Biotope measurements</sea:FullName>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard/>
												<sea:Content/>
												<sea:Example/>
												<sea:Comment>Although this could be covered by a generic element for site measurements, the separate element is preserved for the sake of clarity.</sea:Comment>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="BiotopeMeasurement" type="MeasurementOrFactType" minOccurs="0" maxOccurs="unbounded">
													<xs:annotation>
														<xs:documentation>A measurement (e.g. biotope area size) of the biotope at the gathering site</xs:documentation>
														<xs:appinfo>
															<sea:FullName>Biotope measurement</sea:FullName>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
															<sea:ExistingStandard>NBN: biotope_occurrence_data.</sea:ExistingStandard>
															<sea:Content/>
															<sea:Example/>
															<sea:Comment>Although this could be covered by a generic element for site measurements, the separate element is preserved for the sake of clarity.</sea:Comment>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="Synecology" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Relationship of the unit gathered with other taxa at the gathering site</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Synecology</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard>HISPID4: asspp.</sea:ExistingStandard>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment>Note this can be recorded as a feature of a location (e.g. as a syntaxon, or that at this site the following species are known to grow together) or can be used to record an observed relationship (e.g. caterpillar and observed food plant, parasite and host etc.) but this should better be expressed as a unit association</sea:Comment>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="Syntaxon" type="String" minOccurs="0">
										<xs:annotation>
											<xs:documentation>A syntaxon name and category assigned to the gathering site.</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Syntaxon</sea:FullName>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
												<sea:ExistingStandard/>
												<sea:Content/>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
									<xs:element name="Comment" type="StringLType" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Free text comment on synecological features of the gathering site.</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Comment</sea:FullName>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard/>
												<sea:Content/>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
									<xs:element name="AssociatedTaxa" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Other taxa observed at the gathering site</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Associated taxa</sea:FullName>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
												<sea:ExistingStandard/>
												<sea:Content/>
												<sea:Example/>
												<sea:Comment>Note that the determination of the associated taxa in this case relies on the collector's information</sea:Comment>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="TaxonIdentified" type="TaxonIdentifiedType" minOccurs="0" maxOccurs="unbounded">
													<xs:annotation>
														<xs:documentation>Other taxon found at the gathering site</xs:documentation>
														<xs:appinfo>
															<sea:FullName>Taxon identified</sea:FullName>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard/>
															<sea:Content/>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="Aspect" type="AspectType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Facing direction (aspect) of whole site or sample point.</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Aspect</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard>HISPID4: Aspect (asp).</sea:ExistingStandard>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment>Measured in either letters (e.g. NE, SW) or Degrees (e.g. 270).</sea:Comment>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Slope" type="MeasurementOrFactType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Measurement of the angle of slope either as free text or in number of degrees</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Slope</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn 01 Mar 2003</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment>Although this could be covered by a generic element for site measurements, the separate Slope element is preserved for the sake of clarity.</sea:Comment>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Notes" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation/>
								<xs:appinfo>
									<sea:FullName>Notes</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="IdentificationType">
		<xs:annotation>
			<xs:documentation>The application of a name (or concept), i.e. the data pertaining to an identification event and the result of the identification itself.</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>ABCD Editorial Team</sea:Reviewer>
				<sea:ExistingStandard>HISPID, DarwinCore</sea:ExistingStandard>
				<sea:Content>A complex type that supports the application of a name (or concept) to a Unit (specimen, observation, etc.), with appropriate metadata about the Identification.  Also known as Determination.</sea:Content>
				<sea:Example>See component elements</sea:Example>
				<sea:Comment/>
				<sea:Rule>An Identification must include a TaxonIdentified. At least one instance of this type should be designated as the preferred identification.  More than one identification could be marked as preferred, but only in cases where the same taxon has a valid name under two codes of nomenclature.</sea:Rule>
				<sea:EditorialNote>Should TaxonIdentified be called TaxonomicIdentification? and the type TaxonomicIdentificationType.</sea:EditorialNote>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="IdentificationResult">
				<xs:annotation>
					<xs:documentation>The result of the identification, currently either a material (substrate) or a taxon name, but in the future to be extended to include other types of identifications used in natural history collections.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:choice>
						<xs:element name="TaxonIdentified" type="TaxonIdentifiedType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The Taxon (concept) or Taxonomic name assigned to the unit (or excluded, "non") in the Identification.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="MaterialIdentified" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A material identified as the result of the identification event (e.g. a non-organismic substrate of a microorganism)</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:choice>
				</xs:complexType>
			</xs:element>
			<xs:element name="PreferredFlag" type="xs:boolean" minOccurs="0">
				<xs:annotation>
					<xs:documentation>True to designate current identification.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="NonFlag" type="xs:boolean" minOccurs="0">
				<xs:annotation>
					<xs:documentation>True to designate negative identifications.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="StoredUnderFlag" type="xs:boolean" minOccurs="0">
				<xs:annotation>
					<xs:documentation>True to designate the idenfication under which the entire unit is stored (in a physical collection) or otherwise preferrably referenced.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="IdentificationRole" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Used to designate the role of the identification result (e.g. substrate, isolate, host, parasite, etc.)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Identifier" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The Person, PersonTeam, or Organization that made the identification.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Charles Copp 10/2001. ABCD Workshop . Walter Berendsohn 9/2002.</sea:Reviewer>
						<sea:ExistingStandard>HISPID4: vnam; NBN: determiner.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="IdentifierPersonName" type="PersonNameType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Atomised data for the parts of the Identifier's name.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Charles Copp 2001.</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote>ABCD Workshop 1</sea:EditorialNote>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Organization" type="OrganisationType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The Organisation the Identifier is affiliated with, or the Organisation (institution) acting as the identifier.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="IdentificationSource" type="ReferenceType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A reference which has provided the identification (and - if present - the identifier's name and/or organisation),  i.e. the entire identification event was taken from literature (or a comparable source) given here.</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="IdentificationDate" type="DateTimeType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Date the Identification was made.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>HISPID4 : vdat and  texvdat are included.</sea:ExistingStandard>
						<sea:ExistingStandard>NBN: determination_date (vague date )</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2 fields: YearIdentified, MonthIdentified, DayIdentified.</sea:ExistingStandard>
						<sea:Content>See DateType for general usage.  Identification dates are commonly unknown (element optional), or incompletely known.  Missing information reduces precision of the date; i.e., known only to Year or Year and Month.  Sometimes identification dates are inferred from a researcher's visit or duration of a loan.</sea:Content>
						<sea:Example>1985-07-14</sea:Example>
						<sea:Example>July 14</sea:Example>
						<sea:Example>July 14, 1985</sea:Example>
						<sea:Example>July 14, 1985</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote>We probably don't need IdentificationDate to support the full range of date time elements that are present in the DateTimeType.  It's hard to imagine a realistic case where time of day could be relevant to an identification.  If year is unknown, simple text will provide the only function needed -- human readability of the existing information.  (Retrieval and sorting by interval in the annual cycle, as we want to support with CollectionDate, is irrelevant in this case.)  A single ISO 8061 Date field, along with an IdentificationDate text is sufficient to cover the needs around this concept.  -- Blum, 2002-12-10</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="IdentificationReference" type="ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>A reference (e.g. an article or monograph) that was used as the base for the identifier's taxon identification (e.g. by means of providing a key or a description of the taxon). It circumscribes the taxon identified (and thus can act as a potential taxons sec. reference).</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>HISPID4: vlit.</sea:ExistingStandard>
						<sea:ExistingStandard>NBN: Source.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote>Issue 1:  I think IdentificationReference and IdentificationSource have reversed names and semantics.  Source should refer to where the identification is recorded, while "reference" should refer to a publication used to make the determination, but not containing the identification.  Issue 2:  Should we recommend that "field tag", and "determination slip" be recorded when something "usual" is the IdentificationReference.  In my experience, IdentificationReference is not recorded in cases that are typical (e.g., det.slip, field tag). The reference is recorded only when the reference is a published work and when that specimen's identity is a prominent feature of the publication.  Simply being listed in the material examined section would not be significant enough to warrant the effort of entering a special IdentificationSource record. (Listing in a material examined section would warrant a general bibliographic citation for a Unit.). Done.</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="IdentificationMethod" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The method by which the identification was obtained, e.g. details of molecular analysis or acoustical procedures.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="IdentificationNotes" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Supplementary remarks about the identification.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>HISPID4: idcom.</sea:ExistingStandard>
						<sea:ExistingStandard>NBN: Comme.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="NamedAreaType">
		<xs:annotation>
			<xs:documentation>The name and category of an administrative or geoecological area.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="NamedAreaClass" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Allows recording of categories for local or national subdivision levels, geomorphological units, protected areas, etc.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Named area class</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 02 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>Classification categories, which are often treated as individual elements in other standards.</sea:Content>
						<sea:Example>County</sea:Example>
						<sea:Example>District</sea:Example>
						<sea:Example>State</sea:Example>
						<sea:Example>Municipio</sea:Example>
						<sea:Example>Island</sea:Example>
						<sea:Example>Island group</sea:Example>
						<sea:Example>Water body</sea:Example>
						<sea:Example>Drainage</sea:Example>
						<sea:Example>National park</sea:Example>
						<sea:Example>Mountain</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="NamedAreaName" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Name of a geographic, geomorphological, geoecological, or administrative area.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Area name</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 02 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Locality.</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: State Province.</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: County.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example>Atlantic coast</sea:Example>
						<sea:Example>Santa Cruz</sea:Example>
						<sea:Example>Weinheim</sea:Example>
						<sea:Example>Andes</sea:Example>
						<sea:Example>El Imposible</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AreaCodeStandard" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Standard coding scheme the AreaCode adheres to.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Area code standard</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 02 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>The name of a standard scheme for area codes</sea:Content>
						<sea:Example>Euro+Med standard territories</sea:Example>
						<sea:Example>TDWG World Geographical Scheme for Recording Plant Distributions version 1</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AreaCode" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Abbreviation or code for area names</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Area code</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 02 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard>TDWG World Geographical Scheme for Recording Plant Distributions version 1</sea:ExistingStandard>
						<sea:ExistingStandard>Euro+Med standard territories</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DataSource" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName>Data source</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote>It is presently not clear, what this reference refers to [WB]</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="UnitAssemblageType">
		<xs:annotation>
			<xs:documentation>A category assignment to group several units together.</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard/>
				<sea:Content>A unit assemblage serves to handle several units.</sea:Content>
				<sea:Example>herd of animals</sea:Example>
				<sea:Example>batches of specimens</sea:Example>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="AssemblageID" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identifier for assemblage.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Identifier for assemblage.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AssemblageName" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Name of assemblage.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Name of assemblage.</sea:Content>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="UnitAssociationType">
		<xs:annotation>
			<xs:documentation>A polar relationship with another unit.</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard/>
				<sea:Content>Identifiers for a unit associated with this unit.</sea:Content>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="AssociatedUnitSourceInstitutionCode" type="String">
				<xs:annotation>
					<xs:documentation>First part of a fully qualified identifier of a related item's dataset.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AssociatedUnitSourceName" type="String">
				<xs:annotation>
					<xs:documentation>Second part of a fully qualified identifier of a related item's dataset.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>Together with AssociatedUnitID this maps to Darwin Core 2: Related Catalog Item.</sea:ExistingStandard>
						<sea:Content>First part of a fully qualified identifier of a related item within a dataset.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AssociatedUnitID" type="String">
				<xs:annotation>
					<xs:documentation>Fully qualified identifier of the related item within the specified dataset.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>Darwin Core 2: Related Catalog Item.</sea:ExistingStandard>
						<sea:Content>Second part of a fully qualified identifier of a related item within the a dataset.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AssociationType" type="StringLType">
				<xs:annotation>
					<xs:documentation>Description of the association.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>Darwin Core 2: Relationship Type.</sea:ExistingStandard>
						<sea:Content>Description of the association.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Comment" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Further information about an association.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Further information about an association.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="UnitType">
		<xs:annotation>
			<xs:documentation>Elements for all unit-level data</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="UnitGUID" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A globally unique identifier for the unit record. The exact format and/or semantics are still under discussion.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SourceInstitutionID" type="InstitutionCodeType">
				<xs:annotation>
					<xs:documentation>Unique identifier (code or name) of the institution holding the original data source (first part of dataset identifier). In specimen collections, this is normally the institution or private holder of the collection itself.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Source institution code</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 16 Jan 2004</sea:Reviewer>
						<sea:ExistingStandard>FAO/IPGRI multi-crop passport descriptors (MCPD)</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO: Institution Code</sea:ExistingStandard>
						<sea:Content>An institutional abbreviation, perhaps with indication of the standard it pertains to (e.g. IH-P for Index Herbariorum and the herbarium at the MNHN in Paris. A controlled vocabulary for collection institutions, but inclusion of private collections must be made possible. For FAO/IPGRI and EURISCO, this is defined as the FAO Institute Code of the institute where the accession is maintained, which consists of the 3-letter ISO 3166 country code of the country where the institute is located plus a three-digit number.</sea:Content>
						<sea:Example/>
						<sea:Comment>The units within the datasource are not necessarily all owned or administered by this institution</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SourceID" type="String">
				<xs:annotation>
					<xs:documentation>Name or code of the data source (unique within the institution, second part of the dataset identifier)</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Source name</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>ITIS*ca draft metadata</sea:ExistingStandard>
						<sea:Content>May be the name of a collection if all records stem from a single collection. Together with the element SourceInstitutionCode, SourceName provides a unique identifier for the dataset's original source</sea:Content>
						<sea:Example/>
						<sea:Comment>Mandatory second partial identifier for a dataset.</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="UnitID" type="String">
				<xs:annotation>
					<xs:documentation>A unique identifier for the unit record within the data source. Preferrably, the ID should be stable in the database, so that it also can be used to find the same record again (e.g. for data exchange purposes).</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Unit Identifier</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 14 Jan 2004</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3: Accession Identifier (=UNIQUEID, =ACCESSIONID, =accid).</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2: Accession Identifier (=accid).</sea:ExistingStandard>
						<sea:ExistingStandard>BioCISE Model: Unit_ID.</sea:ExistingStandard>
						<sea:ExistingStandard>NBN: Sample_KeyUnit key or Identifying number - can be multiple.</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: Catalog Number.</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO: Accession number</sea:ExistingStandard>
						<sea:ExistingStandard>FAO/IPGRI MCPD: Accession number.</sea:ExistingStandard>
						<sea:Content>An identifier for the unit record, unique within the DataSet. Should provide the key by which a specimen or specimen component can be identified.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="LastEditor" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Name or other indication of the person or team that created or last edited this record.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>BioCASE Collection Profile.</sea:ExistingStandard>
						<sea:Content>Name of the person who last edited this record.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DateLastEdited" type="xs:date" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Date of creation or last change of this unit record.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Date last edited</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3: -.</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2: -.</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: Catalog Number.</sea:ExistingStandard>
						<sea:Content>Simple date indicating the last change of the record.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="UnitIDNumeric" type="xs:int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Numeric catalogue number. Facilitates soriting of numbers.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Numeric catalogue number.</sea:Content>
						<sea:Example/>
						<sea:Comment>Where present, this allows searches on a range of catalogue numbers.</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="UnitIPRStatements" type="IPRStatementsLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Specific rights, terms and other conditions pertaining to the individual record. If present, override the equivalent statements on the level of dataset.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Copyright, IPR, and ownership for the individual unit record where different from those stated under DataSet, over which they take preference</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="RecordBasis" minOccurs="0">
				<xs:annotation>
					<xs:documentation>An indication of what the record represents.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Physical basis of the record</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 1/2004</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Basis of Record.</sea:ExistingStandard>
						<sea:Content>An abbreviation or controlled vocabulary indicating what the record represents.</sea:Content>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote>Has been turned into an enumerated type after ABCD v. 1.2</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:Name">
						<xs:enumeration value="living"/>
						<xs:enumeration value="dormant"/>
						<xs:enumeration value="culture"/>
						<xs:enumeration value="preserved"/>
						<xs:enumeration value="observation"/>
						<xs:enumeration value="photography"/>
						<xs:enumeration value="fossil"/>
						<xs:enumeration value="other"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="NamedCollections" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Unit may belong to one or several collections or survey projects which have distinctive names and do not correspond to the SourceName.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="NamedCollection" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>A (sub-)collection name or survey project.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>Unit may belong to one or several collections or survey projects which have distinctive names</sea:Content>
									<sea:Example>Stanley-Lewis Bird's Egg Collection</sea:Example>
									<sea:Example>National Clematis Collection.</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
							<xs:complexType>
								<xs:simpleContent>
									<xs:extension base="StringLType">
										<xs:attribute name="dbid" type="String" use="optional"/>
									</xs:extension>
								</xs:simpleContent>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Identifications" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Identification" type="IdentificationType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>In cases where more than one name applies to a single unit, several identifications should be formed and flagged as preferred. Relationships between differently identified sub-units of the unit can be specified by means of a role.</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Assignation of a scientific or vernacular name to the unit.</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="IdentificationHistory" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>This is a free text field for use when extracting data from datasources where the identification or verification history (or part of it)  is a free text field. In normal circumstances the history can be constructed by sorting identification events by date and reference to the preferred identification flag</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard>HISPID4: vhist.</sea:ExistingStandard>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="UnitCollectionDomain" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A container for collection type and/or taxonomic domain-specific schema extensions (subtypes of the Unit).</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:choice>
						<xs:element name="CultureCollectionUnit" type="CultureCollectionUnitType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Data specific to microbial and similar culture methods.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="MycologicalUnit" type="MycologicalUnitType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Data specific to mycological and lichenological units.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="HerbariumUnit" type="HerbariumUnitType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Data specific to herbarium specimens (incl. mycological specimens).</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="BotanicalGardenUnit" type="BotanicalGardenUnitType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Data specific to units in horticultural collections.</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Botanical garden unit</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn</sea:Reviewer>
									<sea:ExistingStandard>HISPID 3: n/a.</sea:ExistingStandard>
									<sea:ExistingStandard>ITF 2: Accession data (group)</sea:ExistingStandard>
									<sea:Content/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="PlantGeneticResourcesUnit" type="PGRUnitType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Data specific to units in plant genetic resource collections, e.g. gene banks.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ZoologicalUnit" type="ZoologicalUnitType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Data specific to zoological units.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="PalaeontologicalUnit" type="PalaeontologicalUnitType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Data specific to palaeontological units.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:choice>
				</xs:complexType>
			</xs:element>
			<xs:element name="UnitStateDomain" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A container for physical state-specific subtypes of the Unit</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:choice>
						<xs:element name="SpecimenUnit" minOccurs="0">
							<xs:annotation>
								<xs:documentation>A Unit subtype containing data elements specific to specimens.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>A Unit subtype containing data elements specific to physical specimens.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="SpecimenUnitOwner" type="ContactType" minOccurs="0">
										<xs:annotation>
											<xs:documentation>The legal owner or holder of the physical specimen</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="Acquisition" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Acquisition date, source and type.</xs:documentation>
											<xs:appinfo>
												<sea:FullName/>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard/>
												<sea:Content>Acquisition date, source and type.</sea:Content>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="AcquisitionDate" type="String" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Textual statement of the  date of acquisition of the specimen by the institution</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard/>
															<sea:Content>The date that the specimen was acquired by the institution.</sea:Content>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="AcquisitionSourceText" type="StringLType" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Free text field for informal recording of acquisition source details.</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard>ITF 2: Donor (=don)</sea:ExistingStandard>
															<sea:Content>Free text field for informal recording of acquisition source details.</sea:Content>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="AcquisitionType" type="StringLType" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Type of acquisition.</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard/>
															<sea:Content>Type of acquisition.</sea:Content>
															<sea:Example>Bequest</sea:Example>
															<sea:Example>Purchase</sea:Example>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="AcquiredFrom" type="ContactType" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Name of person and/or organisation the unit was acquired from (e.g. depositor of a strain).</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="Accessions" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Accession details.</xs:documentation>
											<xs:appinfo>
												<sea:FullName/>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard/>
												<sea:Content>Accession details.</sea:Content>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence maxOccurs="unbounded">
												<xs:annotation>
													<xs:documentation>Repeatable triple to accommodate accession number in multiple catalogues.</xs:documentation>
												</xs:annotation>
												<xs:element name="AccessionDate" type="String" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Textual statement of the date on which the accession was recorded.</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard>BioCISE Model: AccDate.</sea:ExistingStandard>
															<sea:Content>The date on which an accession was recorded in the accessions register.</sea:Content>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="AccessionCatalogue" type="String" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard/>
															<sea:Content>Identifier of an accessions catalogue or numbering scheme which contains the SpecimenUnit</sea:Content>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="AccessionNumber" type="String" minOccurs="0">
													<xs:annotation>
														<xs:documentation>The institutional number applied to an accession and recorded in the accessions register.</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard>BioCISE Model: AccCode_Pk.</sea:ExistingStandard>
															<sea:Content>The institutional number applied to an accession and recorded in the accessions register.</sea:Content>
															<sea:Example>Helps to link items (e.g. several specimens may share one accession number).</sea:Example>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="UnitPreparation" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Specimen preparation details.</xs:documentation>
											<xs:appinfo>
												<sea:FullName/>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard/>
												<sea:Content>Specimen preparation details.</sea:Content>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="PreparationType" type="StringLType" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Description of preparation type.</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard>Darwin Core 2: Preparation Type.</sea:ExistingStandard>
															<sea:Content/>
															<sea:Example>Skin</sea:Example>
															<sea:Example>Slide</sea:Example>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="PreparationProcess" type="StringLType" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Process used in preparing the specimen.</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard/>
															<sea:Content>Process used in preparing the specimen.</sea:Content>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="PreparationMaterials" type="StringLType" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Materials and chemicals used in the preparation of the specimen.</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard/>
															<sea:Content>Materials and chemicals used in the preparation of the specimen.</sea:Content>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
												</xs:element>
												<xs:element name="PreparationAgent" type="ContactType" minOccurs="0">
													<xs:annotation>
														<xs:documentation>Person and/or institution responsible for or effecting the preparation.</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="SpecimenUnitPart" type="StringLType" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Part(s) of organism represented by this specimen.</xs:documentation>
											<xs:appinfo>
												<sea:FullName/>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard>LNHM: specimen part</sea:ExistingStandard>
												<sea:Content>Part(s) of organism represented by this specimen.</sea:Content>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
									<xs:element name="SpecimenUnitMarks" minOccurs="0">
										<xs:complexType>
											<xs:sequence>
												<xs:element name="SpecimenUnitMark" minOccurs="0" maxOccurs="unbounded">
													<xs:annotation>
														<xs:documentation>Label text(s), writing or inscription(s).</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard>LNHM.</sea:ExistingStandard>
															<sea:Content>The text of labels attached or associated to the unit, or writing or other inscription directly upon or carved into it.</sea:Content>
															<sea:Example/>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
													<xs:complexType>
														<xs:sequence>
															<xs:element name="MarkType" type="StringLType" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Label or inscription</xs:documentation>
																	<xs:documentation>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="MarkText" type="StringLType" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Text transcription of an inscription</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content/>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="PositionOnObject" type="StringLType" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Position of inscription, writing or mark.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content>Position of inscription, writing or mark.</sea:Content>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="MarkAuthor" type="String" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Name of person who created the label, writing or inscription.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content>Name of person who created the label, writing or inscription.</sea:Content>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="MarkComment" type="StringLType" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Summary, interpretation or opinion of the text.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content>Summary, interpretation or opinion of the text.</sea:Content>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="SpecimenUnitHistory" minOccurs="0">
										<xs:annotation>
											<xs:documentation>A wrapper for previous units.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
												<xs:element name="PreviousUnits" minOccurs="0">
													<xs:complexType>
														<xs:sequence>
															<xs:element name="PreviousUnit" maxOccurs="unbounded">
																<xs:annotation>
																	<xs:documentation>A container for past ID and location of this specimen.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content>History of specimen</sea:Content>
																		<sea:Example>Changes of ownership and transfers between collections by sale, splitting or merging of collections</sea:Example>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
																<xs:complexType>
																	<xs:sequence>
																		<xs:element name="PreviousSourceInstitutionID"/>
																		<xs:element name="PreviousSourceID" type="String">
																			<xs:annotation>
																				<xs:documentation>Name or code of collection previously holding this specimen.</xs:documentation>
																				<xs:appinfo>
																					<sea:FullName/>
																					<sea:Audience>BioCASE</sea:Audience>
																					<sea:Audience>CODATA TDWG</sea:Audience>
																					<sea:Reviewer/>
																					<sea:ExistingStandard/>
																					<sea:Content>Name of collection previously holding this specimen.</sea:Content>
																					<sea:Example/>
																					<sea:Comment/>
																					<sea:Rule/>
																					<sea:EditorialNote/>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:element>
																		<xs:element name="PreviousUnitID" type="String">
																			<xs:annotation>
																				<xs:documentation>Identifier of specimen in previous collection.</xs:documentation>
																				<xs:appinfo>
																					<sea:FullName/>
																					<sea:Audience>BioCASE</sea:Audience>
																					<sea:Audience>CODATA TDWG</sea:Audience>
																					<sea:Reviewer/>
																					<sea:ExistingStandard>BioCISE Model: Unit_ID.</sea:ExistingStandard>
																					<sea:ExistingStandard>ITF-2: Donor's Accession Identifier (=donac).</sea:ExistingStandard>
																					<sea:ExistingStandard>NBN: Sample_KeyUnit key or Identifying number - can be multiple.</sea:ExistingStandard>
																					<sea:ExistingStandard>Darwin Core 2: Previous Catalog Number.</sea:ExistingStandard>
																					<sea:Content>Identifier of specimen in previous collection.</sea:Content>
																					<sea:Example/>
																					<sea:Comment/>
																					<sea:Rule/>
																					<sea:EditorialNote/>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:element>
																		<xs:element name="Date" type="DateTimeType" minOccurs="0">
																			<xs:annotation>
																				<xs:documentation>Dates that the specimen was held in previous collection.</xs:documentation>
																				<xs:appinfo>
																					<sea:FullName/>
																					<sea:Audience>BioCASE</sea:Audience>
																					<sea:Audience>CODATA TDWG</sea:Audience>
																					<sea:Reviewer/>
																					<sea:ExistingStandard>NBN: vaguedatestart, vaguedateend and vaguedatetype.</sea:ExistingStandard>
																					<sea:Content>Dates that the specimen was held in previous collection.</sea:Content>
																					<sea:Example/>
																					<sea:Comment/>
																					<sea:Rule/>
																					<sea:EditorialNote/>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:element>
																		<xs:element name="Comment" type="StringLType" minOccurs="0">
																			<xs:annotation>
																				<xs:documentation>Any further information about this specimen in its previous collection.</xs:documentation>
																				<xs:appinfo>
																					<sea:FullName/>
																					<sea:Audience>BioCASE</sea:Audience>
																					<sea:Audience>CODATA TDWG</sea:Audience>
																					<sea:Reviewer/>
																					<sea:ExistingStandard/>
																					<sea:Content>Any further information about this specimen in its previous collection.</sea:Content>
																					<sea:Example/>
																					<sea:Comment/>
																					<sea:Rule/>
																					<sea:EditorialNote/>
																				</xs:appinfo>
																			</xs:annotation>
																		</xs:element>
																		<xs:element name="PreviousUnitText" type="StringLType" minOccurs="0">
																			<xs:annotation>
																				<xs:documentation>An alternative text identifying the previous unit when no ABCD standard ID s can be assigned.</xs:documentation>
																			</xs:annotation>
																		</xs:element>
																	</xs:sequence>
																</xs:complexType>
															</xs:element>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
												<xs:element name="PreviousUnitsText" minOccurs="0"/>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="NomenclaturalTypeDesignations" minOccurs="0">
										<xs:complexType>
											<xs:sequence>
												<xs:element name="NomenclaturalTypeDesignation" minOccurs="0" maxOccurs="unbounded">
													<xs:annotation>
														<xs:documentation>Information on the type status of the specimen.</xs:documentation>
														<xs:appinfo>
															<sea:FullName>Nomenclatural type designation</sea:FullName>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer>Berendsohn 12 Jan 2004</sea:Reviewer>
															<sea:ExistingStandard/>
															<sea:Content>Information on the type status of the specimen.</sea:Content>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
													<xs:complexType>
														<xs:sequence>
															<xs:element name="TypifiedName" type="ScientificNameType" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>The name based on the specimen.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName>Typified name</sea:FullName>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer>Berendsohn 12 Jan 2004</sea:Reviewer>
																		<sea:ExistingStandard>HISPID4: basnam.</sea:ExistingStandard>
																		<sea:ExistingStandard>TLR.</sea:ExistingStandard>
																		<sea:Content>The name based on the specimen.</sea:Content>
																		<sea:Example>Bauhinia divaricata L.</sea:Example>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>An alternative solution to this unstructured element would be the use of the scientific name structure given under identification</sea:EditorialNote>
																		<sea:EditorialNote>It has been suggested to treat the type assignation as a special case of identification. Although this is without doubt true, it would mean to introduce the entire typification structure to the identification structure (because more than on name may be directly typified by the same specimen). As nomeclatural types are only a subtype of specimens, and these are only a subtype of units, it was decided to assign the typified name in the specimen domain.  If it is to be found by a normal name search, it should be repeated as an identified name under identifications.</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="NomenclaturalReference" type="ReferenceType" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Published reference.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName>Nomenclatural reference</sea:FullName>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer>Berendsohn 12 Jan 2004</sea:Reviewer>
																		<sea:ExistingStandard/>
																		<sea:Content>Published reference.</sea:Content>
																		<sea:Example>Sp. Pl. ed. 1, 374. 1753.</sea:Example>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="TypeStatus" type="String" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Full term designating the status.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard>Darwin Core 2: Type Status.</sea:ExistingStandard>
																		<sea:Content>Full term designating the status.</sea:Content>
																		<sea:Example>Holotype</sea:Example>
																		<sea:Example>Isolectotype</sea:Example>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote>The application of an enumeration (controlled vocabulary) for this element has to be evaluated. However, a free text field is clearly necessary to accommodate existing datasets, as shown by the following list of terms (supplied by Charles Hussey as the contents found in databases at the NHM in London): [(Syn)type (?); Allotype; Allotypes; Cotype; Cotype (?); Cotype (see note); Cotype Genotype; Cotype(s); Cotype(s) (see note); Cotypes; Cotypes (see note); former syntypic material (?); Holotype; Holotype (?); Holotype (?), desig. Lectotype; Holotype (allotype attached); Holotype (dubious); Holotype + Paratype; Holotype + Paratypes; Holotype Allotype; Holotype Allotype Paratypes; Holotype and 2 Paratypes; Holotype and 6 Paratypes; Holotype and Paratype; Holotype and Paratypes; Holotype and young phase; Holotype Paratype; Holotype Paratypes; Holotype Paratypes (2); Idiotypes; includes Holotype(?)(1881.10.26.117); Lectotype; Lectotype (?) / syntypic material; Lectotype + 2 Paralectotypes; Lectotype + Paralectotype; Lectotype and Paralectotypes; Neotype; Neotype and Paraneotype; Paralectotype; Paralectotype(s); Paralectotypes; Paratype; Paratype (?); Paratype (see note); Paratype / Topotype (?); Paratype(s); Paratypes; Paratypes (?); Paratypes (of S. pseudobrowniana); Paratypes (see note); Para[lecto]type; Para[lecto]type(s); Para[lecto]types; Parelectotype; part of type series; parts of Syntype; parts of Syntypes; Possible syntypic material; Referred material; Referred specimen in type desc; Syntype; Syntype (?); Syntype (dubious); Syntype (may be holotype); Syntype (see notes); Syntype fragment; Syntype(s); Syntypes; Syntypes (?); Syntypes (see note); syntypic material (dubious); Topotype; Topotype(s); Topotypes; Topotypes (see note);]</sea:EditorialNote>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="CodeAssessment" type="String" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Indication whether the type is conserved or rejected/suppressed by the Code or is proposed for conservation or suppression/rejection</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content>Indication whether the type is conserved or rejected/suppressed by the Code or is proposed for conservation or suppression/rejection</sea:Content>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="DoubtfulFlag" type="String" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Indicator for unverified type status (kind and fact).</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content>Indicator for unverified type status (kind and fact).</sea:Content>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="Verifier" type="PersonNameType" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>The person assigning or verifying the type status of the specimen.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content>The person assigning or verifying the type status of the specimen.</sea:Content>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="VerificationDate" type="xs:date" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Date of verification.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content>Date of verification.</sea:Content>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
															</xs:element>
															<xs:element name="VerificationNotes" minOccurs="0">
																<xs:annotation>
																	<xs:documentation>Further information about the verification process.</xs:documentation>
																	<xs:appinfo>
																		<sea:FullName/>
																		<sea:Audience>BioCASE</sea:Audience>
																		<sea:Audience>CODATA TDWG</sea:Audience>
																		<sea:Reviewer/>
																		<sea:ExistingStandard/>
																		<sea:Content>Further information about the verification process.</sea:Content>
																		<sea:Example/>
																		<sea:Comment/>
																		<sea:Rule/>
																		<sea:EditorialNote/>
																	</xs:appinfo>
																</xs:annotation>
																<xs:complexType>
																	<xs:simpleContent>
																		<xs:extension base="xs:string">
																			<xs:attribute name="Language" type="xs:language"/>
																		</xs:extension>
																	</xs:simpleContent>
																</xs:complexType>
															</xs:element>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="ObservationUnit" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Data elements specific to observation (recording) units.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>A Unit subtype containing data elements specific to observation (recording) units.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="ObservationMethod" type="LookupType" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Method of Observation.</xs:documentation>
											<xs:appinfo>
												<sea:FullName/>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer/>
												<sea:ExistingStandard/>
												<sea:Content>Method of Observation.</sea:Content>
												<sea:Example>grid cell</sea:Example>
												<sea:Example>transect</sea:Example>
												<sea:Example>mist net</sea:Example>
												<sea:Example>timed count</sea:Example>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
									<xs:element name="ObservationUnitIdentifiers" minOccurs="0">
										<xs:complexType>
											<xs:sequence>
												<xs:element name="ObservationUnitIdentifier" minOccurs="0" maxOccurs="unbounded">
													<xs:annotation>
														<xs:documentation>Numbers or other registration mark associated with an observation record. Attribute for PreferredFlag.</xs:documentation>
														<xs:appinfo>
															<sea:FullName/>
															<sea:Audience>BioCASE</sea:Audience>
															<sea:Audience>CODATA TDWG</sea:Audience>
															<sea:Reviewer/>
															<sea:ExistingStandard/>
															<sea:Content>Numbers or other registration mark associated with an observation record. Attribute for PreferredFlag.</sea:Content>
															<sea:Example>field observer numbers</sea:Example>
															<sea:Example>grid cell numbers</sea:Example>
															<sea:Comment/>
															<sea:Rule/>
															<sea:EditorialNote/>
														</xs:appinfo>
													</xs:annotation>
													<xs:complexType>
														<xs:simpleContent>
															<xs:extension base="xs:string">
																<xs:attribute name="PreferredFlag" type="String" use="optional"/>
																<xs:attribute name="Type" type="String" use="optional"/>
															</xs:extension>
														</xs:simpleContent>
													</xs:complexType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:choice>
				</xs:complexType>
			</xs:element>
			<xs:element name="UnitReferences" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="UnitReference" type="ReferenceType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Published references linked to this unit.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience/>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>Published references citing or otherwise linked to this unit.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="UnitDigitalImages" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Images of the unit</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="UnitDigitalImage" type="ImageType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Attribute for Original. Indication of images available.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience/>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>Electronic images of the unit</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="UnitAssociations" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Relationships of this unit with other units in ABCD conformant datasets.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="UnitAssociation" type="UnitAssociationType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>A binary relationship or association of units.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Neil Thomson 2003</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>A relationship or association with another unit in this dataset.</sea:Content>
									<sea:Example>host/parasite relationships</sea:Example>
									<sea:Example>parental relationships</sea:Example>
									<sea:Example>observed pollinators</sea:Example>
									<sea:Example>substrate</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="UnitAssemblages" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A container for groupings of this unit with other units in this dataset by means of an additional ID.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="UnitAssemblage" type="UnitAssemblageType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>A unit assemblage handles symmetric relationships between several units.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience/>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>A unit assemblage handles symmetric relationships between several units.</sea:Content>
									<sea:Example>herd of animals</sea:Example>
									<sea:Example>batches of specimens</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Gathering" type="GatheringType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Gathering event, agent and site details</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CollectorsFieldNumber" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A number assigned to the unit by the collector</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Collector's field number</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 14 Jan 2004</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Collector Number</sea:ExistingStandard>
						<sea:ExistingStandard>FAO/IPGRI MCPD: Collecting number</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO: Collecting number</sea:ExistingStandard>
						<sea:Content>Should be added to the entry (for collectors) under GatheringType/GatheringAgents/../Person, if such an entry exists. However, collector and number can also be given in a single field (e.g. FAO/IPGRI MCPD), sometimes with an abbreviation for the collector. In that case, the entire string may be entered here</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="UnitMeasurementsOrFacts" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Counts and other measurements with numerical results or free text facts or non-numerical character/state combinations for the unit..</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="UnitMeasurement" type="MeasurementOrFactType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>General purpose measurement element that can be used to store any kind of measurement/measurement result combination with numerical results.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard>NBN: Taxon_Data.</sea:ExistingStandard>
									<sea:ExistingStandard>Darwin Core 2: Individual Count.</sea:ExistingStandard>
									<sea:Content>General purpose measurement element that can be used to store any kind of count or measurement related to a Unit</sea:Content>
									<sea:Example>length of bill</sea:Example>
									<sea:Example>number of eggs</sea:Example>
									<sea:Example>weight</sea:Example>
									<sea:Example>pH</sea:Example>
									<sea:Example>specific gravity</sea:Example>
									<sea:Example>number of individuals in a batch, such as males, females, juveniles, total</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Sequences" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Container for medata on sequences derived from this unit.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Sequence" type="SequenceType" maxOccurs="unbounded"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="UnitNotes" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Free text description of the unit. Any notes that do not fit elsewhere.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>LNHM: free text description of a specimen or similar 'Unit'.</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: Notes.</sea:ExistingStandard>
						<sea:Content>Free text description of the unit. Any notes that do not fit elsewhere.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="UnitContentContact" type="ContactType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Questions and feedback about data, or restrictions on use of the data should be directed to the contact given here. If present, overrides the equivalent ContentContact on the level of dataset.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SequenceType">
		<xs:annotation>
			<xs:documentation>A first proposal for this type of data. Note that this is coming from the collection and is automatically referring to a unit.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Database" type="StringLType">
				<xs:annotation>
					<xs:documentation>E.g. GenBank, SwissProt, etc.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ID-in-Database" type="String">
				<xs:annotation>
					<xs:documentation>E.g. GenBank accession number.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Method" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A description of the method used to achive the sequence.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SequencedPart" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Description of the actually sequenced material (DNA/RNA/Protein, Gene or part of gene, completeness, etc.),</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Reference" type="ReferenceType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Reference where the sequence was published.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SequencingAgent" type="ContactType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The person and/or organisation responisible and/or effecting the sequencing.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SequenceLength" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Length of the sequence in basepairs</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:annotation>
		<xs:documentation xml:lang="en">Basic simple types that are generic and may be used for different domains (descriptions, taxonomy, specimen collections, etc.):</xs:documentation>
	</xs:annotation>
	<xs:complexType name="StatementType" abstract="false">
		<xs:annotation>
			<xs:documentation>This type is an abstract base type expected to be extended with an enumerated KindOf element.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ShortText" type="String">
				<xs:annotation>
					<xs:documentation>A concise representation of a statement  (copyright, acknowledgement, etc.). Recommended to be as short as possible, but actual length is unconstrained.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Details" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>An optional detailed statement of unconstrained length, elaborating details of the ShortText</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="URI" type="xs:anyURI" minOccurs="0">
				<xs:annotation>
					<xs:documentation>An optional resource on the net providing details on the statement. Usually used as an alternative to the long text,</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="IPRStatementsType">
		<xs:annotation>
			<xs:documentation>A sequence of IPR statements. All statements have the same type</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="General" type="StatementType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Used if the kind of IPR statement is not known or can not be mapped to the semantically defined statements below.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Copyright" type="StatementType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Copyright may include the information that the data has been released to the public domain.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="License" type="StatementType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>To be used if data are placed under a public license (GPL, GFDL, OpenDocument). Placing data under a public license while maintaining copyright is recommended!</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TermsOfUse" type="StatementType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Defines conditions under which the data may be analised, distributed or changed. "Terms of use" includes concepts like "Usage conditions" and "Specific Restrictions".</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="IPRDeclaration" type="StatementType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Other forms of IPR declaration not yet covered by Copyright, etc. (e.g. where database rights are asserted),</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Disclaimer" type="StatementType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Disclaimer statement, e. g. concerning responsibility for data quality or legal implications.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Acknowledgement" type="StatementType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A free form text acknowledging support (e. g. grant money, help, permission to reuse published material, etc.)</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="IPRStatementsLType">
		<xs:annotation>
			<xs:documentation>IPRStatementsType extended with Language attribute</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="IPRStatementsType">
				<xs:attribute name="language" type="xs:language" use="required"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:annotation>
		<xs:documentation xml:lang="en">Contact Type and types used therein:</xs:documentation>
	</xs:annotation>
	<xs:complexType name="OrganisationType">
		<xs:annotation>
			<xs:documentation>Organisation name and codes.</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard/>
				<sea:Content>Contains name and any acronyms or codes used to identify an organisation.</sea:Content>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="OrganisationName" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Full organisation name</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Full name for an organisation.</sea:Content>
						<sea:Example>
							<Example>Taxonomic Database Working Group</Example>
						</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="OrganisationCodes" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="OrganisationCode" type="StringLP255Type" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Acronym or short term for organisation</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard>Maps to Darwin Core 2: Institution Code.</sea:ExistingStandard>
									<sea:Content>Use most recognised code within  discipline. PreferredFlag indicates the preferred (e.g. official or standard) code.</sea:Content>
									<sea:Example>
										<Example>TDWG</Example>
									</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote>A suggestion from Hannu Saarenmaa, which could be incorporated once such directory servers come into existence: "OrganisationCode" should have a qualifier to identify a namespace, for instance a directory server</sea:EditorialNote>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PersonNameType">
		<xs:annotation>
			<xs:documentation>Name of an individual person</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard/>
				<sea:Content>DisplayPersonName element should contain name as normally used.  SortPersonName element should be in form most appropriate for alphabetic sorting.</sea:Content>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote>A suggestion from Hannu Saarenmaa, which could be incorporated once such directory servers come into existence: Person should have an element "PersonCode" that would support any person identification schemes and remote namespaces.  Using such identifier, all the person data that is repeated could optionally be retrieved from a directory server somewhere.  Keeping track of and certying observers is important if there is no specimen to go back to for verification.</sea:EditorialNote>
				<sea:EditorialNote>A suggestion from Hannu Saarenmaa, which could be incorporated once digital signatures become more commonplace: Person should have a public key.  In case someone verifies an identification, there must be a possibility to leave a digital signature with the identification.</sea:EditorialNote>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="PersonName" type="String255">
				<xs:annotation>
					<xs:documentation>Preferred form of personal name for display.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Name of person as normally used.  May include titles.</sea:Content>
						<sea:Example>
							<Example>Professor James Hundredwidth</Example>
							<Example>Aylstone T. McTrace</Example>
						</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PersonNameLastFirst" type="String255" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Standardised form of name used for querying and sorting.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Name in form appropriate for sorting alphabetically.</sea:Content>
						<sea:Example>
							<Example>Hundredwidth, James</Example>
							<Example>McTrace, Aylstone T.</Example>
						</sea:Example>
						<sea:Comment/>
						<sea:Rule>Family name first followed by a comma then a space then given names or initials separated by a space.</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TelephoneDeviceType">
		<xs:annotation>
			<xs:documentation>Type of device reached by telephone number, e.g. voice, fax, voice/fax</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="xs:Name"/>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="TelephoneNumberType">
		<xs:annotation>
			<xs:documentation>Telephone or Fax number</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard>NBN : element Contact_Number.</sea:ExistingStandard>
				<sea:Content/>
				<sea:Example/>
				<sea:Comment>Added to replace fax and telephone elements with a repeatable and more flexible structure where the element attribute TelephoneType is enumerated to allow selection between "Phone", "Fax" and "Mobile".  The PreferredFlag attribute can be used to identify the first choice when multiple numbers are supplied.  The TelephoneConstraint element is available to allow additional comments on the use of the number.</sea:Comment>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Number" type="String255">
				<xs:annotation>
					<xs:documentation>Full number in standard international format</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>NBN: Number.</sea:ExistingStandard>
						<sea:Content>Numbers should be provided in the ITU Recommendation E.164 international format ("+CountryCode AreaCode Number")</sea:Content>
						<sea:Example>
							<Example>+44 9876 543210</Example>
						</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Device" type="TelephoneDeviceType"/>
			<xs:element name="UsageNotes" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Free text for constraints on use e.g. "weekdays only" or "home number"</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>NBN: Constraints.</sea:ExistingStandard>
						<sea:Content>Free text</sea:Content>
						<sea:Example>
							<Example>Weekdays only</Example>
							<Example>Home number</Example>
						</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="preferred" type="xs:boolean" use="optional" default="false"/>
	</xs:complexType>
	<xs:complexType name="ContactType">
		<xs:annotation>
			<xs:documentation>Contact details.</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard/>
				<sea:Content>Identifies an organisation and/or a person as contact and provides addresses, telephone numbers, e-mail addresses and URLs.  If a PersonName is supplied, all contact details should relate to the person.  If no PersonName is supplied, they should relate to the Organisation.</sea:Content>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Organisation" type="OrganisationType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Organisation to contact</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Person" type="PersonNameType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Person to contact</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Role" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Role of Person or Organisation in context</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience/>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Title for role of person or organisation.  This element can be used to provide a title such as "Database Administrator" or "Curator" when no individual person is named.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Addresses" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Contact addresses</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Set of addresses for person or organisation.  PreferredFlag attribute is used to indicate preferred postal address.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Address" type="StringLPType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Contact address</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>Address of person or organisation.  PreferredFlag attribute is used to indicate preferred postal address.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="TelephoneNumbers" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Telephone and fax numbers</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Set of telephone or fax numbers for person or organisation.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="TelephoneNumber" type="TelephoneNumberType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Telephone or fax number</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard>NBN : element Contact_Number.</sea:ExistingStandard>
									<sea:Content>Numbers should be provided in the ITU International Format ("+CountryCode AreaCode Number").   PreferredFlag attribute indicates preferred number.</sea:Content>
									<sea:Example>
										<Example>+44 9876 543210</Example>
									</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="EmailAddresses" minOccurs="0">
				<xs:annotation>
					<xs:documentation>E-mail addresses</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Set of e-mail addresses for person or organisation.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="EmailAddress" type="StringP255Type" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>E-mail address for contact</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience/>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>Valid e-mail address.  PreferredFlag attribute indicates preferred e-mail address.</sea:Content>
									<sea:Example>
										<Example>any.person@any.org</Example>
									</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="URIs" minOccurs="0">
				<xs:annotation>
					<xs:documentation>URIs for person or organisation</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Set of URLs of web sites for person or organisation.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="URL" type="anyUriPType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>URL for person or organisation</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience/>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content>Publicly available URL for person or organisation.  PreferredFlag attribute indicates main URL.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="LogoURL" type="xs:anyURI" minOccurs="0">
				<xs:annotation>
					<xs:documentation>URL of a logo image.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Logo URL</sea:FullName>
						<sea:Content xml:lang="en">URL of a logo image of the item or holding organisation which may be to give a quick visual indication of source in result sets comprising data from several datasets.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Neil Thomson</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Example/>
						<sea:Comment xml:lang="en"/>
						<sea:Rule xml:lang="en"/>
						<sea:EditorialNote xml:lang="en"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:annotation>
		<xs:documentation xml:lang="en">Complex types that add attributes language or preferred to the simple types String, String255, anyURI:</xs:documentation>
	</xs:annotation>
	<xs:complexType name="StringLType">
		<xs:annotation>
			<xs:documentation>String (i. e. xs:string with minimum length=1) extended with language attribute</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="String">
				<xs:attribute name="language" type="xs:language" use="optional"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="StringL255Type">
		<xs:annotation>
			<xs:documentation>String255 (i.e. xs:string with length 1-255), extended with language attribute</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="String">
				<xs:attribute name="language" type="xs:language" use="optional"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="StringPType">
		<xs:annotation>
			<xs:documentation>String (i. e. xs:string with minimum length=1) extended with preferred attribute</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="String">
				<xs:attribute name="preferred" type="xs:boolean" use="optional"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="StringP255Type">
		<xs:annotation>
			<xs:documentation>String255 (i.e. xs:string with length 1-255), extended with preferred attribute</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="String255">
				<xs:attribute name="preferred" type="xs:boolean" use="optional"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="StringLPType">
		<xs:annotation>
			<xs:documentation>String (i. e. xs:string with minimum length=1) extended with language and preferred attribute</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="String">
				<xs:attribute name="language" type="xs:language" use="optional"/>
				<xs:attribute name="preferred" type="xs:boolean" use="optional"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="StringLP255Type">
		<xs:annotation>
			<xs:documentation>String255 (i.e. xs:string with length 1-255), extended with language and preferred attribute</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="String255">
				<xs:attribute name="language" type="xs:language" use="optional"/>
				<xs:attribute name="preferred" type="xs:boolean" use="optional"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="anyUriPType">
		<xs:annotation>
			<xs:documentation>xs:anyURI extended with Preferred attribute</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="xs:anyURI">
				<xs:attribute name="Preferred" type="xs:boolean" use="optional"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:simpleType name="DateTimeISOType">
		<xs:annotation>
			<xs:documentation xml:lang="en">The date and time expressed in a way conforming to a subset of ISO 8601</xs:documentation>
			<xs:appinfo>
				<sea:FullName xml:lang="en">ISO/ANSI Date and Time</sea:FullName>
				<sea:Content xml:lang="en">A representation of the date and time of (the beginning of) an event in ISO/ANSI standard structured format.</sea:Content>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Audience>HISPID</sea:Audience>
				<sea:Reviewer>M. Doering, A. Guentsch and W. Berendsohn 2003</sea:Reviewer>
				<sea:ExistingStandard>ISO Standard 8601:1988</sea:ExistingStandard>
				<sea:ExistingStandard>HISPID</sea:ExistingStandard>
				<sea:ExistingStandard>ITF</sea:ExistingStandard>
				<sea:Content xml:lang="en">Any chronologically acceptable date and time in ISO/ANSI format</sea:Content>
				<sea:Example xml:lang="en">1966-12-05T23:55:46</sea:Example>
				<sea:Example xml:lang="en">1925-02-21</sea:Example>
				<sea:Example xml:lang="en">1925-02</sea:Example>
				<sea:Example xml:lang="en">1925</sea:Example>
				<sea:Example xml:lang="en">--12-05T23:55:46</sea:Example>
				<sea:Example xml:lang="en">---05T23:55</sea:Example>
				<sea:Example xml:lang="en">1966-12-05T23:55</sea:Example>
				<sea:Rule xml:lang="en">This field is a representation of the date and time in its structured form</sea:Rule>
				<sea:Rule xml:lang="en">The values are in order Year-Month-Day, separated by hyphens, followed by the letter T and the time, in order Hour:Minutes:Seconds, separated by colons</sea:Rule>
				<sea:Rule xml:lang="en">Partial dates in the form of Year-Month or Year only are acceptable</sea:Rule>
				<sea:Rule xml:lang="en">The year is expressed as a 4-digit value, left zero padded if necessary</sea:Rule>
				<sea:Rule xml:lang="en">The year can be omitted, the month is than preceeded by two hyphens</sea:Rule>
				<sea:Rule xml:lang="en">The year and the month can be omitted, the day is than preceeded by three hyphens</sea:Rule>
				<sea:Rule xml:lang="en">The month of the year is expressed in as 2-digit value, left zero padded if necessary, ranging between 01 and 12</sea:Rule>
				<sea:Rule xml:lang="en">The day of the month is expressed as a 2-digit value, left zero padded if necessary, ranging between 01 and 31.</sea:Rule>
				<sea:Rule xml:lang="en">Parts can be omitted from the right, whereas a year is replaced by '--' and only a day would look like '---31'.</sea:Rule>
				<sea:Rule xml:lang="en">The hour is expressed as a 2-digit value, left zero padded if necessary, ranging between 01 and 24.</sea:Rule>
				<sea:Comment xml:lang="en">This field will nearly always be a representation derived from the date on the specimen. The DateText field is available for recording verbatim date information for generalised or ambiguous dates.</sea:Comment>
				<sea:Comment xml:lang="en">The year must be represented as four digits to avoid ambiguity between centuries. Month and Day values are left zero padded to two digits to facilitate machine readability.</sea:Comment>
				<sea:Comment xml:lang="en">In the rare instances of multiple exact dates or periods those can be recorded in this DateText field.</sea:Comment>
				<sea:Comment xml:lang="en">In the rare instances of dates for periods before the year 0000, BC and similar dates can be recorded in this DateText field.</sea:Comment>
				<sea:Comment xml:lang="en">Parts can be omitted from the right, whereas a year is replaced by '--' and only a day would look like '---31'.</sea:Comment>
				<sea:Comment xml:lang="en">In the ISO standard element, time can only be specified when there is a full date.</sea:Comment>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="\d\d\d\d(\-(0[1-9]|1[012])(\-((0[1-9])|1\d|2\d|3[01])(T(0\d|1\d|2[0-3])(:[0-5]\d){0,2})?)?)?|\-\-(0[1-9]|1[012])(\-(0[1-9]|1\d|2\d|3[01]))?|\-\-\-(0[1-9]|1\d|2\d|3[01])"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="InstitutionCodeType">
		<xs:annotation>
			<xs:documentation>An abbreviated designation of an institution.</xs:documentation>
			<xs:appinfo>
				<sea:FullName>Unique institute designation</sea:FullName>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>Berendsohn 12/2003</sea:Reviewer>
				<sea:ExistingStandard/>
				<sea:Content>A globally unique designation of a collection holding institution or the name of the holder of a private collection.</sea:Content>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="RoleType">
		<xs:annotation>
			<xs:documentation xml:lang="en">The role of an agent or contact.</xs:documentation>
			<xs:appinfo>
				<sea:FullName>Role</sea:FullName>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>D.Hobern 11/2002. W.Berendsohn 12/2003.</sea:Reviewer>
				<sea:ExistingStandard/>
				<sea:Content/>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="SystemIDType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Controlled identifiers used by the system.</xs:documentation>
			<xs:appinfo>
				<sea:FullName>System ID</sea:FullName>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>Berendsohn 12/2003.</sea:Reviewer>
				<sea:ExistingStandard/>
				<sea:Content/>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote>Is this used [WGB]? What's an xs:NCName?</sea:EditorialNote>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:NCName"/>
	</xs:simpleType>
	<xs:simpleType name="RecordBasisType">
		<xs:annotation>
			<xs:documentation>A standard designator for the nature of the object of the record.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:Name">
			<xs:enumeration value="Specimen"/>
			<xs:enumeration value="Observation"/>
			<xs:enumeration value="DrawingSPACEorSPACEPhotograph"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String">
		<xs:annotation>
			<xs:documentation xml:lang="en">normalised string required to be at least 1 character long (i. e. either element/attribute may be optional, but if they are required the content must not be an empty string) [Taken from SDD]</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:minLength value="1"/>
			<xs:whiteSpace value="collapse"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String255">
		<xs:annotation>
			<xs:documentation xml:lang="en">normalised string restricted to 1..255 character length (i. e. required, may not be empty string). [Taken from SDD]</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:normalizedString">
			<xs:minLength value="1" fixed="true"/>
			<xs:maxLength value="255" fixed="true"/>
			<xs:whiteSpace value="collapse"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="CountryType">
		<xs:annotation>
			<xs:documentation>Details of the country</xs:documentation>
			<xs:appinfo>
				<sea:FullName>Country</sea:FullName>
				<sea:Content xml:lang="en">Elements covering the representation of the country and its name.</sea:Content>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>Jim Croft 2002, W. Berendsohn 06/2003</sea:Reviewer>
				<sea:ExistingStandard>HISPID4</sea:ExistingStandard>
				<sea:Example/>
				<sea:Comment xml:lang="en">Maps to Darwin Core 2: Country through either ISO2Letter (future) or CountryName (current). Historical country names and water bodies outside the coastal zone can be entered under named area.</sea:Comment>
				<sea:Comment xml:lang="en">CountryNameDerived is provided for a country name that has been derived, for example from a system supplied dictionary, by library consultation or other independent research.</sea:Comment>
				<sea:Comment xml:lang="en"/>
				<sea:Rule xml:lang="en">At least one of CountryName or ISO2 or ISO3 should be present but more are allowed. This should be the political country having jurisdiction over the collection site.</sea:Rule>
				<sea:EditorialNote xml:lang="en">Country names and ISO codes can theoretically be part of controlled enumerations but if included within the schema would blow it out to an unacceptable level; is it possible to refer to these lists externally with physically invoking them? [JRC]</sea:EditorialNote>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:annotation>
				<xs:documentation/>
			</xs:annotation>
			<xs:element name="CountryName" type="StringLType" id="cou" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Name of country or major region for specimen or observation</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">Country</sea:FullName>
						<sea:Content xml:lang="en">The name of the country or major region where the specimen was collected, or the observation made, entered in full.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Audience>HISPID</sea:Audience>
						<sea:Reviewer>Jim Croft 2002</sea:Reviewer>
						<Standard>ABIS</Standard>
						<Standard>ITF</Standard>
						<Standard>TLR</Standard>
						<Standard>WGSUB</Standard>
						<Standard>ISO</Standard>
						<Standard>Brummitt (1992)</Standard>
						<Example xml:lang="en">Australia</Example>
						<Example xml:lang="en">Commonwealth of Australia</Example>
						<Example xml:lang="en">Iceland</Example>
						<Example xml:lang="en">Republic of Iceland</Example>
						<Example xml:lang="en">Samoa</Example>
						<Example xml:lang="en">Independent State of Samoa</Example>
						<Rule xml:lang="en">If the name of the country where the plant was collected is unknown, then this field should contain the value 'UNKNOWN'. In this case, the ISO Code for Country of Origin field must have the entry 'XX' or 'XY'. All remaining 'location group' fields should be left unfilled.</Rule>
						<sea:Comment xml:lang="en">It is recommended that the spelling of the country should be that recognised by the International Standards Organisation (ISO).</sea:Comment>
						<sea:Comment xml:lang="en">It is recommended that new country names be enclosed in square brackets, after the old country name, where country names or boundaries have changed. The 2 letter ISO codes in ISO Code for Country of Origin field assist updating and cross referencing country names where boundaries change.</sea:Comment>
						<sea:Comment xml:lang="en">Separate fields for state/province and country are needed to adequately handle the situation with international collections.</sea:Comment>
						<sea:Comment xml:lang="en">The use of this element is slightly ambiguous in that local practice might require either verbatim quote from specimen labels, or standardisation by controlled vocabulary or lookup lists</sea:Comment>
						<EditorialNote xml:lang="en">This element is also covered by various geographic standards and may be better covered by reference to these. [JRC]</EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CountryNameDerived" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Derived name of country or major region for specimen or observation</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">Country Name Derived</sea:FullName>
						<ShortName xml:lang="en">DerivedCountry</ShortName>
						<sea:Content xml:lang="en">The derived name of the country or major region where the specimen was collected, or the observation made, entered in full, interpreted in the light of contemporary geographical knowledge.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Audience>HISPID</sea:Audience>
						<sea:Reviewer>Jim Croft 2002</sea:Reviewer>
						<Standard>ABIS</Standard>
						<Standard>ITF</Standard>
						<Standard>TLR</Standard>
						<Standard>WGSUB</Standard>
						<Standard>ISO</Standard>
						<Standard>Brummitt (1992)</Standard>
						<Example xml:lang="en">Sri Lanka</Example>
						<Example xml:lang="en">Taiwan</Example>
						<Example xml:lang="en">Vanuatu</Example>
						<Example xml:lang="en">Papua New Guinea</Example>
						<Example xml:lang="en">Kiribati</Example>
						<Example xml:lang="en">East Timor</Example>
						<Rule xml:lang="en">If the name of the country where the plant was collected is unknown, then this field should contain the value 'UNKNOWN'. In this case, the ISO Code for Country of Origin field must have the entry 'XX', 'XY',  'XXX', or 'XXY'. All remaining 'location group' fields should be left unfilled.</Rule>
						<sea:Comment xml:lang="en">It is recommended that the spelling of the country should be that recognised by the International Standards Organisation (ISO).</sea:Comment>
						<sea:Comment xml:lang="en">The derived country names offers the opportunity to document the name under which a country is currently known, interpreted by an old or superceded names on the specimen label, such as Vanuatu for the New Hebrides, Sri Lanka for Ceylon, etc.</sea:Comment>
						<sea:Comment xml:lang="en">Separate fields for state/province and country are needed to adequately handle the situation with international collections.</sea:Comment>
						<sea:Comment xml:lang="en">The use of this element is slightly ambiguous in that local practice might require either verbatim quote from specimen labels, or standardisation by controlled vocabulary or lookup lists</sea:Comment>
						<EditorialNote xml:lang="en">This element is also covered by various geographic standards and may be better covered by reference to these. [JRC]</EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ISO3166Code" type="String" id="iso2" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">2- or 3-letter (ISO3166-1) or 4-letter (ISO3166-3) code for representation of name of country or origin.</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">2-letter ISO country code</sea:FullName>
						<ShortName xml:lang="en">ISO Country</ShortName>
						<sea:Content xml:lang="en">The 2-,  3-, or 4-letter code for the representation of the name of the country of origin of the collection or observation using the codes assigned by the International Standards Organisation (ISO).</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Audience>HISPID</sea:Audience>
						<sea:Reviewer>Jim Croft 2002, Walter Berendsohn 2004</sea:Reviewer>
						<Standard>ABIS</Standard>
						<Standard>ITF</Standard>
						<Standard>ISO</Standard>
						<Standard>Brummitt (1992)</Standard>
						<Example xml:lang="en">AU</Example>
						<Example xml:lang="en">ES</Example>
						<Example xml:lang="en">FR</Example>
						<Example xml:lang="en">PG</Example>
						<Example xml:lang="en">US</Example>
						<Example xml:lang="en">AUS</Example>
						<Example xml:lang="en">ESP</Example>
						<Example xml:lang="en">FRA</Example>
						<Example xml:lang="en">USA</Example>
						<Example xml:lang="en">DDDE</Example>
						<Rule xml:lang="en">This field should contain a valid entry as defined by the International Standards Organisation (ISO Standard 3166-1)</Rule>
						<Rule xml:lang="en">Two other entries are permitted in addition to those defined by ISO. If the name of the country where the plant was collected is unknown, then this field should contain the value 'XX'; if a country name is not applicable then the field should contain the value 'XY'. In these cases, the Country field must have the entry 'UNKNOWN'. All remaining 'location group' fields should be left unfilled.</Rule>
						<Rule xml:lang="en">Two other entries are permitted in addition to those defined by ISO. If the name of the country where the plant was collected is unknown, then this field should contain the value 'XXX'; if a country name is not applicable then the field should contain the value 'XXY'. In these cases, the Country field must have the entry 'UNKNOWN'. All remaining 'location group' fields should be left unfilled.</Rule>
						<sea:Comment xml:lang="en">The 'XXX' code should be used when no country of origin information is provided. The 'XXY' code sould be used for non-specific collecting localities, e.g. Africa, SouthEast Asia</sea:Comment>
						<sea:Comment xml:lang="en">The ISO codes in ISO Code for Country of Origin field assist updating and cross referencing countries where boundaries change.</sea:Comment>
						<sea:Comment xml:lang="en">The 'XX' code should be used when no country of origin information is provided. The 'XY' code should be used for non-specific collecting localities, e.g. Africa, SouthEast Asia</sea:Comment>
						<sea:Comment xml:lang="en">See comments under Country.</sea:Comment>
						<EditorialNote xml:lang="en">This element is also covered by various geographic standards and may be better covered by reference to these [JRC]</EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="DateTimeType">
		<xs:annotation>
			<xs:documentation>Temporal aspects of an event or activity.</xs:documentation>
			<xs:appinfo>
				<sea:FullName>Date and time or period</sea:FullName>
				<sea:Content xml:lang="en">Elements covering the date, time and duration of an event or activity.</sea:Content>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>M.D&ouml;ring, A. G&uuml;ntsch and W. Berendsohn</sea:Reviewer>
				<sea:ExistingStandard>BioCASE Model:  VDate.</sea:ExistingStandard>
				<sea:Examples>1997</sea:Examples>
				<sea:Examples>1997-07</sea:Examples>
				<sea:Examples>1997-07-16</sea:Examples>
				<sea:Examples>--07-16</sea:Examples>
				<sea:Examples>---16</sea:Examples>
				<sea:Examples>1997-07-16T19:20+01:00</sea:Examples>
				<sea:Examples>1997-07-16T19:20:30+01:00</sea:Examples>
				<sea:Examples>997-07-16T19:20:30.45+01:00</sea:Examples>
				<sea:Comment>Examples: 				
					   Year:
					      YYYY (eg 1997)
					   Year and month:
					      YYYY-MM (eg 1997-07)
					   Complete date:
					      YYYY-MM-DD (eg 1997-07-16)
					   Month and day only:
					      --MM-DD (eg --07-16)
					   Day only:
					      ---DD (eg ---16)
					   Complete date plus hours and minutes:
					      YYYY-MM-DDThh:mmTZD (eg 1997-07-16T19:20+01:00)
					   Complete date plus hours, minutes and seconds:
					      YYYY-MM-DDThh:mm:ssTZD (eg 1997-07-16T19:20:30+01:00)
					   Complete date plus hours, minutes, seconds and a decimal fraction of a second
					      YYYY-MM-DDThh:mm:ss.sTZD (eg 1997-07-16T19:20:30.45+01:00)
					where:
					     YYYY = four-digit year
					     MM   = two-digit month (01=January, etc.)
					     DD   = two-digit day of month (01 through 31)
					     hh   = two digits of hour (00 through 23) (am/pm NOT allowed)
					     mm   = two digits of minute (00 through 59)
					     ss   = two digits of second (00 through 59)
					     s    = one or more digits representing a decimal fraction of a second
					     TZD  = time zone designator (Z or +hh:mm or -hh:mm)</sea:Comment>
				<sea:Comment>See http://www.bgbm.org/tdwg/codata/Schema/DateTime.htm for a discussion of the use of ISO 8601 in this type.</sea:Comment>
				<sea:Comment xml:lang="en">Can be a range or qualified as a vague date (=HISPID4: cdat) for example as a means of adding greater precision to specific groups of observations within a range event (=cdat2 in part)</sea:Comment>
				<sea:Comment xml:lang="en">Dates may be duplicated and expressed in various forms in each of the available fields to facilitate query.</sea:Comment>
				<sea:Rule xml:lang="en"/>
				<sea:EditorialNote xml:lang="en"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:annotation>
				<xs:documentation/>
			</xs:annotation>
			<xs:element name="DateText" type="String" id="datetext" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">The date in text format</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">Date text</sea:FullName>
						<ShortName xml:lang="en">Date text</ShortName>
						<sea:Content xml:lang="en">A text version of the date at which an event or action took place, for use when the date is imprecise, ambiguous or not in a form that satisfies the standard structured date format.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Audience>HISPID</sea:Audience>
						<sea:Reviewer>Jim Croft</sea:Reviewer>
						<sea:ExistingStandard>ABIS</sea:ExistingStandard>
						<sea:ExistingStandard>ITF</sea:ExistingStandard>
						<sea:Content xml:lang="en">Alphabetic mixed case and integer; free text.</sea:Content>
						<Example xml:lang="en">25 [?] 1925</Example>
						<Example xml:lang="en">3/9/45 [ambiguous day month]</Example>
						<Example xml:lang="en">Spring 1912</Example>
						<Example xml:lang="en">Late 1800s</Example>
						<Example xml:lang="en">End of 19th Century</Example>
						<Example xml:lang="en">Mid 1978</Example>
						<Example xml:lang="en">Easter 1933</Example>
						<Example xml:lang="en">Post WW2</Example>
						<Example xml:lang="en">Before June 25, 2000</Example>
						<Example xml:lang="en">After June 25, 2000</Example>
						<Rule xml:lang="en">This field should be used when it is not possible to create a structured standard date from the information provided, or when in is important to record the verbatim representation of the date.</Rule>
						<sea:Comment xml:lang="en">This field will probably not be used very frequently but may be useful when dates to be recorded are not completely legible.  For example the day and month may be decipherable but not the year; the use of this field will allow recording of partially interpreted information.</sea:Comment>
						<sea:Comment xml:lang="en">This field will also be used when the date, time or period of the event is vague or ambiguous and can not be expressed in the standard structured data format.  This field can be used to record generalised date ranges and irresolvable ambiguity such as different day/month order conventions (e.g. US/Europe)</sea:Comment>
						<sea:Comment xml:lang="en">This field may be repeated to allow multiple dates or periods.</sea:Comment>
						<sea:Comment xml:lang="en">In the rare instances of dates for periods before the year 0000, BC and similar dates can be recorded in this field.</sea:Comment>
						<sea:Comment xml:lang="en">If the project or application requires verbatim representation of dates, this field can be used for that purpose, even though the date might correspond to the standard structured data format.</sea:Comment>
						<EditorialNote xml:lang="en"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="TimeZone" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The time zone to which the time-of-day data refer</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ISODateTimeBegin" type="DateTimeISOType" id="isodate" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">The exact date (and time) or beginning of a period, expressed in a modified ISO/ANSI 8601 standard structured format</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">ISO/ANSI date and time or beginning of period</sea:FullName>
						<sea:Content xml:lang="en">A representation of the date and time of (the beginning of) an event in ISO standard structured date format.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>M.D&ouml;ring, A. G&uuml;ntsch and W. Berendsohn</sea:Reviewer>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DayNumberBegin" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Julian day number in the year for the exact date or for the beginning day of a period</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Julian Day Number</sea:FullName>
						<sea:Content xml:lang="en">The Julian Day number or the sequential day within the year</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Jim Croft, M.D&ouml;ring, A. G&uuml;ntsch and W. Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Julian Day</sea:ExistingStandard>
						<sea:Example/>
						<sea:Comment xml:lang="en">Maps to Darwin Core 2: Julian Day.</sea:Comment>
						<sea:Comment xml:lang="en">The year is given in ISODateTimeBegin.</sea:Comment>
						<sea:Rule xml:lang="en">The content range is 1-365 for normal years, 366 for leap years.</sea:Rule>
						<sea:EditorialNote xml:lang="en"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="TimeOfDayBegin" type="xs:time" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Time of day in hours from midnight for an exact point in time or for the beginning of a time period</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Time of day</sea:FullName>
						<sea:Content xml:lang="en">The time of day expressed in decimal hours from midnight local time.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Jim Croft</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Time of Day</sea:ExistingStandard>
						<sea:Example>13.5</sea:Example>
						<sea:Example>04.25</sea:Example>
						<sea:Comment xml:lang="en">This field may apply to times of collecting where this is considered important</sea:Comment>
						<sea:Comment xml:lang="en">Maps to Darwin Core 2: Time of Day.</sea:Comment>
						<sea:Comment xml:lang="en">Note that times are decimial hours: 13.5 represents 1:30 pm, not 1:05 pm, nor 1:50 pm</sea:Comment>
						<sea:Rule xml:lang="en"/>
						<sea:EditorialNote xml:lang="en">Time can also be expressed in the ISODateTimeElement.(WGB)</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ISODateTimeEnd" type="DateTimeISOType" id="isodate" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">The end of a period expressed in a modified ISO/ANSI 8601 standard structured format</xs:documentation>
					<xs:appinfo>
						<sea:FullName xml:lang="en">ISO/ANSI date and time for the end of period</sea:FullName>
						<sea:Content xml:lang="en">A representation of the date and time of (the beginning of) an event in ISO standard structured date format.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>M.D&ouml;ring, A. G&uuml;ntsch and W. Berendsohn</sea:Reviewer>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DayNumberEnd" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The Julian day number of the last day in a period.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Julian Day Number</sea:FullName>
						<sea:Content xml:lang="en">The Julian Day number or the sequential day within the year for the last day of a period.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>(Jim Croft) M.D&ouml;ring, A. G&uuml;ntsch and W. Berendsohn</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Example/>
						<sea:Comment xml:lang="en">The year is given in ISODateTimeEnd.</sea:Comment>
						<sea:Rule xml:lang="en">The content range is 1-365 for normal years, 366 for leap years.</sea:Rule>
						<sea:EditorialNote xml:lang="en"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="TimeOfDayEnd" type="xs:time" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Time of day in hours from midnight for the end of a time period</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Time period end time</sea:FullName>
						<sea:Content xml:lang="en">The time of day expressed in decimal hours from midnight local time for the end of a time period.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>(Jim Croft) M.D&ouml;ring, A. G&uuml;ntsch and W. Berendsohn</sea:Reviewer>
						<sea:Example>13.5</sea:Example>
						<sea:Example>04.25</sea:Example>
						<sea:Comment xml:lang="en">Note that times are decimal hours: 13.5 represents 1:30 pm, not 1:05 pm, nor 1:50 pm</sea:Comment>
						<sea:Rule xml:lang="en"/>
						<sea:EditorialNote xml:lang="en"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PeriodExplicit" type="xs:boolean" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Set to True if the event takes place for the period indicated, set to false if it occurs at some point of time during the period, not filled if unknown or no period specified.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="BotanicalGardenUnitType">
		<xs:annotation>
			<xs:documentation>Elements specific to units from botanical gardens</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="AccessionSpecimenNumbers" type="xs:int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Minimum numbers of individuals the garden is holding under the UnitID.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Accession specimen numbers</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3: n/a.</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2: AccessionSpecimenNumbers (=accspe).</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example>1</sea:Example>
						<sea:Comment>Field definition taken from ITF 2.</sea:Comment>
						<sea:Rule>Accession status must not be D (dead)</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AccessionStatus" type="xs:byte" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Current status (current or not current) of the accession in the garden.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Accession status</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3: n/a.</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2: AccessionStatus (=accsta).</sea:ExistingStandard>
						<sea:Content>The status may be C (current accession in the living collection), D (non-current due to death), T (non current due to transfer to another record system, normally another garden), S (stored in a dormant state), O (other accession status - different from those above).</sea:Content>
						<sea:Example>C</sea:Example>
						<sea:Comment>Field definition taken from ITF 2.</sea:Comment>
						<sea:Rule>One or more of the following characters: C,D,T,S,O</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AccessionMaterialType" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Type of material the current living accession is composed of.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Accession material type</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3: n/a.</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2: AccessionStatus (=accsta).</sea:ExistingStandard>
						<sea:Content>The status may be C (current accession in the living collection), D (non-current due to death), T (non current due to transfer to another record system, normally another garden), S (stored in a dormant state), O (other accession status - different from those above).</sea:Content>
						<sea:Example>C</sea:Example>
						<sea:Comment>Field definition taken from ITF 2.</sea:Comment>
						<sea:Rule>One or more of the following characters: C,D,T,S,O</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Hardiness" type="xs:boolean" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A flag indicating that the accession is grown outdoors in the botanical garden.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Hardiness</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3: n/a.</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2: -.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ProvenanceCategory" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A code to indicate the provenance of the accession</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Provenance category</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3:-</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2: Provenance Type Flag (=prot).</sea:ExistingStandard>
						<sea:Content>W (Accession of wild source), Z (Propagule/s from a wild source plant in cultivation, G (Accession not of wild source), U (Insufficient data to determine which category applies).</sea:Content>
						<sea:Example>Z</sea:Example>
						<sea:Comment>Field definition taken from ITF 2, see there for further description.</sea:Comment>
						<sea:Rule>See ITF.</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="PropagationHistoryCode" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A code to indicate the nature of the production of the plant material being accessioned, for use in association with the element ProvenanceCategory</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Propagation history code</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3:-</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2: Propagation History Flag (=prohis).</sea:ExistingStandard>
						<sea:Content>See ITF 2.</sea:Content>
						<sea:Example/>
						<sea:Comment>Field definition taken from ITF 2.</sea:Comment>
						<sea:Rule>One of the following values: I, S, SA, SB, SC, V, VA, VB, U</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AccessionLineage" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The purpose of this element is to trace the lineage of an accession to either one or two immediate parent unit ID's.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Accession lineage</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3:-</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2: Accession Lineage (=acclin).</sea:ExistingStandard>
						<sea:Content>UnitIDs preceded by garden code (Heywood and Heywood).</sea:Content>
						<sea:Example>K19650056</sea:Example>
						<sea:Comment>Field definition taken from ITF 2, further specification see there.</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DonorCategory" type="xs:byte" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A code to indicate the type of the immediate donor from which the accession was obtained. This may not be necessarily the original collector of wild material.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Donor category</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3: -</sea:ExistingStandard>
						<sea:ExistingStandard>ITF 2:Donor Type Flag  (=dont).</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment>Field definition taken from ITF 2. Note that the ITF-Donor field is found under AccessionSource and the Donor's Accession Number in the PreviousUnitID of first record in the UnitHistory.</sea:Comment>
						<sea:Rule>One or more of the following characters: E, G, B, R, S, U, H, M, N, I, O, U</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="CultureCollectionUnitType">
		<xs:annotation>
			<xs:documentation>Elements only used for units in culture collections</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="OrganismType" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>"Bacteria" or "Archaea"</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="InfrasubspecificName" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Variety designation, epithet, authors and reference. This field excludes the pathovar name and the serovar name, which are both infrasubspecific names but are to be entered under Identification/... ../FullScientificName</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CultureNames" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Container element for names under which the culture is known</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="CultureName" type="StringLType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Reference or trade name for a microbial culture</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Serovar" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Name and author of serovar</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Mutant" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Type and parent of mutant if strain is a mutant strain</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Genotype" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Names of chromosomal markers of the strain. Especially recommended for strains of species for which many genetically modified strains exist</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="GrowthConditions" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>An alternative full text field for culture medium, atmospheric and light conditions, temperature conditions and additional remarks on the cultivation.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="GrowthConditionAtomised" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="CultureMedium" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The growth medium for a microbial or similar culture e.g. agar</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Aerobicity" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation/>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="Temperature" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Preferably a number - attribute gives temperature scale used</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
							<xs:complexType>
								<xs:simpleContent>
									<xs:extension base="xs:string">
										<xs:attribute name="TemperatureType">
											<xs:simpleType>
												<xs:restriction base="xs:NMTOKEN">
													<xs:enumeration value="Celsius"/>
													<xs:enumeration value="Fahrenheit"/>
													<xs:enumeration value="Absolute"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:attribute>
									</xs:extension>
								</xs:simpleContent>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="References" minOccurs="0">
				<xs:annotation>
					<xs:documentation>References for the culture conditions and method or for a description of the strain</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Reference" type="ReferenceType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Attribute for RefType</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="FormOfSupply" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Form in which the strain will be sent to the customer</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Applications" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Hazard" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="HerbariumUnitType">
		<xs:annotation>
			<xs:documentation>Elements only used for herbarium units</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Exsiccatum" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Information relating this specimen to an Exsiccatum</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DuplicatesDistributedTo" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>A list of collection abbreviations of the herbaria duplicates were distributed to</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="MycologicalUnitType">
		<xs:annotation>
			<xs:documentation>Elements only used for mycological units</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="LichenMorphotype" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Name of algal or cyanobacterial component of lichen</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="MycologicalSexualStage" type="String" minOccurs="0">
				<xs:annotation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="MycologicalLiveStages" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Spore states present in the sample.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="MycologicalLiveStage" type="StringLType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Spore states present in the sample.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Paul Kirk 2002.</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PGRUnitType">
		<xs:annotation>
			<xs:documentation>Extension for elements only used in plant genetic resource collections. Currently, all elements represent EURISCO descriptors.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="NationalInventoryCode" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI: NICODE</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO: NICODE</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="BreedingInstitutionCode" type="FAOInstituteCodeType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>FAO Institute Code of the institute that has bred the material.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Breeding Institution Code</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 16 Jan 2004</sea:Reviewer>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="BiologicalStatus" type="BiologicalStatusType" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AncestralData" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CollectingAcquisitionSource" type="CollectingAcquisitionSourceType" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="OtherIdentification" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="LocationSafetyDuplicates" type="FAOInstituteCodeType" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="TypeGermplasmStorage" type="TypeGermplasmStorageType" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DecodedBreedingInstitute" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DecodedDonorInstitute" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="DecodedLocationSafetyDuplicates" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>FAO/IPGRI:</sea:ExistingStandard>
						<sea:ExistingStandard>EURISCO:</sea:ExistingStandard>
						<sea:Content/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="FAOInstituteCodeType">
		<xs:annotation>
			<xs:documentation>FAO Institute Code; the codes consist of the 3-letter ISO 3166 country code of the country where the institute is located plus a three-digit number.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="BiologicalStatusType">
		<xs:annotation>
			<xs:documentation>Code for the (propagation-)provenance of the unit.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:enumeration value="100"/>
			<xs:enumeration value="110"/>
			<xs:enumeration value="120"/>
			<xs:enumeration value="200"/>
			<xs:enumeration value="300"/>
			<xs:enumeration value="400"/>
			<xs:enumeration value="410"/>
			<xs:enumeration value="411"/>
			<xs:enumeration value="412"/>
			<xs:enumeration value="413"/>
			<xs:enumeration value="414"/>
			<xs:enumeration value="415"/>
			<xs:enumeration value="420"/>
			<xs:enumeration value="500"/>
			<xs:enumeration value="999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CollectingAcquisitionSourceType">
		<xs:annotation>
			<xs:documentation>Code for the (location-) provenance of the unit.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:enumeration value="10"/>
			<xs:enumeration value="11"/>
			<xs:enumeration value="12"/>
			<xs:enumeration value="13"/>
			<xs:enumeration value="14"/>
			<xs:enumeration value="15"/>
			<xs:enumeration value="20"/>
			<xs:enumeration value="21"/>
			<xs:enumeration value="22"/>
			<xs:enumeration value="23"/>
			<xs:enumeration value="24"/>
			<xs:enumeration value="25"/>
			<xs:enumeration value="26"/>
			<xs:enumeration value="27"/>
			<xs:enumeration value="28"/>
			<xs:enumeration value="30"/>
			<xs:enumeration value="40"/>
			<xs:enumeration value="50"/>
			<xs:enumeration value="60"/>
			<xs:enumeration value="61"/>
			<xs:enumeration value="62"/>
			<xs:enumeration value="99"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TypeGermplasmStorageType">
		<xs:annotation>
			<xs:documentation>Code for the type of storage of the unit in the collection.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:enumeration value="10"/>
			<xs:enumeration value="11"/>
			<xs:enumeration value="12"/>
			<xs:enumeration value="13"/>
			<xs:enumeration value="20"/>
			<xs:enumeration value="30"/>
			<xs:enumeration value="40"/>
			<xs:enumeration value="99"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="PalaeontologicalUnitType">
		<xs:annotation>
			<xs:documentation>Elements only used for palaeontological units</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="PalUnitPreservation" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Description of the fossil preservation of the specimen.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="PalUnitPreservationCompleteness" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation/>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example>articulated, disarticulated, complete, incomplete</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="PalUnitPreservationForm" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Original, mould, cast etc</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example>internal mould, internal cast, external mould, external cast, original</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="PalUnitPreservationMatrix" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The sediment or mineral matrix enclosing the fossil</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="PalUnitPreservationMineralisation" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Form of mineralisation</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example>silicified, phosphatised, pyritised</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="PalUnitPreservationTaphonomy" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Life position, allochthonous death assemblage, post mortem history details etc.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="PalUnitTimeRange" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Known or assumed time range of a fossil</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example>Hildoceras bifrons collected from the "condensed" Junction Bed would be given a time range of Toarcian, Bifrons Zone</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="StratigraphyType">
		<xs:annotation>
			<xs:documentation>Elements expressing stratigraphy at the gathering site.</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard/>
				<sea:Content/>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ChronostratigraphicTerms" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="ChronostratigraphicTerm" type="LookupLType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Chronostratigraphic dating term e.g. Jurassic Period</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="BiostratigraphicTerms" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="BiostratigraphicTerm" type="LookupLType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>biostratigraphic zonation term e.g. Psiloceras planorbis zone</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="LithostratigraphicTerms" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="LithostratigraphicTerm" type="LookupLType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>lithostratigraphic term describing geology e.g. Mercia Mudstone Group</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer/>
									<sea:ExistingStandard/>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="StratigraphyText" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Free text field for informal recording of field contents</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ZoologicalUnitType">
		<xs:annotation>
			<xs:documentation>Elements only used for zoological units</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ZoologyAge" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ZoologySex" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Maps to Darwin Core 2: Sex</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Sex</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 14 Jan 2004</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Sex.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote>This is another element in need of a standard term list enforced on the database level. Examples of content found by Charles Hussey in NHM databases include the following entries: [Female; Female (5); Female(2); Male; Male (2) Female (1); 1 brooding female; 1 Male; 1 Male and 1 Female; 15 Females and 3 Males; 16 Females and 23 Males; 2 female + 1 male; 2 Females; 2 females, 1 male; 3 females, 3 males; 5 Females; 7 Females and 5 Males; Both sexes; Ephippial female; Ephypial female;]</sea:EditorialNote>/></xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ZoologyPhase" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation/>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ImageType">
		<xs:annotation>
			<xs:documentation>Elements to describe digital images</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard/>
				<sea:Content/>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ImageID" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identifier for Image. May be a filename for a digital image.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageURI" type="xs:anyURI" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Universal Resource Identifier - "naked" path to electronic source of document either internal or external (e.g. web address)</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageURIString" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Path to electronic source of document including HTML, Javascript or similar means to directly access the image.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageContext" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The 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.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageFormat" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Code for image format e.g. jpg, pcx, tiff for digital images; 16mm, beta video, AVI, mpg for moving images; transparency, print for photographs etc.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageSize" type="ImageSizeType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Image size in pixels x pixels.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageResolution" type="xs:int" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Resolution of image of this unit, expressed in dots per inch.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageFileSize" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Size in Kb of the file as given in filenema or linked to by the URI.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageIPR" type="IPRStatementsLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Intellectual Property Rights relating specifically to the image.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Comment" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Free text of formatted text (rtf) description of the feature - not controlled length e.g. often a memo field</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageCreatedDate" type="xs:date" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Date the image was taken.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageCreator" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Identifier, e.g. name or other id, of (technical) personnel who has taken the image. Does not imply copyrights or other rights.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ImageCaptureEquipment" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Equipment used to capture image of this unit.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ColorSpace" minOccurs="0">
				<xs:annotation>
					<xs:documentation>## Element under discussion ## See Bob Morris' comments under http://efgblade.cs.umb.edu/twiki/bin/view/BDEI/ColorManagement</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Profile_Name" type="String" minOccurs="0"/>
						<xs:element name="Profile_Ref" type="xs:anyURI" minOccurs="0"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ImageSizeType">
		<xs:sequence>
			<xs:element name="Width" type="xs:positiveInteger">
				<xs:annotation>
					<xs:documentation>Picture width in pixel</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Height" type="xs:positiveInteger">
				<xs:annotation>
					<xs:documentation>Picture height in pixel</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="LookupType">
		<xs:annotation>
			<xs:documentation>Descriptive term. May be taken from a controlled vocabulary maintained by a third party.</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard/>
				<sea:Content>Descriptive term. May be taken from a controlled vocabulary maintained by a third party.</sea:Content>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Domain" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Subject area of the term list.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Subject area of the term list.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="Language" type="xs:language"/>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="Term">
				<xs:annotation>
					<xs:documentation>Descriptive term.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Descriptive term.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="Language" type="xs:language"/>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="SourceName" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>If the term has been drawn from a named term list or thesaurus, its name is recorded here.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>If the term has been drawn from a named term list or thesaurus, its name is recorded here.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SourceNameVersion" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Version or date of the term list or thesaurus from which the term is drawn.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Version or date of the term list or thesaurus from which the term is drawn.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Comment" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Free text comment.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content>Free text comment.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:simpleContent>
						<xs:extension base="xs:string">
							<xs:attribute name="Language" type="xs:language"/>
						</xs:extension>
					</xs:simpleContent>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="LookupLType">
		<xs:annotation>
			<xs:documentation>LookupType extended with Language attribute</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="LookupType">
				<xs:attribute name="Language" type="xs:language"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="MeasurementOrFactType">
		<xs:annotation>
			<xs:documentation>General purpose measurement recording.</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
				<sea:ExistingStandard/>
				<sea:Content>General purpose measurement recording.</sea:Content>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="MeasurementAtomised" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="MeasurementAppliesTo" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Depending on the use of the type, this can further specify the actual part measured. For example, a measurement of temperature may be a surface, air or sub-surface measurement.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="MeasurementMethod" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Method used to make measurement.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>Method used to make measurement.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="MeasuredBy" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Attribution of the measurement to a Person</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="MeasurementDateTime" type="xs:dateTime" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Date and/or Time the measurement was taken</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="MeasurementDuration" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Duration of measurement in time.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>Duration of measurement in time.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="MeasurementAccuracy" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Statement of accuracy of measurement.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>Statement of accuracy of measurement.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="ParameterMeasured" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Describes type of measure, such as width, abundance, circumference etc. or color etc.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>Describes type of measure</sea:Content>
									<sea:Example>width</sea:Example>
									<sea:Example>abundance</sea:Example>
									<sea:Example>circumference</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="MeasurementUnit" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Unit of measurement.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>Named scale.</sea:Content>
									<sea:Example>centigrade</sea:Example>
									<sea:Example>Beaufort</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="MeasurementLowerValue" type="StringLType">
							<xs:annotation>
								<xs:documentation>Lower or only value or fact text.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>Lower or only value. Attribute for ValueDataType.string, integer, decimal, % etc</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="MeasurementUpperValue" type="StringLType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Upper value where there is a range.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
									<sea:ExistingStandard/>
									<sea:Content>Upper value where there is a range. Attribute for Unit of Measurement.</sea:Content>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="MeasurementReference" type="ReferenceType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Reference (publication) for this measurement</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="IsDescriptor">
							<xs:annotation>
								<xs:documentation>Flag indicating if the record is for a descriptor (1) or 
a data measurement (0)</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="MeasurementText" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Free text alternative to atomised version.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Charles Copp Oct 2002</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>Free text alternative to atomised version.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ReferenceType">
		<xs:annotation>
			<xs:documentation>Published reference.</xs:documentation>
			<xs:appinfo>
				<sea:FullName>Reference Type</sea:FullName>
				<sea:Content xml:lang="en"/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>Neil Thomson</sea:Reviewer>
				<sea:ExistingStandard/>
				<sea:Example/>
				<sea:Comment xml:lang="en"/>
				<sea:Rule xml:lang="en"/>
				<sea:EditorialNote xml:lang="en"/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ReferenceCitation" type="String">
				<xs:annotation>
					<xs:documentation>Formal citation for a paper or electronic publication.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Reference citation</sea:FullName>
						<sea:Content xml:lang="en">Formal citation for a paper or electronic publication.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Neil Thomson</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Example/>
						<sea:Comment xml:lang="en"/>
						<sea:Rule xml:lang="en"/>
						<sea:EditorialNote xml:lang="en">Need to decide on whether a particular standard for citations should be adopted  - such as the Council of Biology Editors 6th edition with the NLM Internet extensions??</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ReferenceDetail" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Specific page, figure or illustration number(s) within the reference.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Reference detail</sea:FullName>
						<sea:Content xml:lang="en">Specific page, figure or illustration number(s) within the reference.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Neil Thomson</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Example/>
						<sea:Comment xml:lang="en"/>
						<sea:Rule xml:lang="en"/>
						<sea:EditorialNote xml:lang="en"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="URI" type="xs:anyURI" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Universal Resource Identifier - Path to electronic source of document.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>URL</sea:FullName>
						<sea:Content xml:lang="en">Universal Resource Identifier - Path to electronic source of document.</sea:Content>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Neil Thomson</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Example/>
						<sea:Comment xml:lang="en"/>
						<sea:Rule xml:lang="en"/>
						<sea:EditorialNote xml:lang="en"/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TaxonIdentifiedType">
		<xs:annotation>
			<xs:documentation>Scientific or informal name as a result of an identification.</xs:documentation>
			<xs:appinfo>
				<sea:FullName>Full name</sea:FullName>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer/>
				<sea:ExistingStandard/>
				<sea:Content/>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="HigherTaxa" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Wrapper element for multiple designations of higher taxa. These are higher-level classifications of the name identified, NOT a higher taxon as the sole identification.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Higher taxa</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 29 Feb 2004</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="HigherTaxon" type="HigherTaxonType" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation>Attribute for TaxonRank. The scientific name of a taxon with a rank higher than Genus which is commonly used to classify the group the unit belongs to.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Yde de Jong</sea:Reviewer>
									<sea:ExistingStandard>HISPID3: covers "Suprafamilial Group Name" (supfam), Family Name (fam), and Suprageneric Group Name (supgen).</sea:ExistingStandard>
									<sea:Content/>
									<sea:Example/>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:choice minOccurs="0">
				<xs:element name="ScientificName" type="ScientificNameIdentified" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names - with additional elements for suffixes or other expressions commonly used in taxonomic identifications.</xs:documentation>
						<xs:appinfo>
							<sea:FullName>Scientific name</sea:FullName>
							<sea:Audience>BioCASE</sea:Audience>
							<sea:Audience>CODATA TDWG</sea:Audience>
							<sea:Reviewer>Berendsohn 29 Feb 2004</sea:Reviewer>
							<sea:ExistingStandard/>
							<sea:Content/>
							<sea:Example/>
							<sea:Comment/>
							<sea:Rule/>
							<sea:EditorialNotes/>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
				<xs:element name="InformalNameString" type="StringLType" minOccurs="0">
					<xs:annotation>
						<xs:documentation>The outcome of an identification event that does not adhere to the rule of a Code of Nomenclature.</xs:documentation>
						<xs:appinfo>
							<sea:FullName/>
							<sea:Audience>BioCASE</sea:Audience>
							<sea:Audience>CODATA TDWG</sea:Audience>
							<sea:Reviewer/>
							<sea:ExistingStandard/>
							<sea:Content/>
							<sea:Example/>
							<sea:Comment/>
							<sea:Rule/>
							<sea:EditorialNote/>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
			</xs:choice>
			<xs:element name="NameComments" type="StringLType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Any free text comments related to the name</xs:documentation>
					<xs:appinfo>
						<sea:FullName>NameComments</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 2002</sea:Reviewer>
						<sea:ExistingStandard>HISPID4: namcom.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNotes/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Code" minOccurs="0">
				<xs:simpleType>
					<xs:restriction base="xs:Name">
						<xs:enumeration value="Bacteriological"/>
						<xs:enumeration value="Botanical"/>
						<xs:enumeration value="Viral"/>
						<xs:enumeration value="Zoological"/>
						<xs:enumeration value="Cultivated"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="NameBacterialType">
		<xs:annotation>
			<xs:documentation>An atomised name under the International Code of Nomenclature of Bacteria</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="GenusOrMonomial" type="MonomialType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Genus name.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Genus</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Genus.</sea:ExistingStandard>
						<sea:Content>A generic name as a bacterial scientific name or as part of it.</sea:Content>
						<sea:Example>Acetobacter</sea:Example>
						<sea:Comment/>
						<sea:Rule>First letter capitalised</sea:Rule>
						<sea:Rule>No spaces included.</sea:Rule>
						<sea:EditorialNote>Generic names are essentially the same under the different codes; however, to avoid having to place the essential parts of a name on different levels of the hierarchy, all name elements recognized under a specific code are listed in the respective section.</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Subgenus" type="MonomialType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Subgenus name.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Subgenus</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Genus.</sea:ExistingStandard>
						<sea:Content>A subgenus name as (part of) a bacterial scientific name.</sea:Content>
						<sea:Example>Gluconoacetobacter</sea:Example>
						<sea:Comment/>
						<sea:Rule>First letter capitalised</sea:Rule>
						<sea:Rule>No spaces included.</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SubgenusAuthorAndYear" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Author team and year of the subgenus name.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Author team and year of subgenus.</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>Author(s) and year of the subgenus name.</sea:Content>
						<sea:Example>Yamada and Kondo 1985</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SpeciesEpithet" type="EpithetType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Species epithet</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Species epithet</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Species.</sea:ExistingStandard>
						<sea:Content>The first epithet occurring in a bacterial name (after genus and, optionally, subgenus names)</sea:Content>
						<sea:Example>liquefaciens</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SubspeciesEpithet" type="EpithetType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Maps to Darwin Core 2: Subspecies</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Subspecies epithet</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Subspecies.</sea:ExistingStandard>
						<sea:Content>The second epithet of a bacterial name of subspecies rank (after Genus, optional subgenus, and species epithet).</sea:Content>
						<sea:Example>aceti</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ParentheticalAuthorTeamAndYear" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Author team and Year of the basionym of a species or subspecies combination.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Author team and year</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID4: has Basionym (basnam) as an element but not the author team.</sea:ExistingStandard>
						<sea:Content>Author(s) of the original name for a taxon which has subsequently been revised but retains the same stem or epithet.</sea:Content>
						<sea:Example>Asai</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AuthorTeamAndYear" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The author(s) who published the full name as it stands and its year.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Author team and year</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>Author(s) for the taxonomic name combination (i.e. the author team of the new combination where there is a basionym, and the name author  team where there is none).</sea:Content>
						<sea:Example>Yamada and Kondo</sea:Example>
						<sea:Example>Ames and Correll</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="NameApprobation" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Approbation of name according to approved list, validation list,or validly published, paper in IJSB after 1980.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="NameBotanicalType">
		<xs:annotation>
			<xs:documentation>An atomised scientific name under the International Code of Botanical Nomenclature or the International Code of Nomenclature for Cultivated Plants</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="GenusOrMonomial" type="MonomialType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Genus or higher taxon name.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Genus</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID: Genus Name (gen) as to content, not all rules.</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: Genus.</sea:ExistingStandard>
						<sea:Content>A generic name as a botancal scientific name or as part of it. A generic name under one of the established nomenclatural codes, or a manuscript name, or an intergeneric hybrid name under the ICBN, without the leading multiplication sign,  or the name of an intergeneric graft hybrid or graft chimaera, published under the Cultivated Code.</sea:Content>
						<sea:Example>Abies</sea:Example>
						<sea:Example>Halimiocistus</sea:Example>
						<sea:Example>Crataegomespilus</sea:Example>
						<sea:Comment/>
						<sea:Rule>First letter capitalised</sea:Rule>
						<sea:Rule>No spaces included.</sea:Rule>
						<sea:EditorialNote>Generic names are essentially the same under the different codes; however, to avoid having to place the essential parts of a name on different levels of the hierarchy, all name elements recognized under a specific code are listed in the respective section.</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="FirstEpithet" type="EpithetType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The first epithet in a botanical name combination.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>First epithet</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID 3: "Subgeneric Group Name" (subgen) but without the preceding rank abbreviation (entered under Rank).</sea:ExistingStandard>
						<sea:ExistingStandard>HISPID 3: "Species Epithet" (sp).</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: Species (included).</sea:ExistingStandard>
						<sea:Content>The first epithet in a botanical name combination, i.e. the epithet of a genus subdivision or a species epithet.</sea:Content>
						<sea:Example>alba</sea:Example>
						<sea:Comment/>
						<sea:Rule>No uppercase</sea:Rule>
						<sea:Rule>No space</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SecondEpithet" type="EpithetType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The final epithet of a botanical name of infraspecific rank.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Second epithet</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>HISPID: "Infraspecific Epithet" (isp) without the hybrid parts.</sea:ExistingStandard>
						<sea:ExistingStandard>Darwin Core 2: Subspecies (included).</sea:ExistingStandard>
						<sea:Content>The infraspecific epithet, i.e. the epithet following the indication of the infraspecific rank in the name string (trinomial). Note that quadrinomials etc. are not supported here as names; if deemed necessary, they can be entered in the FullScientificNameString, this element should than contain the last infraspecific epitthet.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule>No uppercase</sea:Rule>
						<sea:Rule>No space</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Rank" type="RankAbbreviationType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The rank of the name where  needed to form it.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID: covers "Infraspecific Rank Flag" (isprk) as well as the rank ("group") of a "subgeneric group name" given in that field.</sea:ExistingStandard>
						<sea:Content>The rank of the name where  needed to form it (i.e. in infraspecies and in names of a rank between genus and species)</sea:Content>
						<sea:Example>subgen.</sea:Example>
						<sea:Example>subsp.</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="HybridFlag" type="HybridFlagType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Flag indicating that this is a named hybrid or a graft chimaera.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID: Hybrid Flag (hyb) .</sea:ExistingStandard>
						<sea:Content>Flag indicating that this is a named hybrid or a graft chimaera. Attribute Rank defines if this applies to the generic, species, or infraspecific level.</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AuthorTeamParenthesis" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Author team of the basionym of a combination.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>HISPID4: has Basionym (basnam) as an element but not the author team.</sea:ExistingStandard>
						<sea:Content>Author(s) of the original name for a taxon which has subsequently been revised but retains the same stem or epithet. May be preceded by a sanctioning author. If possible, preceding "ex" authors should be avoided.</sea:Content>
						<sea:Example>L.</sea:Example>
						<sea:Example>Ames and Correll</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AuthorTeam" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The author(s) who published the full name as it stands.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Author team</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>Author(s) for the taxonomic name combination (i.e. the author team of the new combination where there is a basionym, and the name author  team where there is none).  May be preceded by a sanctioning author. If possible, preceding "ex" authors should be avoided.</sea:Content>
						<sea:Example>DC.</sea:Example>
						<sea:Example>Ames and Correll</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CultivatedPlantNameElements" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Horticultural and trade name element for plants</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Cultivated plant name elements</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>Horticultural and trade name element for plants</sea:Content>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="CultivarGroupName" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Cultivar group name</xs:documentation>
								<xs:appinfo>
									<sea:FullName>Cultivar group name</sea:FullName>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn</sea:Reviewer>
									<sea:ExistingStandard>HISPID4: culgnam</sea:ExistingStandard>
									<sea:ExistingStandard>ITF</sea:ExistingStandard>
									<sea:ExistingStandard>Trehane(1995)</sea:ExistingStandard>
									<sea:Content>The name of a cultivar group as specified in the ICNCP.</sea:Content>
									<sea:Example>Granny Smith Group</sea:Example>
									<sea:Comment/>
									<sea:Rule/>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="CultivarName" type="String" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Cultivar name according to the ICNCP.</xs:documentation>
								<xs:appinfo>
									<sea:FullName/>
									<sea:Audience>BioCASE</sea:Audience>
									<sea:Audience>CODATA TDWG</sea:Audience>
									<sea:Reviewer>Berendsohn</sea:Reviewer>
									<sea:ExistingStandard>HISPID4: culnam</sea:ExistingStandard>
									<sea:ExistingStandard>ITF</sea:ExistingStandard>
									<sea:ExistingStandard>Trehane(1995)</sea:ExistingStandard>
									<sea:Content>The name of a cultivar as specified in the ICNCP.</sea:Content>
									<sea:Example>Firmgold</sea:Example>
									<sea:Example>Granny Smith</sea:Example>
									<sea:Example>Sturmer Pippin</sea:Example>
									<sea:Comment/>
									<sea:Rule>For output, cultivar names must be enclosed in single quotes.</sea:Rule>
									<sea:EditorialNote/>
								</xs:appinfo>
							</xs:annotation>
						</xs:element>
						<xs:element name="TradeDesignationNames">
							<xs:annotation>
								<xs:documentation>Container for trade names</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="TradeDesignationName" type="String" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>Trade name used for a specific cultivar</xs:documentation>
											<xs:appinfo>
												<sea:FullName>Trade name</sea:FullName>
												<sea:Audience>BioCASE</sea:Audience>
												<sea:Audience>CODATA TDWG</sea:Audience>
												<sea:Reviewer>Berendsohn</sea:Reviewer>
												<sea:ExistingStandard>HISPID4: tranam</sea:ExistingStandard>
												<sea:ExistingStandard>ITF</sea:ExistingStandard>
												<sea:ExistingStandard>Trehane(1995)</sea:ExistingStandard>
												<sea:Content>A trade name of a cultivar as specified in the ICNCP.</sea:Content>
												<sea:Example/>
												<sea:Comment/>
												<sea:Rule/>
												<sea:EditorialNote/>
											</xs:appinfo>
										</xs:annotation>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="NameViralType">
		<xs:annotation>
			<xs:documentation>An atomised scientific name under the International Code of Virus Classification and Nomenclature</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="GenusOrMonomial" type="MonomialType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Genus name.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Genus</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Genus.</sea:ExistingStandard>
						<sea:Content>A generic name as a scientific name of a virus or as part of it.</sea:Content>
						<sea:Example>Cambarus</sea:Example>
						<sea:Comment/>
						<sea:Rule>First letter capitalised</sea:Rule>
						<sea:Rule>No spaces included.</sea:Rule>
						<sea:EditorialNote>Generic names are essentially the same under the different codes; however, to avoid having to place the essential parts of a name on different levels of the hierarchy, all name elements recognized under a specific code are listed in the respective section.</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="ViralSpeciesDesignation" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The non-latinised designation of a formal viral name. Examples: vaccinia virus; human herpes virus 2 (herpes simplex virus 2); poliovirus 1; Saccharomyces cerevisiae virus L-A; enterobacteria phage PRD1 [Source: ICTV].</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="NameZoologicalType">
		<xs:annotation>
			<xs:documentation>An atomised scientific name under the International Code of Zoological Nomenclature</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="GenusOrMonomial" type="MonomialType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Genus or higher taxon name.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Genus</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Genus.</sea:ExistingStandard>
						<sea:Content>A generic name as a zoological scientific name or as part of it.</sea:Content>
						<sea:Example>Cambarus</sea:Example>
						<sea:Comment/>
						<sea:Rule>First letter capitalised</sea:Rule>
						<sea:Rule>No spaces included.</sea:Rule>
						<sea:EditorialNote>Generic names are essentially the same under the different codes; however, to avoid having to place the essential parts of a name on different levels of the hierarchy, all name elements recognized under a specific code are listed in the respective section.</sea:EditorialNote>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Subgenus" type="MonomialType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Subgenus name.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Subgenus</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Genus.</sea:ExistingStandard>
						<sea:Content>A subgenus name as a zoological scientific name or as part of it.</sea:Content>
						<sea:Example>Jugicambarus</sea:Example>
						<sea:Comment/>
						<sea:Rule>First letter capitalised</sea:Rule>
						<sea:Rule>No spaces included.</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SpeciesEpithet" type="EpithetType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Species epithet</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Species epithet</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Species.</sea:ExistingStandard>
						<sea:Content>The first epithet occurring in a zoological name (after genus and, optionally, subgenus names)</sea:Content>
						<sea:Example>monongalensis</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="SubspeciesEpithet" type="EpithetType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Maps to Darwin Core 2: Subspecies</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Subspecies epithet</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard>Darwin Core 2: Subspecies.</sea:ExistingStandard>
						<sea:Content>The second epithet of a zoological name of subspecies rank (after genus, optional subgenus, and species epithet).</sea:Content>
						<sea:Example>monongalensis</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AuthorTeamOriginalAndYear" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The first person(s) who validly published a species-group name and the year of publication.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Original authors and year of publication.</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>The first person(s) who validly published a species-group name and the year of publication.</sea:Content>
						<sea:Example>L.</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="AuthorTeamParenthesisAndYear" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The parenthetical citation of the original author when a species-group was transferred to another genus and the year of the original publication.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>Author(s) of the original name for a taxon which has subsequently been revised but retains the same stem or epithet and the year of the original publication.</sea:Content>
						<sea:Example>L.</sea:Example>
						<sea:Comment/>
						<sea:Rule>Set in parenthesis upon output</sea:Rule>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="CombinationAuthorTeamAndYear" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The citation of the authors responsible for the new combination and the year of its publication.</xs:documentation>
					<xs:appinfo>
						<sea:FullName/>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content>The citation of the authors responsible for the new combination when a species-group is transferred to another genus and the year of publication of  the transfer.</sea:Content>
						<sea:Example>L.</sea:Example>
						<sea:Comment>Purely optional under the zoological code.</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="Breed" type="String" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Name of the breed of an animal</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="NamedIndividual" type="String" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="EpithetType">
		<xs:annotation>
			<xs:documentation xml:lang="en">A name element dependent on a genus or a species name under the bacteriological, botanical, and zoological code.</xs:documentation>
			<xs:appinfo>
				<sea:FullName xml:lang="en">Epithet</sea:FullName>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>S.Blum 2003.  W. Berendsohn 12/2003.</sea:Reviewer>
				<sea:ExistingStandard/>
				<sea:Content/>
				<sea:Example>alba</sea:Example>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote xml:lang="en">Add existing standards [WGB].</sea:EditorialNote>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="MonomialType">
		<xs:annotation>
			<xs:documentation xml:lang="en">A generic or higher taxon name (monomial) under the bacteriological, botanical, viral, and zoological code.</xs:documentation>
			<xs:appinfo>
				<sea:FullName>Genus or monomial</sea:FullName>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>S.Blum 12/2002. W.Berendsohn 12/2003.</sea:Reviewer>
				<sea:ExistingStandard/>
				<sea:Content/>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule xml:lang="en">First character must be upper case [A-Z]</sea:Rule>
				<sea:Rule xml:lang="en">Second and following characters must be lower case [a-z]</sea:Rule>
				<sea:Rule xml:lang="en">May not contain any other characters except dash.</sea:Rule>
				<sea:EditorialNote>The rules above should apply to generic names under all codes; if an exception is discovered, the change in constraints should be implemented as an extension [SB]</sea:EditorialNote>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="HybridFlagType">
		<xs:annotation>
			<xs:documentation>A multiplication or plus sign designating a hybrid or draft chimaera in botany.</xs:documentation>
			<xs:appinfo>
				<sea:FullName>Hybrid or draft chimaera indicator</sea:FullName>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>.Berendsohn 12/2003.</sea:Reviewer>
				<sea:ExistingStandard/>
				<sea:Content/>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule xml:lang="en">Only used for botanical names</sea:Rule>
				<sea:Rule xml:lang="en">Can only be multiplication sign, plus sign, x or X</sea:Rule>
				<sea:EditorialNote/>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="RankAbbreviationType">
		<xs:annotation>
			<xs:documentation xml:lang="en">The abbreviation of a taxonomic rank as used in (botanical) name strings.</xs:documentation>
			<xs:appinfo>
				<sea:FullName xml:lang="en">Rank abbreviation</sea:FullName>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>W.Berendsohn 12/2003</sea:Reviewer>
				<sea:ExistingStandard/>
				<sea:Content xml:lang="en">This is the abbreviation for a rank that is used in a (botanical) infraspecific name or the subdividion of a genus, as it appears in the name.</sea:Content>
				<sea:Example/>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote xml:lang="en">The controlled vocabulary must contain terms with spaces [WGB].</sea:EditorialNote>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:Name">
			<xs:enumeration value="subgen."/>
			<xs:enumeration value="sect."/>
			<xs:enumeration value="subsp."/>
			<xs:enumeration value="ssp."/>
			<xs:enumeration value="var."/>
			<xs:enumeration value="subvar."/>
			<xs:enumeration value="forma"/>
			<xs:enumeration value="f."/>
			<xs:enumeration value="subforma"/>
			<xs:enumeration value="subf."/>
			<xs:enumeration value="formaSPACEspec."/>
			<xs:enumeration value="formaSPACEspecialis"/>
			<xs:enumeration value="f.SPACEspec."/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="HigherTaxonRankType">
		<xs:annotation>
			<xs:documentation>A taxonomic rank designation above the rank of genus.</xs:documentation>
			<xs:appinfo>
				<sea:FullName/>
				<sea:Audience>BioCASE</sea:Audience>
				<sea:Audience>CODATA TDWG</sea:Audience>
				<sea:Reviewer>D.Hobern 10/2003. W.Berendsohn 12/2003</sea:Reviewer>
				<sea:ExistingStandards/>
				<sea:Content>The the fully spelled out rank value (in latin but for the "unranked" term and the "group" levels) that can be used as metadata for any name for a taxon of rank above the genus-level.</sea:Content>
				<sea:Example xml:lang="en">Subphylum</sea:Example>
				<sea:Comment/>
				<sea:Rule/>
				<sea:EditorialNote xml:lang="en">This is not  the abbreviation for a rank that is used in a botanical infraspecific name, as it appears in the name [WGB].</sea:EditorialNote>
				<sea:EditorialNote xml:lang="en">Should this be an enumerated type, or will we have to split RankType into ICxN-specific, or even discipline-specific versions?  For example, the rank "Tribe" has different positions in Entomology and Ichthyology [DH].</sea:EditorialNote>
				<sea:EditorialNote xml:lang="en">The controlled vocabulary must contain terms with spaces [WGB].</sea:EditorialNote>
			</xs:appinfo>
		</xs:annotation>
		<xs:restriction base="xs:Name">
			<xs:enumeration value="regnum"/>
			<xs:enumeration value="subregnum"/>
			<xs:enumeration value="superphylum"/>
			<xs:enumeration value="phylum"/>
			<xs:enumeration value="subphylum"/>
			<xs:enumeration value="superclassis"/>
			<xs:enumeration value="classis"/>
			<xs:enumeration value="subclassis"/>
			<xs:enumeration value="superordo"/>
			<xs:enumeration value="ordo"/>
			<xs:enumeration value="subordo"/>
			<xs:enumeration value="superfamilia"/>
			<xs:enumeration value="familia"/>
			<xs:enumeration value="subfamilia"/>
			<xs:enumeration value="tribus"/>
			<xs:enumeration value="genusSPACEgroup" xml:lang="en"/>
			<xs:enumeration value="unranked" xml:lang="en"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="ScientificNameType">
		<xs:annotation>
			<xs:documentation>Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="FullScientificNameString" type="String">
				<xs:annotation>
					<xs:documentation>Name string formed in accordance with a Code of Nomenclature, i. e. a monomial, bionomial, or trinomial plus author(s) or author team(s) and - where relevant - year, or the name of a cultivar or cultivar group, as fully as possible.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Full scientific name</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer/>
						<sea:ExistingStandard>Darwin Core 2: Scientific Name.</sea:ExistingStandard>
						<sea:Content/>
						<sea:Example>Acipenser gueldenstadti Linnaeus 1758</sea:Example>
						<sea:Comment/>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>
			<xs:element name="NameAtomised" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Atomised data items of the taxon identified, with subtypes according to the different Codes of Nomenclature which apply to scientific names.</xs:documentation>
					<xs:appinfo>
						<sea:FullName>Higher taxa</sea:FullName>
						<sea:Audience>BioCASE</sea:Audience>
						<sea:Audience>CODATA TDWG</sea:Audience>
						<sea:Reviewer>Berendsohn 02 Mar 2003</sea:Reviewer>
						<sea:ExistingStandard/>
						<sea:Content/>
						<sea:Example/>
						<sea:Comment>Mandatory (at least one) for unit identifications, but optional in other contexts (e.g. synecology).</sea:Comment>
						<sea:Rule/>
						<sea:EditorialNote/>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexType>
					<xs:choice>
						<xs:element name="Bacterial" type="NameBacterialType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Atomised name with elements according to the International Code of Nomenclature of Prokaryotes</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Botanical" type="NameBotanicalType" minOccurs="0"/>
						<xs:element name="Zoological" type="NameZoologicalType" minOccurs="0"/>
						<xs:element name="Viral" type="NameViralType" minOccurs="0"/>
					</xs:choice>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ScientificNameIdentified">
		<xs:annotation>
			<xs:documentation>Name of the taxon identified, formed according to the different Codes of Nomenclature which apply to scientific names - with additional elements for suffixes or other expressions commonly used in taxonomic identifications.</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="ScientificNameType">
				<xs:sequence>
					<xs:element name="IdentificationQualifier" minOccurs="0">
						<xs:annotation>
							<xs:documentation>A standard term to qualify the identification of the unit when doubts have arisen as to its identity. If it applies to an atomised name, the attribute Rank defines the name element in front of which the qualifier should be inserted. .</xs:documentation>
							<xs:appinfo>
								<sea:FullName/>
								<sea:Audience>BioCASE</sea:Audience>
								<sea:Audience>CODATA TDWG</sea:Audience>
								<sea:Reviewer/>
								<sea:ExistingStandard/>
								<sea:Content/>
								<sea:Example/>
								<sea:Comment/>
								<sea:Rule/>
								<sea:EditorialNote/>
							</xs:appinfo>
						</xs:annotation>
						<xs:complexType>
							<xs:simpleContent>
								<xs:extension base="xs:string">
									<xs:attribute name="Rank">
										<xs:simpleType>
											<xs:restriction base="xs:Name">
												<xs:enumeration value="beforeName"/>
												<xs:enumeration value="beforeFirstEpithet"/>
												<xs:enumeration value="beforeSecondEpithet"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
								</xs:extension>
							</xs:simpleContent>
						</xs:complexType>
					</xs:element>
					<xs:element name="NameAddendum" type="String" minOccurs="0">
						<xs:annotation>
							<xs:documentation>A free-text suffix added to the taxon identified (e.g. "sensu lato").</xs:documentation>
							<xs:appinfo>
								<sea:FullName/>
								<sea:Audience>BioCASE</sea:Audience>
								<sea:Audience>CODATA TDWG</sea:Audience>
								<sea:Reviewer/>
								<sea:ExistingStandard/>
								<sea:Content/>
								<sea:Example>sensu lato, sensu stricto</sea:Example>
								<sea:Comment/>
								<sea:Rule/>
								<sea:EditorialNote/>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="HigherTaxonType">
		<xs:annotation>
			<xs:documentation>Taxon name used to further classify genera and lower taxa.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="HigherTaxonName" type="MonomialType"/>
			<xs:element name="HigherTaxonRank" type="HigherTaxonRankType" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
