6. Conformance

6.1 Conformance levels

6.1.2 Conformance level for reuse

Correct the third paragraph as follows:

Files conforming to the conformance level for reuse shall include a PDF Declaration with the URI identifier “http://pdfa.org/declarations/wtpdf/#reuse1.0” as its pdfd:conformsTo entry. The PDF Declaration may provide additional claim information using the pdfd:claimData entry.

Correct the example as follows:

...
<pdfd:conformsTo>
  http://pdfa.org/declarations/wtpdf/#reuse1.0
</pdfd:conformsTo>
...
</pre>

6.1.3 Conformance level for accessibility

Correct the fourth paragraph as follows:

Files conforming to the conformance level for accessibility shall include a PDF Declaration with the URI identifier “http://pdfa.org/declarations/wtpdf/#accessibility1.0” as its pdfd:conformsTo entry. The PDF Declaration may provide additional claim information using the pdfd:claimData entry.

Correct the example as follows:

...
<pdfd:conformsTo>
  http://pdfa.org/declarations/wtpdf/#accessibility1.0
</pdfd:conformsTo>
...
</div>