; doc/emacs/misc.texi (Network Security): Fix typo.
[emacs.git] / etc / schema / xhtml-xstyle.rnc
blob93a52d5e2adcf61f3d97039f7715074bcc18cfb3
1 # Style Module
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*