diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-07 15:31:12 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-07 15:31:12 +0000 |
commit | 145e7cb1b6afb0a4aa8208c7e71ad2b7317e569c (patch) | |
tree | 592f2f989670ad3c95398f1b0bcf5fba5b74eea0 /src/documentation/resources | |
parent | 479cb16189d3c7dfa10ce125e2e023bdfc7c4462 (diff) | |
download | xmlgraphics-fop-145e7cb1b6afb0a4aa8208c7e71ad2b7317e569c.tar.gz xmlgraphics-fop-145e7cb1b6afb0a4aa8208c7e71ad2b7317e569c.zip |
Add optional ref-id for "standard" element.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196228 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-rw-r--r-- | src/documentation/resources/schema/dtd/compliance-v10.dtd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/resources/schema/dtd/compliance-v10.dtd b/src/documentation/resources/schema/dtd/compliance-v10.dtd index ce21d3fa9..613fc92be 100644 --- a/src/documentation/resources/schema/dtd/compliance-v10.dtd +++ b/src/documentation/resources/schema/dtd/compliance-v10.dtd @@ -12,6 +12,7 @@ compliance-level-1-desc CDATA #REQUIRED compliance-level-2-desc CDATA #REQUIRED compliance-level-3-desc CDATA #REQUIRED + ref-name CDATA #IMPLIED > <!ELEMENT level-1 (explanatory?, level-2+)> <!ATTLIST level-1 |