TEI Lex-0

— A baseline encoding for lexicographic data

12.1.99. <projectDesc>

<projectDesc> (project description) describes in detail the aim or purpose for which an electronic file was encoded, together with any other relevant information concerning the process by which it was assembled or collected. [2.3.1. The Project Description 2.3. The Encoding Description 16.3.2. Declarable Elements]
Moduleheader — Specification
Attributes
Member of
Contained by
header: encodingDesc
May contain
core: p
Example
<projectDesc>
 <p>Texts collected for use in the Claremont Shakespeare Clinic, June 1990</p>
</projectDesc>
Schematron
<sch:pattern is-a="declarable"> <sch:param name="tde"  value="tei:projectDesc"/> </sch:pattern>
Content model
<content>
 <classRef key="model.pLike" minOccurs="1"
  maxOccurs="unbounded"/>
</content>
    
Schema Declaration

element projectDesc
{
   att.global.attributes,
   att.declarable.attributes,
   model.pLike+
}