P5 Fascicule

<locus>


locus defines a location within a manuscript or manuscript part, usually as a (possibly discontinuous) sequence of folio references.
Class tei.phrase
Declaration
element locus
{
   tei.global.attributes,
   ## () identifies the foliation scheme in terms of which the location is being specified
   
   attribute scheme { datatype.Key }?,
   ## () specifies the starting point of the location in a normalised form
   
   attribute from { datatype.Key }?,
   ## () specifies the end-point of the location in a normalized form
   
   attribute to { datatype.Key }?,
   ## () supplies a link to one or more page images or
   ## 	transcriptions of the specified range of folios
   
   attribute targets { datatype.uriList }?,
   text
}
Attributes
(In addition to global attributes and those inherited from : tei.phrase)
scheme identifies the foliation scheme in terms of which the location is being specified
Status:
Datatype: datatype.Key
Values: Identifies a foliation scheme, as further defined in the <foliation> element
from specifies the starting point of the location in a normalised form
Status:
Datatype: datatype.Key
Values: typically this will be a page number
to specifies the end-point of the location in a normalized form
Status:
Datatype: datatype.Key
Values: typically this will be a page number
targets supplies a link to one or more page images or transcriptions of the specified range of folios
Status:
Datatype: datatype.uriList
Example
<locus targets="#P12 img01#P13 #P14 #P16">fols 12-14, 16r</locus>
See further 1.3.4 References to locations within a manuscript
Module msdescription