xmlns Default Namespace Declaration

Pseudo-attribute used to identify the default namespace, for DocBook.

Usage/Remarks

This attribute value is fixed and will be added implicitly by many processors. For data portability, however, it is recommended that it be given explicitly, in order to enable a document to be processed standalone.
FIXED (not settable) on element: <article>
Value Meaning
http://docbook.org/ns/docbook The default namespace has been set to this URL, the URL for DocBook.
Restriction This attribute value may not be changed.
Tagged Sample

@xmlns namespace at the article level

<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
  version="5.0-subset Balisage-1.5" xml:id="HR-23632987-8973">
  <title>Raleigh&#8217;s Discoveries in the New World</title>
  <subtitle>New Insight into the Roanoke Colony</subtitle>
  <info>
    ...
  </info>
  <section xml:id="mul1">
    ...
  </section>
  ...
</article>