diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-10 17:54:18 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-10 17:54:18 +0000 |
commit | 2ffa0427ce813d0f9c9e7cfaf2c655c3210384bf (patch) | |
tree | b5aac13c3f4125d714519c77a98c06f52c5701ba /src/documentation/resources | |
parent | 8961ab3e38cd2c4369c0f8b4c9f1fe208ee07528 (diff) | |
download | xmlgraphics-fop-2ffa0427ce813d0f9c9e7cfaf2c655c3210384bf.tar.gz xmlgraphics-fop-2ffa0427ce813d0f9c9e7cfaf2c655c3210384bf.zip |
Add "subtitle" element.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-rw-r--r-- | src/documentation/resources/schema/dtd/compliance-v10.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/documentation/resources/schema/dtd/compliance-v10.dtd b/src/documentation/resources/schema/dtd/compliance-v10.dtd index 613fc92be..1421a0eab 100644 --- a/src/documentation/resources/schema/dtd/compliance-v10.dtd +++ b/src/documentation/resources/schema/dtd/compliance-v10.dtd @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- $Id$ --> <!ELEMENT compliance (head, body)> -<!ELEMENT head (title)> +<!ELEMENT head (title, subtitle?)> <!ELEMENT title (#PCDATA)> +<!ELEMENT subtitle (#PCDATA)> <!ELEMENT body (standard)> <!ELEMENT standard (explanatory?, level-1+)> <!ATTLIST standard |