view etc/schema/xhtml-param.rnc @ 102363:822c5b674d12

(select-safe-coding-system): If cdr part of buffer-file-coding-system-explicit is set, ignore default-buffer-file-coding-system and the most preferred coding system.
author Kenichi Handa <handa@m17n.org>
date Tue, 03 Mar 2009 01:57:22 +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 }?