<facsimile>

<facsimile> contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text. [11.1. Digital Facsimiles]
Module transcr
Attributes Attributes att.global.linking (corresp, copyOf) att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Member of
Contained by
textstructure: TEI
May contain
core: graphic
textstructure: front
Examples

<facsimile>
   
<graphic url="page1.png"/>
   
<surface>
      
<graphic url="page2-highRes.png"/>
      
<graphic url="page2-lowRes.png"/>
   
</surface>
   
<graphic url="page3.png"/>
   
<graphic url="page4.png"/>
</facsimile>

<facsimile>
   
<surface ulx="0" uly="0" lrx="200" lry="300">
      
<graphic url="Bovelles-49r.png"/>
   
</surface>
</facsimile>
Schematron

<sch:rule context="tei:facsimile//tei:line | tei:facsimile//tei:zone">
   
<sch:report test="child::text()[ normalize-space(.) ne '']">A facsimile element represents a text with images, thus transcribed text should not be present within it.</sch:report>
   
<!-- What about: * ellipses/supplied/text() * writing * label, formula, app, witDetail, metamark? * notatedMusic? * figure/[all-sorts-of-crazy-stuff-e.g.-entry] * addSpan, damageSpan, delSpan Or the fact that <front> and <back> (but not <body>) are permitted inside <facsimile>, and thus *anything* can be inside ther? -->
</sch:rule>
Source Github

<elementSpec rend="change" ident="facsimile" module="transcr">
   
<desc>contains a representation of some written source in the form of
a set of images rather than as transcribed or encoded text.
</desc>
   
<classes>
      
<memberOf key="att.global.linking"/>
      
<memberOf key="att.global"/>
      
<memberOf key="model.resource"/>
   
</classes>
   
<content>
      
<sequence minOccurs="1" maxOccurs="1">
         
<elementRef key="front" minOccurs="0"/>
         
<alternate minOccurs="1" maxOccurs="unbounded">
            
<classRef key="model.graphicLike"/>
            
<elementRef key="surface"/>
            
<elementRef key="surfaceGrp"/>
         
</alternate>
         
<elementRef key="back" minOccurs="0"/>
      
</sequence>
   
</content>
   
<attList/>
</elementSpec>