luxia--
[Photo.git] / standards / xmp / _namespaces.py
1 """
2
3
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 }