<?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_links_v1.00" xmlns:this="http://ns.nsdl.org/nsdl_links_v1.00"  xmlns:nsdlTypes="http://ns.nsdl.org/nsdl_types_v1.00" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.001">
	<xsd:annotation>
		<xsd:documentation xml:lang="en">
		      Schema for information about links from one NSDL metadata record to other NSDL metadata records as exposed by the NSDL OAI repository.
		      For more information, see http://repository.comm.nsdlib.org/cgi-bin/wiki.pl?NSDL_Elements		      

			Updated 2003-05-19 Naomi Dushay:  version 1.00.001; add strict check on schemaVersion
			updated - 2002/09/30 version 1.00.000
			Updated 2002-09-17 Naomi Dushay:  added version attribute to schema, changed targetNamespace, move types to nsdl_types
		      Naomi Dushay - 2002/08/08 13:52:00 
	     </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_links">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="link" type="nsdlTypes:linkElementType" maxOccurs="unbounded">
					<xsd:annotation>
						<xsd:documentation xml:lang="en">
							A way to express relationships between metadata records, such as aggregations this metadata record is a part of.
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
			<xsd:attribute name="schemaVersion" type="this:schemaVersionNumber" use="required"/>
		</xsd:complexType>
	</xsd:element>
	<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\.00\.\d{3}"/>
		</xsd:restriction>
	</xsd:simpleType>

</xsd:schema>
