<locus>

<locus> defines a location within a manuscript or manuscript part, usually as a (possibly discontinuous) sequence of folio references. 10.3.5 References to Locations within a Manuscript
Modulmsdescription — 10 Manuscript Description
Attribute
schemeidentifies the foliation scheme in terms of which the location is being specified.
Zustand Optional
Datentyp
data.pointer
Werte A pointer to some <foliation> element which defines the foliation scheme used, or an external link to some equivalent resource.
fromspecifies the starting point of the location in a normalized form.
Zustand Optional
Datentyp
data.word
Werte typically this will be a page number
tospecifies the end-point of the location in a normalized form.
Zustand Optional
Datentyp
data.word
Werte typically this will be a page number
targetsupplies a link to one or more page images or transcriptions of the specified range of folios.
Zustand Optional
Datentyp 1–∞ occurrences of
data.pointer
separated by whitespace
Verwendet vonmsItem msItemStruct model.pPart.msdesc
Kann enthalten
gaiji: g
Deklaration
element locus
{
   att.global.attributes,
   attribute scheme { data.pointer }?,
   attribute from { data.word }?,
   attribute to { data.word }?,
   attribute target { list { data.pointer+ } }?,
   macro.xtext
}
Beispiel
<locus target="#P12 #P13 #P14 #P16">fols 12-14, 16r</locus>
<!-- ... -->
<pb xml:id="P12"/>
<pb xml:id="P13"/>
<pb xml:id="P14"/>
<pb xml:id="P15"/>
<pb xml:id="P16"/>