| 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 |
Figure 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/figure.mod" |
| 12 |
--> |
| 13 |
|
| 14 |
<!-- Figure, photo, etc. with its margin, caption, note, etc. |
| 15 |
[JIS X 4052:2000, 6.7] --> |
| 16 |
<!ENTITY % jdcm.zu.element "INCLUDE"> |
| 17 |
<![%jdcm.zu.element;[ |
| 18 |
<!ENTITY % jdcm.zu.content "EMPTY"> |
| 19 |
<!ELEMENT %jdcm.zu.qname; %jdcm.zu.content;> |
| 20 |
]]> |
| 21 |
<!ENTITY % jdcm.zu.attlist "INCLUDE"> |
| 22 |
<![%jdcm.zu.attlist;[ |
| 23 |
<!ATTLIST %jdcm.zu.qname; |
| 24 |
src %URI.datatype; #REQUIRED |
| 25 |
%jdcm.subbody.attrib;> |
| 26 |
]]> |
| 27 |
|
| 28 |
|
| 29 |
<!-- end of figure.mod --> |