/[suikacvs]/markup/html/dtd/module/html30-00-struct.mod
Suika

Contents of /markup/html/dtd/module/html30-00-struct.mod

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Jun 20 03:38:42 2010 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
were not added to the cvs repository

1 wakaba 1.1 <!-- ...................................................................... -->
2     <!-- Hypertext Markup Language 3.0 (draft 00) Document Structure Module ... -->
3     <!-- file: html30-00-struct.mod
4    
5    
6    
7     Copyright 2005 Wakaba <w@suika.fam.cx>, All Rights Reserved.
8    
9     Permission to use, copy, modify and distribute this DTD and its
10     accompanying documentation for any purpose and without fee is hereby
11     granted in perpetuity, provided that the above copyright notice and
12     this paragraph appear in all copies. The copyright holders make no
13     representation about the suitability of the DTD for any purpose.
14    
15     It is provided "as is" without expressed or implied warranty.
16    
17     Revision: 2005-04-05T01:46:48+00:00 (Generated by mkdtds/1.06)
18    
19     This DTD module is identified by the SYSTEM identifier:
20    
21     SYSTEM "http://suika.fam.cx/www/markup/html/dtd/module/html30-00-struct.mod"
22    
23     ...................................................................... -->
24    
25     <!-- Document Structure
26    
27     banner, bodytext, fn, note
28    
29     This module defines the major structural element types and
30     their attributes.
31     -->
32    
33     <!-- banner: Used for corporate logos, navigation aids, disclaimers
34     and other information which shouldn't be scrolled with
35     the rest of the document. It provides an alternative to
36     using link element in the document head to reference an
37     externally defined banner. -->
38    
39     <!ENTITY % html30-00.banner.element "INCLUDE">
40     <![%html30-00.banner.element;[
41     <!ENTITY % html30-00.banner.content "%html30-00.body.content;">
42     <!ENTITY % html30-00.banner.qname "banner">
43     <!ENTITY % html30-00.banner.tagmin.start "-">
44     <!ENTITY % html30-00.banner.tagmin.end "-">
45     <![%sgml.tag.minimizable;[
46     <!ENTITY % html30-00.banner.tagmin "%html30-00.banner.tagmin.start; %html30-00.banner.tagmin.end;">
47     <!-- end of sgml.tag.minimizable -->]]>
48     <!ENTITY % html30-00.banner.tagmin "">
49     <!ELEMENT %html30-00.banner.qname; %html30-00.banner.tagmin; %html30-00.banner.content;>
50     <!-- end of html30-00.banner.element -->]]>
51    
52     <!ENTITY % html30-00.banner.attlist "INCLUDE">
53     <![%html30-00.banner.attlist;[
54     <!ATTLIST %html30-00.banner.qname;
55     %html30-00.attrs.attrib;
56     %html30-00.common.attrib;>
57     <!-- end of html30-00.banner.attlist -->]]>
58    
59     <!-- bodytext: dummy element ........................... -->
60    
61     <!ENTITY % html30-00.bodytext.element "INCLUDE">
62     <![%html30-00.bodytext.element;[
63     <!ENTITY % html30-00.bodytext.content "%html30-00.body.content;">
64     <!ENTITY % html30-00.bodytext.qname "bodytext">
65     <!ENTITY % html30-00.bodytext.tagmin.start "-">
66     <!ENTITY % html30-00.bodytext.tagmin.end "-">
67     <![%sgml.tag.minimizable;[
68     <!ENTITY % html30-00.bodytext.tagmin "%html30-00.bodytext.tagmin.start; %html30-00.bodytext.tagmin.end;">
69     <!-- end of sgml.tag.minimizable -->]]>
70     <!ENTITY % html30-00.bodytext.tagmin "">
71     <!ELEMENT %html30-00.bodytext.qname; %html30-00.bodytext.tagmin; %html30-00.bodytext.content;>
72     <!-- end of html30-00.bodytext.element -->]]>
73    
74     <!ENTITY % html30-00.bodytext.attlist "INCLUDE">
75     <![%html30-00.bodytext.attlist;[
76     <!ATTLIST %html30-00.bodytext.qname;
77     %html30-00.common.attrib;>
78     <!-- end of html30-00.bodytext.attlist -->]]>
79    
80     <!-- fn: footnotes, and when practical, rendered as pop-up notes -->
81    
82     <!ENTITY % html30-00.fn.element "INCLUDE">
83     <![%html30-00.fn.element;[
84     <!ENTITY % html30-00.fn.content "%html30-00.body.content;">
85     <!ENTITY % html30-00.fn.qname "fn">
86     <!ENTITY % html30-00.fn.tagmin.start "-">
87     <!ENTITY % html30-00.fn.tagmin.end "-">
88     <![%sgml.tag.minimizable;[
89     <!ENTITY % html30-00.fn.tagmin "%html30-00.fn.tagmin.start; %html30-00.fn.tagmin.end;">
90     <!-- end of sgml.tag.minimizable -->]]>
91     <!ENTITY % html30-00.fn.tagmin "">
92     <!ELEMENT %html30-00.fn.qname; %html30-00.fn.tagmin; %html30-00.fn.content;>
93     <!-- end of html30-00.fn.element -->]]>
94    
95     <!ENTITY % html30-00.fn.attlist "INCLUDE">
96     <![%html30-00.fn.attlist;[
97     <!ATTLIST %html30-00.fn.qname;
98     %html30-00.attrs.attrib;
99     %html30-00.common.attrib;>
100     <!-- end of html30-00.fn.attlist -->]]>
101    
102     <!-- note: admonishments such as notes,
103     cautions or warnings, as commonly used in technical documentation -->
104    
105     <!ENTITY % html30-00.note.element "INCLUDE">
106     <![%html30-00.note.element;[
107     <!ENTITY % html30-00.note.content "%html30-00.body.content;">
108     <!ENTITY % html30-00.note.qname "note">
109     <!ENTITY % html30-00.note.tagmin.start "-">
110     <!ENTITY % html30-00.note.tagmin.end "-">
111     <![%sgml.tag.minimizable;[
112     <!ENTITY % html30-00.note.tagmin "%html30-00.note.tagmin.start; %html30-00.note.tagmin.end;">
113     <!-- end of sgml.tag.minimizable -->]]>
114     <!ENTITY % html30-00.note.tagmin "">
115     <!ELEMENT %html30-00.note.qname; %html30-00.note.tagmin; %html30-00.note.content;>
116     <!-- end of html30-00.note.element -->]]>
117    
118     <!ENTITY % html30-00.note.attlist "INCLUDE">
119     <![%html30-00.note.attlist;[
120     <!ATTLIST %html30-00.note.qname;
121     %html30-00.attrs.attrib;
122     %html30-00.src.attrib;
123     %html30-00.url.link.attrib;
124     %html30-00.needs.attrib;
125     %html30-00.common.attrib;>
126     <!-- end of html30-00.note.attlist -->]]>
127    
128    
129     <!-- end of html30-00-struct.mod -->

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24