annotate etc/schema/xhtml-meta.rnc @ 93037:cbb561d8b117
(Fbuffer_list): Declare (for use in callint.c).
author |
Stefan Monnier <monnier@iro.umontreal.ca> |
date |
Mon, 17 Mar 2008 20:21:12 +0000 |
parents |
38f93f3d00a2 |
children |
|
rev |
line source |
86361
|
1 # Meta Module
|
|
2
|
|
3 meta = element meta { meta.attlist }
|
|
4 meta.attlist =
|
|
5 I18n.attrib,
|
|
6 attribute http-equiv { NMTOKEN.datatype }?,
|
|
7 attribute name { NMTOKEN.datatype }?,
|
|
8 attribute content { text }?,
|
|
9 attribute scheme { text }?
|
|
10 head.content &= meta*
|