<zone>
<zone> surface 요소 내에 포함된 직사각형 영역을 정의한다. | |
모듈 | transcr — 11 Representation of Primary Sources |
속성 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) att.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) |
에 의해 사용된 | |
에 의해 포함된 | transcr: surface |
포함할 수 있다 | |
선언 |
element zone { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.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> |