<textLang/>
Beschreibung
Beschreibt eine Textsprache einer Quelle.
Erläuterung
Für jede Textsprache wird ein eigenes Element <textLang>
angelegt.
Inhaltsmodell
Enhält keine Elemente oder Text.
Attribute
@xml:lang
Verwendung: erforderlich
ISO-639-1-Sprachkürzel
Mögliche Werte
- de – Deutsch
- fr – Französisch
- he – Hebräisch
- it – Italienisch
- la – Latein
- rm – Rätoromanisch
Beispiele
Beispiel 1
Beispiel für die Angabe mehrerer Textsprachen
<egXML xmlns:ns0="http://www.tei-c.org/ns/Examples">
<msItem>
<textLang xml:lang="de" />
<textLang xml:lang="fr" />
<docImprint>
<pubPlace>Zürich</pubPlace>
<publisher>Max von Schilda</publisher>
</docImprint>
</msItem>
</egXML>