| 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 |
Document Type Definition |
| 7 |
|
| 8 |
Copyright 2003 Wakaba <[email protected]>. |
| 9 |
Revision: $Date: 2003/10/01 01:29:00 $ |
| 10 |
|
| 11 |
SYSTEM "http://suika.fam.cx/gate/cvs/*checkout*/markup/jdcm/dtd/jdcm.dtd" |
| 12 |
--> |
| 13 |
|
| 14 |
<!ENTITY % NS.prefixed "IGNORE"> |
| 15 |
<!ENTITY % jdcm.prefix ""> |
| 16 |
|
| 17 |
<!-- Datatype modules --> |
| 18 |
<!ENTITY % xhtml-datatypes.module "INCLUDE"> |
| 19 |
<![%xhtml-datatypes.module;[ |
| 20 |
<!ENTITY % xhtml-datatypes.mod |
| 21 |
PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN" |
| 22 |
"http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-datatypes-1.mod"> |
| 23 |
%xhtml-datatypes.mod;]]> |
| 24 |
|
| 25 |
<!ENTITY % jdcm.datatypes.module "INCLUDE"> |
| 26 |
<![%jdcm.datatypes.module;[ |
| 27 |
<!ENTITY % jdcm.datatype.mod SYSTEM "datatype.mod"> |
| 28 |
%jdcm.datatype.mod;]]> |
| 29 |
|
| 30 |
<!-- QName module --> |
| 31 |
<!ENTITY % jdcm.qname.module "INCLUDE"> |
| 32 |
<![%jdcm.qname.module;[ |
| 33 |
<!ENTITY % jdcm.qname.mod SYSTEM "qname.mod"> |
| 34 |
%jdcm.qname.mod;]]> |
| 35 |
|
| 36 |
<!-- Common attributes module --> |
| 37 |
<!ENTITY % jdcm.attribs.module "INCLUDE"> |
| 38 |
<![%jdcm.attribs.module;[ |
| 39 |
<!ENTITY % jdcm.attribs.mod SYSTEM "attribs.mod"> |
| 40 |
%jdcm.attribs.mod;]]> |
| 41 |
|
| 42 |
<!-- Document Model module --> |
| 43 |
<!ENTITY % jdcm.model.mod SYSTEM "model.mod"> |
| 44 |
%jdcm.model.mod; |
| 45 |
|
| 46 |
<!-- Inline module --> |
| 47 |
<!ENTITY % jdcm.inline.module "INCLUDE"> |
| 48 |
<![%jdcm.inline.module;[ |
| 49 |
<!ENTITY % jdcm.inline.mod SYSTEM "inline.mod"> |
| 50 |
%jdcm.inline.mod;]]> |
| 51 |
|
| 52 |
<!-- Text module --> |
| 53 |
<!ENTITY % jdcm.text.module "INCLUDE"> |
| 54 |
<![%jdcm.text.module;[ |
| 55 |
<!ENTITY % jdcm.text.mod SYSTEM "text.mod"> |
| 56 |
%jdcm.text.mod;]]> |
| 57 |
|
| 58 |
<!-- List module --> |
| 59 |
<!ENTITY % jdcm.list.module "INCLUDE"> |
| 60 |
<![%jdcm.list.module;[ |
| 61 |
<!ENTITY % jdcm.list.mod SYSTEM "list.mod"> |
| 62 |
%jdcm.list.mod;]]> |
| 63 |
|
| 64 |
<!-- Compound text module --> |
| 65 |
<!ENTITY % jdcm.compound.module "INCLUDE"> |
| 66 |
<![%jdcm.compound.module;[ |
| 67 |
<!ENTITY % jdcm.compound.mod SYSTEM "compound.mod"> |
| 68 |
%jdcm.compound.mod;]]> |
| 69 |
|
| 70 |
<!-- Figure module --> |
| 71 |
<!ENTITY % jdcm.figure.module "INCLUDE"> |
| 72 |
<![%jdcm.figure.module;[ |
| 73 |
<!ENTITY % jdcm.figure.mod SYSTEM "figure.mod"> |
| 74 |
%jdcm.figure.mod;]]> |
| 75 |
|
| 76 |
<!-- Table module --> |
| 77 |
<!ENTITY % jdcm.table.module "INCLUDE"> |
| 78 |
<![%jdcm.table.module;[ |
| 79 |
<!ENTITY % jdcm.table.mod SYSTEM "table.mod"> |
| 80 |
%jdcm.table.mod;]]> |
| 81 |
|
| 82 |
<!-- Document structure module --> |
| 83 |
<!ENTITY % jdcm.struct.module "INCLUDE"> |
| 84 |
<![%jdcm.struct.module;[ |
| 85 |
<!ENTITY % jdcm.struct.mod SYSTEM "struct.mod"> |
| 86 |
%jdcm.struct.mod;]]> |
| 87 |
|
| 88 |
<!-- end of jdcm.dtd --> |