Parent Directory
|
Revision Log
New
| 1 | wakaba | 1.1 | <?xml version="1.0" encoding="iso-2022-jp"?> |
| 2 | <!-- XML Representation of | ||
| 3 | "Exchange format for Japanese documents with composition markup | ||
| 4 | (JIS X 4052:2000)" | ||
| 5 | |||
| 6 | Table module | ||
| 7 | |||
| 8 | Copyright 2003 Wakaba <[email protected]>. | ||
| 9 | Revision: $Date:$ | ||
| 10 | |||
| 11 | SYSTEM "http://suika.fam.cx/gate/cvs/*checkout*/markup/jdcm/dtd/table.mod" | ||
| 12 | --> | ||
| 13 | |||
| 14 | <!-- table --> | ||
| 15 | |||
| 16 | <!ENTITY % jdcm.align.attrib "align (行頭|行末|center|均等) '行頭'"> | ||
| 17 | <!ENTITY % jdcm.cellpadding.attrib "cellpadding %jdcm.tablelength.datatype; #IMPLIED"> | ||
| 18 | <!ENTITY % jdcm.行そろえ.attrib "行そろえ (こま頭|こま中央|こま末|行均等) 'こま中央'"> | ||
| 19 | |||
| 20 | <!ENTITY % jdcm.td.attrib | ||
| 21 | '%jdcm.align.attrib; | ||
| 22 | %jdcm.cellpadding.attrib; | ||
| 23 | height %jdcm.tablelength.datatype; #IMPLIED | ||
| 24 | width %jdcm.tablelength.datatype; #IMPLIED | ||
| 25 | 行こま合成 %jdcm.positiveinteger.datatype; "1" | ||
| 26 | %jdcm.行そろえ.attrib; | ||
| 27 | 列こま合成 %jdcm.positiveinteger.datatype; "1" | ||
| 28 | %jdcm.subbody.attrib;'> | ||
| 29 | |||
| 30 | <!ENTITY % jdcm.th.element "INCLUDE"> | ||
| 31 | <!ENTITY % jdcm.th.content "(#PCDATA|%jdcm.semiflow.mix;)*"> | ||
| 32 | <![%jdcm.th.element;[ | ||
| 33 | <!ELEMENT %jdcm.th.qname; %jdcm.th.content;> | ||
| 34 | ]]> | ||
| 35 | <!ENTITY % jdcm.th.attlist "INCLUDE"> | ||
| 36 | <![%jdcm.th.attlist;[ | ||
| 37 | <!ATTLIST %jdcm.th.qname; | ||
| 38 | %jdcm.td.attrib;> | ||
| 39 | ]]> | ||
| 40 | |||
| 41 | <!ENTITY % jdcm.td.element "INCLUDE"> | ||
| 42 | <!ENTITY % jdcm.td.content "(#PCDATA|%jdcm.semiflow.mix;)*"> | ||
| 43 | <![%jdcm.td.element;[ | ||
| 44 | <!ELEMENT %jdcm.td.qname; %jdcm.td.content;> | ||
| 45 | ]]> | ||
| 46 | <!ENTITY % jdcm.td.attlist "INCLUDE"> | ||
| 47 | <![%jdcm.td.attlist;[ | ||
| 48 | <!ATTLIST %jdcm.td.qname; | ||
| 49 | %jdcm.td.attrib;> | ||
| 50 | ]]> | ||
| 51 | |||
| 52 | <!ENTITY % jdcm.tr.element "INCLUDE"> | ||
| 53 | <![%jdcm.tr.element;[ | ||
| 54 | <!ENTITY % jdcm.tr.content "(%jdcm.th.qname;|%jdcm.td.qname;)+"> | ||
| 55 | <!ELEMENT %jdcm.tr.qname; %jdcm.tr.content;> | ||
| 56 | ]]> | ||