| Revision 378,
685 bytes
checked in by jon, 4 years ago
(diff) |
|
Changing blackboard import to accomodate tufts blackboard packages
|
| Line | |
|---|
| 1 | IMS_schema = 'IMS Content Package' |
|---|
| 2 | IMS_version = '1.2' |
|---|
| 3 | LOM_version = 'LOMv1.0' |
|---|
| 4 | LOM_BB_namespace = 'http://www.blackboard.com/content-packaging/' |
|---|
| 5 | XML_namespace = 'http://www.w3.org/XML/1998/namespace' |
|---|
| 6 | EMBEDDED_STRING = '@X@EmbeddedFile.location@X@' |
|---|
| 7 | |
|---|
| 8 | namespaces = [('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 | |
|---|
| 12 | schema_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.