12.1.129. <teiHeader>
| <teiHeader> (TEI header) supplies descriptive and declarative metadata associated with a digital resource or set of resources. [2.1.1. The TEI Header and Its Components 16.1. Varieties of Composite Text] | |
| Module | header — Specification |
| Attributes |
|
| Contained by | textstructure: TEI |
| May contain | |
| Note | One of the few elements unconditionally required in any TEI document. |
| Example | |
| Content model |
<content>
<sequence minOccurs="1" maxOccurs="1">
<elementRef key="fileDesc"/>
<elementRef key="encodingDesc"
minOccurs="0"/>
<elementRef key="profileDesc"
minOccurs="1"/>
<elementRef key="xenoData" minOccurs="0"/>
<elementRef key="revisionDesc"
minOccurs="0"/>
</sequence>
</content>
⚓ |
| Schema Declaration | |


