<profileDesc>

<profileDesc> (description du profil) fournit une description détaillée des aspects non-bibliographiques du texte, notamment les langues utilisées et leurs variantes, les circonstances de sa production, les collaborateurs et leur statut. [2.4 The Profile Description 2.1.1 The TEI Header and its Components]
Moduleheader — 2 The TEI Header
Attributsatt.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))
Utilisé par
Contenu dans
header: teiHeader
Peut contenir
Declaration

<rng:element name="profileDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.profileDescPart"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element profileDesc
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( model.profileDescPart* )
}
Exemple
<profileDesc>
 <langUsage>
  <language ident="fr">français</language>
 </langUsage>
 <textDesc n="roman">
  <channel mode="w">copie; extraits </channel>
  <constitution type="single"/>
  <derivation type="original"/>
  <domain type="art"/>
  <factuality type="fiction"/>
  <interaction type="none"/>
  <preparedness type="prepare"/>
  <purpose type="distraction" degree="high"/>
  <purpose type="information" degree="medium"/>
 </textDesc>
 <settingDesc>
  <setting>
   <name>Paris, France</name>
   <time>Fin 19e</time>
  </setting>
 </settingDesc>
</profileDesc>