1 |
<!-- ...................................................................... --> |
2 |
<!-- HSML 1 Common Attributes Module ...................................... --> |
3 |
<!-- file: hsml1-attribs.mod |
4 |
|
5 |
This is HSML - Hyper Slide Markup Language, Version 1. |
6 |
|
7 |
Copyright 2004 Wakaba <w@suika.fam.cx>, All Rights Reserved. |
8 |
|
9 |
Permission to use, copy, modify and distribute this DTD and its |
10 |
accompanying documentation for any purpose and without fee is hereby |
11 |
granted in perpetuity, provided that the above copyright notice and |
12 |
this paragraph appear in all copies. The copyright holders make no |
13 |
representation about the suitability of the DTD for any purpose. |
14 |
|
15 |
It is provided "as is" without expressed or implied warranty. |
16 |
|
17 |
Revision: 2004-11-08T10:28:26+00:00 (Generated by mkdtds/1.06) |
18 |
|
19 |
This DTD module is identified by the SYSTEM identifier: |
20 |
|
21 |
SYSTEM "http://suika.fam.cx/~wakaba/-temp/slide/schema/module/hsml1-attribs.mod" |
22 |
|
23 |
...................................................................... --> |
24 |
|
25 |
<!-- Common Attributes |
26 |
|
27 |
This module declares many of the common attributes. |
28 |
--> |
29 |
|
30 |
<!ENTITY % hsml1.common.extra.attrib ""> |
31 |
|
32 |
<!ENTITY % hsml1.common.attrib |
33 |
"%hsml1.common.extra.attrib; |
34 |
%hsml1.xmlns.attrib; |
35 |
class %hsml1.class.datatype; #IMPLIED |
36 |
xml:lang %LanguageCode.datatype; #IMPLIED |
37 |
xml:base %URI.datatype; #IMPLIED |
38 |
xml:space (default|preserve) #IMPLIED |
39 |
%XSI.prefix;:schemaLocation CDATA #IMPLIED |
40 |
%XSI.prefix;:type NMTOKEN #IMPLIED"> |
41 |
|
42 |
|
43 |
<!-- end of hsml1-attribs.mod --> |