<article>

Article

A Balisage paper, essay, or opinion piece.

Remarks

The root (document) element of a Balisage paper.

Attributes

version Version
xmlns Default Namespace Declaration
xmlns:xlink XLink Namespace Declaration
xml:id XML Unique Identifier

Expanded Content Model

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

Description

The following, in order:

This top-level element may not be contained in any other elements.

Example

<article xmlns="http://docbook.org/ns/docbook" version="5.0-subset Balisage-1.3"
  xml:id="HR-23632987-8973">
  <title>Raleigh's Discoveries in the New World</title>
  <info>
    ...
  </info>
  <section>
    ...
  </section>
  <section>
    ...
  </section>
  <appendix xml:id="mul83">
    ...
  </appendix>
  ...
  <bibliography>
    ...
  </bibliography>
</article>

Module

balisage-1-3.dtd