<zone>
<zone> surface 요소 내에 포함된 직사각형 영역을 정의한다. | |
모듈 | transcr — 11 Representation of Primary Sources |
전체 속성에 부가 | att.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) |
에 의해 사용된 | |
포함할 수 있다 | |
선언 |
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> |