<article> Article

A Balisage paper, essay, or opinion piece.

Usage/Remarks

The root (document) element of a Balisage paper.
Attributes
version (fixed value = 5.0-subset Balisage-1.5)

Namespaces

xmlns (fixed value = http://docbook.org/ns/docbook)
xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
Models and Context
This top-level element may not be contained in any other elements.
Description
Expanded Content Model

(title, subtitle?, info, (blockquote | equation | figure | informaltable | itemizedlist | mediaobject | note | orderedlist | para | programlisting | table | variablelist)*, section*, appendix*, bibliography?)

Tagged Sample

Typical article (with author info, sections, appendix, and bibliographic structures)

<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>
  <section xml:id="mul2">
    ...
  </section>
  <appendix xml:id="mul-app1" xreflabel="Appendix I">
    ...
  </appendix>
  ...
  <bibliography>
    ...
  </bibliography>
</article>
Related Resources