Changeset 209 for collective.imstransport/trunk/collective/imstransport/utilities/imscc/imsccwriter.py
- Timestamp:
- 05/21/09 10:26:09 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
collective.imstransport/trunk/collective/imstransport/utilities/imscc/imsccwriter.py
r207 r209 6 6 from collective.imstransport.utilities.imsinterchange import IMSWriter 7 7 from collective.imstransport import IMSTransportMessageFactory as _ 8 9 IMS_schema = 'IMS Content Package'10 IMS_version = '1.0.0'11 LOM_version = 'LOMv1.0'12 LOM_namespace = 'http://ltsc.ieee.org/xsd/LOM'13 14 namespaces = [('xmlns', 'http://www.imsglobal.org/xsd/imscc/imscp_v1p1'),15 ('xmlns:lomimscc','http://ltsc.ieee.org/xsd/imscc/LOM'),16 ('xmlns:lom','http://ltsc.ieee.org/xsd/LOM'),17 ('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'),]18 19 schema_locations = [20 'http://www.imsglobal.org/xsd/imscc/imscp_v1p1 http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/imscp_v1p2_localised.xsd',21 'http://ltsc.ieee.org/xsd/LOM http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_2/lomLoose_localised.xsd',22 'http://ltsc.ieee.org/xsd/imscc/LOM http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_1/lomLoose_localised.xsd',]23 24 8 25 9 class IMSCCWriter(IMSWriter):
Note: See TracChangeset
for help on using the changeset viewer.
