<listPerson>
| <listPerson> (list of persons) contains a list of descriptions, each of which provides information about an identifiable person or a group of people, for example the participants in a language interaction, or the people referred to in a historical source. [14.3.2. The Person Element 16.2. Contextual Information 2.4. The Profile Description 16.3.2. Declarable Elements] | |
| Module | namesdates |
| Attributes |
|
| Member of | |
| Contained by | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage textLang title corpus: particDesc msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote namesdates: event listPerson org textstructure: back body div docEdition epigraph |
| May contain | namesdates: listPerson listRelation org person personGrp relation |
| Note | The type attribute may be used to distinguish lists of people of a particular type if convenient. |
| Example | <listPerson type="respondents"> <personGrp xml:id="PXXX"/> <person xml:id="P1234" sex="2" age="mid"/> <person xml:id="P4332" sex="1" age="mid"/> <listRelation> <relation type="personal" name="spouse" mutual="#P1234 #P4332"/> </listRelation> </listPerson> |
| Content model | <content> |
| Schema Declaration | element listPerson { tei_att.global.attributes, tei_att.cmc.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, ( tei_model.headLike*, tei_desc*, ( tei_relation | tei_listRelation )*, ( ( tei_model.personLike | tei_listPerson )+, ( tei_relation | tei_listRelation )* )+ ) } |