-
Notifications
You must be signed in to change notification settings - Fork 2
/
imsmanifest.xml
26 lines (26 loc) · 1.04 KB
/
imsmanifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" standalone="no" ?>
<manifest identifier="livelogic_gsf" 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="hsbc">
<organization identifier="hsbc">
<title>Net Zero: Green Software</title>
<item identifier="item_1" identifierref="sco01" isvisible="true">
<title>Net Zero: Green Software</title>
</item>
</organization>
</organizations>
<resources>
<resource identifier="sco01" type="webcontent" adlcp:scormtype="sco" href="index.html">
<file href="index.html" />
</resource>
</resources>
</manifest>