<locus>

<locus> 定義一個手稿或手稿部分裡的位置,通常是用一系列的 (可能不連續的) 頁面參照。 [10.3.5 References to Locations within a Manuscript]
組件msdescription — Manuscript Description
屬性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.pointing (@targetLang, @target, @evaluate)
scheme說明所指出位置的編頁架構。
狀態 非必備的
資料類型 teidata.pointer
from用正規格式指明該位置的起始點。
狀態 非必備的
資料類型 teidata.word
to用正規格式指明該位置的結束點。
狀態 非必備的
資料類型 teidata.word
俱乐部会员
可包含在於
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
可包含
gaiji: g
character data
例子
<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"/>
Content model
<content>
 <macroRef key="macro.xtext"/>
</content>
宣告
<rng:element name="locus">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="from">
   <rng:ref name="teidata.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="to">
   <rng:ref name="teidata.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.xtext"/>
</rng:element>
element locus
{
   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.pointing.attributes,
   attribute scheme { teidata.pointer }?,
   attribute from { teidata.word }?,
   attribute to { teidata.word }?,
   macro.xtext
}