view etc/schema/xhtml-param.rnc @ 109009:812d563cc192

ispell.el: Fix portuguese casechars/not-casechars for missing ''. (bug#6434).
author Agustin martin <agustin.martin@hispalinux.es>
date Wed, 16 Jun 2010 15:42:59 +0200
parents 38f93f3d00a2
children
line wrap: on
line source

# Param Module

param = element param { param.attlist }
param.attlist =
  id.attrib,
  attribute name { text },
  attribute value { text }?,
  attribute valuetype { "data" | "ref" | "object" }?,
  attribute type { ContentType.datatype }?