<?xml version="1.0"?>
<!-- $Id: curatorial.xsd, version 1.30 2004/08/11 Exp $ -->
<xsd:schema targetNamespace="http://digir.net/schema/conceptual/darwin/extension/curatorial/1.0" 
                xmlns="http://digir.net/schema/conceptual/darwin/extension/curatorial/1.0" 
                xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
                xmlns:digir="http://digir.net/schema/protocol/2003/1.0" elementFormDefault="qualified">
	<xsd:annotation>
                <xsd:documentation>History: version 1.30 2004/08/11 John Wieczorek</xsd:documentation>
                <xsd:documentation>History: version 1.00 2004/08/08 John Wieczorek</xsd:documentation>
                <xsd:documentation>History: version 0.20 2004/05/24 John Wieczorek</xsd:documentation>
                <xsd:documentation>History: version 0.10 2004/02/18 John Wieczorek (Museum of Vertebrate Zoology)</xsd:documentation>
		<xsd:documentation/>
		<xsd:documentation>XML Schema describing a curatorial extension to Darwin Core Version2 (DwC2).</xsd:documentation>
	</xsd:annotation>
	<xsd:import namespace="http://digir.net/schema/protocol/2003/1.0" schemaLocation="http://digir.sourceforge.net/schema/protocol/2003/1.0/digir.xsd"/>
	<xsd:element name="CatalogNumberNumeric" type="xsd:nonNegativeInteger" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The CatalogNumber as a numeric value, if applicable. This element allows searching on numeric ranges of CatalogNumbers.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="IdentifiedBy" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The name(s) of the person(s) who applied the currently accepted ScientificName to the object or observation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="YearIdentified" type="xsd:gYear" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The four digit year in the Common Era calendar in which the object or observation was identified as having the ScientificName.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="MonthIdentified" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The two digit month in the Common Era calendar during which the object or observation was identified.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleType>
			<xsd:restriction base="xsd:nonNegativeInteger">
				<xsd:minInclusive value="1"/>
				<xsd:maxInclusive value="12"/>
			</xsd:restriction>
		</xsd:simpleType>
	</xsd:element>
	<xsd:element name="DayIdentified" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The two digit day of the month in the Common Era calendar during which the object or observation was identified.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleType>
			<xsd:restriction base="xsd:nonNegativeInteger">
				<xsd:minInclusive value="1"/>
				<xsd:maxInclusive value="31"/>
			</xsd:restriction>
		</xsd:simpleType>
	</xsd:element>
	<xsd:element name="CollectorNumber" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>An identifying string applied to the object or observation at the time of collection. Serves as a link between field notes and the object or observation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FieldNumber" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>An identifying string applied to a set of objects or observations resulting from a single collecting event.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="FieldNotes" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A flag marking the existence of, or a reference to, notes taken in the field for the object or observation.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="VerbatimCollectingDate" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The verbatim original representation of the date (and time) information for the collecting event.</xsd:documentation>
			<xsd:documentation>Example: "spring 1910"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="VerbatimElevation" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A text representation of the altitude in its original format in the source database.</xsd:documentation>
			<xsd:documentation>Example: "1000 +- meters"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="VerbatimDepth" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A text representation of the depth in its original format in the source database.</xsd:documentation>
			<xsd:documentation>Example: "100 to 200 ft below sea level"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="VerbatimCoordinates" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A text representation of the coordinate data (Latitude/Longitude, UTM, TRS, etc.) in its original format in the source database.</xsd:documentation>
			<xsd:documentation>Example: "470999 1234300"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OriginalCoordinateSystem" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The name of the system in which the original geographic coordinates were recorded.</xsd:documentation>
			<xsd:documentation>Examples: "decimal degrees", "degrees minutes seconds", "degrees decimal minutes", "UTM"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="LatLongComments" type="xsd:decimal" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Comments about the geographic coordinate determination.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GeoreferenceMethod" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A reference to the methods used for determining the coordinates and uncertainties.</xsd:documentation>
			<xsd:documentation>Example: "http://elib.cs.berkeley.edu/manis/GeorefGuide.html"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GeoreferenceReferences" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A list of maps, gazetteers or other resources used to georeference the locality. The content of this concept is meant to be specific enough to allow anyone in the future to use the same resource to georeference the same locality.</xsd:documentation>
			<xsd:documentation>Example: "Alexandria Digital Library Gazetteer"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GeoreferenceVerificationStatus" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The extent to which the georeference has been verified to represent the location where the specimen or observation was collected.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Preparations" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A concatenated list of preparations and preservation methods for the object.</xsd:documentation>
			<xsd:documentation>Examples:  "skin", "skull", "skeleton", "whole animal (ETOH)", "tissue (EDTA)"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="TypeStatus" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A list of one or more nomenclatural types (including type status and typified taxonomic name) represented by the object.</xsd:documentation>
			<xsd:documentation>Example: "holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388.").</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GenBankNumber" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>GenBank Accession number(s) associated with the biological individual(s) referred to by the cataloged object.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="OtherCatalogNumbers" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>A list of previous or alternative fully qualified catalog numbers for the same object or observation, whether in the current collection or in any other.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="RelatedCatalogedItems" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>One or more GlobalUniqueIdentifiers (cf. DarwinCore2 conceptual schema) of related objects or observations, optionally preceded by the nature of the relationship.</xsd:documentation>
			<xsd:documentation>Example: "(sibling of) URN:catalog:MVZ:Mammal:1234"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Disposition" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The current disposition of the cataloged item.</xsd:documentation>
			<xsd:documentation>Examples: "in collection", "missing", "voucher elsewhere", "duplicates elsewhere"</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="IndividualCount" type="xsd:nonNegativeInteger" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>The number of individuals present in the lot or container. Not to be used for observations.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="Remarks" type="xsd:string" substitutionGroup="digir:searchableReturnableData" nillable="true">
		<xsd:annotation>
			<xsd:documentation>Free text comments accompanying the object or observation record.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="list">
		<xsd:annotation>
			<xsd:documentation>A concrete digir:listType specifying all elements available for multiCOP operations.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="digir:listType">
				<xsd:sequence>
					<xsd:choice>
						<xsd:element ref="CatalogNumberNumeric" maxOccurs="unbounded"/>
						<xsd:element ref="IdentifiedBy" maxOccurs="unbounded"/>
						<xsd:element ref="YearIdentified" maxOccurs="unbounded"/>
						<xsd:element ref="MonthIdentified" maxOccurs="unbounded"/>
						<xsd:element ref="DayIdentified" maxOccurs="unbounded"/>
						<xsd:element ref="CollectorNumber" maxOccurs="unbounded"/>
						<xsd:element ref="FieldNumber" maxOccurs="unbounded"/>
						<xsd:element ref="FieldNotes" maxOccurs="unbounded"/>
						<xsd:element ref="VerbatimCollectingDate" maxOccurs="unbounded"/>
						<xsd:element ref="VerbatimElevation" maxOccurs="unbounded"/>
						<xsd:element ref="VerbatimDepth" maxOccurs="unbounded"/>
						<xsd:element ref="VerbatimCoordinates" maxOccurs="unbounded"/>
						<xsd:element ref="OriginalCoordinateSystem" maxOccurs="unbounded"/>
						<xsd:element ref="LatLongComments" maxOccurs="unbounded"/>
						<xsd:element ref="GeoreferenceMethod" maxOccurs="unbounded"/>
						<xsd:element ref="GeoreferenceReferences" maxOccurs="unbounded"/>
						<xsd:element ref="GeoreferenceVerificationStatus" maxOccurs="unbounded"/>
						<xsd:element ref="Preparations" maxOccurs="unbounded"/>
						<xsd:element ref="TypeStatus" maxOccurs="unbounded"/>
						<xsd:element ref="GenBankNumber" maxOccurs="unbounded"/>
						<xsd:element ref="OtherCatalogNumbers" maxOccurs="unbounded"/>
						<xsd:element ref="RelatedCatalogedItems" maxOccurs="unbounded"/>
						<xsd:element ref="Disposition" maxOccurs="unbounded"/>
						<xsd:element ref="IndividualCount" maxOccurs="unbounded"/>
						<xsd:element ref="Remarks" maxOccurs="unbounded"/>
					</xsd:choice>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="requiredList" abstract="true" substitutionGroup="digir:requiredList">
		<xsd:complexType>
			<xsd:sequence>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
