📄 document-v10.dtd
字号:
%xlink-user-replace.att; %xlink-soft.att; ><!-- ==================================================== --><!-- Specials --><!-- ==================================================== --><!-- Breakline Object (typically forces line break) --><!ELEMENT br EMPTY><!ATTLIST br %common.att; ><!-- Image Object (typically an inlined image) --><!-- FIXME (SM): should we have the notion of soft links even here for inlined objects? --><!ELEMENT img EMPTY><!ATTLIST img src CDATA #REQUIRED alt CDATA #REQUIRED height CDATA #IMPLIED width CDATA #IMPLIED usemap CDATA #IMPLIED ismap (ismap) #IMPLIED %common.att; ><!-- Image Icon (typically an inlined image placed as graphical item) --><!-- FIXME (SM): should we have the notion of soft links even here for inlined objects? --><!ELEMENT icon EMPTY><!ATTLIST icon src CDATA #REQUIRED alt CDATA #REQUIRED height CDATA #IMPLIED width CDATA #IMPLIED %common.att; ><!-- =============================================================== --><!-- Blocks definitions --><!-- =============================================================== --><!ENTITY % local.blocks ""><!ENTITY % local.lists ""><!ENTITY % paragraphs "p|source|note|fixme|figure"><!ENTITY % tables "table"><!ENTITY % lists "ol|ul|sl|dl %local.lists;"><!ENTITY % blocks "anchor|%paragraphs;|%tables;|%lists; %local.blocks;"><!-- ==================================================== --><!-- Paragraphs --><!-- ==================================================== --><!-- Text Paragraph (normally vertically space delimited) --><!ELEMENT p (%content.mix;)*><!ATTLIST p %common.att; ><!-- Source Paragraph (normally space is preserved) --><!ELEMENT source (%content.mix;)*><!ATTLIST source %common.att; %xmlspace.att; ><!-- Note Paragraph (normally shown encapsulated) --><!ELEMENT note (%content.mix;)*><!ATTLIST note %common.att; ><!-- Fixme Paragraph (normally not shown) --><!ELEMENT fixme (%content.mix;)*><!-- the "author" attribute should match the "key" attribute of the <author> element --><!ATTLIST fixme author CDATA #REQUIRED %common.att; ><!-- ==================================================== --><!-- Tables --><!-- ==================================================== --><!-- Attributes that indicate the spanning of the table cell --><!ENTITY % cell.span 'colspan CDATA "1" rowspan CDATA "1"'><!-- Table element --><!ELEMENT table (caption?, tr+)><!ATTLIST table %common.att; ><!-- The table title --><!ELEMENT caption (%content.mix;)*><!ATTLIST caption %common.att; ><!-- The table row element --><!ELEMENT tr (th | td)+><!ATTLIST tr %common.att; ><!-- The table row header element --><!ELEMENT th (%content.mix;)*><!ATTLIST th %common.att; %cell.span; ><!-- The table row description element --><!ELEMENT td (%content.mix;)*><!ATTLIST td %common.att; %cell.span; ><!-- ==================================================== --><!-- Lists --><!-- ==================================================== --><!-- Unordered list (typically bulleted) --><!ELEMENT ul (li | %lists;)+><!-- spacing attribute: Use "normal" to get normal vertical spacing for items; use "compact" to get less spacing. The default is dependent on the stylesheet. --><!ATTLIST ul %common.att; spacing (normal | compact) #IMPLIED><!-- Ordered list (typically numbered) --><!ELEMENT ol (li | %lists;)+><!-- spacing attribute: Use "normal" to get normal vertical spacing for items; use "compact" to get less spacing. The default is dependent on the stylesheet. --><!ATTLIST ol %common.att; spacing (normal | compact) #IMPLIED><!-- Simple list (typically with no mark) --><!ELEMENT sl (li | %lists;)+><!ATTLIST sl %common.att; ><!-- List item --><!ELEMENT li (%content.mix; | %lists;)*><!ATTLIST li %common.att; ><!-- Definition list (typically two-column) --><!ELEMENT dl (dt, dd)+><!ATTLIST dl %common.att; ><!-- Definition term --><!ELEMENT dt (%content.mix;)*><!ATTLIST dt %common.att; ><!-- Definition description --><!ELEMENT dd (%content.mix;)*><!ATTLIST dd %common.att; ><!-- ==================================================== --><!-- Special Blocks --><!-- ==================================================== --><!-- Image Block (typically a separated and centered image) --><!-- FIXME (SM): should we have the notion of soft links even here for inlined objects? --><!ELEMENT figure EMPTY><!ATTLIST figure src CDATA #REQUIRED alt CDATA #REQUIRED height CDATA #IMPLIED width CDATA #IMPLIED usemap CDATA #IMPLIED ismap (ismap) #IMPLIED %common.att; ><!-- =============================================================== --><!-- Document --><!-- =============================================================== --><!ELEMENT document (header?, body, footer?)><!ATTLIST document %common.att; ><!-- ==================================================== --><!-- Header --><!-- ==================================================== --><!ENTITY % local.headers ""><!ELEMENT header (title, subtitle?, version?, type?, authors, notice*, abstract? %local.headers;)><!ATTLIST header %common.att; ><!ELEMENT title (%text;)><!ATTLIST title %common.att; ><!ELEMENT subtitle (%text;)><!ATTLIST subtitle %common.att; ><!ELEMENT version (%text;)><!ATTLIST version %common.att; ><!ELEMENT type (%text;)><!ATTLIST type %common.att; ><!ELEMENT authors (person+)><!ATTLIST authors %common.att; ><!ELEMENT notice (%content.mix;)*><!ATTLIST notice %common.att; ><!ELEMENT abstract (%content.mix;)*><!ATTLIST abstract %common.att; ><!-- ==================================================== --><!-- Body --><!-- ==================================================== --><!ENTITY % local.sections ""><!ENTITY % sections "s1|anchor|figure %local.sections;"><!ELEMENT body (%sections;)+><!ATTLIST body %common.att; ><!ELEMENT s1 (s2 | %blocks;)*><!ATTLIST s1 %title.att; %common.att;><!ELEMENT s2 (s3 | %blocks;)*><!ATTLIST s2 %title.att; %common.att;><!ELEMENT s3 (s4 | %blocks;)*><!ATTLIST s3 %title.att; %common.att;><!ELEMENT s4 (%blocks;)*><!ATTLIST s4 %title.att; %common.att;><!-- ==================================================== --><!-- Footer --><!-- ==================================================== --><!ENTITY % local.footers ""><!ELEMENT footer (legal %local.footers;)><!ELEMENT legal (%content.mix;)*><!ATTLIST legal %common.att; ><!-- =============================================================== --><!-- End of DTD --><!-- =============================================================== -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -