Initial commit
This commit is contained in:
commit
a491ef2093
813 changed files with 345031 additions and 0 deletions
14
site-lisp/nxml-mode-20041004/schema/xhtml-struct.rnc
Normal file
14
site-lisp/nxml-mode-20041004/schema/xhtml-struct.rnc
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Structure Module
|
||||
|
||||
start = html
|
||||
title = element title { title.attlist, text }
|
||||
title.attlist = I18n.attrib
|
||||
head = element head { head.attlist, head.content }
|
||||
head.attlist = I18n.attrib, profile.attlist
|
||||
head.content = title
|
||||
profile.attlist = attribute profile { URI.datatype }?
|
||||
body = element body { body.attlist, Block.model }
|
||||
body.attlist = Common.attrib
|
||||
html = element html { html.attlist, head, body }
|
||||
html.attlist = XHTML.version.attrib, I18n.attrib
|
||||
XHTML.version.attrib = attribute version { FPI.datatype }?
|
||||
Loading…
Add table
Add a link
Reference in a new issue