<div2> |
(level-2 text division)
contains a second-level subdivision of the front, body, or back of a
text. |
Attributes |
Global attributes
and those inherited from declaring, divn
|
Example |
<div1 n="2" type="part">
<head>The Second Partition:
The Cure of Melancholy</head>
<div2 n="2.1" type="section">
<div3 n="2.1.1" type="member">
<div4 n="2.1.1.1" type="subsection">
<head>Unlawful Cures rejected.</head>
<p>Inveterate melancholy, howsoever it may seem to
be a continuate, inexorable disease, hard to be
cured, accompanying them to their graves most part
(as <ref target="a">Montanus</ref> observes), yet many
times it may be helped...
<!-- ... -->
</p>
</div4>
</div3>
</div2>
<div2 n="2.2" type="section">
<div3 n="2.2.1" type="member">
<head>Sect. II. Memb. I</head>
<p><!-- ... -->
</p>
</div3>
</div2>
<div2 n="2.3" type="section">
<div3 n="2.3.1" type="member">
<head>Sect. III. Memb. I</head>
<p><!-- ... -->
</p>
</div3>
</div2>
</div1>
|
Module |
Declared in file teistr2; Core tag sets: enabled when any TEI base is enabled |
Class |
divn; declaring
|
Data Description |
any sequence of low-level structural elements, possibly grouped
into lower subdivisions. |
May contain |
ab addSpan alt altGrp anchor argument bibl biblFull biblStruct byline camera caption castList cb certainty cit closer dateline delSpan div3 divGen docAuthor docDate eTree entry entryFree epigraph event fLib figure fs fsLib fvLib fw gap graph head index interp interpGrp join joinGrp kinesic l label lb lg lg1 lg2 lg3 lg4 lg5 link linkGrp list listBibl milestone move note opener p pause pb q quote respons salute shift signed sound sp span spanGrp stage superEntry table tech termEntry timeline trailer tree u view vocal witDetail witList writing |
May occur within |
div1 |
Declaration |
<!ELEMENT div2 %om.RO;
( (%m.divtop; | %m.Incl;)*, ( ((div3 | divGen), (%m.Incl;)*)+
| ( (%component;, (%m.Incl;)*)+,
((div3 | divGen), (%m.Incl;)*)*)),
((%m.divbot;), (%m.Incl;)*)*)>
<!ATTLIST div2
%a.global;
%a.divn;
%a.declaring;>
|
See further |
7.1.2 Numbered Divisions; 13.4 Overall Structure of Terminological Documents
|