Text Encoding Initiative

The XML Version of the TEI Guidelines

<div0>


<div0> (level-0 text division) contains the largest possible subdivision of the body of a text.
Attributes Global attributes and those inherited from declaring, divn
Example
<div0 n="I" id="LEVI" type="part">
   <head>Part I: Of Man </head>
   <div1 n="1" id="LEVI1" type="chapter">
     <head>Chap. I. Of Sense </head>
       <p>Concerning the Thoughts of man... </p>
   </div1>
   <!-- further chapters here -->
 </div0>
  <div0 n="II" id="LEVII" type="part">
   <head>Part II: Of Common-Wealth</head>
   <!-- ... -->
  </div0>
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 div1 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 body
Declaration
<!ELEMENT div0 %om.RO; 
          ( (%m.divtop; | %m.Incl;)*, ( ((div1 | divGen), (%m.Incl;)*)+ 
              | ( (%component;, (%m.Incl;)*)+, 
                   ((div1 | divGen), (%m.Incl;)*)*)),
              ((%m.divbot;), (%m.Incl;)*)*)> 
<!ATTLIST div0  
      %a.global;
      %a.divn;
      %a.declaring;>
See further 7.1.2 Numbered Divisions; 13.4 Overall Structure of Terminological Documents

Up: 35 Elements