Text Encoding Initiative |
|
The XML Version of the TEI Guidelines<vol> |
<vol> | (volume) marks the individual volumes of a reference edition. | |
Attributes | Global attributes only | |
Example |
<(La)vol n="2"><!-- text of edition La, volume 2 --> <(La)page n="32"> <!-- text of edition La, vol. 2, page 32 --></(La)page> <(La)page n="33"> <!-- text of edition La, vol. 2, page 33 --></(La)page> <(La)page n="34"> <!-- text of edition La, vol. 2, page 34 --></(La)page> <(La)page n="35"> <!-- text of edition La, vol. 2, page 35 --></(La)page> </(La)vol> |
|
Note |
The <vol> may be used if the reference edition has more than one volume; otherwise it need not be used. Any data contained within a <vol> element but not within a <page> element is assumed not to appear in the edition from which the reference scheme derives. |
|
Module | Declared in file teipl2; Auxiliary tag set for concurrent markup of pages and lines | |
Data Description | May contain character data and <page> elements. | |
May contain | ||
May occur within | ||
Declaration | <!ELEMENT vol %om.RR; (#PCDATA | page)*> <!ATTLIST vol %a.global;> |
|
See further | 31.6 Concurrent Markup for Pages and Lines |
Up: 35 Elements