<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 — Manuscript Description
Attributes
scheme⚓︎ (scheme) identifies the foliation scheme in terms of which all the locations contained by the group are specified by pointing to some foliation element defining it, or to some other equivalent resource.
Status Optional
Datatype teidata.pointer
Member of
Contained by
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
May contain
msdescription: locus
Example
<msItem>
 <locusGrp>
  <locus from="13to="26">Bl. 13--26</locus>
  <locus from="37to="58">37--58</locus>
  <locus from="82to="96">82--96</locus>
 </locusGrp>
 <note>Stücke von Daniel Ecklin’s Reise ins h. Land</note>
</msItem>
Content model
<content>
 <elementRef key="locusminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Schema Declaration
<rng:element name="locusGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:oneOrMore>
  <rng:ref name="locus"/>
 </rng:oneOrMore>
</rng:element>
element locusGrp
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute scheme { teidata.pointer }?,
   locus+
}