<projectDesc>

<projectDesc> (description du projet) décrit en détail le but ou l’objectif visé dans l’encodage d’un fichier électronique, ainsi que toute autre information pertinente sur la manière dont il a été construit ou recueilli. 2.3.1 The Project Description 2.3 The Encoding Description 15.3.2 Declarable Elements
Module header — 2 The TEI Header
En complément des attributs globaux att.declarable (@default)
Utilisé par
Peut contenir
core: p
linking: ab
Declaration

<rng:element name="projectDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
</rng:element>
element projectDesc
{
   att.global.attributes,
   att.declarable.attributes,
   model.pLike+
}
Exemple
<projectDesc>
 <p>Texts collected for use in the Claremont Shakespeare Clinic, June 1990</p>
</projectDesc>