| <langKnown> (language known) summarizes the state of a person's linguistic competence, i.e., knowledge of a single language. [16.2.2. The Participant Description] |
| Module | namesdates — Specification |
| Attributes | | tag | supplies a valid language tag for the language concerned.| Status | Required | | Datatype | teidata.language | | Note | The value for this attribute should be a language ‘tag’ as defined in BCP 47. |
| | level | a code indicating the person's level of knowledge for this language. |
|
| Contained by | |
| May contain | |
| Example | <langKnown tag="en-GB" level="H">British English</langKnown>
<langKnown tag="fr" level="M">French</langKnown>
|
| Example | <person sex="m" role="speaker collaborator">
<langKnowledge>
<langKnown tag="mix">Mixtepec-Mixtec</langKnown>
<langKnown tag="en">English</langKnown>
<langKnown tag="es">Spanish</langKnown>
</langKnowledge>
</person>
|
| Content model |
<content>
<macroRef key="macro.phraseSeq.limited"/>
</content>
⚓ |
| Schema Declaration |
element langKnown
{
att.global.attributes,
att.datable.attributes,
att.editLike.attributes,
attribute tag { text },
attribute level { text }?,
macro.phraseSeq.limited
}⚓
|