<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="zh-tw_PXXX"/> <person xml:id="zh-tw_P1234" sex="2" age="mid"/> <person xml:id="zh-tw_P4332" sex="1" age="mid"/> <relationGrp> <relation type="personal" name="spouse" mutual="#zh-tw_P1234 #zh-tw_P4332"/> </relationGrp> </listPerson> |