[latex3-commits] [git/LaTeX3-latex3-pdfresources] test-new-hooks: xmp-chunks (8cb7719)

Ulrike Fischer fischer at troubleshooting-tex.de
Sun May 17 00:29:01 CEST 2020


Repository : https://github.com/latex3/pdfresources
On branch  : test-new-hooks
Link       : https://github.com/latex3/pdfresources/commit/8cb77191199fb442231076b633317fca2ff05000

>---------------------------------------------------------------

commit 8cb77191199fb442231076b633317fca2ff05000
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun May 17 00:29:01 2020 +0200

    xmp-chunks


>---------------------------------------------------------------

8cb77191199fb442231076b633317fca2ff05000
 newpackages/xmp/pdfa-3b.xmp             |  5 ++++
 newpackages/xmp/zugferd-comfort-1p0.xmp | 49 +++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/newpackages/xmp/pdfa-3b.xmp b/newpackages/xmp/pdfa-3b.xmp
new file mode 100644
index 0000000..541653c
--- /dev/null
+++ b/newpackages/xmp/pdfa-3b.xmp
@@ -0,0 +1,5 @@
+<rdf:Description rdf:about=""
+  xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/">
+  <pdfaid:part>3</pdfaid:part>
+  <pdfaid:conformance>A</pdfaid:conformance>
+</rdf:Description>
diff --git a/newpackages/xmp/zugferd-comfort-1p0.xmp b/newpackages/xmp/zugferd-comfort-1p0.xmp
new file mode 100644
index 0000000..4cd2f92
--- /dev/null
+++ b/newpackages/xmp/zugferd-comfort-1p0.xmp
@@ -0,0 +1,49 @@
+<rdf:Description rdf:about=""
+    xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/"
+    xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#"
+    xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#"
+  >
+  <pdfaExtension:schemas>
+    <rdf:Bag>
+      <rdf:li rdf:parseType="Resource">
+        <pdfaSchema:schema>Factur-X PDFA Extension Schema</pdfaSchema:schema>
+        <pdfaSchema:namespaceURI>urn:factur-x:pdfa:CrossIndustryDocument:invoice:1p0#</pdfaSchema:namespaceURI>
+        <pdfaSchema:prefix>fx</pdfaSchema:prefix>
+        <pdfaSchema:property>
+          <rdf:Seq>
+            <rdf:li rdf:parseType="Resource">
+              <pdfaProperty:name>DocumentFileName</pdfaProperty:name>
+              <pdfaProperty:valueType>Text</pdfaProperty:valueType>
+              <pdfaProperty:category>external</pdfaProperty:category>
+              <pdfaProperty:description>name of the embedded XML invoice file</pdfaProperty:description>
+            </rdf:li>
+            <rdf:li rdf:parseType="Resource">
+              <pdfaProperty:name>DocumentType</pdfaProperty:name>
+              <pdfaProperty:valueType>Text</pdfaProperty:valueType>
+              <pdfaProperty:category>external</pdfaProperty:category>
+              <pdfaProperty:description>INVOICE</pdfaProperty:description>
+            </rdf:li>
+            <rdf:li rdf:parseType="Resource">
+              <pdfaProperty:name>Version</pdfaProperty:name>
+              <pdfaProperty:valueType>Text</pdfaProperty:valueType>
+              <pdfaProperty:category>external</pdfaProperty:category>
+              <pdfaProperty:description>The actual version of the Factur-X XML schema</pdfaProperty:description>
+            </rdf:li>
+            <rdf:li rdf:parseType="Resource">
+              <pdfaProperty:name>ConformanceLevel</pdfaProperty:name>
+              <pdfaProperty:valueType>Text</pdfaProperty:valueType>
+              <pdfaProperty:category>external</pdfaProperty:category>
+              <pdfaProperty:description>The conformance level of the embedded Factur-X data</pdfaProperty:description>
+            </rdf:li>
+          </rdf:Seq>
+        </pdfaSchema:property>
+      </rdf:li>
+    </rdf:Bag></pdfaExtension:schemas>
+  </rdf:Description>
+  <rdf:Description rdf:about=""
+     xmlns:fx="urn:factur-x:pdfa:CrossIndustryDocument:invoice:1p0#"
+     fx:ConformanceLevel="EN 16931"
+     fx:DocumentFileName="factur-x.xml"
+     fx:DocumentType="INVOICE"
+     fx:Version="1.0"
+  />





More information about the latex3-commits mailing list.