From 0465e4f79c102e9d34fe070a119aaffe06c7275f Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 22 Mar 2007 14:21:30 +0000 Subject: [PATCH] Added note about XLink role value http://docbook.org/xlink/role/olink to the description of xlink:role --- docbook/relaxng/docbook/src/pool.rnc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docbook/relaxng/docbook/src/pool.rnc b/docbook/relaxng/docbook/src/pool.rnc index 75a008d87..b0c034145 100644 --- a/docbook/relaxng/docbook/src/pool.rnc +++ b/docbook/relaxng/docbook/src/pool.rnc @@ -194,6 +194,13 @@ db.xlink.type.attribute = db.xlink.role.attribute = [ db:refpurpose [ "Identifies the XLink role of the link" ] + dbx:description [ + db:para [ + "DocBook uses the XLink role value " + db:uri [ "http://docbook.org/xlink/role/olink" ] + " to identify linking elements with OLink semantics." + ] + ] ] attribute xlink:role { xsd:anyURI } -- 2.40.0