Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / etc / schema / xhtml-struct.rnc
CommitLineData
8cd39fb3
MH
1# Structure Module
2
3start = html
4title = element title { title.attlist, text }
5title.attlist = I18n.attrib
6head = element head { head.attlist, head.content }
7head.attlist = I18n.attrib, profile.attlist
8head.content = title
9profile.attlist = attribute profile { URI.datatype }?
10body = element body { body.attlist, Block.model }
11body.attlist = Common.attrib
12html = element html { html.attlist, head, body }
13html.attlist = XHTML.version.attrib, I18n.attrib
14XHTML.version.attrib = attribute version { FPI.datatype }?