<?xml version="1.0" standalone="no" ?>
<!--
Single SCO with basic runtime calls. SCORM 1.2.
Provided by Rustici Software - http://www.scorm.com
This example demonstrates the use of basic runtime calls in a multi-page SCO. It
includes a demonstration of bookmarking, status reporting (completion and success), 
score and time. It also includes the addition of a basic "controller" for providing
intra-SCO navigation.
-->
<manifest identifier="com.scorm.peaks.runtime.basicruntime.12" version="1" xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2" xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd">
    <metadata>
        <schema>ADL SCORM</schema>
        <schemaversion>1.2</schemaversion>
    </metadata>
			<organizations default="ch1">
				<organization identifier="ch1">
					<title>ch1_0</title>
					<item identifier="item_ch1" identifierref="ch1">
						<title>ch1_1</title>
					</item>
				</organization>
			</organizations>
			<resources>
				<resource identifier="ch1" type="webcontent" adlcp:scormtype="sco" href="ch1/index.html">
				</resource>
			</resources>
</manifest>
