view etc/schema/xhtml-param.rnc @ 106839:7d4dcdf87b91

Fix typo in error message.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:49:53 +0100
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 }?