Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk headers
[poi.git] / src / documentation / content / xdocs / dtd / specification-v11.dtd
blobb61242728bec79b5091147f43956dd28e3633c9e
1 <!-- ===================================================================
3 Apache Specification DTD (Version 1.1)
5 PURPOSE:
6 This DTD was developed to create a simple yet powerful document
7 type for software specifications for use with the Apache projects.
8 It is an XML-compliant DTD and it's maintained by the Apache XML
9 project.
11 TYPICAL INVOCATION:
13 <!DOCTYPE document PUBLIC
14 "-//APACHE//DTD Specification Vx.y//EN"
15 "specification-vxy.dtd">
17 where
19 x := major version
20 y := minor version
22 NOTES:
24 AUTHORS:
25 Stefano Mazzocchi <stefano@apache.org>
27 FIXME:
29 CHANGE HISTORY:
30 [Version 1.0]
31 19991129 Initial version. (SM)
32 [Version 1.1]
33 20011212 Used public identifiers for external entities (SM)
35 COPYRIGHT:
36 Copyright (c) @year@ The Apache Software Foundation.
38 Permission to copy in any form is granted provided this notice is
39 included in all copies. Permission to redistribute is granted
40 provided this file is distributed untouched in all its parts and
41 included files.
43 ==================================================================== -->
45 <!-- =============================================================== -->
46 <!-- Include the Documentation DTD -->
47 <!-- =============================================================== -->
49 <!ENTITY % document PUBLIC
50 "-//APACHE//DTD Documentation V1.1//EN"
51 "document-v11.dtd">
52 %document;
55 <!-- =============================================================== -->
56 <!-- Extend the Documentation DTD -->
57 <!-- =============================================================== -->
59 <!-- extend the local.xxx entities -->
60 <!ENTITY % local.blocks "|bl">
63 <!-- =============================================================== -->
64 <!-- Document Type Definition -->
65 <!-- =============================================================== -->
67 <!ELEMENT specification (header?, body, appendices?, footer?)>
68 <!ATTLIST specification %common.att;>
70 <!ELEMENT appendices (%sections;)+>
71 <!ATTLIST appendices %common.att;>
73 <!-- =============================================================== -->
74 <!-- Bibliography List -->
75 <!-- =============================================================== -->
77 <!-- Bibliography list -->
78 <!ELEMENT bl (bi)+>
79 <!ATTLIST bl %common.att;>
81 <!-- Book item -->
82 <!ELEMENT bi EMPTY>
83 <!ATTLIST bi %common.att;
84 %name.att;
85 %title.att;
86 %link.att;
87 authors CDATA #REQUIRED
88 date CDATA #IMPLIED>
90 <!-- =============================================================== -->
91 <!-- End of DTD -->
92 <!-- =============================================================== -->