📄 nitf.dtd
字号:
<!ATTLIST hr %global-attributes; src CDATA #IMPLIED > <!-- Element hr Partial description Horizontal rule. Full description A rendered divider between sections of text. Attribute name id Description Unique identifier for the element. Attribute name src Description URL for a graphic to use for the rule. --><!ELEMENT datasource (#PCDATA)><!ATTLIST datasource %global-attributes; > <!-- Element datasource Partial description Source of the information grouped in a block element. Full description Cites the source of block content. Allowed only at end of block. Attribute name id Description Unique identifier for the element. --><!-- **************************************************************** table elements **************************************************************** --><!ELEMENT caption (%enriched-text; | %block.content;)*><!ATTLIST caption %common-attributes; align ( top | bottom | left | right ) #IMPLIED > <!-- Element caption Partial description Text for the caption of a table. Full description Appears only within the table element. Attribute name id Description Unique identifier for the element. Attribute name class Description An open placeholder for categorization. Attribute name style Description An open placeholder for reference by an external stylesheet. Attribute name lang Description Language for the element. Uses en-US (per ISO 639 and 3166). Attribute name dir Description Direction - rtl (right-to-left) or ltr - of language rendering. Attribute name align Description Alignment of the text in the caption. --><!ELEMENT col EMPTY><!ATTLIST col %common-attributes; span NMTOKEN "1" width CDATA #IMPLIED %cell.align; %cell.valign; > <!-- Element col Partial description Column. Full description Used to specify formatting for a table column. Attribute name id Description Unique identifier for the element. Attribute name class Description An open placeholder for categorization. Attribute name style Description An open placeholder for reference by an external stylesheet. Attribute name lang Description Language for the element. Uses en-US (per ISO 639 and 3166). Attribute name dir Description Direction - rtl (right-to-left) or ltr - of language rendering. Attribute name span Description Number of columns a header cell spans. Attribute name width Description Width of the column, in pixels. Attribute name align Description Alignment of text in the column. Attribute name char Description Specifies a single character within a text fragment to act as the axis for text alignment. Default varies by language; for example, default for en-US is period (.). Attribute name charoff Description Specifies the offset to the first occurance of the character specified in char. !! Attribute name valign Description Vertical alignment of text in the column. --><!ELEMENT colgroup (col+)><!ATTLIST colgroup %common-attributes; %cell.align; %cell.valign; > <!-- Element colgroup Partial description Column group. Full description Used to specify formatting for a table column. Attribute name id Description Unique identifier for the element. Attribute name class Description An open placeholder for categorization. Attribute name style Description An open placeholder for reference by an external stylesheet. Attribute name lang Description Language for the element. Uses en-US (per ISO 639 and 3166). Attribute name dir Description Direction - rtl (right-to-left) or ltr - of language rendering. Attribute name align Description Alignment of text in the column group. Attribute name char Description HTML formatting attribute. Attribute name charoff Description HTML formatting attribute. Attribute name valign Description Vertical alignment of text in the column group. --><!ELEMENT thead (tr+)><!ATTLIST thead %common-attributes; %cell.align; %cell.valign; > <!-- Element thead Partial description Table heading. Full description Used to group rows that can consistently be displayed atop a table. Attribute name id Description Unique identifier for the element. Attribute name class Description An open placeholder for categorization. Attribute name style Description An open placeholder for reference by an external stylesheet. Attribute name lang Description Language for the element. Uses en-US (per ISO 639 and 3166). Attribute name dir Description Direction - rtl (right-to-left) or ltr - of language rendering. Attribute name align Description Alignment of text in the column group. Attribute name char Description HTML formatting attribute. Attribute name charoff Description HTML formatting attribute. Attribute name valign Description Vertical alignment of text in the column group. --><!ELEMENT tbody (tr+)><!ATTLIST tbody %common-attributes; %cell.align; %cell.valign; > <!-- Element tbody Partial description Table body. Full description Holds the bulk of the data rows of a table. Attribute name id Description Unique identifier for the element. Attribute name class Description An open placeholder for categorization. Attribute name style Description An open placeholder for reference by an external stylesheet. Attribute name lang Description Language for the element. Uses en-US (per ISO 639 and 3166). Attribute name dir Description Direction - rtl (right-to-left) or ltr - of language rendering. Attribute name align Description Alignment of text in the column group. Attribute name char Description HTML formatting attribute. Attribute name charoff Description HTML formatting attribute. Attribute name valign Description Vertical alignment of text in the column group. --><!ELEMENT tfoot (tr+)><!ATTLIST tfoot %common-attributes; %cell.align; %cell.valign; > <!-- Element tfoot Partial description Table footer. Full description Used to group rows that can consistently be displayed below a table. Attribute name id Description Unique identifier for the element. Attribute name class Description An open placeholder for categorization. Attribute name style Description An open placeholder for reference by an external stylesheet. Attribute name lang Description Language for the element. Uses en-US (per ISO 639 and 3166). Attribute name dir Description Direction - rtl (right-to-left) or ltr - of language rendering. Attribute name align Description Alignment of text in the column group. Attribute name char Description HTML formatting attribute. Attribute name charoff Description HTML formatting attribute. Attribute name valign Description Vertical alignment of text in the column group. --><!ELEMENT tr (th | td)+><!ATTLIST tr %common-attributes; %cell.align; %cell.valign; > <!-- Element tr Partial description Table row. Full description Holds cells of a table. Attribute name id Description Unique identifier for the element. Attribute name class Description An open placeholder for categorization. Attribute name style Description An open placeholder for reference by an external stylesheet. Attribute name lang Description Language for the element. Uses en-US (per ISO 639 and 3166). Attribute name dir Description Direction - rtl (right-to-left) or ltr - of language rendering. Attribute name align Description Alignment of text in the column group. Attribute name char Description HTML formatting attribute. Attribute name charoff Description HTML formatting attribute. Attribute name valign Description Vertical alignment of text in the column group. --><!ELEMENT th (%enriched-text; | %block.content;)*><!ATTLIST th %common-attributes; axis CDATA #IMPLIED axes CDATA #IMPLIED nowrap (nowrap) #IMPLIED rowspan NMTOKEN "1" colspan NMTOKEN "1" %cell.align; %cell.valign; > <!-- Element th Partial description Table header cell. Full description Holds content intended to be a label. Attribute name id Description Unique identifier for the element. Attribute name class Description An open placeholder for categorization. Attribute name style Description An open placeholder for reference by an external stylesheet. Attribute name lang Description Language for the element. Uses en-US (per ISO 639 and 3166). Attribute name dir Description Direction - rtl (right-to-left) or ltr - of language rendering. Attribute name axis Description HTML formatting attribute. Attribute name axes Description HTML formatting attribute. Attribute name nowrap Description Directive not to wrap text in the cell. Attribute name rowspan Description Number of horizontal rows a cell spans. Attribute name colspan Description Number of vertical columns a cell spans. Attribute name align Description Alignment of text in the column group. Attribute name char Description HTML formatting attribute. Attribute name charoff Description HTML formatting attribute. Attribute name valign Description Vertical alignment of text in the column group. --><!ELEMENT td (%enriched-text; | %block.content;)*><!ATTLIST td %common-attributes; axis CDATA #IMPLIED axes CDATA #IMPLIED nowrap (nowrap) #IMPLIED rowspan NMTOKEN "1" colspan NMTOKEN "1" %cell.align; %cell.valign; > <!-- Element td Partial description Table data cell. Full description Holds content intended to be data. Attribute name id Description Unique identifier for the element. Attribute name class Description An open placeholder for categorization. Attribute name style Description An open placeholder for reference by an external stylesheet. Attribute name lang Description Language for the element. Uses en-US (per ISO 639 and 3166). Attribute name dir Description Direction - rtl (right-to-left) or ltr - of language rendering. Attribute name axis Description HTML formatting attribute. Attribute name axes Description HTML formatting attribute. Attribute name nowrap Description Directive not to wrap text in the cell. Attribute name rowspan Description Number of horizontal rows a cell spans. Attribute name colspan Description Number of vertical columns a cell spans. Attribute name align Description Alignment of text in the column group. Attribute name char Description HTML formatting attribute. Attribute name charoff Description HTML formatting attribute. Attribute name valign Description Vertical alignment of text in the column group. --><!-- **************************************************************** text elements chron | copyrite | event | function | location | money | num | object.title | org | person | postaddr | virtloc | a | br | em | lang | pronounce | q **************************************************************** --><!ELEMENT chron (#PCDATA)><!ATTLIST chron %global-attributes; norm CDATA #IMPLIED > <!-- Element chron Partial description Date and time. Full description Used to normalize inline date and time references. Attribute name id Description Unique identifier for the element. Attribute name norm Description Normalized value of the time. --><!-- copyrite allowed here, also --><!ELEMENT event (#PCDATA | alt-code)*><!ATTLIST event %global-attributes; start-date CDATA #IMPLIED end-date CDATA #IMPLIED idsrc CDATA #REQUIRED value CDATA #REQUIRED > <!-- Element event Partial description An event. Full description An activity that is considered newsworthy. Attribute name id Description Unique identifier for the element. Attribute name start-date Description ISO Date for when the event is set to start. Attribute name end-date Description ISO Date for when the event is set to end. Attribute name idsrc Description The source (taxonomy) for the element's value attribute. Attribute name value Description The code or symbol for the element. --><!ELEMENT function (#PCDATA | alt-code)*><!ATTLIST function %global-attributes; idsrc CDATA #REQUIRED value CDATA #REQUIRED > <!-- Element function Partial description Role played by a person. Full description Can be either a description, such as interior decorator, or a formal title, such as president, chairman, owner, captain, manager. Attribute name id Description Unique identifier for the element. Attribute name idsrc Description The source (taxonomy) for the element's value attribute. Attribute name value Description The code or symbol for the element. --><!ELEMENT location (#PCDATA | sublocation | city | state | region | country | alt-code)*><!ATTLIST location %global-attributes; location-code CDATA #IMPLIED code-source CDATA #IMPLIED > <!-- Element location Partial description Significant place mentioned in an article. Full description Used to normalize locations. Attribute name id Description Unique identifier for the element. Attribute name location-code Description The cod
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -