Guide to the DocBook DTD
PrevNext

Sect1Info

Name

Sect1Info — Metainformation for a Sect1

Content Model

  ((Graphic | 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 | Honorific | FirstName | Surname
  | Lineage | OtherName | Affiliation | AuthorBlurb
  | Contrib)+)
  -(BeginPage)

Exclusions

Sect1Info excludes these elements at every level:

  BeginPage

Attributes

This element has common and Role attributes.

Tag Minimization

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

Description

Metainformation for a Sect1, in which it may appear. Sect1Info may contain any number, in any order, any member of bibliocomponent.mix, Graphic, LegalNotice, ModeSpec, SubjectSet, or ITermSet. Sect1Info has common attributes.

Parents

Sect1Info occurs in Sect1.

Children

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

In some contexts, additional elements may be allowed by inclusions in parent elements.

Examples

<SECT1>
<SECT1INFO>
<author><firstname>Charles</firstname><lineage>V</lineage></author>
</SECT1INFO>
<title>A Section</title>
<para>This section was written by Charles V.
</para>
<SECT2>
<SECT2INFO>
<author><firstname>Charles</firstname><lineage>IV</lineage></author>
</SECT2INFO>
<title>A Section</title>
<para>This section was written by Charles IV.
</para>
<SECT3>
<SECT3INFO>
<author><firstname>Charles</firstname><lineage>III</lineage></author>
</SECT3INFO>
<title>A Section</title>
<para>This section was written by Charles III.
</para>
<SECT4>
<SECT4INFO>
<author><firstname>Charles</firstname><lineage>II</lineage></author>
</SECT4INFO>
<title>A Section</title>
<para>This section was written by Charles II.
</para>
<SECT5>
<SECT5INFO>
<author><firstname>Charles</firstname><lineage>I</lineage></author>
</SECT5INFO>
<title>A Section</title>
<para>This section was written by Charles I.
</para>
</SECT5></SECT4></SECT3></SECT2></SECT1>

PrevHomeNext
Sect1UpSect2