<?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/provenance_about_v1.00" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:this="http://ns.nsdl.org/provenance_about_v1.00" xmlns:nsdlTypes="http://ns.nsdl.org/nsdl_types_v1.00" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.000">
	<xsd:annotation>
		<xsd:documentation xml:lang="en">
		      Schema for the description of the provenance of metadata that is 
		      re-exposed by the NSDL OAI repository, i.e. metadata that has previously 
		      been harvested before being exposed by the repository.
		      This schema is based on the OAI 2.0 provenance schema.  
		      See: http://www.openarchives.org/OAI/2.0/guidelines-provenance.htm

			updated - 2002/09/30 version 1.00.000
		      updated - 2002/09/24 NRD:  corrected local namespaces
			Updated 2002-09-17 Naomi Dushay:  added version attribute to schema, changed targetNamespace, use nsdl_types
			Naomi Dushay - 2002/06/10 11:00: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="provenance">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="originDescription" type="this:originDescriptionType"/>
			</xsd:sequence>
			<xsd:attribute name="schemaVersion" type="xsd:string" use="required"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:complexType name="originDescriptionType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				each originDescrption element identifies the provenance of the metadata record,
				i.e. the chain of originating repositories.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="harvestType" type="nsdlTypes:harvestTypeType">
				<xsd:annotation>
					<xsd:documentation xml:lang="en">
						The method by which the metadata record was harvested.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="dataSource" type="nsdlTypes:dataSourceType">
				<xsd:annotation>
					<xsd:documentation xml:lang="en">
						The location of the originating repository from which the metadata record was harvested.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="identifier" type="xsd:string">
				<xsd:annotation>
					<xsd:documentation xml:lang="en">
						The unique identifier of the item in the originating repository from which the metadata record was disseminated.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="datestamp" type="nsdlTypes:UTCdatetimeType">
				<xsd:annotation>
					<xsd:documentation xml:lang="en">
						The datestamp of the metadata record as disseminated by the originating repository.
						NOTE:  granularity of this date as obtained from the originating repository must be preserved.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="metadataNamespace" type="xsd:anyURI">
				<xsd:annotation>
					<xsd:documentation xml:lang="en">
						The XML namespace URI of the metadata format of the record harvested from the originating repository.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="originDescription" type="this:originDescriptionType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation xml:lang="en">
						The originDescription block obtained when the record was harvested from the originating repository.  
						A set of nested originDescription blocks will describe proveance over a sequence of harvests.
						This is optional -- not all records have more than one harvest in their sequence.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute name="harvestDate" type="nsdlTypes:UTCdatetimeType" use="required">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					The date that the metadata record was harvested from the originating repository.
					In the case of OAI harvests, this will be the responseDate of the OAI-PMH response containing the record.
					NOTE:  granularity of this date as obtained from the originating repository must be preserved.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="altered" type="xsd:boolean" use="required">
			<xsd:annotation>
				<xsd:documentation xml:lang="en">
					Must be set to true if the metadata record from the originiating repository was altered before being disseminated by THIS repository.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
	</xsd:complexType>
</xsd:schema>
