view etc/schema/xhtml-meta.rnc @ 111355:2d8e87ba4337

calc.texi: Update Emacs version to 23.3.
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 03 Nov 2010 18:19:23 -0500
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*