Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / etc / schema / xhtml-xstyle.rnc
1 # Style Module
2
3 style = element style { style.attlist, text }
4 style.attlist =
5 title.attrib,
6 I18n.attrib,
7 attribute type { ContentType.datatype },
8 attribute media { MediaDesc.datatype }?,
9 attribute xml:space { "preserve" }?
10 head.content &= style*