<zone>
<zone> defines a rectangular area contained within a surface element. | |
組件 | transcr — 11 Representation of Primary Sources |
除全域屬性以外 | att.coordinated (@ulx, @uly, @lrx, @lry) |
屬於 | |
可包含 | |
宣告 |
element zone { att.global.attributes, att.coordinated.attributes, ( model.glossLike*, model.graphicLike* ) } |
例子 |
<facsimile>
<surface ulx="50" uly="20" lrx="400" lry="280"> <zone ulx="0" uly="0" lrx="500" lry="321"> <graphic url="graphic.png "/> </zone> </surface> </facsimile> |