view etc/schema/xhtml-xstyle.rnc @ 107815:9c5ceea9a88b

Get rid of several uses of the term 'master' in favor of equivalent verbiage using "repository". No code changes.
author Eric S. Raymond <esr@thyrsus.com>
date Fri, 09 Apr 2010 13:19:53 -0400
parents 55a95acb5aa1
children
line wrap: on
line source

# Style Module

style = element style { style.attlist, text }
style.attlist =
  title.attrib,
  I18n.attrib,
  attribute type { ContentType.datatype },
  attribute media { MediaDesc.datatype }?,
  attribute xml:space { "preserve" }?
head.content &= style*