lpdf-pua.xml /size: 12 Kb    last modification: 2024-01-16 09:02
1<?xml version="1.0"?>
2
3<!-- lpdf-pua.xml -->
4
5<!--
6    There was a bug in the ISO standard so now we just flush them flat because for some
7    reason there is no upward compatibulity. It's a sort of useless mess anyway.
8-->
9
10<!--
11    <dc:creator>    <rdf:Seq><rdf:li xml:lang="x-default"/></rdf:Seq></dc:creator>
12    <dc:description><rdf:Alt><rdf:li xml:lang="x-default"/></rdf:Alt></dc:description>
13    <dc:title>      <rdf:Alt><rdf:li xml:lang="x-default"/></rdf:Alt></dc:title>
14
15    vs
16
17    <dc:creator/>
18    <dc:description/>
19    <dc:title/>
20-->
21
22<!--
23    So now we're back to what we had before, otherwise verapdf fails. Beware, the
24    pdfbox variant of verapdf gives false positives (can't compare dates) so use
25    the greenfield variant instead.
26-->
27
28<x:xmpmeta xmlns:x="adobe:ns:meta/">
29  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
30    <rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/">
31      <dc:format>application/pdf</dc:format>
32      <dc:creator>
33        <rdf:Seq>
34          <rdf:li></rdf:li>
35        </rdf:Seq>
36      </dc:creator>
37      <dc:description>
38        <rdf:Alt>
39          <rdf:li xml:lang="x-default"></rdf:li>
40        </rdf:Alt>
41      </dc:description>
42      <dc:title>
43        <rdf:Alt>
44          <rdf:li xml:lang="x-default"></rdf:li>
45        </rdf:Alt>
46      </dc:title>
47    </rdf:Description>
48    <rdf:Description rdf:about="" xmlns:pdfx="http://ns.adobe.com/pdfx/1.3/">
49      <pdfx:ID/>
50      <pdfx:ConTeXt.Jobname/>
51      <pdfx:ConTeXt.Time/>
52      <pdfx:ConTeXt.Url/>
53      <pdfx:ConTeXt.Support/>
54      <pdfx:ConTeXt.Version/>
55      <pdfx:TeX.Support/>
56      <pdfx:LuaTeX.Version/>
57      <pdfx:LuaTeX.Functionality/>
58      <pdfx:LuaTeX.LuaVersion/>
59      <pdfx:LuaTeX.Platform/>
60    </rdf:Description>
61    <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/">
62      <xmp:CreateDate/>
63      <xmp:CreatorTool/>
64      <xmp:ModifyDate/>
65      <xmp:MetadataDate/>
66    </rdf:Description>
67    <rdf:Description rdf:about="" xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
68      <pdf:Keywords/>
69      <pdf:Producer/>
70      <pdf:Trapped>False</pdf:Trapped>
71    </rdf:Description>
72    <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
73      <xmpMM:DocumentID/>
74      <xmpMM:InstanceID/>
75    </rdf:Description>
76    <rdf:Description rdf:about=""
77      xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/"
78      xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#"
79      xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#">
80      <pdfaExtension:schemas>
81        <rdf:Bag>
82          <rdf:li rdf:parseType="Resource">
83            <pdfaSchema:namespaceURI>http://ns.adobe.com/pdf/1.3/</pdfaSchema:namespaceURI>
84            <pdfaSchema:prefix>pdf</pdfaSchema:prefix>
85            <pdfaSchema:schema>Adobe PDF Schema</pdfaSchema:schema>
86            <pdfaSchema:property>
87              <rdf:Seq>
88                <rdf:li rdf:parseType="Resource">
89                  <pdfaProperty:category>internal</pdfaProperty:category>
90                  <pdfaProperty:description>A name object indicating whether the document has been modified to include trapping information</pdfaProperty:description>
91                  <pdfaProperty:name>Trapped</pdfaProperty:name>
92                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
93                </rdf:li>
94              </rdf:Seq>
95            </pdfaSchema:property>
96          </rdf:li>
97          <rdf:li rdf:parseType="Resource">
98            <pdfaSchema:namespaceURI>http://purl.org/dc/elements/1.1/</pdfaSchema:namespaceURI>
99            <pdfaSchema:prefix>pdf</pdfaSchema:prefix>
100            <pdfaSchema:schema>Dubline Core Schema</pdfaSchema:schema>
101            <pdfaSchema:property>
102              <rdf:Seq>
103                <rdf:li rdf:parseType="Resource">
104                  <pdfaProperty:category>internal</pdfaProperty:category>
105                  <pdfaProperty:description>Subject in Document Properties</pdfaProperty:description>
106                  <pdfaProperty:name>description</pdfaProperty:name>
107                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
108                </rdf:li>
109              </rdf:Seq>
110            </pdfaSchema:property>
111          </rdf:li>
112          <rdf:li rdf:parseType="Resource">
113            <pdfaSchema:namespaceURI>http://ns.adobe.com/pdfx/1.3/</pdfaSchema:namespaceURI>
114            <pdfaSchema:prefix>pdfx</pdfaSchema:prefix>
115            <pdfaSchema:schema>PDF/X ID Schema</pdfaSchema:schema>
116            <pdfaSchema:property>
117              <rdf:Seq>
118                <rdf:li rdf:parseType="Resource">
119                  <pdfaProperty:category>external</pdfaProperty:category>
120                  <pdfaProperty:description>Name of the ConTeXt job</pdfaProperty:description>
121                  <pdfaProperty:name>ConTeXt.Jobname</pdfaProperty:name>
122                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
123                </rdf:li>
124                <rdf:li rdf:parseType="Resource">
125                  <pdfaProperty:category>external</pdfaProperty:category>
126                  <pdfaProperty:description>Time stamp of ConTeXt version</pdfaProperty:description>
127                  <pdfaProperty:name>ConTeXt.Time</pdfaProperty:name>
128                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
129                </rdf:li>
130                <rdf:li rdf:parseType="Resource">
131                  <pdfaProperty:category>external</pdfaProperty:category>
132                  <pdfaProperty:description>ConTeXt website</pdfaProperty:description>
133                  <pdfaProperty:name>ConTeXt.Url</pdfaProperty:name>
134                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
135                </rdf:li>
136                <rdf:li rdf:parseType="Resource">
137                  <pdfaProperty:category>external</pdfaProperty:category>
138                  <pdfaProperty:description>ConTeXt support</pdfaProperty:description>
139                  <pdfaProperty:name>ConTeXt.Support</pdfaProperty:name>
140                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
141                </rdf:li>
142                <rdf:li rdf:parseType="Resource">
143                  <pdfaProperty:category>external</pdfaProperty:category>
144                  <pdfaProperty:description>ConTeXt version</pdfaProperty:description>
145                  <pdfaProperty:name>ConTeXt.Version</pdfaProperty:name>
146                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
147                </rdf:li>
148                <rdf:li rdf:parseType="Resource">
149                  <pdfaProperty:category>external</pdfaProperty:category>
150                  <pdfaProperty:description>TeX support</pdfaProperty:description>
151                  <pdfaProperty:name>TeX.Support</pdfaProperty:name>
152                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
153                </rdf:li>
154                <rdf:li rdf:parseType="Resource">
155                  <pdfaProperty:category>external</pdfaProperty:category>
156                  <pdfaProperty:description>LuaTeX version</pdfaProperty:description>
157                  <pdfaProperty:name>LuaTeX.Version</pdfaProperty:name>
158                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
159                </rdf:li>
160                <rdf:li rdf:parseType="Resource">
161                  <pdfaProperty:category>external</pdfaProperty:category>
162                  <pdfaProperty:description>LuaTeX functionality</pdfaProperty:description>
163                  <pdfaProperty:name>LuaTeX.Functionality</pdfaProperty:name>
164                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
165                </rdf:li>
166                <rdf:li rdf:parseType="Resource">
167                  <pdfaProperty:category>external</pdfaProperty:category>
168                  <pdfaProperty:description>LuaTeX Lua version</pdfaProperty:description>
169                  <pdfaProperty:name>LuaTeX.LuaVersion</pdfaProperty:name>
170                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
171                </rdf:li>
172                <rdf:li rdf:parseType="Resource">
173                  <pdfaProperty:category>external</pdfaProperty:category>
174                  <pdfaProperty:description>LuaTeX platform</pdfaProperty:description>
175                  <pdfaProperty:name>LuaTeX.Platform</pdfaProperty:name>
176                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
177                </rdf:li>
178                <rdf:li rdf:parseType="Resource">
179                  <pdfaProperty:category>external</pdfaProperty:category>
180                  <pdfaProperty:description>Document identifier</pdfaProperty:description>
181                  <pdfaProperty:name>ID</pdfaProperty:name>
182                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
183                </rdf:li>
184              </rdf:Seq>
185           </pdfaSchema:property>
186          </rdf:li>
187          <rdf:li rdf:parseType="Resource">
188            <pdfaSchema:namespaceURI>http://ns.adobe.com/xap/1.0/mm/</pdfaSchema:namespaceURI>
189            <pdfaSchema:prefix>xmpMM</pdfaSchema:prefix>
190            <pdfaSchema:schema>XMP Media Management Schema</pdfaSchema:schema>
191            <pdfaSchema:property>
192              <rdf:Seq>
193                <rdf:li rdf:parseType="Resource">
194                  <pdfaProperty:category>internal</pdfaProperty:category>
195                  <pdfaProperty:description>UUID based identifier for specific incarnation of a document</pdfaProperty:description>
196                  <pdfaProperty:name>InstanceID</pdfaProperty:name>
197                  <pdfaProperty:valueType>URI</pdfaProperty:valueType>
198                </rdf:li>
199              </rdf:Seq>
200            </pdfaSchema:property>
201          </rdf:li>
202          <rdf:li rdf:parseType="Resource">
203            <pdfaSchema:namespaceURI>http://www.aiim.org/pdfa/ns/id/</pdfaSchema:namespaceURI>
204            <pdfaSchema:prefix>pdfaid</pdfaSchema:prefix>
205            <pdfaSchema:schema>PDF/A ID Schema</pdfaSchema:schema>
206            <pdfaSchema:property>
207              <rdf:Seq>
208                <rdf:li rdf:parseType="Resource">
209                  <pdfaProperty:category>internal</pdfaProperty:category>
210                  <pdfaProperty:description>Part of PDF/A standard</pdfaProperty:description>
211                  <pdfaProperty:name>part</pdfaProperty:name>
212                  <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
213                </rdf:li>
214                <rdf:li rdf:parseType="Resource">
215                  <pdfaProperty:category>internal</pdfaProperty:category>
216                  <pdfaProperty:description>Amendment of PDF/A standard</pdfaProperty:description>
217                  <pdfaProperty:name>amd</pdfaProperty:name>
218                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
219                </rdf:li>
220                <rdf:li rdf:parseType="Resource">
221                  <pdfaProperty:category>internal</pdfaProperty:category>
222                  <pdfaProperty:description>Conformance level of PDF/A standard</pdfaProperty:description>
223                  <pdfaProperty:name>conformance</pdfaProperty:name>
224                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
225                </rdf:li>
226              </rdf:Seq>
227            </pdfaSchema:property>
228          </rdf:li>
229          <rdf:li rdf:parseType="Resource">
230            <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
231            <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
232            <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
233            <pdfaSchema:property>
234              <rdf:Seq>
235                <rdf:li rdf:parseType="Resource">
236                  <pdfaProperty:category>internal</pdfaProperty:category>
237                  <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
238                  <pdfaProperty:name>part</pdfaProperty:name>
239                  <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
240                </rdf:li>
241                <rdf:li rdf:parseType="Resource">
242                  <pdfaProperty:category>internal</pdfaProperty:category>
243                  <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
244                  <pdfaProperty:name>amd</pdfaProperty:name>
245                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
246                </rdf:li>
247                <rdf:li rdf:parseType="Resource">
248                  <pdfaProperty:category>internal</pdfaProperty:category>
249                  <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
250                  <pdfaProperty:name>corr</pdfaProperty:name>
251                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
252                </rdf:li>
253              </rdf:Seq>
254            </pdfaSchema:property>
255          </rdf:li>
256        </rdf:Bag>
257      </pdfaExtension:schemas>
258    </rdf:Description>
259    <pdfaid-placeholder/>
260  </rdf:RDF>
261</x:xmpmeta>
262