<langKnowledge>

<langKnowledge> (conoscenza della lingua) riassume la conoscenza linguistica di una persona in forma descrittiva o tramite una lista di elementi <langKnown>
Modulonamesdates — 13 Names, Dates, People, and Places
Attributi 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)
tagsassegna uno o più marcatori validi alle lingue indicate
Stato Opzionale
Tipo di dati 1–∞ occurrences of
data.language
separato da spazio bianco
Nota
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
Usato da model.persTraitLike
Può contenere
core: p
linking: ab
namesdates: langKnown
Dichiarazione
element langKnowledge
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   attribute tags { list { data.language+ } }?,
   ( model.pLike | langKnown+ )
}
Esempio
<langKnowledge tags="en-GB fr">
 <p>British English and
   French</p>
</langKnowledge>
Esempio
<langKnowledge>
 <langKnown tag="en-GBlevel="H">British English</langKnown>
 <langKnown tag="frlevel="M">French</langKnown>
</langKnowledge>