<?xml version = "1.0" encoding = "UTF-8"?>
<manifest xmlns = "http://www.imsglobal.org/xsd/imscp_v1p1" 
	xmlns:imsmd = "http://www.imsglobal.org/xsd/imsmd_v1p2" 
	xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" 	xsi:schemaLocation = "http://www.imsglobal.org/xsd/imscp_v1p1 http://www.imsglobal.org/xsd/imscp_v1p1.xsd http://www.imsglobal.org/xsd/imsmd_v1p2 http://www.imsglobal.org/xsd/imsmd_v1p2.xsd "
	identifier="Manifest1-CEC3D3-3201-DF8E-8F42-3CEED12F4197"
   	version="IMS CP 1.1.4">

	<metadata>
		<schema>IMS Content</schema>
		<schemaversion>1.1.4</schemaversion>
		<imsmd:lom>
			<imsmd:general>
				<imsmd:title>
					<imsmd:langstring xml:lang = "en-US">IMS Content Packaging Sample - All Elements</imsmd:langstring>
				</imsmd:title>
			</imsmd:general>
		</imsmd:lom>
	</metadata>
	<organizations default = "TOC1">
		<organization identifier = "TOC1" structure = "hierarchical">
			<title>default</title>
			<item identifier = "ITEM1" identifierref = "RESOURCE1" isvisible = "true">
				<title>Lesson 1</title>
				<item identifier = "ITEM2" identifierref = "RESOURCE2" isvisible = "true">
					<title>Introduction 1</title>
				</item>
				<item identifier = "ITEM3" identifierref = "RESOURCE3" isvisible = "true">
					<title>Content 1</title>
				</item>
				<item identifier = "ITEM4" identifierref = "RESOURCE4" isvisible = "true">
					<title>Summary 1</title>
				</item>
			</item>
			<item identifier = "ITEM5" identifierref = "RESOURCE5" isvisible = "false">
				<title>Lesson 2</title>
				<item identifier = "ITEM6" identifierref = "RESOURCE6" isvisible = "false">
					<title>Introduction 2</title>
				</item>
				<item identifier = "ITEM7" identifierref = "RESOURCE7" isvisible = "false">
					<title>Content 2</title>
				</item>
				<item identifier = "ITEM8" identifierref = "RESOURCE8" isvisible = "false">
					<title>Summary 2</title>
				</item>
			</item>
			<item identifier = "ITEM9" identifierref = "RESOURCE9" isvisible = "true">
				<title>Lesson 3</title>
				<item identifier = "ITEM10" identifierref = "RESOURCE10" isvisible = "true" parameters = "foo">
					<title>Introduction 3</title>
				</item>
				<item identifier = "ITEM11" identifierref = "RESOURCE11" isvisible = "true">
					<title>Content 3</title>
				</item>
				<item identifier = "ITEM12" identifierref = "RESOURCE12" isvisible = "true">
					<title>Summary 3</title>
				</item>
			</item>
		</organization>
	</organizations>
	<resources>
		<resource identifier = "RESOURCE1" type = "webcontent" href = "lesson1.htm">
			<metadata>
				<imsmd:lom>
					<imsmd:general>
						<imsmd:title>
							<imsmd:langstring xml:lang = "en-US">Simple Manifest</imsmd:langstring>
						</imsmd:title>
					</imsmd:general>
				</imsmd:lom>
			</metadata>
			<file href = "lesson1.htm"/>
		</resource>
		<resource identifier = "RESOURCE2" type = "webcontent" href = "intro1.htm">
			<file href = "intro1.htm"/>
		</resource>
		<resource identifier = "RESOURCE3" type = "webcontent" href = "content1.htm">
			<file href = "content1.htm"/>
		</resource>
		<resource identifier = "RESOURCE4" type = "webcontent" href = "summary1.htm">
			<file href = "summary1.htm"/>
		</resource>
		<resource identifier = "RESOURCE5" type = "webcontent" href = "lesson2.htm">
			<file href = "lesson1.htm"/>
		</resource>
		<resource identifier = "RESOURCE6" type = "webcontent" href = "intro2.htm">
			<file href = "intro2.htm"/>
		</resource>
		<resource identifier = "RESOURCE7" type = "webcontent" href = "content2.htm">
			<file href = "content2.htm"/>
		</resource>
		<resource identifier = "RESOURCE8" type = "webcontent" href = "summary2.htm">
			<file href = "summary2.htm"/>
		</resource>
		<resource identifier = "RESOURCE9" type = "webcontent" href = "lesson3.htm">
			<file href = "lesson3.htm"/>
		</resource>
		<resource identifier = "RESOURCE10" type = "webcontent" href = "intro3.htm">
			<file href = "intro3.htm"/>
		</resource>
		<resource identifier = "RESOURCE11" type = "webcontent" href = "content3.htm">        
			<file href = "content3.htm"/>
		</resource>
		<resource identifier = "RESOURCE12" type = "webcontent" href = "summary3.htm">
			<file href = "summary3.htm"/>
		</resource>
	</resources>
</manifest>