| <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.global.change (@change)) att.coordinated (@start, @ulx, @uly, @lrx, @lry) att.declaring (@decls) att.typed (@type, @subtype) 
      | attachment | describes the method by which this surface is or was
         connected to the main surface | 状態 | 任意 |  | データ型 |  |  | 例としての値は以下の通り: | gluedglued in placepinnedpinned or stapled in placesewnsewn in place
 | 
 |  | flipping | indicates whether the
      surface is attached and folded in such a way as to provide two
      writing surfaces |  | 
| 当該モジュールを使用するもの |  | 
| 上位 |  | 
| 下位 |  | 
  
  
  
  
  
  
  
  | 宣言 | <rng:element name="surface">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.coordinated.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
 <rng:attribute name="attachment">
 <rng:ref name="data.enumerated"/>
 </rng:attribute>
 </rng:optional>
 <rng:optional>
 <rng:attribute name="flipping">
 <rng:ref name="data.truthValue"/>
 </rng:attribute>
 </rng:optional>
 <rng:group>
 <rng:zeroOrMore>
 <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
 <rng:ref name="model.graphicLike"/>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
 <rng:choice>
 <rng:ref name="model.global"/>
 <rng:ref name="zone"/>
 <rng:ref name="line"/>
 <rng:ref name="surface"/>
 <rng:ref name="surfaceGrp"/>
 </rng:choice>
 </rng:zeroOrMore>
 </rng:group>
 </rng:element>
 
element surface
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.coordinated.attributes,
   att.declaring.attributes,
   att.typed.attributes,
   attribute attachment { data.enumerated }?,
   attribute flipping { data.truthValue }?,
   (
      model.glossLike*,
      model.graphicLike*,
      ( model.global | zone | line | surface | surfaceGrp )*
   )
} | 
   
  | 例 | <facsimile> <surfaceulx="0"
 uly="0"
 lrx="200"
 lry="300">  <graphic url="Bovelles-49r.png"/> </surface></facsimile>
 | 
  
 
  | 解説 | 
当該要素surface は,素材表面にある矩形範囲を示す.
例えば,紙,碑,掲示板,パピルスの巻子など,2次元の面を持つもの.
当該要素で定義される座標空間は,幅が属性lrx - ulx ,高さが属
性lry - ury によるグリッド単位で示される.このグリッドは,要
素surface を含む画面全体に重ね合わされる.この表面に含まれてい
る要素zone で使われる座標値は,同じグリッドに対する参照と解釈
される.
 |