1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/etc/schema/xhtml-meta.rnc
2007-11-23 06:58:00 +00: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*