<xs:schema 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
						targetNamespace="http://www.openarchives.org/oaidc/"
            xmlns="http://www.openarchives.org/oaidc/"
						xmlns:dc="http://purl.org/dc/elements/1.1/"

            elementFormDefault="qualified"
            attributeFormDefault="qualified">

	<xs:annotation>
		<xs:documentation xml:lang="en">
			Created by Tom Habing, thabing@uiuc.edu and Tim Cole, t-cole3@uiuc.edu

			This schema defines a root element dc which may contain only the Basic Dublin Core (15 core elements) with
			only text content for the element values (Simple DC)
		</xs:documentation>

		<xs:appinfo xmlns:dc="http://purl.org/dc/elements/1.1/">
			<dc:title>Simple DC Container XML Schema</dc:title>
			<dc:creator>Tom Habing, thabing@uiuc.edu</dc:creator>
			<dc:creator>Tim Cole, t-cole3@uiuc.edu</dc:creator>
		</xs:appinfo>
	</xs:annotation>

   <xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="dc1.1.xsd"/>

   <xs:element name="dc" type="dc:dcElementContainer"/>

</xs:schema>