Merge from emacs--rel--22
[bpt/emacs.git] / etc / schema / xhtml-meta.rnc
CommitLineData
8cd39fb3
MH
1# Meta Module
2
3meta = element meta { meta.attlist }
4meta.attlist =
5 I18n.attrib,
6 attribute http-equiv { NMTOKEN.datatype }?,
7 attribute name { NMTOKEN.datatype }?,
8 attribute content { text }?,
9 attribute scheme { text }?
10head.content &= meta*