<locus>

<locus> 定義一個手稿或手稿部分裡的位置,通常是用一系列的 (可能不連續的) 頁面參照。 10.3.5 References to Locations within a Manuscript
組件 msdescription — 10 Manuscript Description
除全域屬性以外 att.pointing (@target, @evaluate)
scheme 說明所指出位置的編頁架構。
狀態 非必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
A pointer to some foliation element which defines the foliation scheme used, or an external link to some equivalent resource.
from 用正規格式指明該位置的起始點。
狀態 非必備的
資料類型

<rng:ref name="data.word"/>
data.word
typically this will be a page number
to 用正規格式指明該位置的結束點。
狀態 非必備的
資料類型

<rng:ref name="data.word"/>
data.word
typically this will be a page number
屬於
可包含
gaiji: g
宣告

<rng:element name="locus">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.pointing.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:ref name="macro.xtext"/>
</rng:element>
element locus
{
   att.global.attributes,
   att.pointing.attributes,
   attribute scheme { data.pointer }?,
   attribute from { data.word }?,
   attribute to { data.word }?,
   macro.xtext
}
例子
<locus
  target="#zh-tw_P12 #zh-tw_P13 #zh-tw_P14 #zh-tw_P16">
fols 12-14, 16r</locus>
<!-- ... -->
<pb xml:id="zh-tw_P12"/>
<pb xml:id="zh-tw_P13"/>
<pb xml:id="zh-tw_P14"/>
<pb xml:id="zh-tw_P15"/>
<pb xml:id="zh-tw_P16"/>