<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Naomi Dushay (Cornell University) -->
<xsd:schema targetNamespace="http://ns.nsdl.org/nsdl_all_v1.02/" xmlns:this="http://ns.nsdl.org/nsdl_all_v1.02/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:nsdlTypes="http://ns.nsdl.org/nsdl_types_v1.00" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.02.000">
	<xsd:annotation>
		<xsd:documentation xml:lang="en">
			National Science Digital Library (NSDL) nsdl_all XML Schema
	
			Updated 2003-10-02 version 1.02.000   nsdl_dc is now version 1.02, trailing slash on namespace
			Updated 2003-05-19 Naomi Dushay:  version 1.01.001; add strict check on schemaVersion
			Updated 2002-09-24 NRD version 1.01.000   nsdl_dc is now version 1.01
			updated - 2002/09/30 version 1.00.000
			Updated 2002-09-24 NRD:  corrected targetNamespaces
			Created 2002-09-12 by Naomi Dushay
	    </xsd:documentation>
	</xsd:annotation>
	<xsd:import namespace="http://ns.nsdl.org/nsdl_types_v1.00" schemaLocation="http://ns.nsdl.org/schemas/nsdl_types/nsdl_types_v1.00.xsd"/>
	<xsd:element name="nsdl_all" type="this:nsdl_allType"/>
	<xsd:complexType name="nsdl_allType">
		<xsd:sequence>
			<xsd:element name="datestamp" type="nsdlTypes:mdformatDatestampType"/>
			<xsd:any namespace="http://ns.nsdl.org/nsdl_dc_v1.02/" processContents="strict"/>
			<xsd:element name="datestamp" type="nsdlTypes:mdformatDatestampType"/>
			<xsd:any namespace="http://www.openarchives.org/OAI/2.0/oai_dc/" processContents="strict"/>
			<xsd:element name="datestamp" type="nsdlTypes:mdformatDatestampType"/>
			<xsd:any namespace="http://ns.nsdl.org/nsdl_links_v1.00" processContents="strict"/>
			<xsd:sequence minOccurs="0" maxOccurs="unbounded">
				<xsd:element name="datestamp" type="nsdlTypes:mdformatDatestampType"/>
				<xsd:any namespace="##other" processContents="strict"/>
			</xsd:sequence>
		</xsd:sequence>
		<xsd:attribute name="schemaVersion" type="this:schemaVersionNumber" use="required"/>
	</xsd:complexType>

	<xsd:simpleType name="schemaVersionNumber">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				For exact matches of the first two parts of the schemaVersion with THIS schema's version.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="nsdlTypes:schemaVersionType">
			<xsd:pattern value="1\.02\.\d{3}"/>
		</xsd:restriction>
	</xsd:simpleType>

</xsd:schema>
