<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: obisbrief.xsd,v 1.5 2003/05/27 17:15:43 Wei (Rutgers) $ -->
<xsd:schema targetNamespace="http://www.iobis.org/obisbrief" xmlns:darwin="http://digir.net/schema/conceptual/darwin/2003/1.0" xmlns:digir="http://digir.net/schema/protocol/2003/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iobis.org/obisbrief" elementFormDefault="qualified">
	<xsd:annotation>
		<xsd:documentation>$Id: obisbrief.xsd,v 1.5 2003/05/27 17:15:43 Wei Zhuang $</xsd:documentation>
	</xsd:annotation>
	<xsd:import namespace="http://digir.net/schema/conceptual/darwin/2003/1.0" schemaLocation="http://digir.sourceforge.net/schema/conceptual/darwin/2003/1.0/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 OBIS (http://dugong.env.duke.edu:8000/obistech/attachments/FrontPage/OBIS_Schema_V0.2_table-1.doc).</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:element ref="darwin:Longitude"/>
				<xsd:element ref="darwin:Latitude"/>
				<xsd:element ref="obis:Citation"/>
                                <xsd:element ref="darwin:CoordinatePrecision"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
