]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Updated xmp files to zugferd2.2 requirements
authorBen Dangelmayr <dangelmayr@rami.io>
Tue, 19 Jul 2022 12:33:32 +0000 (14:33 +0200)
committerBen Dangelmayr <dangelmayr@rami.io>
Tue, 19 Jul 2022 12:33:32 +0000 (14:33 +0200)
drafthorse/schema/ZUGFeRD2p2_extension_schema_BASIC.xmp
drafthorse/schema/ZUGFeRD2p2_extension_schema_EN16931.xmp
drafthorse/schema/ZUGFeRD2p2_extension_schema_EXTENDED.xmp
drafthorse/schema/ZUGFeRD2p2_extension_schema_MINIMUM.xmp

index 4e968d81d7c8d8523a89b9b7b045b687b614171f..97b52b5d8cc1225a0b268197686144a30a46a5b0 100644 (file)
@@ -28,15 +28,16 @@ Without this change Acrobat XI Preflight validation for PDF/A-3 complains
 2013-06-19
 Singled out the zf properties into a separate rdf:Description node to work
 around bug #4433 in PDFlib 9.0.0 which has been fixed in PDFlib 9.0.1.
+NOTE: the zf namespace has been altered to fx since ZUGfERD v2.1
 -->
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 
   <!-- The actual ZUGFeRD properties; adjust if required -->
-  <rdf:Description rdf:about="" xmlns:zf="urn:ferd:pdfa:CrossIndustryDocument:invoice:2p2#">
-        <zf:ConformanceLevel>BASIC</zf:ConformanceLevel>
-        <zf:DocumentFileName>BASIC.xml</zf:DocumentFileName>
-        <zf:DocumentType>INVOICE</zf:DocumentType>
-        <zf:Version>1.0</zf:Version>
+  <rdf:Description rdf:about="" xmlns:fx="urn:ferd:pdfa:CrossIndustryDocument:invoice:2p2#">
+        <fx:ConformanceLevel>BASIC</fx:ConformanceLevel>
+        <fx:DocumentFileName>BASIC.xml</fx:DocumentFileName>
+        <fx:DocumentType>INVOICE</fx:DocumentType>
+        <fx:Version>1.0</fx:Version>
   </rdf:Description>
 
   <!-- PDF/A extension schema description for the ZUGFeRD schema.
@@ -51,7 +52,7 @@ around bug #4433 in PDFlib 9.0.0 which has been fixed in PDFlib 9.0.1.
                   <rdf:li rdf:parseType="Resource">
                          <pdfaSchema:schema>ZUGFeRD PDFA Extension Schema</pdfaSchema:schema>
                          <pdfaSchema:namespaceURI>urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#</pdfaSchema:namespaceURI>
-                         <pdfaSchema:prefix>zf</pdfaSchema:prefix>
+                         <pdfaSchema:prefix>fx</pdfaSchema:prefix>
                          <pdfaSchema:property>
                                 <rdf:Seq>
                                        <rdf:li rdf:parseType="Resource">
index 633782d05d4838041cb9ae516cfa80480e387bfd..4ecf2025c710928df98aaf3608652172086a6a3f 100644 (file)
@@ -28,15 +28,16 @@ Without this change Acrobat XI Preflight validation for PDF/A-3 complains
 2013-06-19
 Singled out the zf properties into a separate rdf:Description node to work
 around bug #4433 in PDFlib 9.0.0 which has been fixed in PDFlib 9.0.1.
+NOTE: the zf namespace has been altered to fx since ZUGfERD v2.1
 -->
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 
   <!-- The actual ZUGFeRD properties; adjust if required -->
-  <rdf:Description rdf:about="" xmlns:zf="urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#">
-        <zf:ConformanceLevel>EN16931</zf:ConformanceLevel>
-        <zf:DocumentFileName>EN16931.xml</zf:DocumentFileName>
-        <zf:DocumentType>INVOICE</zf:DocumentType>
-        <zf:Version>1.0</zf:Version>
+  <rdf:Description rdf:about="" xmlns:fx="urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#">
+        <fx:ConformanceLevel>EN16931</fx:ConformanceLevel>
+        <fx:DocumentFileName>EN16931.xml</fx:DocumentFileName>
+        <fx:DocumentType>INVOICE</fx:DocumentType>
+        <fx:Version>1.0</fx:Version>
   </rdf:Description>
 
   <!-- PDF/A extension schema description for the ZUGFeRD schema.
@@ -51,7 +52,7 @@ around bug #4433 in PDFlib 9.0.0 which has been fixed in PDFlib 9.0.1.
                   <rdf:li rdf:parseType="Resource">
                          <pdfaSchema:schema>ZUGFeRD PDFA Extension Schema</pdfaSchema:schema>
                          <pdfaSchema:namespaceURI>urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#</pdfaSchema:namespaceURI>
-                         <pdfaSchema:prefix>zf</pdfaSchema:prefix>
+                         <pdfaSchema:prefix>fx</pdfaSchema:prefix>
                          <pdfaSchema:property>
                                 <rdf:Seq>
                                        <rdf:li rdf:parseType="Resource">
index 0e28b17955a9d28fe8ee5ed06d233f8280846495..8b00366d36cb0a45fd627787f7432979277bbb4a 100644 (file)
@@ -21,22 +21,23 @@ Adjustments for ZUGFeRD 1.0:
 - switched to new namespace URI
 - adjusted property descriptions in the extension schema descriptions
 2013-06-19 (based on ZUGFeRD RC)
-Added a trailing hash character "#" to the "zf" namespace name as required
+Added a trailing hash character "#" to the "fx" namespace name as required
 by the XMP 2005 specification which is referenced in PDF/A-2 and PDF/A-3.
 Without this change Acrobat XI Preflight validation for PDF/A-3 complains
 "Extension schema present but not valid"
 2013-06-19
-Singled out the zf properties into a separate rdf:Description node to work
+Singled out the fx properties into a separate rdf:Description node to work
+NOTE: the fx namespace has been altered to fx since ZUGfERD v2.1
 around bug #4433 in PDFlib 9.0.0 which has been fixed in PDFlib 9.0.1.
 -->
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 
   <!-- The actual ZUGFeRD properties; adjust if required -->
-  <rdf:Description rdf:about="" xmlns:zf="urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#">
-        <zf:ConformanceLevel>EXTENDED</zf:ConformanceLevel>
-        <zf:DocumentFileName>EXTENDED.xml</zf:DocumentFileName>
-        <zf:DocumentType>INVOICE</zf:DocumentType>
-        <zf:Version>1.0</zf:Version>
+  <rdf:Description rdf:about="" xmlns:fx="urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#">
+        <fx:ConformanceLevel>EXTENDED</fx:ConformanceLevel>
+        <fx:DocumentFileName>EXTENDED.xml</fx:DocumentFileName>
+        <fx:DocumentType>INVOICE</fx:DocumentType>
+        <fx:Version>1.0</fx:Version>
   </rdf:Description>
 
   <!-- PDF/A extension schema description for the ZUGFeRD schema.
@@ -51,7 +52,7 @@ around bug #4433 in PDFlib 9.0.0 which has been fixed in PDFlib 9.0.1.
                   <rdf:li rdf:parseType="Resource">
                          <pdfaSchema:schema>ZUGFeRD PDFA Extension Schema</pdfaSchema:schema>
                          <pdfaSchema:namespaceURI>urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#</pdfaSchema:namespaceURI>
-                         <pdfaSchema:prefix>zf</pdfaSchema:prefix>
+                         <pdfaSchema:prefix>fx</pdfaSchema:prefix>
                          <pdfaSchema:property>
                                 <rdf:Seq>
                                        <rdf:li rdf:parseType="Resource">
index a01351a64eeb561aa8cebf13b05c1b7157b9e350..1973af6cc14937ab93769b0669aaf42bc62bd8e7 100644 (file)
@@ -28,15 +28,16 @@ Without this change Acrobat XI Preflight validation for PDF/A-3 complains
 2013-06-19
 Singled out the zf properties into a separate rdf:Description node to work
 around bug #4433 in PDFlib 9.0.0 which has been fixed in PDFlib 9.0.1.
+NOTE: the zf namespace has been altered to fx since ZUGfERD v2.1
 -->
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 
   <!-- The actual ZUGFeRD properties; adjust if required -->
-  <rdf:Description rdf:about="" xmlns:zf="urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#">
-        <zf:ConformanceLevel>MINIMUM</zf:ConformanceLevel>
-        <zf:DocumentFileName>MINIMUM.xml</zf:DocumentFileName>
-        <zf:DocumentType>INVOICE</zf:DocumentType>
-        <zf:Version>1.0</zf:Version>
+  <rdf:Description rdf:about="" xmlns:fx="urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#">
+        <fx:ConformanceLevel>MINIMUM</fx:ConformanceLevel>
+        <fx:DocumentFileName>MINIMUM.xml</fx:DocumentFileName>
+        <fx:DocumentType>INVOICE</fx:DocumentType>
+        <fx:Version>1.0</fx:Version>
   </rdf:Description>
 
   <!-- PDF/A extension schema description for the ZUGFeRD schema.
@@ -51,7 +52,7 @@ around bug #4433 in PDFlib 9.0.0 which has been fixed in PDFlib 9.0.1.
                   <rdf:li rdf:parseType="Resource">
                          <pdfaSchema:schema>ZUGFeRD PDFA Extension Schema</pdfaSchema:schema>
                          <pdfaSchema:namespaceURI>urn:ferd:pdfa:CrossIndustryDocument:invoice:1p0#</pdfaSchema:namespaceURI>
-                         <pdfaSchema:prefix>zf</pdfaSchema:prefix>
+                         <pdfaSchema:prefix>fx</pdfaSchema:prefix>
                          <pdfaSchema:property>
                                 <rdf:Seq>
                                        <rdf:li rdf:parseType="Resource">