]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/config/style-configuration.dtd
This commit was manufactured by cvs2svn to create branch 'start'.
[helm.git] / helm / style / config / style-configuration.dtd
diff --git a/helm/style/config/style-configuration.dtd b/helm/style/config/style-configuration.dtd
new file mode 100644 (file)
index 0000000..a729aa7
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+
+<!ELEMENT style-configuration (style*,apply*)>
+
+<!ELEMENT style (#PCDATA)>
+<!ATTLIST style key CDATA #IMPLIED>
+
+<!ELEMENT apply (style-ref*)>
+<!ATTLIST apply name CDATA #REQUIRED>
+
+<!ELEMENT style-ref EMPTY>
+<!ATTLIST style-ref key CDATA #REQUIRED>
+