<facsimile>
<facsimile> contient une représentation d'une source écrite quelconque sous la forme d'un ensemble d'images plutôt que sous la forme d'un texte transcrit ou encodé. [12.1 Digital Facsimiles] | |
Module | transcr — Representation of Primary Sources |
Attributs |
|
Membre du | |
Contenu dans | |
Peut contenir | |
Exemple |
<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> |
Exemple |
<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> |
Modèle de contenu |
<content> |
Schéma Declaration |
<rng:element name="facsimile"> element facsimile { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.declaring.attributes, ( front?, ( model.graphicLike | surface | surfaceGrp )+, back? ) } |