<extent>

<extent> (extent) beschreibt die ungefähre Größe des elektronischen Textes, die er auf einem Datenträger einnimmt; kann auch für andere digitale oder nicht digitale Objekte verwendet werden; die Angabe erfolgt in entsprechenden Maßeinheiten. [2.2.3 Type and Extent of File 2.2 The File Description 3.12.2.4 Imprint, Size of a Document, and Reprint Information 10.7.1 Object Description]
Modul header — The TEI Header
Attribute
Mitglied des
Enthalten in
core: bibl monogr
msdescription: supportDesc
Kann enthalten
Beispiel
<extent>400 Seiten</extent>
<extent>ungefähr 10MB</extent>
Beispiel

Das measure-Element kann dazu verwendet werden, um normalisierte oder maschinenlesbare Versionen der Größen-Angaben bereitzustellen.

<extent>
 <measure unit="MiBquantity="4.2">Ungefähr vier Megabyte</measure>
 <measure unit="pagesquantity="245">Textumfang 245 Seiten</measure>
</extent>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Deklaration
<rng:element name="extent">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element extent
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   macro.phraseSeq
}