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

    <general>
        <title>
            <langstring>Title</langstring>
        </title>
        <!-- Repace "1" with Manifest->Course.Identifier field value. If no value specifed, use a GUID or use leave it as "1".-->
        <catalogentry>
            <catalog>Catalog</catalog>
            <entry>
                <langstring>1</langstring>
            </entry>
        </catalogentry>
        <!-- If you know the locale, enter it here, if not, leave this as en-->
        <language>en</language>
        <!-- Manifest->Course.Description. If that doesn't exist, replace with Project Information-> Description. If that is empty, just leave "Description"-->
        <description>
            <langstring>Description</langstring>
        </description>
        <!-- SCORM 1.2 requires some keywords. You could just leave it as is, or substitute the title-->
        <keyword>
            <langstring>Training</langstring>
        </keyword>
    </general>
    <lifecycle>
        <!-- Use Manifest->Course.Version. If that doesn't exist, leave it as "1"  -->
        <version>
            <langstring>1</langstring>
        </version>
        <status>
            <source>
                <langstring xml:lang="x-none">LOMv1.0</langstring>
            </source>
            <value>
                <langstring xml:lang="x-none">Final</langstring>
            </value>
        </status>
        <contribute>
            <role>
                <source>
                    <langstring xml:lang="x-none">LOMv1.0</langstring>
                </source>
                <value>
                    <langstring xml:lang="x-none">Author</langstring>
                </value>
            </role>
            <centity>
                <vcard>
                    BEGIN:VCARD
                    VERSION:2.1
                    FN: Put ProjectInformation->Author here. if not filled in use ProjectInformation->Company, if nothing there, omit this line
                    ORG: Put ProjectInformation->Company here, if not filled in, omit this line
                    EMAIL;PREF;INTERNET: Put Projet Informatin->Email here, if not filled in, omit this line
                    URL:  Put Projet Informatin->Website here, if not filled in, omit this line
                    END:VCARD
                </vcard>
            </centity>
        </contribute>
        <contribute>
            <role>
                <source>
                    <langstring xml:lang="x-none">LOMv1.0</langstring>
                </source>
                <value>
                    <langstring xml:lang="x-none">Publisher</langstring>
                </value>
            </role>
            <centity>
                <vcard>
                    BEGIN:VCARD
                    VERSION:2.1
                    FN:Company Tool
                    NOTE: version XXX       <!-- Put your actual version number in here each relase -->
                    URL: http://www.company.com/products/product.html
                    END:VCARD
                </vcard>
            </centity>
        </contribute>
        <contribute>
            <role>
                <source>
                    <langstring xml:lang="x-none">LOMv1.0</langstring>
                </source>
                <value>
                    <langstring xml:lang="x-none">Technical Implementer</langstring>
                </value>
            </role>
            <centity>
                <vcard>
                    BEGIN:VCARD
                    VERSION:2.1
                    FN:SCORM Driver
                    ORG:Rustici Software,LLC
                    TEL;WORK;VOICE:(866)49-SCORM
                    ADR;WORK:;;3326 Aspen Grove Dr Ste 304;Franklin;TN;37067;United States of America
                    EMAIL;PREF;INTERNET:info@scorm.com
                    URL: http://scorm.com
                    END:VCARD
                </vcard>
            </centity>
        </contribute>
    </lifecycle>
    <metametadata>
        <metadatascheme>ADL SCORM 1.2</metadatascheme>
    </metametadata>
    <technical>
        <format>text/html</format>
        <format>application/x-javascript</format>
        <format>application/x-shockwave-flash</format>
        <format>text/css</format>
        <location>indexAPI.html</location>
        <!-- replace with your launch page-->
        <pkgprop:ScormEnginePackageProperties xmlns="http://www.scorm.com/ScormEnginePackageProperties">
            <appearance>
                <displayStage>
                    <!-- Replace with target width and height of movie. (From Project Information -> Resolution -->
                    <desired>
                        <width>750</width>
                        <height>550</height>
                        <fullscreen>no</fullscreen>
                    </desired>
                    <required>
                        <width>0</width>
                        <height>0</height>
                        <fullscreen>no</fullscreen>
                    </required>
                </displayStage>
            </appearance>
            <behavior>
                <alwaysFlowToFirstSco>yes</alwaysFlowToFirstSco>
                <scoreOverridesStatus>no</scoreOverridesStatus>
                <validateInteractionTypes>yes</validateInteractionTypes>
            </behavior>

        </pkgprop:ScormEnginePackageProperties>
    </technical>
    <rights>
        <cost>
            <source>
                <langstring xml:lang="x-none">LOMv1.0</langstring>
            </source>
            <value>
                <langstring xml:lang="x-none">yes</langstring>
            </value>
        </cost>
        <copyrightandotherrestrictions>
            <source>
                <langstring xml:lang="x-none">LOMv1.0</langstring>
            </source>
            <value>
                <langstring xml:lang="x-none">yes</langstring>
            </value>
        </copyrightandotherrestrictions>
    </rights>
    <classification>
        <purpose>
            <source>
                <langstring xml:lang="x-none">LOMv1.0</langstring>
            </source>
            <value>
                <langstring xml:lang="x-none">Educational Objective</langstring>
            </value>
        </purpose>
        <!--same as description above-->
        <description>
            <langstring>Description</langstring>
        </description>
        <!--same as keywords above-->
        <keyword>
            <langstring>Training</langstring>
        </keyword>
    </classification>
</lom>
