<!DOCTYPE article [
<!ENTITY name "wd-docbook-docbook">
<!ENTITY version "4.3CR3">
<!ENTITY standard "Working Draft">
<!ENTITY tracker "http://sourceforge.net/tracker/">
<!ENTITY RFE "&tracker;/index.php?func=detail&amp;group_id=21935&amp;atid=384107&amp;">
<!ENTITY root "http://docbook.org/">
]>
<article status="&standard;">
<articleinfo>
<releaseinfo role="cvs">
$Id: docbook.xml,v 1.17 2004/01/21 16:19:28 nwalsh Exp $
</releaseinfo>

<productname>&name;</productname>
<productnumber>&version;</productnumber>

<releaseinfo role="product"><ulink url="&name;-&version;.xml">XML</ulink></releaseinfo>
<releaseinfo role="product"><ulink url="&name;-&version;.html">HTML</ulink></releaseinfo>
<releaseinfo role="product"><ulink url="&name;-&version;.pdf">PDF</ulink></releaseinfo>

<releaseinfo role="location">&root;specs</releaseinfo>

<title>The DocBook Document Type</title>

<authorgroup>
<editor>
  <firstname>Norman</firstname><surname>Walsh</surname>
  <affiliation>
    <shortaffil>Sun</shortaffil>
    <orgname>Sun Microsystems, Inc.</orgname>
    <address><email>Norman.Walsh@Sun.COM</email></address>
  </affiliation>
</editor>
</authorgroup>

<pubdate>21 Jan 2004</pubdate>

<copyright><year>2001</year><year>2002</year><year>2003</year><year>2004</year>
<holder>
The Organization for the Advancement of Structured Information
Standards [OASIS]. All Rights Reserved.
</holder></copyright>

<abstract><title>Abstract</title>
<para>DocBook is general purpose <xref linkend="xml-rec"/> and
<xref linkend="iso8879"/> document type
particularly well suited to books and papers about computer hardware
and software (though it is by no means limited to these applications).
</para>
<para>The Version 4.3 release is a maintainance release. It introduces
no backwards-incompatible changes.</para>
</abstract>

<legalnotice role="status"><title>Status</title>
<para>This &standard; was approved for publication by the
OASIS DocBook Technical Committee. It represents the
consensus of the committee.
</para>

<!--
<para>This &standard; is an editor's draft. It does not necessarily
represent the consensus of the committee.
</para>
-->

<para>Please send comments on this specification to the
<email>docbook@lists.oasis-open.org</email> list. To subscribe, send
an email message to
<email>docbook-request@lists.oasis-open.org</email> with the word
<quote><literal>subscribe</literal></quote> as the body of the
message.
</para>

<para>The errata page for this specification is at
<ulink url="&root;specs/docbook-errata.html"/>.
</para>
</legalnotice>
</articleinfo>

<section id="s.intro">
<title>Introduction</title>

<para>DocBook is general purpose XML and SGML document type
particularly well suited to books and papers about computer hardware
and software (though it is by no means limited to these applications).
</para>

<para>The <ulink url="mailto:docbook-tc@oasis-open.org">DocBook
Technical Committee</ulink> maintains the DocBook schema. DocBook is
officially available as a Document Type Definition (DTD) for
both
<ulink url="http://xml.coverpages.org/xmlIntro.html">XML</ulink> and
<ulink url="http://xml.coverpages.org/general.html#overview">SGML</ulink>.
It is unofficially available in other forms as well.</para>

<para>The Version 4.2 release is a maintainance release. It introduces
no backwards-incompatible changes. All valid DocBook 4.1 documents are
also valid DocBook 4.2 documents.</para>

<para>The DocBook Technical Committee welcomes bug reports and
requests for enhancement (RFEs) from the user community. The current list
of outstanding requests is available through the
<ulink url="http://sourceforge.net/">SourceForge</ulink>
<ulink url="&tracker;/?atid=384107&amp;group_id=21935&amp;func=browse">tracker</ulink>
interface. This is also the preferred mechanism for submitting new requests.
Old RFEs, from a previous legacy tracking system, are
<ulink url="http://www.oasis-open.org/docbook/old-rfes.html">archived</ulink>
for reference.</para>

</section>

<section id="s.terminology"><title>Terminology</title>

<para>The key words <glossterm>must</glossterm>, <glossterm>must
not</glossterm>, <glossterm>required</glossterm>,
<glossterm>shall</glossterm>, <glossterm>shall not</glossterm>,
<glossterm>should</glossterm>, <glossterm>should not</glossterm>,
<glossterm>recommended</glossterm>, <glossterm>may</glossterm>, and
<glossterm>optional</glossterm> in this &standard; are to be
interpreted as described in <xref linkend="rfc2119"/>. Note that for
reasons of style, these words are not capitalized in this
document.</para>

</section>

<section id="docbook">
<title>The DocBook Document Type V4.3</title>

<para>The DocBook document type is distributed for
<ulink url="&root;xml/">XML</ulink> and
<ulink url="&root;sgml/">SGML</ulink>
from the
<ulink url="http://www.oasis-open.org/docbook/">DocBook site</ulink> at
<ulink url="http://www.oasis-open.org/">OASIS</ulink>. DocBook is also available from
the mirror on
<ulink url="http://docbook.org/"/>.
</para>

<section id="s.cr3">
<title>Changes in DocBook V4.3CR3</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<itemizedlist spacing="compact">
<listitem><para>Add <sgmltag class="attribute">floatstyle</sgmltag> to
<sgmltag>table</sgmltag> and <sgmltag>informaltable</sgmltag> per the
<ulink url="http://lists.oasis-open.org/archives/docbook-tc/200211/msg00012.html">November, 2002</ulink> 
meeting.
</para></listitem>
</itemizedlist>
</section>

<section id="s.cr2">
<title>Changes in DocBook V4.3CR2</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<itemizedlist spacing="compact">
<listitem><para>If HTML tables are allowed, make sure that
<sgmltag>caption</sgmltag> gets all of the HTML attributes.
</para></listitem>
<listitem><para>Refactored parameter entities for <sgmltag>informaltable</sgmltag>
so that the initial <sgmltag>textobject</sgmltag> is allowed when (and only when)
the CALS table model is used.
</para></listitem>
</itemizedlist>
</section>

<section id="s.cr1">
<title>Changes in DocBook V4.3CR1</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<para>Per the decision at the
<ulink url="http://lists.oasis-open.org/archives/docbook/200311/msg00016.html">19 Nov 2003</ulink>
Technical Committee meeting, DocBook V4.3b5 is republished as DocBook
V4.3CR1 (Candidate Release 1). There have been no technical changes since V4.3b5.</para>
</section>

<section id="s.b5">
<title>Changes in DocBook V4.3b5</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<para>Each of the changes made between DocBook V4.2b4 and DocBook XML V4.3b5
is summarized here. For complete details, consult the individual RFEs and
the <ulink url="&root;meetings">meeting minutes</ulink>.</para>

<section id="sb5.bugs">
<title>Bug Fixes</title>

<itemizedlist spacing="compact">

<listitem><para>Made the content model of <sgmltag>firstterm</sgmltag> identical
to <sgmltag>glossterm</sgmltag>.</para>
</listitem>
</itemizedlist>
</section>
</section>

<section id="s.b4">
<title>Changes in DocBook V4.3b4</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<para>Each of the changes made between DocBook V4.2b3 and DocBook XML V4.3b4
is summarized here. For complete details, consult the individual RFEs and
the <ulink url="&root;meetings">meeting
minutes</ulink>.</para>

<section id="sb4.enhancements">
<title>Enhancements</title>

<itemizedlist spacing="compact">

<listitem><para><ulink url="&RFE;aid=518074">RFE 518074</ulink>:
Added a number of new values to the
<sgmltag class="attribute">class</sgmltag> attribute of
<sgmltag>database</sgmltag>.
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=517604">RFE 517604</ulink>:
Allow optional <sgmltag>title</sgmltag> on <sgmltag>glosslist</sgmltag>.
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=507975">RFE 507975</ulink>:
Revision should allow <sgmltag>author</sgmltag> or <sgmltag>authorinitials</sgmltag>.
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=533734">RFE 533734</ulink>:
Allow <sgmltag>void</sgmltag> to be optional on
<sgmltag>methodsynopsis</sgmltag>,
<sgmltag>consstructorsynopsis</sgmltag>, and
<sgmltag>destructorsynopsis</sgmltag>.
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=570068">RFE 570068</ulink>:
Added <literal>emailmessage</literal>, <literal>webpage</literal>, and
<literal>newsposting</literal> as
<sgmltag class="attribute">pubwork</sgmltag> values for <sgmltag>citetitle</sgmltag>.
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=564776">RFE 564776</ulink>:
Added <literal>process</literal>, <literal>service</literal>, <literal>server</literal>,
and <literal>daemon</literal> to the <sgmltag class="attribute">class</sgmltag>
values of <sgmltag>systemitem</sgmltag>.
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=573812">RFE 573812</ulink>:
Allow <sgmltag>blockinfo</sgmltag> on <sgmltag>blockquote</sgmltag>.
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=571998">RFE 571998</ulink>:
Added <sgmltag>initializer</sgmltag> to <sgmltag>paramdef</sgmltag>.
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=571996">RFE 571996</ulink>:
Added <literal>prefix</literal>, <literal>namespace</literal>, and
<literal>localname</literal> to <sgmltag class="attribute">class</sgmltag> for
<sgmltag>sgmltag</sgmltag>.
</para>
</listitem>

<listitem><para>
Added <sgmltag>StepAlternatives</sgmltag>.
</para>
</listitem>
</itemizedlist>
</section>
</section>

<section id="s.b3">
<title>Changes in DocBook V4.3b3</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<para>Each of the changes made between DocBook V4.2b2 and DocBook XML V4.3b3
is summarized here. For complete details, consult the individual RFEs and
the <ulink url="&root;meetings">meeting
minutes</ulink>.</para>

<section id="sb3.enhancements">
<title>Enhancements</title>

<itemizedlist spacing="compact">
<listitem><para>Added <sgmltag>code</sgmltag> inline with
<sgmltag class="attribute">language</sgmltag> attribute.</para>
</listitem>

<listitem><para>Fixed oversights that removed <sgmltag>blockinfo</sgmltag> and
<sgmltag>textobject</sgmltag> from CALS tables.</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=615587">RFE 615587</ulink>:
add <sgmltag class="attribute">xml:base</sgmltag> to common attributes (2002 Nov)
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=616216">RFE 616216</ulink>:
Allow <sgmltag>set</sgmltag>s to be recursive. (2002 Nov)
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=615473">RFE 615473</ulink>:
Add <sgmltag class="attribute">floatstyle</sgmltag> to
<simplelist type="inline">
<member><sgmltag>figure</sgmltag></member>
<member><sgmltag>informalfigure</sgmltag></member>
<member><sgmltag>example</sgmltag></member>
<member><sgmltag>informalexample</sgmltag></member>
<member><sgmltag>equation</sgmltag></member>
<member><sgmltag>informalequation</sgmltag></member>
</simplelist>.
</para>
</listitem>

<listitem><para>Fixed parameter entity declaration problems that resulted in
duplicate attribute declarations for some table-related elements.
</para>
</listitem>

<listitem><para>Added <sgmltag class="attribute">type</sgmltag> attribute to
<sgmltag>indexterm</sgmltag> and <sgmltag>index</sgmltag>.
</para>
</listitem>
</itemizedlist>
</section>
</section>

<section id="s.b2">
<title>Changes in DocBook V4.3b2</title>

<para>There are no backwards-incompatible changes in this release.
</para>

<para>Each of the changes made between DocBook V4.2 and DocBook XML V4.3b2
is summarized here. For complete details, consult the individual RFEs and
the <ulink url="&root;meetings">meeting
minutes</ulink>.</para>

<para>There was no public beta 1 release.</para>

<section id="sb2.enhancements">
<title>Enhancements</title>

<itemizedlist spacing="compact">
<listitem><para>Allow HTML table models in addition to CALS or SOEx
table models (2003 Apr)</para>
<para>Note: the editor has changed the content model of <sgmltag>caption</sgmltag>
to support HTML tables with captions more directly.</para>
</listitem>

<listitem><para>Support <sgmltag>task</sgmltag> markup (2003 Jun).</para>
</listitem>

<listitem><para>Related to RFE 679316: add orgname to inlines (2003 Jul)</para>
</listitem>

<listitem><para>Added function attribute to keycap for improved semantics (2003 Jul)
</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=705885">RFE 705885</ulink>:
add namespace attribute to sgmltag (2003 May)</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=691762">RFE 691762</ulink>:
add language attribute to verbatim environments (2003 May)</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=573419">RFE 573419</ulink>:
add bidirectional text override (2003 Apr)</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=565716">RFE 565716</ulink>:
support for URI element (2003 Apr)</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=660044">RFE 660044</ulink>:
support continuation and startinglinenumber on verbatims (2003 Feb)</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=655526">RFE 655526</ulink>:
support modifier in funcprototype (2003 Feb)</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=638456">RFE 638456</ulink>:
support translators (2003 Feb)</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=582822">RFE 582822</ulink>:
paramdef and varargs on funcprototype (2003 Feb)</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=473365">RFE 473365</ulink>:
choice attribute for paramdef (2003 Feb)</para>
</listitem>

<listitem><para><ulink url="&RFE;aid=570068">RFE 570068</ulink>:
new values for pubwork (2003 Jan)</para>
</listitem>

<listitem><para>Added xrefstyle (2002 Dec)</para>
</listitem>

</itemizedlist>
</section>
</section>
</section>

<section><title>Release Notes</title>

<para>This is a beta release by the editor. It has no normative
status and may contain bugs.</para>

</section>

<section id="docbook.v5">
<title>Changes Proposed for DocBook V5.0</title>

<para>The following backwards-incompatible changes were announced in
DocBook V4.0, the DocBook Technical Committee expects to incorporate
them into DocBook V5.0.
</para>

<para>Each of the changes proposed is summarized here. For complete
details, consult the individual RFEs and the <ulink
url="&root;meetings">meeting
minutes</ulink>.</para>

<itemizedlist spacing="compact">
<listitem id="rfe.xml"><para>DocBook V5.0 will be primarily an XML
DTD. This will require a wide range of changes. As a result, DocBook
V5.0 will more closely resemble The XML version of DocBook V4.x than
the SGML version.</para>
</listitem>

<listitem id="rfe.pereorg"><para>Planned parameter entity
reorganization may reduce some content models.  The goal of this
effort is to remove a large number of spurious elements that snuck
into content models during the first parameter entity reorganization
(circa DocBook 2.4). In practice the TC expects changes to have very
little "real world" impact.</para>
</listitem>

<listitem id="rfe.coords"><para>The <sgmltag>coords</sgmltag>
attribute will be removed from <sgmltag>areaset</sgmltag>.</para>
</listitem>

<listitem id="rfe.biblioentry">
<para>The <sgmltag>articleinfo</sgmltag> element will be removed from
<sgmltag>biblioentry</sgmltag>.</para>
</listitem>

<listitem id="rfe.contents">
<para>The <sgmltag class="attribute">contents</sgmltag> attribute will
be removed from <sgmltag>bookinfo</sgmltag> and <sgmltag>setinfo</sgmltag>.
</para>
</listitem>

<listitem id="rfe.indexdivcm">
<para>The <sgmltag class="paramentity">indexdivcomponent.mix</sgmltag>
parameter entity will be restricted.  Numbered figures and other
elements inappropriate for an <sgmltag>index</sgmltag> or
<sgmltag>setindex</sgmltag> will be removed.</para>
</listitem>

<listitem id="rfe.glossterm">
<para>The <sgmltag>revhistory</sgmltag> element will be removed from
<sgmltag>glossterm</sgmltag>.</para>
</listitem>

<listitem id="rfe.416415"><para><ulink url="&RFE;aid=416415">RFE 416415</ulink>:
The <literal>constant</literal> <sgmltag class="attribute">class</sgmltag>
will be removed from <sgmltag>systemitem</sgmltag>.</para>
</listitem>

<listitem id="rfe.graphics">
<para>The <sgmltag>graphic</sgmltag> and <sgmltag>inlinegraphic</sgmltag> elements
will be removed.</para>
</listitem>

<listitem id="rfe.tables">
<para>Tables will be restricted from full CALS Table Model to the
OASIS Exchange model.</para>
</listitem>

</itemizedlist>

</section>

<section id="docbook.v6">
<title>Changes Proposed for DocBook V6.0</title>

<para>The DocBook Technical Committee expects to announce the following
backwards-incompatible changes in DocBook V5.0, for eventual incorporation
into DocBook V6.0.
</para>

<para>Each of the changes proposed is summarized here. For complete
details, consult the individual RFEs and the <ulink
url="&root;meetings">meeting
minutes</ulink>.</para>

<itemizedlist spacing="compact">
<listitem id="rfe.412476"><para><ulink url="&RFE;aid=412476">RFE 412476</ulink>:
The <sgmltag class="attribute">class</sgmltag> attribute on
<sgmltag>productname</sgmltag> will be <literal>#IMPLIED</literal>.
</para>
</listitem>
<listitem id="rfe.482810"><para><ulink url="&RFE;aid=482810">RFE 482810</ulink>:
The content model of <sgmltag>msgtext</sgmltag> is far too broad. It will
be reduced to the same mixture as <sgmltag class="paramentity">example.mix</sgmltag>.
</para>
</listitem>
<listitem id="rfe.482811"><para><ulink url="&RFE;aid=482811">RFE 482811</ulink>:
The <sgmltag>title</sgmltag> element will be removed from
<sgmltag class="paramentity">bibliocomponent.mix</sgmltag> (use
<sgmltag>citetitle</sgmltag> instead).</para>
</listitem>
<listitem id="rfe.482812"><para><ulink url="&RFE;aid=482812">RFE 482812</ulink>:
The content model of <sgmltag>citetitle</sgmltag> will be reduced from
<sgmltag class="paramentity">para.char.mix</sgmltag> to
<sgmltag class="paramentity">title.char.mix</sgmltag>.</para>
</listitem>
<listitem id="rfe.482815"><para><ulink url="&RFE;aid=482815">RFE 482815</ulink>:
The <sgmltag>synopsis</sgmltag> element will be removed from
<sgmltag class="paramentity">para.char.mix</sgmltag>.</para>
</listitem>
<listitem id="rfe.482818"><para><ulink url="&RFE;aid=482818">RFE 482818</ulink>:
Simplify the content model of <sgmltag>toc</sgmltag>.
</para>
</listitem>
<listitem id="rfe.482819"><para><ulink url="&RFE;aid=482819">RFE 482819</ulink>:
The content models of the bibliography elements will be adjusted so that
it is not possible to mix <sgmltag>biblioset</sgmltag> and
<sgmltag>bibliomset</sgmltag> elements.</para>
</listitem>
<listitem id="rfe.482922"><para><ulink url="&RFE;aid=482922">RFE 482922</ulink>:
The <sgmltag>msgtext</sgmltag> element will be constrained to occur only
inside <sgmltag>msgset</sgmltag>. See also
<ulink url="&RFE;aid=482817">RFE 482817</ulink>.
</para>
</listitem>
<listitem id="rfe.531851"><para><ulink url="&RFE;aid=531851">RFE 531851</ulink>:
Remove inline person name elements
<ulink url="http://sourceforge.net/docman/display_doc.php?docid=9354&amp;group_id=21935">as
proposed</ulink>.
</para></listitem>
<listitem id="rfe.531855"><para><ulink url="&RFE;aid=531855">RFE 531855</ulink>:
Remove <sgmltag>corpname</sgmltag>
<ulink url="http://sourceforge.net/docman/display_doc.php?docid=9351&amp;group_id=21935">as
proposed</ulink>.
</para></listitem>
</itemizedlist>
</section>

<appendix id="a.mimetype">
<title>The DocBook Media Type</title>

<para>This appendix registers a new MIME media type,
<quote><code>application/docbook+xml</code></quote>.</para>

<section id="media-type-registration">
<title>Registration of MIME media type application/xslt+xml</title>

<variablelist>
<varlistentry>
<term>MIME media type name:</term>
<listitem>
<para><code>application</code>
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>MIME subtype name:</term>
<listitem>
<para><code>docbook+xml</code>
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Required parameters:</term>
<listitem>
<para>None.
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Optional parameters:</term>
<listitem>
  <variablelist>
  <varlistentry>
  <term><code>charset</code></term>
  <listitem>

  <para>This parameter has identical semantics to the <code>charset</code>
parameter of the <code>application/xml</code> media type as
specified in <xref linkend="rfc3023"/>.
</para>
  </listitem>
  </varlistentry>
  </variablelist>
</listitem>
</varlistentry>

<varlistentry>
<term>Encoding considerations:</term>
<listitem>
<para>By virtue of DocBook XML content being XML, it has the same
considerations when sent as <quote><code>application/docbook+xml</code></quote>
as does XML. See RFC 3023, Section 3.2.
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Security considerations:</term>
<listitem>
<para>Several DocBook elements may refer to arbitrary URIs.
In this case, the security issues of RFC 2396, section 7,
should be considered.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Interoperability considerations:</term>
<listitem>
<para>None.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Published specification:</term>
<listitem>
<para>This media type registration is for DocBook documents as described by
<xref linkend="bib.docbooktdg"/>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Applications which use this media type:</term>
<listitem>
<para>There is no experimental, vendor specific, or personal tree
predecessor to <quote><code>application/docbook+xml</code></quote>,
reflecting the fact that no applications currently recognize it. This
new type is being registered in order to allow for the
deployment of DocBook on the World Wide Web, as a first class XML
application.
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Additional information:</term>
<listitem>
  <variablelist>
  <varlistentry>
  <term>Magic number(s):</term>

  <listitem>
  <para>There is no single initial octet sequence that is always present in
DocBook documents.
  </para>
  </listitem>
  </varlistentry>

  <varlistentry>
  <term>File extension(s):</term>
  <listitem>
  <para>DocBook documents are most often identified with the extension
<quote><filename class="extension">.xml</filename></quote>.
  </para>
  </listitem>
  </varlistentry>

  <varlistentry>
  <term>Macintosh File Type Code(s):</term>
  <listitem>
  <para>TEXT</para>
  </listitem>
  </varlistentry>
  </variablelist>
</listitem>
</varlistentry>

<varlistentry>
<term>Person &amp; email address to contact for further information:</term>
<listitem>
<para>Norman Walsh, <email>ndw@nwalsh.com</email>.</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Intended usage:</term>
<listitem>
<para>COMMON</para>
</listitem>
</varlistentry>

<varlistentry>
<term>Author/Change controller:</term>
<listitem>
<para>The DocBook specification is a work product of the DocBook
Technical Committee at OASIS.</para>
</listitem>
</varlistentry>
</variablelist>
</section>

<section id="fragid">
<title>Fragment Identifiers</title>

<para>For documents labeled as
<quote><code>application/docbook+xml</code></quote>,
the fragment
identifier notation is exactly that for
<quote><code>application/xml</code></quote>,
as specified in RFC 3023.</para>
</section>
</appendix>

<appendix id="a.committee" role="non-normative">
<title>OASIS DocBook Technical Committee</title>

<para>The following individuals were members of the committee during
the formulation of this &standard;:</para>

<itemizedlist spacing="compact">
<listitem><para>Jeff Beal</para></listitem>
<listitem><para>Steve Cogorno</para></listitem>
<listitem><para>Paul Grosso</para></listitem>
<listitem><para>Dick Hamilton</para></listitem>
<listitem><para>Nancy Harrison</para></listitem>
<listitem><para>Scott Hudson</para></listitem>
<listitem><para>Mark Johnson</para></listitem>
<listitem><para>Larry Rowland (prospective)</para></listitem>
<listitem><para>Michael Smith</para></listitem>
<listitem><para>Bob Stayton, Secretary</para></listitem>
<listitem><para>Norman Walsh, Chair, Editor</para></listitem>
</itemizedlist>
</appendix>

<bibliography id="references">
<title>References</title>
<bibliomixed id="rfc3023"/>
<bibliomixed id="bib.docbooktdg"/>
</bibliography>

<appendix id="a.notices">
<title>Notices</title>

<para>Copyright &#169; The Organization for the Advancement of
Structured Information Standards [OASIS] 2001, 2002, 2003, 2004. All Rights
Reserved.</para>

<para>OASIS takes no position regarding the validity
or scope of any intellectual property or other rights
that might be claimed to pertain to the implementation
or use of the technology described in this document
or the extent to which any license under such rights
might or might not be available; neither does it represent
that it has made any effort to identify any such rights.
Information on OASIS's procedures with respect to rights
in OASIS specifications can be found at the OASIS website.
Copies of claims of rights made available for publication
and any assurances of licenses to be made available,
or the result of an attempt made to obtain a general
license or permission for the use of such proprietary
rights by implementors or users of this specification,
can be obtained from the OASIS Executive Director.</para>

<para>OASIS invites any interested party to bring to
its attention any copyrights, patents or patent applications,
or other proprietary rights which may cover technology
that may be required to implement this specification.
Please address the information to the OASIS Executive
Director.</para>

<para>This document and translations of it may be copied
and furnished to others, and derivative works that comment
on or otherwise explain it or assist in its implementation
may be prepared, copied, published and distributed,
in whole or in part, without restriction of any kind,
provided that the above copyright notice and this paragraph
are included on all such copies and derivative works.
However, this document itself may not be modified in
any way, such as by removing the copyright notice or
references to OASIS, except as needed for the purpose
of developing OASIS specifications, in which case the
procedures for copyrights defined in the OASIS Intellectual
Property Rights document must be followed, or as required
to translate it into languages other than English.</para>

<para>The limited permissions granted above are perpetual
and will not be revoked by OASIS or its successors or
assigns.</para>

<para>This document and the information contained herein
is provided on an <quote>AS IS</quote> basis and OASIS DISCLAIMS
ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES
OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</para>

<para>OASIS has been notified of intellectual property
rights claimed in regard to some or all of the contents
of this specification. For more information consult
the online list of claimed rights.</para>

</appendix>

<appendix id="a.ipr">
<title>Intellectual Property Rights</title>

<para>For information on wether any patents have been disclosed that may be
essential to implementing this specification, and any offers of patent
licensing terms, please refer to the Intellectual Property Rights section
of the DocBook web page
(<ulink url="http://www.oasis-open.org/committees/docbook/"/>)
</para>

</appendix>

<appendix id="a.revhistory">
<title>Revision History</title>

<para>
<revhistory>
<revision role="&root;specs/wd-docbook-docbook-4.3cr3.html">
  <revnumber>Working Draft “Candidate Release 3”</revnumber>
  <date>21 Jan 2004</date>
</revision>
<revision role="&root;specs/wd-docbook-docbook-4.3cr2.html">
  <revnumber>Working Draft “Candidate Release 2”</revnumber>
  <date>21 Dec 2003</date>
</revision>
<revision role="&root;specs/wd-docbook-docbook-4.3cr1.html">
  <revnumber>Working Draft “Candidate Release 1”</revnumber>
  <date>02 Dec 2003</date>
</revision>
<revision role="&root;specs/wd-docbook-docbook-4.3b5.html">
  <revnumber>Working Draft “Beta 5”</revnumber>
  <date>29 Oct 2003</date>
</revision>
<revision role="&root;specs/wd-docbook-docbook-4.3b4.html">
  <revnumber>Working Draft “Beta 4”</revnumber>
  <date>30 Sep 2003</date>
</revision>
<revision role="&root;specs/wd-docbook-docbook-4.3b3.html">
  <revnumber>Working Draft “Beta 3”</revnumber>
  <date>26 Sep 2003</date>
</revision>
<revision>
  <revnumber>Working Draft “Beta 2” (Beta 1 was never released.)</revnumber>
  <date>15 Aug 2003</date>
</revision>
</revhistory>
</para>

</appendix>

<bibliography id="bibl"><title>References</title>

<bibliodiv><title>Normative</title>

<bibliomixed id="iso8879"/>
<bibliomixed id="xml-rec"/>
<bibliomixed id="rfc2119"/>

</bibliodiv>

</bibliography>

</article>
