<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]
모듈 msdescription — Manuscript Description
속성
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.
상태 수의적
자료 유형 teidata.pointer
클럽 회원
에 의해 포함된
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
포함할 수 있다
msdescription: locus
<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>
선언
<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+
}