<zone>
<zone> defines any two-dimensional area within a surface element. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription]
Module | transcr | ||||||||
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.coordinated (start, ulx, uly, lrx, lry, points) att.typed (type) att.written (hand)
|
||||||||
Member of | |||||||||
Contained by | |||||||||
May contain | |||||||||
Note |
The position of every zone for a given surface is always defined by reference to the
coordinate system defined for that surface.
A graphic element contained by a zone represents the whole of the zone.
A zone may be of any shape. The attribute points may be used to define a polygonal zone, using the coordinate system defined by its
parent surface.
A zone is always a closed polygon. Repeating the initial coordinate at the end of
the sequence is optional. To encode an unclosed path, use the path element.
|
||||||||
Examples |
<surface ulx="14.54" uly="16.14" lrx="0" lry="0"> <graphic url="stone.jpg"/> <zone points="4.6,6.3 5.25,5.85 6.2,6.6 8.19222,7.4125 9.89222,6.5875 10.9422,6.1375 11.4422,6.7125 8.21722,8.3125 6.2,7.65"/> </surface> <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> |
||||||||
Source | Github
<elementSpec ident="zone" module="transcr"> <desc>defines any two-dimensional area within a <gi>surface</gi> element.</desc> <classes> <memberOf key="model.linePart"/> <memberOf key="model.standOffPart"/> <memberOf key="att.global"/> <memberOf key="att.coordinated"/> <memberOf key="att.typed"/> <memberOf key="att.written"/> </classes> <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.graphicLike"/> <classRef key="model.global"/> <elementRef key="surface"/> <classRef key="model.linePart"/> </alternate> </content> <attList> <attDef ident="rotate"> <desc>indicates the amount by which this zone has been rotated clockwise, with respect to the normal orientation of the parent <gi>surface</gi> element as implied by the dimensions given in the <gi>msDesc</gi> element or by the coordinates of the <gi>surface</gi> itself. The orientation is expressed in arc degrees.</desc> <datatype minOccurs="1" maxOccurs="1"> <dataRef key="teidata.count"/> </datatype> <defaultVal>0</defaultVal> </attDef> </attList> </elementSpec> |