<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
Modulenamesdates — 13 Names, Dates, People, and Places
Attributes 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))
tagsupplies a valid language tag for the language concerned.
Status Required
Datatype

<rng:ref name="data.language"/>
data.language
Note
The value for this attribute should be a language ‘tag’ as defined in BCP 47.
levela code indicating the person's level of knowledge for this language
Status Optional
Datatype

<rng:ref name="data.word"/>
data.word
Used by
May contain
Declaration

<rng:element name="langKnown">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.datable.w3c.attributes"/>
<rng:ref name="att.datable.iso.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:attribute name="tag">
 <rng:ref name="data.language"/>
</rng:attribute>
<rng:optional>
 <rng:attribute name="level">
  <rng:ref name="data.word"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element langKnown
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   attribute tag { data.language },
   attribute level { data.word }?,
   macro.phraseSeq.limited
}
Example
<langKnown tag="en-GBlevel="H">British English</langKnown>
<langKnown tag="frlevel="M">French</langKnown>