78d9324486fba0251c6f4cf01c177d3cc21f375f
[Photo.git] / standards / xmp / _namespaces.py
1 """
2 $Id: _namespaces.py 1251 2009-08-03 08:42:09Z pin $
3 $URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/standards/xmp/_namespaces.py $
4 """
5 namespaces = {
6 'http://purl.org/dc/elements/1.1/' : 'dc'
7 ,'http://ns.adobe.com/xap/1.0/' : 'xmp'
8 ,'http://ns.adobe.com/xap/1.0/rights/' : 'xmpRights'
9 ,'http://ns.adobe.com/xap/1.0/mm/' : 'xmpMM'
10 ,'http://ns.adobe.com/xap/1.0/bj/' : 'xmpBJ'
11 ,'http://ns.adobe.com/xap/1.0/t/pg/' : 'xmpTPg'
12 ,'http://ns.adobe.com/xmp/1.0/DynamicMedia/' : 'xmpDM'
13 ,'http://ns.adobe.com/pdf/1.3/' : 'pdf'
14 ,'http://ns.adobe.com/photoshop/1.0/' : 'photoshop'
15 ,'http://ns.adobe.com/camera-raw-settings/1.0/' : 'crs'
16 ,'http://ns.adobe.com/tiff/1.0/' : 'tiff'
17 ,'http://ns.adobe.com/exif/1.0/' : 'exif'
18 ,'http://ns.adobe.com/exif/1.0/aux/' : 'aux'
19 ,'adobe:ns:meta/' : 'x'
20 ,'http://www.w3.org/1999/02/22-rdf-syntax-ns#' : 'rdf'
21 ,'http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/' : 'Iptc4xmpCore'
22 #'http://ns.adobe.com/xap/1.0/' : 'xap'
23 #,'http://ns.adobe.com/xap/1.0/rights/' : 'xapRights'
24 }