<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.namespaceTBD.org/darwin2brief" xmlns="http://www.namespaceTBD.org/darwin2brief" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:digir="http://www.namespaceTBD.org/digir" xmlns:darwin="http://www.namespaceTBD.org/darwin2" elementFormDefault="qualified">
	<xsd:annotation>
		<xsd:documentation>$Id: darwin2brief.xsd,v 1.2 2002/02/28 23:38:46 peejinator Exp $</xsd:documentation>
	</xsd:annotation>
	<xsd:import namespace="http://www.namespaceTBD.org/digir" schemaLocation="http://digir.sourceforge.net/prot/beta1/digir.xsd"/>
	<xsd:import namespace="http://www.namespaceTBD.org/darwin2" schemaLocation="http://digir.sourceforge.net/fed/beta1/darwin2.xsd"/>
	<xsd:element name="record">
		<xsd:annotation>
			<xsd:documentation>The predefined record structure of a brief response.  Essentially a sequence of the required elements from Darwin Core V2 (http://tsadev.speciesanalyst.net/documentation/ow.asp?DarwinCoreV2).</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="darwin:DateLastModified"/>
				<xsd:element ref="darwin:InstitutionCode"/>
				<xsd:element ref="darwin:CollectionCode"/>
				<xsd:element ref="darwin:CatalogNumber"/>
				<xsd:element ref="darwin:ScientificName"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
