lpdf-pua.xml /size: 12 Kb    last modification: 2025-02-21 11:03
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    </rdf:Description>
71    <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
72      <xmpMM:DocumentID/>
73      <xmpMM:InstanceID/>
74    </rdf:Description>
75    <rdf:Description rdf:about=""
76      xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/"
77      xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#"
78      xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#">
79      <pdfaExtension:schemas>
80        <rdf:Bag>
81          <!-- rdf:li rdf:parseType="Resource">
82            <pdfaSchema:namespaceURI>http://purl.org/dc/elements/1.1/</pdfaSchema:namespaceURI>
83            <pdfaSchema:prefix>pdf</pdfaSchema:prefix>
84            <pdfaSchema:schema>Dubline Core Schema</pdfaSchema:schema>
85            <pdfaSchema:property>
86              <rdf:Seq>
87                <rdf:li rdf:parseType="Resource">
88                  <pdfaProperty:category>internal</pdfaProperty:category>
89                  <pdfaProperty:description>Subject in Document Properties</pdfaProperty:description>
90                  <pdfaProperty:name>description</pdfaProperty:name>
91                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
92                </rdf:li>
93              </rdf:Seq>
94            </pdfaSchema:property>
95          </rdf:li -->
96          <rdf:li rdf:parseType="Resource">
97            <pdfaSchema:namespaceURI>http://ns.adobe.com/pdfx/1.3/</pdfaSchema:namespaceURI>
98            <pdfaSchema:prefix>pdfx</pdfaSchema:prefix>
99            <pdfaSchema:schema>PDF/X ID Schema</pdfaSchema:schema>
100            <pdfaSchema:property>
101              <rdf:Seq>
102                <rdf:li rdf:parseType="Resource">
103                  <pdfaProperty:category>external</pdfaProperty:category>
104                  <pdfaProperty:description>Name of the ConTeXt job</pdfaProperty:description>
105                  <pdfaProperty:name>ConTeXt.Jobname</pdfaProperty:name>
106                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
107                </rdf:li>
108                <rdf:li rdf:parseType="Resource">
109                  <pdfaProperty:category>external</pdfaProperty:category>
110                  <pdfaProperty:description>Time stamp of ConTeXt version</pdfaProperty:description>
111                  <pdfaProperty:name>ConTeXt.Time</pdfaProperty:name>
112                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
113                </rdf:li>
114                <rdf:li rdf:parseType="Resource">
115                  <pdfaProperty:category>external</pdfaProperty:category>
116                  <pdfaProperty:description>ConTeXt website</pdfaProperty:description>
117                  <pdfaProperty:name>ConTeXt.Url</pdfaProperty:name>
118                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
119                </rdf:li>
120                <rdf:li rdf:parseType="Resource">
121                  <pdfaProperty:category>external</pdfaProperty:category>
122                  <pdfaProperty:description>ConTeXt support</pdfaProperty:description>
123                  <pdfaProperty:name>ConTeXt.Support</pdfaProperty:name>
124                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
125                </rdf:li>
126                <rdf:li rdf:parseType="Resource">
127                  <pdfaProperty:category>external</pdfaProperty:category>
128                  <pdfaProperty:description>ConTeXt version</pdfaProperty:description>
129                  <pdfaProperty:name>ConTeXt.Version</pdfaProperty:name>
130                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
131                </rdf:li>
132                <rdf:li rdf:parseType="Resource">
133                  <pdfaProperty:category>external</pdfaProperty:category>
134                  <pdfaProperty:description>TeX support</pdfaProperty:description>
135                  <pdfaProperty:name>TeX.Support</pdfaProperty:name>
136                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
137                </rdf:li>
138                <rdf:li rdf:parseType="Resource">
139                  <pdfaProperty:category>external</pdfaProperty:category>
140                  <pdfaProperty:description>LuaTeX version</pdfaProperty:description>
141                  <pdfaProperty:name>LuaTeX.Version</pdfaProperty:name>
142                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
143                </rdf:li>
144                <rdf:li rdf:parseType="Resource">
145                  <pdfaProperty:category>external</pdfaProperty:category>
146                  <pdfaProperty:description>LuaTeX functionality</pdfaProperty:description>
147                  <pdfaProperty:name>LuaTeX.Functionality</pdfaProperty:name>
148                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
149                </rdf:li>
150                <rdf:li rdf:parseType="Resource">
151                  <pdfaProperty:category>external</pdfaProperty:category>
152                  <pdfaProperty:description>LuaTeX Lua version</pdfaProperty:description>
153                  <pdfaProperty:name>LuaTeX.LuaVersion</pdfaProperty:name>
154                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
155                </rdf:li>
156                <rdf:li rdf:parseType="Resource">
157                  <pdfaProperty:category>external</pdfaProperty:category>
158                  <pdfaProperty:description>LuaTeX platform</pdfaProperty:description>
159                  <pdfaProperty:name>LuaTeX.Platform</pdfaProperty:name>
160                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
161                </rdf:li>
162                <rdf:li rdf:parseType="Resource">
163                  <pdfaProperty:category>external</pdfaProperty:category>
164                  <pdfaProperty:description>Document identifier</pdfaProperty:description>
165                  <pdfaProperty:name>ID</pdfaProperty:name>
166                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
167                </rdf:li>
168              </rdf:Seq>
169           </pdfaSchema:property>
170          </rdf:li>
171          <!-- rdf:li rdf:parseType="Resource">
172            <pdfaSchema:namespaceURI>http://ns.adobe.com/xap/1.0/mm/</pdfaSchema:namespaceURI>
173            <pdfaSchema:prefix>xmpMM</pdfaSchema:prefix>
174            <pdfaSchema:schema>XMP Media Management Schema</pdfaSchema:schema>
175            <pdfaSchema:property>
176              <rdf:Seq>
177                <rdf:li rdf:parseType="Resource">
178                  <pdfaProperty:category>internal</pdfaProperty:category>
179                  <pdfaProperty:description>UUID based identifier for specific incarnation of a document</pdfaProperty:description>
180                  <pdfaProperty:name>InstanceID</pdfaProperty:name>
181                  <pdfaProperty:valueType>URI</pdfaProperty:valueType>
182                </rdf:li>
183              </rdf:Seq>
184            </pdfaSchema:property>
185          </rdf:li -->
186          <rdf:li rdf:parseType="Resource">
187            <pdfaSchema:namespaceURI>http://www.aiim.org/pdfa/ns/id/</pdfaSchema:namespaceURI>
188            <pdfaSchema:prefix>pdfaid</pdfaSchema:prefix>
189            <pdfaSchema:schema>PDF/A ID Schema</pdfaSchema:schema>
190            <pdfaSchema:property>
191              <rdf:Seq>
192                <rdf:li rdf:parseType="Resource">
193                  <pdfaProperty:category>internal</pdfaProperty:category>
194                  <pdfaProperty:description>Part of PDF/A standard</pdfaProperty:description>
195                  <pdfaProperty:name>part</pdfaProperty:name>
196                  <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
197                </rdf:li>
198                <!-- rdf:li rdf:parseType="Resource">
199                  <pdfaProperty:category>internal</pdfaProperty:category>
200                  <pdfaProperty:description>Amendment of PDF/A standard</pdfaProperty:description>
201                  <pdfaProperty:name>amd</pdfaProperty:name>
202                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
203                </rdf:li -->
204                <rdf:li rdf:parseType="Resource">
205                  <pdfaProperty:category>internal</pdfaProperty:category>
206                  <pdfaProperty:description>Conformance level of PDF/A standard</pdfaProperty:description>
207                  <pdfaProperty:name>conformance</pdfaProperty:name>
208                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
209                </rdf:li>
210                <!-- rdf:li rdf:parseType="Resource">
211                  <pdfaProperty:category>internal</pdfaProperty:category>
212                  <pdfaProperty:description>Year of standard</pdfaProperty:description>
213                  <pdfaProperty:name>year</pdfaProperty:name>
214                  <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
215                </rdf:li -->
216              </rdf:Seq>
217            </pdfaSchema:property>
218          </rdf:li>
219          <rdf:li rdf:parseType="Resource">
220            <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
221            <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
222            <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
223            <pdfaSchema:property>
224              <rdf:Seq>
225                <rdf:li rdf:parseType="Resource">
226                  <pdfaProperty:category>internal</pdfaProperty:category>
227                  <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
228                  <pdfaProperty:name>part</pdfaProperty:name>
229                  <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
230                </rdf:li>
231                <!-- rdf:li rdf:parseType="Resource">
232                  <pdfaProperty:category>internal</pdfaProperty:category>
233                  <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
234                  <pdfaProperty:name>amd</pdfaProperty:name>
235                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
236                </rdf:li -->
237                <!-- rdf:li rdf:parseType="Resource">
238                  <pdfaProperty:category>internal</pdfaProperty:category>
239                  <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
240                  <pdfaProperty:name>corr</pdfaProperty:name>
241                  <pdfaProperty:valueType>Text</pdfaProperty:valueType>
242                </rdf:li -->
243                <rdf:li rdf:parseType="Resource">
244                 <pdfaProperty:category>internal</pdfaProperty:category>
245                 <pdfaProperty:description>PDF/UA year of standard</pdfaProperty:description>
246                 <pdfaProperty:name>rev</pdfaProperty:name>
247                 <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
248                </rdf:li>
249              </rdf:Seq>
250            </pdfaSchema:property>
251          </rdf:li>
252        </rdf:Bag>
253      </pdfaExtension:schemas>
254    </rdf:Description>
255    <pdfaid-placeholder/>
256    <pdfuaid-placeholder/>
257    <wtpdf-placeholder/>
258  </rdf:RDF>
259</x:xmpmeta>
260