<listPerson>
<listPerson> (lista de personas) contiene una lista de descripciones, y cada una de las cuales proporciona información relativa a una persona específica o a un grupo de personas, p.ej, los participantes de una interacción verbal o las personas referidas en una fuente histórica. [13.3.2 The Person Element 15.2 Contextual Information 2.4 The Profile Description 15.3.2 Declarable Elements] | |
Módulo | namesdates — Names, Dates, People, and Places |
Atributos | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.declarable (@default) att.sortable (@sortKey) |
Miembro de | |
Contenido en | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage title unclear corpus: particDesc dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron stress subc syll tns usg xr msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote namesdates: listPerson occupation org textstructure: argument back body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript salute signed titlePart trailer verse: rhyme |
Puede contener | namesdates: listPerson listRelation org person personGrp relation |
Nota | The type attribute may be used to distinguish lists of people of a particular type if convenient. |
Ejemplo | <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> |
Declaración | <rng:element name="listPerson"> element listPerson { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, att.declarable.attributes, att.sortable.attributes, ( model.headLike*, desc*, ( relation | listRelation )*, ( ( model.personLike | listPerson )+, ( relation | listRelation )* )+ ) } |