<locus>

<locus> 定義一個手稿或手稿部分裡的位置,通常是用一系列的 (可能不連續的) 頁面參照。 10.3.5 References to Locations within a Manuscript
組件msdescription — 10 Manuscript Description
屬性
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
targetsupplies a link to one or more transcriptions of the specified range of folios.
狀態 非必備的
資料類型 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="#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"/>