Init-Files/site-lisp/nxml-mode-20041004/schema/xhtml-style.rnc
2012-03-22 07:16:09 -07:00

10 lines
256 B
Text

# 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*