diff options
Diffstat (limited to 'etc/schema/xhtml-style.rnc')
-rw-r--r-- | etc/schema/xhtml-style.rnc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/schema/xhtml-style.rnc b/etc/schema/xhtml-style.rnc new file mode 100644 index 00000000000..93a52d5e2ad --- /dev/null +++ b/etc/schema/xhtml-style.rnc @@ -0,0 +1,10 @@ +# Style Module + +style = element style { style.attlist, text } +style.attlist = + title.attrib, + I18n.attrib, + attribute type { ContentType.datatype }, + attribute media { MediaDesc.datatype }?, + attribute xml:space { "preserve" }? +head.content &= style* |