<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 |
|
Member of | |
Contained by | |
May contain | |
Example | <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> |
Example | <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> </sch:rule> |
Content model | <content> |
Schema Declaration | element facsimile { tei_att.global.attributes, tei_att.declaring.attributes, ( tei_front?, ( tei_model.graphicLike | tei_surface | tei_surfaceGrp )+, tei_back? ) } |