view etc/schema/xhtml-meta.rnc @ 86903:c2cad5807c15

(bb-up, bb-down): Revert 2007-10-21 change and wrap next-/previous-line in with-no-warnings.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 01 Dec 2007 09:06:35 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

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