| 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 |
Text module |
| 7 |
|
| 8 |
Copyright 2003 Wakaba <[email protected]>. |
| 9 |
Revision: $Date: 2003/09/11 08:15:42 $ |
| 10 |
|
| 11 |
SYSTEM "http://suika.fam.cx/gate/cvs/*checkout*/markup/jdcm/dtd/text.mod" |
| 12 |
--> |
| 13 |
|
| 14 |
<!-- Specific glyph of character [JIS X 4052:2000, 6.2 b) 1.2)] --> |
| 15 |
<!ENTITY % jdcm.ch.element "INCLUDE"> |
| 16 |
<![%jdcm.ch.element;[ |
| 17 |
<!ENTITY % jdcm.ch.content "(#PCDATA)*"><!-- alternative text --> |
| 18 |
<!ELEMENT %jdcm.ch.qname; %jdcm.ch.content;> |
| 19 |
]]> |
| 20 |
<!ENTITY % jdcm.ch.attlist "INCLUDE"> |
| 21 |
<![%jdcm.ch.attlist;[ |
| 22 |
<!ATTLIST %jdcm.ch.qname; |
| 23 |
height %jdcm.position.datatype; #IMPLIED |
| 24 |
left %jdcm.position.datatype; "0" |
| 25 |
src %URI.datatype; #REQUIRED |
| 26 |
top %jdcm.position.datatype; "0" |
| 27 |
width %jdcm.position.datatype; #IMPLIED |
| 28 |
%jdcm.subbody.attrib;> |
| 29 |
]]> |
| 30 |
|
| 31 |
|
| 32 |
<!-- end of text.mod --> |