<langKnown>

<langKnown> (language known) summarizes the state of a person's linguistic competence, i.e., knowledge of a single language. [15.2.2. The Participant Description]
Module namesdates
Attributes Attributes att.global.responsibility (cert, resp) att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.datable (calendar) (att.datable.w3c (when, notBefore, notAfter, from, to)) (att.datable.custom (when-custom, notBefore-custom, notAfter-custom, from-custom, to-custom, datingMethod)) att.editLike (evidence)
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.
Contained by
namesdates: langKnowledge
May contain
Examples

<langKnown tag="en-GB" level="H">British English</langKnown>
<langKnown tag="fr" level="M">French</langKnown>
Source Github

<elementSpec rend="change" module="namesdates" ident="langKnown">
   
<gloss>language known</gloss>
   
<desc>summarizes the state of a person's linguistic competence, i.e., knowledge of a single language.</desc>
   
<classes>
      
<memberOf key="att.global.responsibility"/>
      
<memberOf key="att.global"/>
      
<memberOf key="att.datable"/>
      
<memberOf key="att.editLike"/>
   
</classes>
   
<content>
      
<macroRef key="macro.phraseSeq.limited"/>
   
</content>
   
<attList>
      
<attDef ident="tag" usage="req">
         
<desc>supplies a valid language tag for the language concerned.</desc>
         
<datatype>
            
<dataRef key="teidata.language"/>
         
</datatype>
      
</attDef>
      
<attDef ident="level" mode="delete"/>
   
</attList>
</elementSpec>