namespace ctrl = "http://nwalsh.com/xmlns/schema-control/"
namespace rng = "http://relaxng.org/ns/structure/1.0"
namespace s = "http://www.ascc.net/xml/schematron"
-namespace db = "http://docbook.org/docbook-ng"
-default namespace = "http://docbook.org/docbook-ng"
+namespace db = "http://docbook.org/ns/docbook"
+default namespace = "http://docbook.org/ns/docbook"
start = db.article
include "../../docbook/src/pool.rnc" {
db.common.attributes =
- attribute id { xsd:ID }?,
+ attribute xml:id { xsd:ID }?,
attribute version { text }?,
attribute xml:lang { text }?,
attribute xml:base { text }?,
attribute revisionflag { "changed" | "added" | "deleted" | "off" }?
db.common.idreq.attributes =
- attribute id { xsd:ID },
+ attribute xml:id { xsd:ID },
attribute version { text }?,
attribute xml:lang { text }?,
attribute xml:base { text }?,