<locus>

<locus> (locus) définit un emplacement au sein d'un manuscrit ou d'une partie de manuscrit, souvent une séquence, éventuellement discontinue, de références de feuillets. [10.3.5 References to Locations within a Manuscript]
Modulemsdescription — 10 Manuscript Description
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @style, @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 (système) désigne le système de foliotation utilisé pour localiser la subdivision du manuscrit qui est en cours de description.
Statut Optionel
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Valeurs contient soit un pointeur vers un élément foliation qui définit le système de foliotation utilisé, soit un lien externe vers une ressource équivalente.
from (depuis) Spécifie, sous une forme normalisée, le point de départ de la localisation.
Statut Optionel
Type de données

<rng:ref name="data.word"/>
data.word
Valeurs habituellement on y saisit un numéro de page.
to (jusqu'à) Spécifie, sous une forme normalisée, la borne de fin pour la localisation.
Statut Optionel
Type de données

<rng:ref name="data.word"/>
data.word
Valeurs habituellement on y saisit un numéro de page.
Utilisé par
Contenu dans
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: valDesc
verse: metSym rhyme
Peut contenir
gaiji: g
Declaration

<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
}
Exemple
<msItem n="1">
 <locus target="#fr_F1r #fr_F1v #fr_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>
<pb xml:id="fr_F1r"/>
<pb xml:id="fr_F1v"/>
<pb xml:id="fr_F2r"/>
Exemple

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>
Note
L'attribut target doit être utilisé uniquement pour pointer vers des éléments contenant ou référençant une transcription de la partie du manuscrit ainsi localisée, comme dans le premier exemple ci-dessus. Pour associer un élément locus avec l'image d'une page ou avec une autre représentation similaire, on doit utiliser l'attribut global facs, comme le montre le deuxième exemple. L'attribut target est déprécié pour établir un lien vers une image. On utilise l'attribut facs, soit pour établir un lien vers un ou plusieurs fichiers image, comme ci-dessus, soit pour pointer vers un ou plusieurs éléments dédiés, tels que surface, zone, graphic ou binaryObject.