view etc/schema/xhtml-param.rnc @ 108239:a2f08cd3ab5c

Misc tweaks. * eval.c (Fdefvaralias): Remove unintended nested if. (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 04 May 2010 13:44:54 -0400
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 }?