summaryrefslogtreecommitdiff
path: root/etc/schema/xhtml-xstyle.rnc
blob: 93a52d5e2adcf61f3d97039f7715074bcc18cfb3 (plain)
1
2
3
4
5
6
7
8
9
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*