<langKnowledge>
<langKnowledge> (conoscenza della lingua) riassume la conoscenza linguistica di una persona in forma descrittiva o tramite una lista di elementi langKnown | |||||||
Modulo | namesdates — 13 Names, Dates, People, and Places | ||||||
Attributi | att.datable (att.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) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope))
| ||||||
Usato da | |||||||
Può contenere | |||||||
Dichiarazione |
element langKnowledge { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.dimensions.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-GB" level="H">British English</langKnown> <langKnown tag="fr" level="M">French</langKnown> </langKnowledge> |