<?xml version="1.0"?>
<lom xmlns="http://ltsc.ieee.org/xsd/LOM"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:pkgprop="http://www.scorm.com/xsd/ScormEnginePackageProperties"
     xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM lomLoose.xsd 
                         http://www.scorm.com/xsd/ScormEnginePackageProperties ScormEnginePackageProperties.xsd">
    <general>

        
        <identifier>
            <catalog>URI</catalog>
            <entry>com.adobe.captivate.@CP_COURSE_IDENTIFIER</entry>
        </identifier>

        
        <title>
            <string language="@CP_LANGUAGE">@CP_COURSE_TITLE</string>
        </title>

        
        <language>@CP_GENERAL_LANGUAGE</language>
		
        
        <description>
			<string language="@CP_LANGUAGE">@CP_COURSE_DESCRIPTION</string>
		</description>
		
		@CP_KEYWORDS

    </general>

    <lifeCycle>
        
        <version>
            <string language="@CP_LANGUAGE">@CP_COURSE_VERSION</string>
        </version>

        <contribute>
            <role>
                <source>LOMv1.0</source>
                <value>author</value>
            </role>
            <entity>
<![CDATA[BEGIN:VCARD
VERSION:2.1
@CP_LIFECYCLE_VCARD
END:VCARD]]>
            </entity>
            <date>
                <dateTime>@CP_TIMESTAMP_YYYY-MM-DD</dateTime>
        
                <description>
                    <string language="@CP_LANGUAGE">This is the date this course was published from Adobe Captivate.</string>
                </description>
            </date>
        </contribute>

        <contribute>
            <role>
                <source>LOMv1.0</source>
                <value>publisher</value>
            </role>
            <entity>
<![CDATA[BEGIN:VCARD
VERSION:2.1
FN:Adobe Captivate
NOTE: version @CP_VERSION      
URL: http://www.adobe.com/products/captivate.html
END:VCARD]]>
            </entity>
        </contribute>

        <contribute>
            <role>
                <source>LOMv1.0</source>
                <value>technical implementer</value>
            </role>
            <entity>
@CP_SCORMDRIVER_VCARD
            </entity>
        </contribute>
        
    </lifeCycle>

    <technical>

        <format>text/html</format>
        <format>application/x-javascript</format>
        <format>application/x-shockwave-flash</format>
        <format>text/css</format>

        <size>@CP_SWF_FILE_SIZE</size>
        

        
        <duration>
            <duration>@CP_DURATION</duration>
            <description>
                <string language="en-us">Time it will take to watch this presentation directly from start to finish.</string>
            </description>
        </duration>
        <pkgprop:ScormEnginePackageProperties xmlns="http://www.scorm.com/xsd/ScormEnginePackageProperties">
            <appearence>
                <displayStage>
                    <desired>
                        
                        <width>@CP_SWF_WIDTH</width>
                        <height>@CP_SWF_HEIGHT</height>
                        <fullscreen>@CP_FULLSCREEN</fullscreen>
                    </desired>
                    <required>
                        <width>0</width>
                        <height>0</height>
                        <fullscreen>no</fullscreen>
                    </required>
                </displayStage>
            </appearence>
            <behavior>
                <alwaysFlowToFirstSco>yes</alwaysFlowToFirstSco>
                <rollupEmptySetToUnknown>yes</rollupEmptySetToUnknown>
            </behavior>
        </pkgprop:ScormEnginePackageProperties>
    </technical>

    <educational>
        
        <typicalLearningTime>
            <duration>@CP_DURATION</duration>
            <description>
                <string language="en-us">Time it will typically take for a learner to complete this course.</string>
            </description>
        </typicalLearningTime>

        
        <description>
            <string>@CP_COURSE_DESCRIPTION </string>
        </description>

        
        <language>@CP_EDUCATIONAL_LANGUAGE</language>

    </educational>

    <rights>

        <copyrightAndOtherRestrictions>
            <source>LOMv1.0</source>
            <value>yes</value>
        </copyrightAndOtherRestrictions>

        
        <description>
            <string>@CP_PROJECT_COPYRIGHT</string>
        </description>

    </rights>
</lom>
