]> granicus.if.org Git - docbook-dsssl/commitdiff
Checkpointing updated copy of docbook.rng file (generated from
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 14 Aug 2007 01:21:18 +0000 (01:21 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 14 Aug 2007 01:21:18 +0000 (01:21 +0000)
DocBook 5 CR5 source).

releasetools/docbook.rng

index 037cba1b10688dde40af776c84ddcdafd608f09d..292ebce984f13b51be8b90074836985fb0edfbad 100644 (file)
   <s:ns prefix="s" uri="http://www.ascc.net/xml/schematron"/>
   <s:ns prefix="svg" uri="http://www.w3.org/2000/svg"/>
   <s:ns prefix="xlink" uri="http://www.w3.org/1999/xlink"/>
-  <!-- DocBook V5.0CR2-->
+  <!-- DocBook V5.0CR5-->
   <!-- See http://docbook.org/ns/docbook -->
   <!--
-    This file is part of DocBook V5.0CR4
+    This file is part of DocBook V5.0CR5
     
     Copyright 1992-2005 HaL Computer Systems, Inc.,
     O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
@@ -29,7 +29,7 @@
     Organization for the Advancement of Structured Information
     Standards (OASIS).
     
-    Release: $Id: docbook.rnc 6811 2007-05-18 17:58:04Z nwalsh $
+    Release: $Id: docbook.rnc 7023 2007-07-12 12:46:00Z nwalsh $
     
     Permission to use, copy, modify and distribute the DocBook schema
     and its accompanying documentation for any purpose and without fee
       <ref name="db.dir.enumeration"/>
     </attribute>
   </define>
-  <define name="db.common.extension.attributes">
-    <empty/>
-  </define>
-  <define name="db.common.attributes">
+  <define name="db.common.base.attributes">
     <interleave>
-      <optional>
-        <ref name="db.xml.id.attribute"/>
-      </optional>
       <optional>
         <ref name="db.version.attribute"/>
       </optional>
         <ref name="db.dir.attribute"/>
       </optional>
       <ref name="db.effectivity.attributes"/>
-      <ref name="db.common.extension.attributes"/>
+    </interleave>
+  </define>
+  <define name="db.common.attributes">
+    <interleave>
+      <optional>
+        <ref name="db.xml.id.attribute"/>
+      </optional>
+      <ref name="db.common.base.attributes"/>
       <optional>
         <ref name="db.annotations.attribute"/>
       </optional>
   <define name="db.common.idreq.attributes">
     <interleave>
       <ref name="db.xml.id.attribute"/>
-      <optional>
-        <ref name="db.version.attribute"/>
-      </optional>
-      <optional>
-        <ref name="db.xml.lang.attribute"/>
-      </optional>
-      <optional>
-        <ref name="db.xml.base.attribute"/>
-      </optional>
-      <optional>
-        <ref name="db.remap.attribute"/>
-      </optional>
-      <optional>
-        <ref name="db.xreflabel.attribute"/>
-      </optional>
-      <optional>
-        <ref name="db.revisionflag.attribute"/>
-      </optional>
-      <optional>
-        <ref name="db.dir.attribute"/>
-      </optional>
-      <ref name="db.effectivity.attributes"/>
-      <ref name="db.common.extension.attributes"/>
+      <ref name="db.common.base.attributes"/>
       <optional>
         <ref name="db.annotations.attribute"/>
       </optional>