<textLang/>
(langue du texte)
Description
Spécifie la langue d’un texte.
Explication
Un élément <textLang>
distinct est créé pour chaque langue de texte.
Modèle de contenu
Ne contient aucun élément ou texte.
Attributs
@xml:lang
Utilisation : requis
La langue selon ISO 639-1
Valeurs possibles
- de – Allemand
- fr – Français
- he – Hébreu
- it – Italien
- la – Latin
- rm – Romanche
Exemples
Exemple 1
Exemple de spécification de plusieurs langues de texte
<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>