<facsimile>
<facsimile> 전사 또는 부호화된 텍스트 형태보다는 이미지 집합의 형태로 기록 원본의 표상을 포함한다. 11.1 Digital Facsimiles | |
모듈 | transcr — 11 Representation of Primary Sources |
전체 속성에 부가 | att.declaring (@decls) |
에 의해 사용된 | |
포함할 수 있다 | |
선언 |
element facsimile { att.global.attributes, att.declaring.attributes, ( front?, ( model.graphicLike | surface )+, back? ) } |
예 |
<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> |