5e96447c9cfd4b7290794460447c0981b04b2405
[atutor.git] / docs / mods / _core / imscp / ns.inc.php
1 <?php
2 /****************************************************************/
3 /* ATutor                                                                                                               */
4 /****************************************************************/
5 /* Copyright (c) 2002-2008                                      */
6 /* Inclusive Design Institute                                   */
7 /* http://atutor.ca                                                                                             */
8 /*                                                              */
9 /* This program is free software. You can redistribute it and/or*/
10 /* modify it under the terms of the GNU General Public License  */
11 /* as published by the Free Software Foundation.                                */
12 /****************************************************************/
13 // $Id$
14
15 /**
16  * Version 1.0 -IMS Common Cartridge Final Namespaces to Schema Locations
17  * http://www.imsglobal.org/cc/index.html
18  * IMS test packages are different than the ones specified in the specification, which should we follow?  
19  * Following the online specification = failing the test
20  * Following the test = failing the online specification.
21  * Both of them are from IMS CC.
22  */
23
24 /*
25 $ns['http://www.imsglobal.org/xsd/imscp_v1p1']  =       'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/imscp_v1p2.xsd';
26 $ns['http://www.imsglobal.org/xsd/imscc/imscp_v1p1'] =  'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/imscp_v1p2_localised.xsd';
27 $ns['http://www.imsglobal.org/xsd/imsccauth_v1p0'] =    'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_0/imsccauth_v1p0_localised.xsd';
28 $ns['http://ltsc.ieee.org/xsd/imscc/LOM'] =             'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_1/lomLoose_localised.xsd';
29 $ns['http://ltsc.ieee.org/xsd/imscc/LOM/unique'] =      'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_1/loose.xsd';
30 $ns['http://ltsc.ieee.org/xsd/imscc/LOM/vocab'] =       'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_1/vocab/loose.xsd';
31 $ns['http://ltsc.ieee.org/xsd/imscc/LOM/extend'] =      'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_1/extend/custom.xsd';
32 $ns['http://ltsc.ieee.org/xsd/LOM'] =                   'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_2/lomLoose_localised.xsd';
33 $ns['http://ltsc.ieee.org/xsd/LOM/unique'] =            'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_2/loose.xsd';
34 $ns['http://ltsc.ieee.org/xsd/LOM/vocab'] =             'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_2/vocab/loose.xsd';
35 $ns['http://ltsc.ieee.org/xsd/LOM/extend'] =            'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_2/extend/custom.xsd';
36 $ns['http://www.imsglobal.org/xsd/imscp_extensionv1p2'] = 'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_3/imscp_extensionv1p2_localised.xsd';
37 $ns['http://www.imsglobal.org/xsd/ims_qtiasiv1p2'] =    'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_4/ims_qtiasiv1p2_localised.xsd';
38 $ns['http://www.imsglobal.org/xsd/imswl_v1p0'] =        'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_5/imswl_v1p0_localised.xsd';
39 $ns['http://www.imsglobal.org/xsd/imsdt_v1p0'] =        'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_6/imsdt_v1p0_localised.xsd';
40 */
41
42 $ns['http://www.imsglobal.org/xsd/imscp_v1p1']  =       'http://www.imsglobal.org/profile/cc/ccv1p0/imscp_v1p2.xsd';
43 $ns['http://www.imsglobal.org/xsd/imscc/imscp_v1p1'] =  'http://www.imsglobal.org/profile/cc/ccv1p0/imscp_v1p2_localised.xsd';
44 $ns['http://www.imsglobal.org/xsd/imsccauth_v1p0'] =    'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_0/imsccauth_v1p0_localised.xsd';
45 $ns['http://ltsc.ieee.org/xsd/imscc/LOM'] =             'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_2/lomLoose_localised.xsd';
46 $ns['http://ltsc.ieee.org/xsd/imscc/LOM/unique'] =      'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_1/loose.xsd';
47 $ns['http://ltsc.ieee.org/xsd/imscc/LOM/vocab'] =       'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_1/vocab/loose.xsd';
48 $ns['http://ltsc.ieee.org/xsd/imscc/LOM/extend'] =      'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_1/extend/custom.xsd';
49 $ns['http://ltsc.ieee.org/xsd/LOM'] =                   'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_1/lomLoose_localised.xsd';
50 $ns['http://ltsc.ieee.org/xsd/LOM/unique'] =            'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_2/loose.xsd';
51 $ns['http://ltsc.ieee.org/xsd/LOM/vocab'] =             'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_2/vocab/loose.xsd';
52 $ns['http://ltsc.ieee.org/xsd/LOM/extend'] =            'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_2/extend/custom.xsd';
53 $ns['http://www.imsglobal.org/xsd/imscp_extensionv1p2'] = 'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_3/imscp_extensionv1p2_localised.xsd';
54 $ns['http://www.imsglobal.org/xsd/ims_qtiasiv1p2'] = 'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_4/ims_qtiasiv1p2_localised.xsd';
55 $ns['http://www.imsglobal.org/xsd/imswl_v1p0'] =        'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_5/imswl_v1p0_localised.xsd';
56 $ns['http://www.imsglobal.org/xsd/imsdt_v1p0'] =        'http://www.imsglobal.org/profile/cc/ccv1p0/domainProfile_6/imsdt_v1p0_localised.xsd';
57
58
59 //Content packages
60 $ns_cp['http://www.imsproject.org/xsd/imscp_rootv1p1p2'] = 'imscp_rootv1p1p2.xsd';
61 $ns_cp['http://www.imsglobal.org/xsd/imsmd_rootv1p2p1'] = 'imsmd_rootv1p2p1.xsd';
62 $ns_cp['http://www.adlnet.org/xsd/adlcp_rootv1p2'] = 'adlcp_rootv1p2.xsd';
63 $ns_cp['http://www.imsglobal.org/xsd/imscp_v1p1'] = 'http://www.imsglobal.org/xsd/imscp_v1p1p4.xsd';
64 $ns_cp['http://www.imsglobal.org/xsd/imsmd_v1p2'] = 'http://www.imsglobal.org/xsd/imsmd_v1p2p2.xsd';
65 $ns_cp['http://www.imsglobal.org/xsd/imsqti_item_v2p0'] = 'http://www.imsglobal.org/xsd/imsqti_item_v2p0.xsd';
66
67 ?>