File: /home/imensosw/www/imenso.co/demo/claapp/imsmanifest.xml
<?xml version="1.0" ?>
<!--
Manifest template to demonstrate the proper XML namespace declarations for
SCORM 1.2 manifests.
Provided by Rustici Software - www.scorm.com.
-->
<manifest identifier="com.precyseuniversity.scorm.dnaIncubator" 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/2101/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="PrecyseUniversity">
<organization identifier="PrecyseUniversity">
<title>nThrive Education Incubator</title>
<item identifier="Incubator" identifierref="Incubator_ref" isvisible="true">
<title>nThrive Education Incubator</title>
</item>
</organization>
</organizations>
<resources>
<resource identifier="Incubator_ref" type="webcontent" adlcp:scormtype="sco" href="index.html">
<file href="index.html"/>
</resource>
</resources>
</manifest>