<particDesc>
<particDesc> (descrizione dei partecipanti) descrive parlanti, voci o altri parlanti identificabili in una interazione linguistica. [15.2 Contextual Information] | |
Modulo | corpus — Language Corpora |
Attributi | 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.declarable (@default) |
Membro del | |
Contenuto in | header: profileDesc |
Può contenere | |
Nota | May contain a prose description organized as paragraphs, or a structured list of persons and person groups, with an optional formal specification of any relationships amongst them. |
Esempio | <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> <listRelation> <relation type="personal" name="spouse" mutual="#P-1234 #P-4332"/> </listRelation> </listPerson> </particDesc> This example shows both a very simple person description, and a very detailed one, using some of the more specialized elements from the module for Names and Dates. |
Content model | <content> |
Dichiarazione | <rng:element name="particDesc"> element particDesc { 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.declarable.attributes, ( model.pLike+ | ( model.personLike | listPerson | listOrg )+ ) } |