diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-07 15:24:59 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-07 15:24:59 +0000 |
commit | 479cb16189d3c7dfa10ce125e2e023bdfc7c4462 (patch) | |
tree | cd04cea85085e48fe8dbccb2274b8e22a6947def | |
parent | 4eddc3ed2b92b0cf5923262be407c743424621cb (diff) | |
download | xmlgraphics-fop-479cb16189d3c7dfa10ce125e2e023bdfc7c4462.tar.gz xmlgraphics-fop-479cb16189d3c7dfa10ce125e2e023bdfc7c4462.zip |
Add optional ref-id to be used to build bookmark targets.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196227 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/resources/schema/dtd/compliance-v10.dtd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/documentation/resources/schema/dtd/compliance-v10.dtd b/src/documentation/resources/schema/dtd/compliance-v10.dtd index f2d59cb8a..ce21d3fa9 100644 --- a/src/documentation/resources/schema/dtd/compliance-v10.dtd +++ b/src/documentation/resources/schema/dtd/compliance-v10.dtd @@ -19,6 +19,7 @@ extURL CDATA #IMPLIED citation CDATA #IMPLIED compliance-item-desc CDATA #REQUIRED + ref-name CDATA #IMPLIED > <!ELEMENT explanatory (p*)> <!ELEMENT level-2 (level-3+)> @@ -26,6 +27,7 @@ name CDATA #REQUIRED extURL CDATA #IMPLIED citation CDATA #IMPLIED + ref-name CDATA #IMPLIED > <!ELEMENT level-3 (comment*)> <!ATTLIST level-3 @@ -34,6 +36,7 @@ citation CDATA #IMPLIED compliance-level (1 | 2 | 3) #REQUIRED comply (yes | no | na | partial) #REQUIRED + ref-name CDATA #IMPLIED > <!ELEMENT comment (#PCDATA)> <!ELEMENT p (#PCDATA)> |