<locus>

<locus> 手書き資料中の場所を定義する.一般には,(多くの場合不連続の)一連の折 丁参照による. 10.3.5 References to Locations within a Manuscript
モジュールmsdescription — 10 Manuscript Description
属性
scheme 当該場所を指定するための折丁スキームを特定する.
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
折丁スキームを定義する要素foliationへのポインタ,または同等物への外部リンク.
from 正規化された形で,当該場所の始点を示す.
状態 任意
データ型

<rng:ref name="data.word"/>
data.word
一般にはページ番号になる.
to 正規化された形で,当該場所の終点を示す.
状態 任意
データ型

<rng:ref name="data.word"/>
data.word
一般にはページ番号になる.
target 折丁の特定範囲にある,ひとつ以上の画像または転記データへのリンク を示す.
状態 任意
データ型 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
空白文字で区切られる
当該モジュールを使用するもの
下位
gaiji: g
宣言

<rng:element name="locus">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="scheme">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="from">
  <rng:ref name="data.word"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="to">
  <rng:ref name="data.word"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="target">
  <rng:list>
   <rng:oneOrMore>
    <rng:ref name="data.pointer"/>
   </rng:oneOrMore>
  </rng:list>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.xtext"/>
</rng:element>
element locus
{
   att.global.attributes,
   attribute scheme { data.pointer }?,
   attribute from { data.word }?,
   attribute to { data.word }?,
   attribute target { list { data.pointer+ } }?,
   macro.xtext
}
<locus target="#P12 #P13 #P14 #P16">fols 12-14, 16r</locus>
<!-- ... -->
<pb xml:id="P12"/>
<pb xml:id="P13"/>
<pb xml:id="P14"/>
<pb xml:id="P15"/>
<pb xml:id="P16"/>