<langKnowledge>

<langKnowledge> (language knowledge) 個人の言語学的知識を散文または要素<langKnown>のリストでまとめ る.
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.datableatt.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)
tags ひとつ以上の言語を示す.
状態 任意
データ型 1–∞ occurrences of
data.language
空白文字で区切られる
解説
This attribute should be supplied only if the element contains no <langKnown> children. Its values are language ‘tags’ as defined in RFC 4646 or its successor
当該モジュールを使用するもの model.persTraitLike
下位
core: p
linking: ab
namesdates: langKnown
宣言
element langKnowledge
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   attribute tags { list { data.language+ } }?,
   ( model.pLike | langKnown+ )
}
<langKnowledge tags="en-GB fr">
 <p>British English and
   French</p>
</langKnowledge>
<langKnowledge>
 <langKnown tag="en-GBlevel="H">British English</langKnown>
 <langKnown tag="frlevel="M">French</langKnown>
</langKnowledge>