<profileDesc>

<profileDesc> (Description du profil ) offre une description détaillée des aspects non bibliographiques d’un texte, en particulier les langues et variétés de langues utilisées, les circonstances de sa production, les parties prenantes et leur environnement. 2.4 The Profile Description 2.1.1 The TEI Header and its Components
Moduleheader — 2 The TEI Header
Attributs
Utilisé par
Peut contenir
Declaration

<rng:element name="profileDesc">
<rng:ref name="att.global.attributes"/>
<rng:group>
 <rng:optional>
  <rng:ref name="creation"/>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="model.profileDescPart"/>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element profileDesc
{
   att.global.attributes,
   ( creation?, model.profileDescPart* )
}
Exemple
<profileDesc>
 <langUsage>
  <language ident="fr">French</language>
 </langUsage>
 <textDesc n="novel">
  <channel mode="w">print; part issues</channel>
  <constitution type="single"/>
  <derivation type="original"/>
  <domain type="art"/>
  <factuality type="fiction"/>
  <interaction type="none"/>
  <preparedness type="prepared"/>
  <purpose type="entertaindegree="high"/>
  <purpose type="informdegree="medium"/>
 </textDesc>
 <settingDesc>
  <setting>
   <name>Paris, France</name>
   <time>Late 19th century</time>
  </setting>
 </settingDesc>
</profileDesc>