From 9c37483dc295e533d8e33ea74c1c01c6175b26e7 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 14 Dec 2005 11:27:34 +0000 Subject: [PATCH] Fix RFE #1356238: olink xrefstyle attribute type --- docbook/relaxng/docbook/src/pool.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/relaxng/docbook/src/pool.rnc b/docbook/relaxng/docbook/src/pool.rnc index e6d040cf4..16fa2c04f 100644 --- a/docbook/relaxng/docbook/src/pool.rnc +++ b/docbook/relaxng/docbook/src/pool.rnc @@ -6811,7 +6811,7 @@ div { ] div { db.olink.role.attribute = attribute role { text } - db.olink.xrefstyle.attribute = attribute xrefstyle { xsd:IDREF } + db.olink.xrefstyle.attribute = attribute xrefstyle { text } db.olink.localinfo.attribute = attribute localinfo { text } db.olink.targetdoc.attribute = attribute targetdoc { xsd:anyURI } db.olink.targetptr.attribute = attribute targetptr { text } -- 2.40.0