<locusGrp>
<locusGrp> (locus group) groups a number of locations which together form a distinct but discontinuous
item within a manuscript, manuscript part, or other object. [10.3.5. References to Locations within a Manuscript]
Module | msdescription | ||||||
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
|
||||||
Member of | |||||||
Contained by |
core: abbr add author corr date del desc editor emph expan foreign gloss head hi item l label mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic term time title unclear
corpus: activity
namesdates: addName affiliation birth death faith floruit forename genName langKnown nameLink nationality objectName occupation orgName persName placeName residence roleName settlement sex surname
textstructure: byline dateline docAuthor docDate docEdition docImprint imprimatur salute signed titlePart trailer
|
||||||
May contain |
msdescription: locus
|
||||||
Examples |
<msItem> <locusGrp> <locus from="13" to="26">Bl. 13--26</locus> <locus from="37" to="58">37--58</locus> <locus from="82" to="96">82--96</locus> </locusGrp> <note>Stücke von Daniel Ecklin’s Reise ins h. Land</note> </msItem> |
||||||
Schematron |
<sch:pattern> <sch:rule context="tei:locusGrp/tei:locus"> <sch:assert test="self::tei:locus[@type='Forbes']">ERROR: Every locus in a locusGrp must be of type "Forbes"</sch:assert> </sch:rule> </sch:pattern> |
||||||
Source | Github
<elementSpec rend="change" module="msdescription" ident="locusGrp"> <gloss>locus group</gloss> <desc>groups a number of locations which together form a distinct but discontinuous item within a manuscript, manuscript part, or other object.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.pPart.msdesc"/> </classes> <content> <elementRef key="locus" minOccurs="1" maxOccurs="unbounded"/> </content> <attList> <attDef ident="scheme"> <gloss>scheme</gloss> <desc>identifies the foliation scheme in terms of which all the locations contained by the group are specified by pointing to some <gi>foliation</gi> element defining it, or to some other equivalent resource.</desc> <datatype> <dataRef key="teidata.pointer"/> </datatype> </attDef> </attList> </elementSpec> |