<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Naomi Dushay (Cornell University) -->
<xs:schema targetNamespace="http://ns.nsdl.org/nsdl_dc_v1.00" xmlns:this="http://ns.nsdl.org/nsdl_dc_v1.00" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:GEMType="http://ns.nsdl.org/gem_type_v1.00" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.002">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			National Science Digital Library (NSDL) Qualified DC application XML Schema
	
			Updated 2002-11-22 Naomi Dushay:  version 1.00.002; changed version incorrectly b/c changed version of dcterms.
			Updated 2002-10-02 Naomi Dushay:  version 1.00.001; remove xml ns decl, but leave import
			Updated 2002-09-27 Naomi Dushay:  version 1.00.000; redo dc content model for SimpleLiteral
			Updated 2002-09-24 Naomi Dushay: corrected local namespaces
			Updated 2002-09-17 Naomi Dushay:  added version attribute to schema, changed targetNamespace to correspond to naming convention
				added schemaVersion attribute to nsdl_dc element

			Created 2002-09-12 by Naomi Dushay
	
			Based on the Qualified DC application XML Schema: see http://www.ukoln.ac.uki/metadata/dcmi/xmlschema/
	    </xs:documentation>
	</xs:annotation>
	<!-- NOTE:  the order of the following is important.  Otherwise XSV won't work -->
	<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>
	<xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="http://ns.nsdl.org/schemas/dc/dc_v1.00.xsd"/>
	<xs:import namespace="http://purl.org/dc/terms/" schemaLocation="http://ns.nsdl.org/schemas/dc/dcterms_v1.00.xsd"/>
	<xs:import namespace="http://ns.nsdl.org/gem_type_v1.00" schemaLocation="http://ns.nsdl.org/schemas/gem_type/gem_type_v1.00.xsd"/>
	<xs:element name="nsdl_dc" type="this:nsdl_dcType"/>
	<xs:complexType name="nsdl_dcType">
		<xs:complexContent>
			<xs:extension base="dcterms:elementOrRefinementContainer">
				<xs:attribute name="schemaVersion" type="xs:string" use="required"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="GEM">
		<xs:simpleContent>
			<xs:restriction base="dc:SimpleLiteral">
				<xs:simpleType>
					<xs:restriction base="GEMType:GEMType"/>
				</xs:simpleType>
				<xs:attribute ref="xml:lang" use="prohibited"/>
			</xs:restriction>
		</xs:simpleContent>
	</xs:complexType>
</xs:schema>
