<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Licensed under the GNU General Public License. 
See the file COPYING.txt for details
$Date: 2008-06-21 23:59:42 +0100 (Sat, 21 Jun 2008) $
$Id: handDesc.xml 4642 2008-06-21 22:59:42Z louburnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="msdescription" ident="typeDesc">
  <desc>contains a description of the typefaces or other aspects of
  the printing of an incunable or other printed source.</desc>
  <classes>
    <memberOf key="model.physDescPart"/>
  </classes>
  <content>
    <rng:choice xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <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>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <typeDesc>
        <p>Uses an unidentified black letter font, probably from the
	15th century</p>
      </typeDesc>
    </egXML>
  </exemplum>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <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>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#msphwr"/>
  </listRef>
</elementSpec>
