annotate etc/schema/xhtml-param.rnc @ 109055:07e85c9b0a5a
Revert revno 100646 (fixed in emacs-23 branch).
author |
Eli Zaretskii <eliz@gnu.org> |
date |
Sat, 26 Jun 2010 15:21:24 +0300 (2010-06-26) |
parents |
38f93f3d00a2 |
children |
|
rev |
line source |
86361
|
1 # Param Module
|
|
2
|
|
3 param = element param { param.attlist }
|
|
4 param.attlist =
|
|
5 id.attrib,
|
|
6 attribute name { text },
|
|
7 attribute value { text }?,
|
|
8 attribute valuetype { "data" | "ref" | "object" }?,
|
|
9 attribute type { ContentType.datatype }?
|