view etc/schema/xhtml-param.rnc @ 105971:6b2352662a3f

Make sure that the value of jisx0208 property is jisx0208 character.
author Kenichi Handa <handa@m17n.org>
date Fri, 13 Nov 2009 06:20:52 +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 }?