<langKnowledge>

<langKnowledge> (language knowledge) synthétise l'état des connaissances linguisitiques d'une personne, soit en texte libre soit par une liste d'éléments <langKnown>.
Modulenamesdates — 13 Names, Dates, People, and Places
Attributs att.datableatt.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to) att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso) att.editLike (@cert, @resp, @evidence, @source)
tagsfournit une ou plusieurs balises de langue valides pour les langues spécifiées
Statut Optionel
Type de données 1–∞ occurrences of
data.language
séparé par un espace
Note
This attribute should be supplied only if the element contains no <langKnown> children. Its values are language ‘tags’ as defined in RFC 4646 or its successor
Utilisé par model.persTraitLike
Peut contenir
core: p
linking: ab
namesdates: langKnown
Declaration
element langKnowledge
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   attribute tags { list { data.language+ } }?,
   ( model.pLike | langKnown+ )
}
Exemple
<langKnowledge tags="en-GB fr">
 <p>British English and
   French</p>
</langKnowledge>
Exemple
<langKnowledge>
 <langKnown tag="en-GBlevel="H">British English</langKnown>
 <langKnown tag="frlevel="M">French</langKnown>
</langKnowledge>