<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) | 
| 当該モジュールを使用するもの | |
| 下位 | core: head  namesdates: listPerson org person personGrp relation relationGrp  | 
| 宣言 | 
 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> | 
| 解説 | 
                            属性typeは,特別な種類の人物を区別するために使われるかもしれない. 
                      | 
