On importing Thin common cartridge getting "Unsupported content package" error.

nayana_rane
Community Novice

I am creation thin common cartridge package and here is my manifeast file having all information. When I import this package on canvas I get "Unsupported content package". I don't know what this error message mean. 

Here is my manifeast file.

<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns="http://www.imsglobal.org/xsd/imsccv1p1/imscp_v1p1" identifier="dGNjX0Rlc2lnbmF0ZWRfRUxE" xmlns:lom="http://ltsc.ieee.org/xsd/imsccv1p3/LOM/resource" xmlns:lomm="http://ltsc.ieee.org/xsd/imsccv1p1/LOM/manifest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglobal.org/xsd/imsccv1p1/imscp_v1p1 http://www.imsglobal.org/profile/cc/ccv1p1/ccv1p1_imscp_v1p2_v1p0.xsd http://ltsc.ieee.org/xsd/imsccv1p1/LOM/resource http://www.imsglobal.org/profile/cc/ccv1p1/LOM/ccv1p1_lomresource_v1p0.xsd http://ltsc.ieee.org/xsd/imsccv1p1/LOM/manifest http://www.imsglobal.org/profile/cc/ccv1p1/LOM/ccv1p1_lommanifest_v1p0.xsd">
<metadata>
<schema>IMS Thin Common Cartridge</schema>
<schemaversion>IMS Thin Common Cartridge</schemaversion>
<lomm:lom>
<lomm:general>
<lomm:identifier>
<lomm:catalog>RGVzaWduYXRlZCBFTEQ=</lomm:catalog>
<lomm:entry>Designated ELD</lomm:entry>
</lomm:identifier>
<lomm:title>
<lomm:string>Designated ELD</lomm:string>
</lomm:title>
<lomm:description>
<lomm:string>Program: Designated ELD</lomm:string>
</lomm:description>
<lomm:keyword>
<lomm:string>Designated ELD</lomm:string>
</lomm:keyword>
</lomm:general>
<lomm:educational>
<lomm:learningResourceType>
<lomm:value>e-books, Video, HTML</lomm:value>
</lomm:learningResourceType>
<lomm:intendedEndUserRole>
<lomm:source>IMSGLC_CC_Rolesv1p2</lomm:source>
<lomm:value>Learner</lomm:value>
</lomm:intendedEndUserRole>
<lomm:intendedEndUserRole>
<lomm:source>IMSGLC_CC_Rolesv1p2</lomm:source>
<lomm:value>Instructor</lomm:value>
</lomm:intendedEndUserRole>
</lomm:educational>
</lomm:lom>
</metadata>
<organizations>
<organization identifier="0_1" structure="rooted-hierarchy">
<item identifier="root">
<item>
<title>Designated ELD</title>
<item>
<title>GRADE 0</title>
<item>
<title>UNIT 1</title>
<item identifier="X14610" identifierref="RGVzaWduYXRlZF9FTEQvR1JBREVfMC9VTklUXzEvWDE0NjEw">
<title>Unit 1 English Language Development Teacher's Resource System (Gr. K)</title>
</item>
</item>
<item>
<title>UNIT 2</title>
<item identifier="X14611" identifierref="RGVzaWduYXRlZF9FTEQvR1JBREVfMC9VTklUXzIvWDE0NjEx">
<title>Unit 2 English Language Development Teacher's Resource System (Gr. K)</title>
</item>
</item>
</item>
</item>
</item>
</organization>
</organizations>
<resources>
<resource identifier="RGVzaWduYXRlZF9FTEQvR1JBREVfMC9VTklUXzEvWDE0NjEw" type="imsbasiclti_xmlv1p0">
<file href="resources/Designated_ELD/GRADE_0/UNIT_1/X14610.xml"/>
</resource>
<resource identifier="RGVzaWduYXRlZF9FTEQvR1JBREVfMC9VTklUXzIvWDE0NjEx" type="imsbasiclti_xmlv1p0">
<file href="resources/Designated_ELD/GRADE_0/UNIT_2/X14611.xml"/>
</resource>
</resources>
</manifest>

What I am missing? Any help is appriciated.

0 Likes