From b444b1d58ad8653eedac5bf0673aff2c92159477 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 18 Jan 2005 18:39:10 +0000 Subject: [PATCH] Add citation to attribution and make all the components of attribution optional (there's no point trying to require something when text is allowed because text can always be empty) --- docbook/relaxng/src/pool.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/relaxng/src/pool.rnc b/docbook/relaxng/src/pool.rnc index 1746fdad8..486ca6fd0 100644 --- a/docbook/relaxng/src/pool.rnc +++ b/docbook/relaxng/src/pool.rnc @@ -1080,7 +1080,7 @@ div { db.attribution = element attribution { db.attribution.attlist, - (db._text | db.personname | db.citetitle)+ + (db._text | db.personname | db.citetitle | db.citation)* } } -- 2.40.0