<typeDesc>

<typeDesc> (typeface description) contains a description of the typefaces or other aspects of the printing of an incunable or other printed source. [10.7.2.1. Writing]
Modulemsdescription
Attributes
Member of
Contained by
msdescription: physDesc
May contain
core: p
linking: ab
msdescription: summary typeNote
Example
<typeDesc>
 <p>Uses an unidentified black letter font, probably from the
   15th century</p>
</typeDesc>
Example
<typeDesc>
 <summary>Contains a mixture of blackletter and Roman (antiqua) typefaces</summary>
 <typeNote xml:id="Frak1">Blackletter face, showing
   similarities to those produced in Wuerzburg after 1470.</typeNote>
 <typeNote xml:id="Rom1">Roman face of Venetian origins.</typeNote>
</typeDesc>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <sequence>
   <elementRef key="summaryminOccurs="0"/>
   <elementRef key="typeNoteminOccurs="1"
    maxOccurs="unbounded"/>

  </sequence>
 </alternate>
</content>
Schema Declaration
element typeDesc
{
   tei_att.global.attributes,
   ( tei_model.pLike+ | ( tei_summary?, tei_typeNote+ ) )
}