]> granicus.if.org Git - docbook-dsssl/commitdiff
Added biblioref
authorNorman Walsh <ndw@nwalsh.com>
Thu, 3 Jun 2004 21:15:09 +0000 (21:15 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 3 Jun 2004 21:15:09 +0000 (21:15 +0000)
docbook/xml/dbpoolx.mod

index c087ce6b8b7187ce010c0ae236631c31492a6a0f..22b981c806fc88867a178f5759afa45c3502588e 100644 (file)
 
 <!ENTITY % local.xref.char.class "">
 <!ENTITY % xref.char.class
-               "footnoteref|xref %local.xref.char.class;">
+               "footnoteref|xref|biblioref %local.xref.char.class;">
 
 <!ENTITY % local.gen.char.class "">
 <!ENTITY % gen.char.class
@@ -393,7 +393,7 @@ f. Just BlockQuote; no other informal objects.
 <!ENTITY % blockquote.exclusion "-(epigraph)">
 <!ENTITY % remark.exclusion "-(remark|%ubiq.mix;)">
 <!ENTITY % glossterm.exclusion "-(glossterm)">
-<!ENTITY % links.exclusion "-(link|olink|ulink|xref)">
+<!ENTITY % links.exclusion "-(link|olink|ulink|xref|biblioref)">
 ]]><!-- sgml.features -->
 
 <!-- not [sgml.features[ -->
@@ -8063,6 +8063,32 @@ OtherCredit. -->
 <!--end of xref.attlist-->]]>
 <!--end of xref.module-->]]>
 
+<!ENTITY % biblioref.module "INCLUDE">
+<![%biblioref.module;[
+<!ENTITY % local.biblioref.attrib "">
+<!ENTITY % biblioref.role.attrib "%role.attrib;">
+
+<!ENTITY % biblioref.element "INCLUDE">
+<![%biblioref.element;[
+<!ELEMENT biblioref %ho; EMPTY>
+<!--end of biblioref.element-->]]>
+
+<!ENTITY % biblioref.attlist "INCLUDE">
+<![%biblioref.attlist;[
+<!ATTLIST biblioref
+               endterm         IDREF           #IMPLIED
+               xrefstyle       CDATA           #IMPLIED
+               units           CDATA           #IMPLIED
+               begin           CDATA           #IMPLIED
+               end             CDATA           #IMPLIED
+               %common.attrib;
+               %linkendreq.attrib;
+               %biblioref.role.attrib;
+               %local.biblioref.attrib;
+>
+<!--end of biblioref.attlist-->]]>
+<!--end of biblioref.module-->]]>
+
 <!-- Ubiquitous elements .................................................. -->
 
 <!ENTITY % anchor.module "INCLUDE">