source: collective.imstransport/trunk/collective/imstransport/utilities/bb/configbb.py @ 378

Revision 378, 685 bytes checked in by jon, 4 years ago (diff)

Changing blackboard import to accomodate tufts blackboard packages

Line 
1IMS_schema = 'IMS Content Package'
2IMS_version = '1.2'
3LOM_version = 'LOMv1.0'
4LOM_BB_namespace = 'http://www.blackboard.com/content-packaging/'
5XML_namespace = 'http://www.w3.org/XML/1998/namespace'
6EMBEDDED_STRING = '@X@EmbeddedFile.location@X@'
7
8namespaces = [('xmlns', 'http://www.imsglobal.org/xsd/imscp_v1p1'),
9              ('xmlns:imscpmd', 'http://www.imsglobal.org/xsd/imsmd_v1p2'),
10              ('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'),]
11
12schema_locations = ['http://www.imsglobal.org/xsd/imscp_v1p1 http://www.imsglobal.org/xsd/imscp_v1p2.xsd',
13                    'http://www.imsglobal.org/xsd/imsmd_v1p2 http://www.imsglobal.org/xsd/imsmd_v1p2p4.xsd']
Note: See TracBrowser for help on using the repository browser.