view etc/schema/xhtml-param.rnc @ 94819:aa24238f3274

VC directory bindings are noew documented.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 09 May 2008 20:07:01 +0000
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 }?