Text Encoding Initiative

The XML Version of the TEI Guidelines

<div4>


<div4> (level-4 text division) contains a fourth-level subdivision of the front, body, or back of a text.
Attributes Global attributes and those inherited from declaring, divn
Example
<div3 n="2.2.1" type="member">
   <head>Sect. II. Memb. I</head>
   <div4 n="2.2.1.1" type="subsection">
      <head>Subsect I. &mdash; Dyet rectified in substance.</head>
      <p>Diet, <term lang="grk">diaitotiku</term>,
  <term lang="lat">victus</term>  or living
  <!-- ... -->
 </p>
   </div4>
   <div4 n="2.2.2.1" type="subsection">
      <head>Subsect II. &mdash; Dyet rectified in quantity.</head>
      <p>Man alone, saith Cardan, eates and drinks without
  appetite, and useth all his pleasures without necessity
  <!-- ... -->
 </p>
   </div4>
</div3>
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 div5 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 div3
Declaration
<!ELEMENT div4 %om.RO; 
( (%m.divtop; | %m.Incl;)*, ( ((div5 | divGen), (%m.Incl;)*)+
              | ( (%component;, (%m.Incl;)*)+, 
                   ((div5 | divGen), (%m.Incl;)*)*)),
              ((%m.divbot;), (%m.Incl;)*)*)> 
<!ATTLIST div4  
      %a.global;
      %a.divn;
      %a.declaring;>
See further 7.1.2 Numbered Divisions; 13.4 Overall Structure of Terminological Documents

Up: 35 Elements