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

10 lines
250 B
Text

# Meta Module
meta = element meta { meta.attlist }
meta.attlist =
I18n.attrib,
attribute http-equiv { NMTOKEN.datatype }?,
attribute name { NMTOKEN.datatype }?,
attribute content { text }?,
attribute scheme { text }?
head.content &= meta*