Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com.
[bpt/emacs.git] / etc / schema / xhtml-xstyle.rnc
CommitLineData
8cd39fb3
MH
1# Style Module
2
3style = element style { style.attlist, text }
4style.attlist =
5 title.attrib,
6 I18n.attrib,
7 attribute type { ContentType.datatype },
8 attribute media { MediaDesc.datatype }?,
9 attribute xml:space { "preserve" }?
10head.content &= style*