<listPerson>

<listPerson> (list of persons) 人物描述清單,其中每個項目包含一個已知人物的相關資料,例如語言互動中的參與者、或是歷史來源中提及的人物。 15.2 Contextual Information 2.4 The Profile Description 15.3.2 Declarable Elements
組件namesdates — 13 Names, Dates, People, and Places
屬性 att.typed (@type, @subtype) att.declarable (@default)
屬於
可包含
宣告

<rng:element name="listPerson">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="model.personLike"/>
   <rng:ref name="listPerson"/>
  </rng:choice>
 </rng:oneOrMore>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="relation"/>
   <rng:ref name="relationGrp"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element listPerson
{
   att.global.attributes,
   att.typed.attributes,
   att.declarable.attributes,
   (
      model.headLike*,
      ( model.personLike | listPerson )+,
      ( relation | relationGrp )*
   )
}
例子
<listPerson type="respondents">
 <personGrp xml:id="zh-tw_PXXX"/>
 <person xml:id="zh-tw_P1234sex="2age="mid"/>
 <person xml:id="zh-tw_P4332sex="1age="mid"/>
 <relationGrp>
  <relation type="personalname="spousemutual="#zh-tw_P1234 #zh-tw_P4332"/>
 </relationGrp>
</listPerson>