Sect1Info

Name

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|
  OtherCredit|PageNums|PrintHistory|ProductName|ProductNumber|
  PubDate|Publisher|PublisherName|PubsNumber|ReleaseInfo|
  RevHistory|SeriesVolNums|Subtitle|Title|TitleAbbrev|VolumeNum|
  CiteTitle|Honorific|FirstName|Surname|Lineage|OtherName|
  Affiliation|AuthorBlurb|Contrib|IndexTerm)+)

Attributes

Common attributes

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%otherinfo.class;

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.

(4.0) 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.

Children

The following elements occur in Sect1Info: Abbrev, Abstract, Address, Affiliation, ArtPageNums, Author, AuthorBlurb, AuthorGroup, AuthorInitials, BiblioMisc, BiblioSet, CiteTitle, Collab, ConfGroup, ContractNum, ContractSponsor, Contrib, Copyright, CorpAuthor, CorpName, Date, Edition, Editor, FirstName, Graphic, Honorific, IndexTerm, InvPartNumber, ISBN, ISSN, IssueNum, ITermSet, KeywordSet, LegalNotice, Lineage, MediaObject, ModeSpec, OrgName, OtherCredit, OtherName, PageNums, PrintHistory, ProductName, ProductNumber, PubDate, Publisher, PublisherName, PubsNumber, ReleaseInfo, RevHistory, SeriesVolNums, SubjectSet, Subtitle, Surname, Title, TitleAbbrev, VolumeNum.

In some contexts, the following elements are allowed anywhere: IndexTerm.

See Also

ArtHeader, BookBiblio, BookInfo, DocInfo, ObjectInfo, RefSynopsisDivInfo, ScreenInfo, Sect2Info, Sect3Info, Sect4Info, Sect5Info, SectionInfo, SetInfo

Examples

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<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>

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.