<surface>
<surface> 矩形の座標により,書記の表面を定義する.選択的に,空間や矩形範囲中のひ とつ以上の図表表現をまとめる. [11.1 Digital Facsimiles 11.2.2 Embedded Transcription] | |||||||||||||||
モジュール | transcr — Representation of Primary Sources | ||||||||||||||
属性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) att.declaring (@decls) att.typed (@type, @subtype)
| ||||||||||||||
上位 | transcr: facsimile sourceDoc surface surfaceGrp zone | ||||||||||||||
下位 | figures: figure formula notatedMusic | ||||||||||||||
解説 | 当該要素surfaceは,素材表面にある矩形範囲を示す. 例えば,紙,碑,掲示板,パピルスの巻子など,2次元の面を持つもの. 当該要素で定義される座標空間は,幅が属性lrx - ulx,高さが属 性uly - lryによるグリッド単位で示される.このグリッドは,要 素surfaceを含む画面全体に重ね合わされる.この表面に含まれてい る要素zoneで使われる座標値は,同じグリッドに対する参照と解釈 される. | ||||||||||||||
例 | |||||||||||||||
Content model | <content> | ||||||||||||||
宣言 | <rng:element name="surface"> element surface { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.coordinated.attributes, att.declaring.attributes, att.typed.attributes, attribute attachment { teidata.enumerated }?, attribute flipping { teidata.truthValue }?, ( ( model.global | model.labelLike | model.graphicLike )*, ( ( zone | line | path | surface | surfaceGrp ), model.global* )* ) } |