<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00.001">
	<xs:annotation>
		<xs:documentation>*****************************************</xs:documentation>
		<xs:documentation>***** SCHEMA DEVELOPMENT  *****</xs:documentation>
		<xs:documentation>*****************************************</xs:documentation>
		<xs:documentation>Created: 2003-05-13 by Naomi Dushay</xs:documentation>
		<xs:documentation>Last Modified: 2007-06-08 by Katy Ginger University Corporation for Atmospheric Research (UCAR), ginger@ucar.edu</xs:documentation>
		<xs:documentation>Purpose: To provide a controlled vocabulary for the National Science Digital Library (NSDL) Type Vocabulary.</xs:documentation>
		<xs:documentation>2007-06-08: A new type vocabulary is approved by NSDL Pathways. Thus, the reason for the update.</xs:documentation>
		<xs:documentation>2007-06-08: The old vocabulary consisted only of 2 terms: Exhibit and News. To accommodate the new vocabulary that includes spaces between words (e.g. Assessment Material), the base restriction needs to change from xs:name to xs:string to allow for the spaces.</xs:documentation>
		<xs:documentation>2007-06-08: This vocabulary now implies a hierarchy -- see comments at the end of this schema for the hierarchy.</xs:documentation>
		<xs:documentation>2007-06-08: When using finer level terms like Portfolio, also use the broad-group term like Assessment Material.</xs:documentation>
	</xs:annotation>

	<xs:simpleType name="typeResourceType">
		<xs:annotation>
			<xs:documentation>Allowable values for the element.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
				<!--Assessment Material-->
					<xs:enumeration value="Assessment Material"/>
					<xs:enumeration value="Assessment Item"/>
					<xs:enumeration value="Answer Key"/>
					<xs:enumeration value="Rubric"/>			
					<xs:enumeration value="Test"/>			
<!-- -->

<!--Instructional Material-->
					<xs:enumeration value="Instructional Material"/>
					<xs:enumeration value="Activity"/>
					<xs:enumeration value="Animation/Movie"/>
					<xs:enumeration value="Article"/>
					<xs:enumeration value="Case Study"/>
					<xs:enumeration value="Code"/>
					<xs:enumeration value="Course"/>					
					<xs:enumeration value="Curriculum"/>
					<xs:enumeration value="Data"/>
					<xs:enumeration value="Demonstration"/>
					<xs:enumeration value="Documentary"/>
					<xs:enumeration value="Experiment/Lab Activity"/>
					<xs:enumeration value="Field Trip"/>
					<xs:enumeration value="Game"/>
					<xs:enumeration value="Graph"/>
					<xs:enumeration value="Illustration"/>
					<xs:enumeration value="Image/Image Set"/>
					<xs:enumeration value="Instructor Guide/Manual"/>
					<xs:enumeration value="Informative Text"/>
					<xs:enumeration value="Interactive Simulation"/>
					<xs:enumeration value="Lecture/Presentation"/>
					<xs:enumeration value="Lesson/Lesson Plan"/>
					<xs:enumeration value="Map"/>
					<xs:enumeration value="Model"/>
					<xs:enumeration value="Music"/>
					<xs:enumeration value="Numerical/Computer Model"/>
					<xs:enumeration value="Photograph"/>
					<xs:enumeration value="Problem Set"/>
					<xs:enumeration value="Professional Development"/>
					<xs:enumeration value="Project"/>
					<xs:enumeration value="Simulation"/>
					<xs:enumeration value="Sound"/>
					<xs:enumeration value="Specimen"/>
					<xs:enumeration value="Student Guide"/>
					<xs:enumeration value="Textbook"/>
					<xs:enumeration value="Tool/Software"/>
					<xs:enumeration value="Tutorial"/>
					<xs:enumeration value="Unit"/>
					<xs:enumeration value="Voice Recording"/>
<!-- -->
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
</xs:schema>
<!--LICENSE AND COPYRIGHT
The contents of this file are subject to the Educational Community License v1.0 (the "License"); you may not use this file except in compliance with the License. You should obtain a copy of the License from http://www.opensource.org/licenses/ecl1.php. Files distributed under the License are distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. Copyright 2002-2009 by Digital Learning Sciences, University Corporation for Atmospheric Research (UCAR). All rights reserved.-->
