summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-04 19:57:25 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-04 19:57:25 +0100
commitdcb4cee2daf3b669357773403b17c74ac3b4a75a (patch)
treeb908f8c116c31157bfa2947acee3f95e650b8d85 /project.rnc
parentMark DTDs as precious, this way they are not deleted between runs and need no... (diff)
downloadnxml-gentoo-schemas-dcb4cee2daf3b669357773403b17c74ac3b4a75a.tar.gz
nxml-gentoo-schemas-dcb4cee2daf3b669357773403b17c74ac3b4a75a.tar.bz2
nxml-gentoo-schemas-dcb4cee2daf3b669357773403b17c74ac3b4a75a.zip
Update rnc schemas.
Diffstat (limited to 'project.rnc')
-rw-r--r--project.rnc6
1 files changed, 3 insertions, 3 deletions
diff --git a/project.rnc b/project.rnc
index 885c951..b41a750 100644
--- a/project.rnc
+++ b/project.rnc
@@ -3,7 +3,6 @@ namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
include "common.rnc"
body.class = block.class | glepindex
body = element body { body.attlist, body.class* }
-body.attlist &= empty
project =
element project {
project.attlist,
@@ -61,7 +60,6 @@ plannedproject.attlist &= attribute name { text }
extrachapter =
element extrachapter { extrachapter.attlist, title, section+ }
section = element section { section.attlist, title?, body+ }
-section.attlist &= empty
extrachapter.attlist &=
[ a:defaultValue = "bottom" ]
attribute position {
@@ -105,4 +103,6 @@ milestone.attlist &=
[ a:defaultValue = "no" ] attribute finished { "yes" | "no" }?
depends = element depends { depends.attlist, text }
depends.attlist &= attribute ref { xsd:IDREF }
-start = project | abstract | license | summary | version | values
+chapter |= notAllowed
+start =
+ abstract | \include | values | license | included | summary | project