You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/metadata/dtd/book.dtd

26 lines
801 B

<!ENTITY % common SYSTEM "common.dtd">
%common;
<!ELEMENT book (title, values?, author+, abstract, license?, version, date, part+)>
<!ATTLIST book link CDATA #IMPLIED
disclaimer (articles|oldbook|draft|obsolete) #IMPLIED
redirect CDATA #IMPLIED
lang CDATA #IMPLIED>
<!ELEMENT part (title, abstract, chapter+)>
<!ATTLIST part id CDATA #IMPLIED>
<!ELEMENT chapter (title, abstract?, include)>
<!ATTLIST chapter id CDATA #IMPLIED>
<!ELEMENT sections (abstract?, version, date, section+)>
<!ELEMENT section (include | (title, (body+ | subsection+)) )>
<!ELEMENT subsection (include | (title?, body+))>
<!ATTLIST subsection id CDATA #IMPLIED
test CDATA #IMPLIED>
<!ELEMENT body (include | (%block.class;)+)>