<locus>

<locus> define una posición al interno de un manuscrito o de una de sus partes, generalmente como secuencia (no necesariamete contínua) de referencias de folios. 10.3.5 References to Locations within a Manuscript
Módulomsdescription — 10 Manuscript Description
Atributos
schemeidentifica la foliación en base a la posición especificada.
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores A pointer to some foliation element which defines the foliation scheme used, or an external link to some equivalent resource.
fromindica el punto de inicio de una localización en una forma estándard.
Estado Opcional
Tipo de datos

<rng:ref name="data.word"/>
data.word
Valores typically this will be a page number
toindica el punto final de una localización en una forma estándard.
Estado Opcional
Tipo de datos

<rng:ref name="data.word"/>
data.word
Valores typically this will be a page number
targetproporciona un enlace a una o más imágenes o transcripciones de un interaginación o transcripciones de un intervalo de páginas.
Estado Opcional
Tipo de datos 1–∞ apariciones de

<rng:ref name="data.pointer"/>
data.pointer
separado por espacio en blanco
Usado por
Puede contener
gaiji: g
Declaración

<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
}
Ejemplo

<!-- within ms description --><msItem n="1">
 <locus target="#F1r #F1v #F2r">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"/>
<!-- ... -->
Ejemplo

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>