<langKnown>

<langKnown> (語言能力) 個人對於某單一語言的認知狀態。 15.2.2 The Participant Description
組件 namesdates — 13 Names, Dates, People, and Places
除全域屬性以外 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 (@evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) (att.responsibility (@cert, @resp))
tag 用有效的語言標籤來表示所指語言。
狀態 必備的
資料類型

<rng:ref name="data.language"/>
data.language
level 用代號來表示個人對該語言的認知程度。
狀態 非必備的
資料類型

<rng:ref name="data.word"/>
data.word
屬於
可包含
宣告

<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:ref name="att.ranging.attributes"/>
 <rng:ref name="att.responsibility.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,
   att.ranging.attributes,
   att.responsibility.attributes,
   attribute tag { data.language },
   attribute level { data.word }?,
   macro.phraseSeq.limited
}
例子
<langKnown tag="en-GB" level="H">英式英文</langKnown>
<langKnown tag="fr" level="M">法文</langKnown>