1 <!-- ===================================================================
3 Apache Specification DTD (Version 1.1)
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
13 <!DOCTYPE document PUBLIC
14 "-//APACHE//DTD Specification Vx.y//EN"
15 "specification-vxy.dtd">
25 Stefano Mazzocchi <stefano@apache.org>
31 19991129 Initial version. (SM)
33 20011212 Used public identifiers for external entities (SM)
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
43 ==================================================================== -->
45 <!-- =============================================================== -->
46 <!-- Include the Documentation DTD -->
47 <!-- =============================================================== -->
49 <!ENTITY % document PUBLIC
50 "-//APACHE//DTD Documentation V1.1//EN"
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 -->
79 <!ATTLIST bl %common.att;
>
83 <!ATTLIST bi %common.att;
87 authors CDATA #REQUIRED
90 <!-- =============================================================== -->
92 <!-- =============================================================== -->