<locusGrp>

<locusGrp> groups a number of locations which together form a distinct but discontinuous item within a manuscript or manuscript part, according to a specific foliation. 10.3.5 References to Locations within a Manuscript
Modulemsdescription — 10 Manuscript Description
AttributesIn addition to global attributes
schemeidentifies the foliation scheme in terms of which all the locations contained by the group are specified.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Values A pointer to some foliation element which defines the foliation scheme used, or an external link to some equivalent resource.
Used by
May contain
msdescription: locus
Declaration

<rng:element name="locusGrp">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="scheme">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:oneOrMore>
 <rng:ref name="locus"/>
</rng:oneOrMore>
</rng:element>
element locusGrp
{
   att.global.attributes,
   attribute scheme { data.pointer }?,
   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>