<listPerson>

<listPerson> (개인 목록) 기술 목록을 포함하며, 그 개별 기술 각각은, 언어 상호작용 참여자 또는 역사적 원전에서 언급되는 사람과 같이, 식별 가능한 사람 또는 사람군에 관한 정보를 제공한다. 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="PXXX"/>
 <person xml:id="P1234" sex="2" age="mid"/>
 <person xml:id="P4332" sex="1" age="mid"/>
 <relationGrp>
  <relation type="personal" name="spouse" mutual="#P1234 #P4332"/>
 </relationGrp>
</listPerson>