<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date: 2012-04-18 20:27:05 +0100 (Wed, 18 Apr 2012) $
$Id: typeDesc.xml 10250 2012-04-18 19:27:05Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="msdescription" ident="typeDesc">
  <gloss xml:lang="fr" versionDate="2009-04-17">description des styles de caractère</gloss>
  <desc>contains a description of the typefaces or other aspects of
  the printing of an incunable or other printed source.</desc>
  <desc versionDate="2009-04-17" xml:lang="fr">contient la description des styles de caractères ou d'autres aspects de l'impression d'un incunable ou d'une autre source imprimée.</desc>
  <classes>
    <memberOf key="att.global"/>
    <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 xml:lang="en">
    <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 xml:lang="en">
    <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>
