]> granicus.if.org Git - docbook-dsssl/commitdiff
RFE 565716: support for URI element (2003 Apr)
authorNorman Walsh <ndw@nwalsh.com>
Mon, 11 Aug 2003 12:04:44 +0000 (12:04 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 11 Aug 2003 12:04:44 +0000 (12:04 +0000)
docbook/xml/dbpoolx.mod

index db3d90a9d452467bdd466d01a7d2d401e3adc4e2..cefbb2b4692a9a552b90dba217a0b0192c61a10a 100644 (file)
                |keycode|keycombo|keysym|literal|constant|markup|medialabel
                |menuchoice|mousebutton|option|optional|parameter
                |prompt|property|replaceable|returnvalue|sgmltag|structfield
-               |structname|symbol|systemitem|token|type|userinput|varname
+               |structname|symbol|systemitem|uri|token|type|userinput|varname
                 %ebnf.inline.hook;
                %local.tech.char.class;">
 
@@ -7161,6 +7161,28 @@ OtherCredit. -->
 <!--end of systemitem.attlist-->]]>
 <!--end of systemitem.module-->]]>
 
+<!ENTITY % uri.module "INCLUDE">
+<![%uri.module;[
+<!ENTITY % local.uri.attrib "">
+<!ENTITY % uri.role.attrib "%role.attrib;">
+
+<!ENTITY % uri.element "INCLUDE">
+<![%uri.element;[
+<!ELEMENT uri %ho; (%smallcptr.char.mix;)*>
+<!--end of uri.element-->]]>
+
+<!-- Type: Type of URI; no default -->
+
+<!ENTITY % uri.attlist "INCLUDE">
+<![%uri.attlist;[
+<!ATTLIST uri
+               type    CDATA   #IMPLIED
+               %common.attrib;
+               %uri.role.attrib;
+               %local.uri.attrib;
+>
+<!--end of uri.attlist-->]]>
+<!--end of uri.module-->]]>
 
 <!ENTITY % token.module "INCLUDE">
 <![%token.module;[