<locus>

<locus> 원고 또는 원고의 일부 내에서 위치를 정의한다. [10.3.5 References to Locations within a Manuscript]
모듈msdescription — 10 Manuscript Description
속성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.pointing (@targetLang, @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
에 의해 사용된
에 의해 포함된
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: valDesc
verse: metSym rhyme
포함할 수 있다
gaiji: g
선언

<rng:element name="locus">
 <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.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.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.pointing.attributes,
   attribute scheme { data.pointer }?,
   attribute from { data.word }?,
   attribute to { data.word }?,
   macro.xtext
}

<!-- within ms description --><msItem n="1">
 <locus target="#F1r #F1v #F2r" from="1r" to="2r">ff. 1r-2r</locus>
 <author>Ben Jonson</author>
 <title>Ode to himself</title>
 <rubric rend="italics"> An Ode<lb/> to him selfe.</rubric>
 <incipit>Com leaue the loathed stage</incipit>
 <explicit>And see his chariot triumph ore his wayne.</explicit>
 <bibl>
  <name>Beal</name>, <title>Index 1450-1625</title>, JnB 380</bibl>
</msItem>
<!-- within transcription ... -->
<pb xml:id="F1r"/>
<!-- ... -->
<pb xml:id="F1v"/>
<!-- ... -->
<pb xml:id="F2r"/>
<!-- ... -->

The facs attribute is available globally when the transcr module is included in a schema. It may be used to point directly to an image file, as in the following example:

<msItem>
 <locus
   facs="images/08v.jpg images/09r.jpg images/09v.jpg images/10r.jpg images/10v.jpg">
fols. 8v-10v</locus>
 <title>Birds Praise of Love</title>
 <bibl>
  <title>IMEV</title>
  <biblScope>1506</biblScope>
 </bibl>
</msItem>