summaryrefslogtreecommitdiff
path: root/etc/schema/xhtml-param.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/schema/xhtml-param.rnc')
-rw-r--r--etc/schema/xhtml-param.rnc9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/schema/xhtml-param.rnc b/etc/schema/xhtml-param.rnc
new file mode 100644
index 00000000000..8a921ca9b34
--- /dev/null
+++ b/etc/schema/xhtml-param.rnc
@@ -0,0 +1,9 @@
+# Param Module
+
+param = element param { param.attlist }
+param.attlist =
+ id.attrib,
+ attribute name { text },
+ attribute value { text }?,
+ attribute valuetype { "data" | "ref" | "object" }?,
+ attribute type { ContentType.datatype }?