<person>
<person> (personne) fournit des informations sur un individu identifiable, par exemple un participant à une interaction linguistique, ou une personne citée dans une source historique. [15.2.2 The Participant Description] | |||||||||||||||||||||||
Module | namesdates — 13 Names, Dates, People, and Places | ||||||||||||||||||||||
Attributs | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.editLike (@evidence, @source, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.responsibility (@cert, @resp)) att.sortable (@sortKey)
| ||||||||||||||||||||||
Utilisé par | |||||||||||||||||||||||
Contenu dans | corpus: particDesc namesdates: listPerson org | ||||||||||||||||||||||
Peut contenir | figures: figure notatedMusic namesdates: affiliation age birth death education event faith floruit langKnowledge nationality occupation persName residence sex socecStatus state trait textcrit: witDetail transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin | ||||||||||||||||||||||
Declaration |
element person { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.responsibility.attributes, att.sortable.attributes, attribute role { list { data.enumerated, data.enumerated* } }?, attribute sex { data.sex }?, attribute age { data.enumerated }?, ( model.pLike+ | ( model.personPart | model.global )* ) } | ||||||||||||||||||||||
Exemple | <person sex="2" age="mid"> <p>Personne interrogée, de sexe féminin, instruite, née à Shropshire, au ROYAUME-UNI le 12 Janvier 1950, d'occupation inconnue. Parle le français couramment. Statut socio-économique B2.</p> </person> | ||||||||||||||||||||||
Exemple | <person xml:id="fr_Ovi01" sex="1" role="poet"> <persName xml:lang="en">Ovid</persName> <persName xml:lang="la">Publius Ovidius Naso</persName> <birth when="-0044-03-20"> 20 March 43 BC<placeName> <settlement type="city">Sulmona</settlement> <country key="IT">Italie</country> </placeName> </birth> <death notBefore="0017" notAfter="0018">17 or 18 AD<placeName> <settlement type="city">Tomis (Constanta)</settlement> <country key="RO">Roumanie</country> </placeName> </death> </person> | ||||||||||||||||||||||
Note | Peut contenir soit une description en prose organisée en paragraphes, soit une suite d'éléments spécifiques relatifs à la
démographie extraits de la classe model.personPart. |