diff options
author | William Victor Mote <vmote@apache.org> | 2002-12-03 06:44:04 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2002-12-03 06:44:04 +0000 |
commit | 866cd6efb36816571ba822ed8623e0f95b50a817 (patch) | |
tree | c0623285b8c524a9fa270fb48c9a6e73be2ef432 /src | |
parent | f81c05da3c972eee332caf3ab36771bb426925f0 (diff) | |
download | xmlgraphics-fop-866cd6efb36816571ba822ed8623e0f95b50a817.tar.gz xmlgraphics-fop-866cd6efb36816571ba822ed8623e0f95b50a817.zip |
add citation to DTD
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/resources/schema/dtd/compliance-v10.dtd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/documentation/resources/schema/dtd/compliance-v10.dtd b/src/documentation/resources/schema/dtd/compliance-v10.dtd index 4d5a01959..f2d59cb8a 100644 --- a/src/documentation/resources/schema/dtd/compliance-v10.dtd +++ b/src/documentation/resources/schema/dtd/compliance-v10.dtd @@ -8,6 +8,7 @@ <!ATTLIST standard name CDATA #REQUIRED baseURL CDATA #IMPLIED + citation CDATA #IMPLIED compliance-level-1-desc CDATA #REQUIRED compliance-level-2-desc CDATA #REQUIRED compliance-level-3-desc CDATA #REQUIRED @@ -16,6 +17,7 @@ <!ATTLIST level-1 name CDATA #REQUIRED extURL CDATA #IMPLIED + citation CDATA #IMPLIED compliance-item-desc CDATA #REQUIRED > <!ELEMENT explanatory (p*)> @@ -23,15 +25,16 @@ <!ATTLIST level-2 name CDATA #REQUIRED extURL CDATA #IMPLIED + citation CDATA #IMPLIED > <!ELEMENT level-3 (comment*)> <!ATTLIST level-3 name CDATA #REQUIRED extURL CDATA #IMPLIED + citation CDATA #IMPLIED compliance-level (1 | 2 | 3) #REQUIRED comply (yes | no | na | partial) #REQUIRED > <!ELEMENT comment (#PCDATA)> <!ELEMENT p (#PCDATA)> - -<!-- Last Line of $RCSfile$ -->
\ No newline at end of file +<!-- Last Line of $RCSfile$ --> |