eggification
[Photo.git] / Products / Photo / standards / xmp / _namespaces.py
diff --git a/Products/Photo/standards/xmp/_namespaces.py b/Products/Photo/standards/xmp/_namespaces.py
new file mode 100755 (executable)
index 0000000..bf8bfe6
--- /dev/null
@@ -0,0 +1,24 @@
+"""
+
+
+"""
+namespaces = {
+        'http://purl.org/dc/elements/1.1/'                             : 'dc'
+       ,'http://ns.adobe.com/xap/1.0/'                                 : 'xmp'
+       ,'http://ns.adobe.com/xap/1.0/rights/'                  : 'xmpRights'
+       ,'http://ns.adobe.com/xap/1.0/mm/'                              : 'xmpMM'
+       ,'http://ns.adobe.com/xap/1.0/bj/'                              : 'xmpBJ'
+       ,'http://ns.adobe.com/xap/1.0/t/pg/'                    : 'xmpTPg'
+       ,'http://ns.adobe.com/xmp/1.0/DynamicMedia/'    : 'xmpDM'
+       ,'http://ns.adobe.com/pdf/1.3/'                                 : 'pdf'
+       ,'http://ns.adobe.com/photoshop/1.0/'                   : 'photoshop'
+       ,'http://ns.adobe.com/camera-raw-settings/1.0/' : 'crs'
+       ,'http://ns.adobe.com/tiff/1.0/'                                : 'tiff'
+       ,'http://ns.adobe.com/exif/1.0/'                                : 'exif'
+       ,'http://ns.adobe.com/exif/1.0/aux/'                    : 'aux'
+       ,'adobe:ns:meta/'                                                               : 'x'
+       ,'http://www.w3.org/1999/02/22-rdf-syntax-ns#'  : 'rdf'
+       ,'http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/'  : 'Iptc4xmpCore'
+       #'http://ns.adobe.com/xap/1.0/'                                 : 'xap'
+       #,'http://ns.adobe.com/xap/1.0/rights/'                 : 'xapRights'
+}
\ No newline at end of file