]> granicus.if.org Git - docbook-dsssl/commitdiff
Added note about XLink role value http://docbook.org/xlink/role/olink to the descript...
authorNorman Walsh <ndw@nwalsh.com>
Thu, 22 Mar 2007 14:21:30 +0000 (14:21 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 22 Mar 2007 14:21:30 +0000 (14:21 +0000)
docbook/relaxng/docbook/src/pool.rnc

index 75a008d87a93db5721992064d3fb711a29ede4e4..b0c0341450457a09d35bce558c2cc506180012cf 100644 (file)
@@ -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 }