<particDesc>

<particDesc> (description des participants) décrit les locuteurs, voix ou autres participants identifiables d'une interaction linguistique. 15.2 Contextual Information
Module corpus — 15 Language Corpora
En complément des attributs globaux att.declarable (@default)
Utilisé par
Peut contenir
core: p
linking: ab
Declaration

<rng:element name="particDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:choice>
    <rng:ref name="model.personLike"/>
    <rng:ref name="listPerson"/>
   </rng:choice>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element particDesc
{
   att.global.attributes,
   att.declarable.attributes,
   ( model.pLike+ | ( model.personLike | listPerson )+ )
}
Exemple
<particDesc>
 <listPerson>
  <person xml:id="P-1234" sex="2" age="mid">
   <p>Female informant, well-educated, born in Shropshire
       UK, 12 Jan 1950, of unknown occupation.
       Speaks French fluently. Socio-Economic status B2.</p>
  </person>
  <person xml:id="P-4332" sex="1">
   <persName>
    <surname>Hancock</surname>
    <forename>Antony</forename>
    <forename>Aloysius</forename>
    <forename>St John</forename>
   </persName>
   <residence notAfter="1959">
    <address>
     <street>Railway Cuttings</street>
     <settlement>East Cheam</settlement>
    </address>
   </residence>
   <occupation>comedian</occupation>
  </person>
  <relationGrp>
   <relation type="personal" name="spouse" mutual="#P-1234 #P-4332"/>
  </relationGrp>
 </listPerson>
</particDesc>

This example shows both a very simple person description, and a very detailed one, using some of the more specialised elements from the module for Names and Dates.

Note
Peut contenir un texte organisé en paragraphes ou une liste structurée de personnes, ou encore de groupes de personne, avec facultativement des spécifications formelles des rapports qui les unissent.