<facsimile>
<facsimile> contains a representation of some written source in the form of a set of images rather than as transcribed or encoded text. | |
組件 | 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> |