PDF/A-Erzeugung: die XMP-Metadaten selber erzeugen
[kivitendo-erp.git] / templates / pdf / pdf_a_metadata.xmp
1 <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d' ?>
2
3 <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.0-c316 44.253921, Sun Oct 01 2006 17:14:39">
4  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5   <rdf:Description rdf:about=""
6                    xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/"
7                    xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#"
8                    xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#"
9                    >
10    <pdfaExtension:schemas>
11     <rdf:Bag>
12      <rdf:li rdf:parseType="Resource">
13       <pdfaSchema:namespaceURI>http://ns.adobe.com/pdfx/1.3/</pdfaSchema:namespaceURI>
14       <pdfaSchema:prefix>pdfx</pdfaSchema:prefix>
15       <pdfaSchema:schema>PDF/X Schema</pdfaSchema:schema>
16       <pdfaSchema:property><rdf:Seq>
17        <rdf:li rdf:parseType="Resource">
18         <pdfaProperty:category>external</pdfaProperty:category>
19         <pdfaProperty:description>URL to an online version or preprint</pdfaProperty:description>
20         <pdfaProperty:name>AuthoritativeDomain</pdfaProperty:name>
21         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
22        </rdf:li></rdf:Seq>
23       </pdfaSchema:property>
24      </rdf:li>
25      <rdf:li rdf:parseType="Resource">
26       <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
27       <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
28       <pdfaSchema:schema>PDF/UA ID Schema</pdfaSchema:schema>
29       <pdfaSchema:property><rdf:Seq>
30        <rdf:li rdf:parseType="Resource">
31         <pdfaProperty:category>internal</pdfaProperty:category>
32         <pdfaProperty:description>Part of PDF/UA standard</pdfaProperty:description>
33         <pdfaProperty:name>part</pdfaProperty:name>
34         <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
35        </rdf:li></rdf:Seq>
36       </pdfaSchema:property>
37      </rdf:li>
38      <rdf:li rdf:parseType="Resource">
39       <pdfaSchema:schema>PRISM metadata</pdfaSchema:schema>
40       <pdfaSchema:namespaceURI>http://prismstandard.org/namespaces/basic/2.2/</pdfaSchema:namespaceURI>
41       <pdfaSchema:prefix>prism</pdfaSchema:prefix>
42       <pdfaSchema:property><rdf:Seq>
43        <rdf:li rdf:parseType="Resource">
44         <pdfaProperty:name>aggregationType</pdfaProperty:name>
45         <pdfaProperty:valueType>Text</pdfaProperty:valueType>
46         <pdfaProperty:category>external</pdfaProperty:category>
47         <pdfaProperty:description>The type of publication. If defined, must be one of book, catalog, feed, journal, magazine, manual, newsletter, pamphlet.</pdfaProperty:description>
48        </rdf:li>
49        <rdf:li rdf:parseType="Resource">
50         <pdfaProperty:name>url</pdfaProperty:name>
51         <pdfaProperty:valueType>URL</pdfaProperty:valueType>
52         <pdfaProperty:category>external</pdfaProperty:category>
53         <pdfaProperty:description>URL for the article or unit of content</pdfaProperty:description>
54        </rdf:li>
55       </rdf:Seq></pdfaSchema:property>
56      </rdf:li>
57     </rdf:Bag>
58    </pdfaExtension:schemas>
59   </rdf:Description>
60   <rdf:Description rdf:about="" xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
61    <pdf:Producer>[% producer | xml %]</pdf:Producer>
62   </rdf:Description>
63   <rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/">
64    <dc:format>application/pdf</dc:format>
65 [% IF meta_data.title %]
66    <dc:title><rdf:Alt><rdf:li xml:lang="x-default">[% meta_data.title | xml %]</rdf:li></rdf:Alt></dc:title>
67 [% END %]
68    <dc:creator><rdf:Seq><rdf:li>v3</rdf:li></rdf:Seq></dc:creator>
69 [% IF meta_data.language %]
70    <dc:language><rdf:Bag><rdf:li>[% meta_data.language | xml %]</rdf:li></rdf:Bag></dc:language>
71 [% END %]
72   </rdf:Description>
73   <rdf:Description rdf:about="" xmlns:prism="http://prismstandard.org/namespaces/basic/2.2/">
74   </rdf:Description>
75   <rdf:Description rdf:about="" xmlns:pdfx="http://ns.adobe.com/pdfx/1.3/">
76   </rdf:Description>
77   <rdf:Description rdf:about="" xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/">
78    <pdfaid:part>[% pdf_a_version | xml %]</pdfaid:part>
79    <pdfaid:conformance>[% pdf_a_conformance | xml %]</pdfaid:conformance>
80   </rdf:Description>
81   <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/">
82    <xmp:CreatorTool>[% producer | xml %]</xmp:CreatorTool>
83    <xmp:ModifyDate>[% timestamp | xml %]</xmp:ModifyDate>
84    <xmp:CreateDate>[% timestamp | xml %]</xmp:CreateDate>
85    <xmp:MetadataDate>[% timestamp | xml %]</xmp:MetadataDate>
86   </rdf:Description>
87   <rdf:Description rdf:about="" xmlns:xmpRights = "http://ns.adobe.com/xap/1.0/rights/">
88   </rdf:Description>
89  </rdf:RDF>
90 </x:xmpmeta>
91
92 <?xpacket end='w'?>