sect1info

$Revision: 1.3 $

$Date: 2002/06/12 11:18:34 $

sect1info — Meta-information for a Sect1

Synopsis

Content Model

sect1info ::=
((graphic|mediaobject|legalnotice|modespec|subjectset|keywordset|
  itermset|abbrev|abstract|address|artpagenums|author|authorgroup|
  authorinitials|bibliomisc|biblioset|collab|confgroup|
  contractnum|contractsponsor|copyright|corpauthor|corpname|date|
  edition|editor|invpartnumber|isbn|issn|issuenum|orgname|
  biblioid|citebiblioid|bibliosource|bibliorelation|
  bibliocoverage|othercredit|pagenums|printhistory|productname|
  productnumber|pubdate|publisher|publishername|pubsnumber|
  releaseinfo|revhistory|seriesvolnums|subtitle|title|titleabbrev|
  volumenum|citetitle|personname|honorific|firstname|surname|
  lineage|othername|affiliation|authorblurb|contrib|indexterm)+)

Attributes

Common attributes

Description

Like the other “info” elements, Sect1Info contains meta-information about the section of the document in which it occurs.

Processing expectations

Suppressed. Many of the elements in this wrapper may be used in presentation, but they are not generally printed as part of the formatting of the wrapper. The wrapper merely serves to identify where they occur.

Future Changes

AuthorBlurb and Affiliation will be removed from the inline content of Sect1Info in DocBook V4.0. A new wrapper element will be created to associate this information with authors, editors, and other contributors.

Parents

These elements contain sect1info: sect1.

See Also

appendixinfo, articleinfo, bibliographyinfo, blockinfo, bookinfo, chapterinfo, glossaryinfo, indexinfo, objectinfo, prefaceinfo, refsynopsisdivinfo, screeninfo, sect2info, sect3info, sect4info, sect5info, sectioninfo, setinfo.

Examples

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<sect1>
  <sect1info>
    <legalnotice><para>In the public domain.</para></legalnotice>
    <title>Something Pithy</title>
    <subtitle>How I Made Up a Silly Example</subtitle>
  </sect1info>
<title>Something Pithy</title>
<para>
Content.
</para>
</sect1>