<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/"
						xmlns:dcterms="http://purl.org/dc/terms/"
            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 Qualifed Dublin Core: basic and refinement elements
			and encodings specified by using the appropriate xsi:type attribute.
		</xs:documentation>

		<xs:appinfo xmlns:dc="http://purl.org/dc/elements/1.1/">
			<dc:title>Qualified 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/terms/" schemaLocation="dcterms.xsd"/>
	<xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="dc1.1.xsd"/>

	<xs:element name="dc" type="dc:dcElementContainer"/>

</xs:schema>