annotate etc/schema/xhtml-style.rnc @ 87131:12a53ee55069
(describe-function-1): Call ad-get-advice-info only on symbols.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Thu, 06 Dec 2007 13:30:09 +0000 |
parents |
38f93f3d00a2 |
children |
|
rev |
line source |
86361
|
1 # Style Module
|
|
2
|
|
3 style = element style { style.attlist, text }
|
|
4 style.attlist =
|
|
5 title.attrib,
|
|
6 I18n.attrib,
|
|
7 attribute type { ContentType.datatype },
|
|
8 attribute media { MediaDesc.datatype }?,
|
|
9 attribute xml:space { "preserve" }?
|
|
10 head.content &= style*
|