<textLang/>
(langue du texte)
Description
Permet d’indiquer la langue d’un texte.
Explication
Un élément <textLang>
distinct est créé pour chaque langue de texte.
Autorisé dans
- msdescription:
<msItem>
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 où plusieurs langues de texte sont indiquées
<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>