| 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 |
Common Attributes 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/attribs.mod" |
| 12 |
--> |
| 13 |
|
| 14 |
<!-- Attributes which all elements have --> |
| 15 |
|
| 16 |
<!-- placefolder for extension --> |
| 17 |
<!ENTITY % jdcm.core.extra.attrib ""> |
| 18 |
|
| 19 |
<!ENTITY % jdcm.core.attrib |
| 20 |
"%jdcm.xmlns.attrib; |
| 21 |
%jdcm.core.extra.attrib;"> |
| 22 |
|
| 23 |
<!-- Attributes for "文書中の要素の部分集合要素" --> |
| 24 |
<!ENTITY % jdcm.subsetelement.attrib |
| 25 |
"class CDATA #IMPLIED |
| 26 |
id ID #IMPLIED |
| 27 |
%jdcm.core.attrib;"> |
| 28 |
|
| 29 |
<!-- Attributes for body and its subset elements --> |
| 30 |
<!ENTITY % jdcm.subbody.attrib |
| 31 |
"%jdcm.subsetelement.attrib; |
| 32 |
style %jdcm.style.datatype; #IMPLIED"> |
| 33 |
|
| 34 |
<!-- end of attribs.mod --> |