annotate etc/schema/xhtml-style.rnc @ 86541:2df8320a5fbc
Add 2007 to copyright years.
Switch license to standard GPLv3+ text.
author |
Glenn Morris <rgm@gnu.org> |
date |
Wed, 28 Nov 2007 04:09:36 +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*
|