<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))
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
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>