view etc/schema/xhtml-param.rnc @ 110337:08056547de92

coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when the source is multibyte.
author Kenichi Handa <handa@m17n.org>
date Tue, 07 Sep 2010 20:23:04 +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 }?