summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-04-28 19:53:17 +0200
committerUlrich Müller <ulm@gentoo.org>2016-01-25 10:25:18 +0100
commitb2741e4a0e1438aaffba2b4de9b171382d8c8fd1 (patch)
tree3f2b213bc75704cdeea9122770780d2e51370242 /project.rnc
parentUpdate schemas for new license tag version attribute. (diff)
downloadnxml-gentoo-schemas-b2741e4a0e1438aaffba2b4de9b171382d8c8fd1.tar.gz
nxml-gentoo-schemas-b2741e4a0e1438aaffba2b4de9b171382d8c8fd1.tar.bz2
nxml-gentoo-schemas-b2741e4a0e1438aaffba2b4de9b171382d8c8fd1.zip
Import files from nxml-gentoo-schemas-20150428.nxml-gentoo-schemas-20150428
Diffstat (limited to 'project.rnc')
-rw-r--r--project.rnc4
1 files changed, 3 insertions, 1 deletions
diff --git a/project.rnc b/project.rnc
index 65c3ce7..6984fa9 100644
--- a/project.rnc
+++ b/project.rnc
@@ -24,7 +24,9 @@ project =
| task
| author)*
}
-project.attlist &= empty
+project.attlist &=
+ attribute disclaimer { "draft" | "obsolete" }?,
+ attribute redirect { text }?
name = element name { name.attlist, text }
name.attlist &= empty
longname = element longname { longname.attlist, text }