summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-01 00:50:57 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-01 00:50:57 +0100
commit9437b089457e6c1d7f106f47a4afc85538a41eea (patch)
tree5ccd46de23e03b533f6c8ee0fae34b78a8677fd7
parentAdd a DONATING document pointing to the National Pancreas Foundation. (diff)
downloadnxml-gentoo-schemas-9437b089457e6c1d7f106f47a4afc85538a41eea.tar.gz
nxml-gentoo-schemas-9437b089457e6c1d7f106f47a4afc85538a41eea.tar.bz2
nxml-gentoo-schemas-9437b089457e6c1d7f106f47a4afc85538a41eea.zip
Update book rnc.
-rw-r--r--book.rnc18
1 files changed, 1 insertions, 17 deletions
diff --git a/book.rnc b/book.rnc
index 38335b9..8ede8da 100644
--- a/book.rnc
+++ b/book.rnc
@@ -29,25 +29,9 @@ sections =
sections.attlist &= empty
section =
element section { section.attlist, title, (body+ | subsection+) }
-section.attlist &=
- attribute id { text }?,
- attribute test { text }?
subsection = element subsection { subsection.attlist, title?, body+ }
subsection.attlist &=
attribute id { text }?,
attribute test { text }?
body = element body { body.attlist, block.class+ }
-body.attlist &= attribute test { text }?
-note.attlist &= attribute test { text }?
-impo.attlist &= attribute test { text }?
-warn.attlist &= attribute test { text }?
-pre.attlist &= attribute test { text }?
-p.attlist &= attribute test { text }?
-table.attlist &= attribute test { text }?
-tr.attlist &= attribute test { text }?
-ul.attlist &= attribute test { text }?
-ol.attlist &= attribute test { text }?
-li.attlist &= attribute test { text }?
-\include = element include { include.attlist, empty }
-include.attlist &= attribute href { text }
-start = glepindex | book | sections | summary
+start = glepindex | book | included | sections | summary