summaryrefslogtreecommitdiffstats
path: root/kword/dtd/tablestyles.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'kword/dtd/tablestyles.dtd')
-rw-r--r--kword/dtd/tablestyles.dtd29
1 files changed, 29 insertions, 0 deletions
diff --git a/kword/dtd/tablestyles.dtd b/kword/dtd/tablestyles.dtd
new file mode 100644
index 00000000..2480596f
--- /dev/null
+++ b/kword/dtd/tablestyles.dtd
@@ -0,0 +1,29 @@
+<!--
+ A tablestyle holds properties for borders, background and (text)style. A tablestyle is
+ identified via its name. The properties are reach via the names corresponding to the
+ framestyle and style.
+-->
+<!ELEMENT TABLESTYLES
+ (TABLESTYLE*)>
+
+<!ELEMENT TABLESTYLE
+ (NAME|PFRAMESTYLE|PSTYLE)>
+
+<!ELEMENT PFRAMESTYLE
+ EMPTY>
+<!ATTLIST PFRAMESTYLE
+ name CDATA #REQUIRED>
+
+<!ELEMENT PSTYLE
+ EMPTY>
+<!ATTLIST PSTYLE
+ name CDATA #REQUIRED>
+
+<!--
+ Copied from kword.dtd (01-06-2002)
+-->
+
+<!ELEMENT NAME
+ EMPTY>
+<!ATTLIST NAME
+ value CDATA #REQUIRED>