<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. [14.3.2 The Person Element 16.2.2 The Participant Description] | |||||||||||||||||||||||||
Module | namesdates — Names, Dates, People, and Places | ||||||||||||||||||||||||
Attributs |
|
||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans |
corpus: particDesc
namesdates: event listPerson org
|
||||||||||||||||||||||||
Peut contenir |
figures: figure notatedMusic
msdescription: msDesc
namesdates: affiliation age birth death education event faith floruit gender langKnowledge listEvent nationality occupation persName persPronouns persona residence sex socecStatus state trait
transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin
|
||||||||||||||||||||||||
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. |
||||||||||||||||||||||||
Exemple |
<person sex="F" age="adult">
<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="M"
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> |
||||||||||||||||||||||||
Modèle de contenu |
<content> |
||||||||||||||||||||||||
Schéma Declaration |
<rng:element name="person"> element person { 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.editLike.attributes, att.sortable.attributes, attribute role { list { teidata.enumerated+ } }?, attribute sex { list { teidata.sex+ } }?, attribute gender { list { teidata.gender+ } }?, attribute age { teidata.enumerated }?, ( model.pLike+ | ( model.personPart | model.global | ptr )* ) } |