<typeDesc>

<typeDesc> contains a description of the typefaces or other aspects of the printing of an incunable or other printed source. 10.7.2.1 Writing
Module msdescription — 10 Manuscript Description
Used by
May contain
core: p
header: typeNote
linking: ab
msdescription: summary
Declaration

<rng:element name="typeDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:group>
   <rng:optional>
    <rng:ref name="summary"/>
   </rng:optional>
   <rng:oneOrMore>
    <rng:ref name="typeNote"/>
   </rng:oneOrMore>
  </rng:group>
 </rng:choice>
</rng:element>
element typeDesc
{
   att.global.attributes,
   ( model.pLike+ | ( 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>