<langKnowledge>
<langKnowledge> (connaissances linguistiques) synthétise l'état des connaissances linguistiques d'une personne, soit en texte libre soit par une liste d'éléments langKnown. [13.3.2.1 Personal Characteristics] | |||||||||||||||||||
Module | namesdates — Names, Dates, People, and Places | ||||||||||||||||||
Attributs | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) att.typed (type, @subtype)
| ||||||||||||||||||
Membre du | |||||||||||||||||||
Contenu dans | |||||||||||||||||||
Peut contenir | |||||||||||||||||||
Exemple | <langKnowledge tags="en-GB fr"> <p>Anglais britannique et français</p> </langKnowledge> | ||||||||||||||||||
Exemple | <langKnowledge> <langKnown tag="en-GB" level="H">Anglais britannique </langKnown> <langKnown tag="fr" level="M">Français</langKnown> </langKnowledge> | ||||||||||||||||||
Modèle de contenu | <content> | ||||||||||||||||||
Schéma Declaration | <rng:element name="langKnowledge"> element langKnowledge { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.datable.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.datable.custom.attributes, att.editLike.attributes, att.typed.attribute.subtype, attribute type { teidata.enumerated }?, attribute tags { list { teidata.language+ } }?, ( precision*, ( model.pLike | langKnown+ ) ) } |