<zone>
<zone> 要素surfaceにある表面上の矩形範囲を定義する。 [12.1 Digital Facsimiles 12.2.2 Embedded Transcription]<a href="https://translate.tei-c.org/translate.html?edit=zone.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a> | |||||||||
モジュール | transcr — Representation of Primary Sources | ||||||||
属性 |
|
||||||||
クラブのメンバー | |||||||||
上位 | |||||||||
下位 |
core: add binaryObject cb choice del ellipsis gap gb graphic hi index lb media milestone note noteGrp pb q unclear
figures: figure formula notatedMusic
gaiji: g
transcr: addSpan damage damageSpan delSpan fw handShift line listTranspose metamark mod path redo restore retrace space substJoin surface undo zone
character data
|
||||||||
解説 |
要素zoneが表す場所は全て、左表システムを参照して定義される。 当該要素zoneに含まれる要素graphicは、当該要素 zoneが表す面全体を示す。 |
||||||||
例 |
<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> This example defines a non-rectangular zone: see the illustration in section 12.2.2.1 Advanced Uses of surface and zone. |
||||||||
例 |
<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> This example defines a zone which has been defined as larger than its parent surface in order to match the dimensions of the graphic it contains. |
||||||||
Content model |
<content> |
||||||||
宣言 |
<rng:element name="zone"> element zone { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.coordinated.attributes, att.typed.attributes, att.written.attributes, attribute rotate { teidata.count }?, ( text | model.gLike | model.graphicLike | model.global | surface | model.linePart )* } |