Whole document tree
    

Whole document tree

Sect1Info

Sect1Info

Name

Sect1Info -- Metainformation for a Sect1

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.

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>