view etc/schema/xhtml-param.rnc @ 110135:42aea1f448f8

merge trunk
author Kenichi Handa <handa@m17n.org>
date Thu, 02 Sep 2010 09:58:05 +0900
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 }?