<?xml version="1.0" ?>
<!--<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "XMLSchema.dtd">-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="http://www.uflib.ufl.edu/digital/metadata/oral/" targetNamespace="http://www.uflib.ufl.edu/digital/metadata/oral/"
	elementFormDefault="qualified" attributeFormDefault="unqualified" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd"
	version="1.0">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			Schema defining metadata elements to be used for Oral History projects for UFDC.	
			This schema has been designed as an extension schema to the METS format. 
			Components defined and declared here may be used in a METS mdWrap/xmlData section. 
			Developer: Mark Sullivan (MarSull@uflib.ufl.edu)
			Creation Date: January 2006
	    </xs:documentation>
	</xs:annotation>
	<!-- All elements which describe the oral interview appear in an interview object -->
	<!-- This element should appear in a descriptive (dmdSec) wrapper in the METS file -->
	<xs:element name="interview">
		<xs:complexType>
			<xs:sequence>
				<!-- Three elements used to describe oral interviews exclusively -->
				<xs:element name="Interviewee" type="xs:string" minOccurs="0" maxOccurs="1" />
				<xs:element name="Interviewer" type="xs:string" minOccurs="0" maxOccurs="1" />
				<xs:element name="InterviewDate" type="xs:string" minOccurs="0" maxOccurs="1" />
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>