-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PDF/UA-2. Add rule about Watermark annotation
- Loading branch information
1 parent
a902a21
commit 74b8222
Showing
3 changed files
with
24 additions
and
54 deletions.
There are no files selected for viewing
24 changes: 0 additions & 24 deletions
24
...quirements for specific structure types/8.2.5.29 Formula/verapdf-profile-8-2-5-29-t02.xml
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
... content/8.9.2.4 Annotation types/8.9.2.4.16 Watermark/verapdf-profile-8-9-2-4-16-t01.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<profile xmlns="http://www.verapdf.org/ValidationProfile" flavour="PDFUA_2"> | ||
<details creator="veraPDF Consortium" created="2023-03-13T10:53:06.894+03:00"> | ||
<name>ISO 14289-2:202x - 8.9 Annotations - 8.9.2.4.16 Watermark - Annot structure element</name> | ||
<description>When used as real content, Watermark annotations shall be enclosed within Annot structure elements</description> | ||
</details> | ||
<hash></hash> | ||
<rules> | ||
<rule object="PDWatermarkAnnot"> | ||
<id specification="ISO_14289_2" clause="8.9.2.4.16" testNumber="1"/> | ||
<description>When used as real content, Watermark annotations shall be enclosed within Annot structure elements</description> | ||
<test>structParentType == null || isArtifact == true || structParentStandardType == 'Annot'</test> | ||
<error> | ||
<message>A Watermark annotation is nested within %1 tag (standard type = %2) instead of Annot</message> | ||
<arguments> | ||
<argument>structParentType</argument> | ||
<argument>structParentStandardType</argument> | ||
</arguments> | ||
</error> | ||
<references/> | ||
</rule> | ||
</rules> | ||
<variables/> | ||
</profile> |
30 changes: 0 additions & 30 deletions
30
...s/8.9.4 Alternative descriptions/8.9.4.1 Contents entries/verapdf-profile-8-9-4-1-t01.xml
This file was deleted.
Oops, something went wrong.