<spanGrp>

<spanGrp> (span group) collects together span tags. 17.3 Spans and Interpretations
Modul analysis — 17 Simple Analytic Mechanisms
Neben global gültigen Attributen att.interpLike (@type, @inst) (att.responsibility (@cert, @resp))
Verwendet von
Kann enthalten
analysis: span
Deklaration

<rng:element name="spanGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.interpLike.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:zeroOrMore>
  <rng:ref name="span"/>
 </rng:zeroOrMore>
</rng:element>
element spanGrp
{
   att.global.attributes,
   att.interpLike.attributes,
   att.responsibility.attributes,
   span*
}
Beispiel
<u xml:id="UU1">Can I have ten oranges and a kilo of bananas please?</u>
<u xml:id="UU2">Yes, anything else?</u>
<u xml:id="UU3">No thanks.</u>
<u xml:id="UU4">That'll be dollar forty.</u>
<u xml:id="UU5">Two dollars</u>
<u xml:id="UU6">Sixty, eighty, two dollars.
<anchor xml:id="UU6e"/>Thank you.<anchor xml:id="UU6f"/>
</u>
<spanGrp type="transactions">
 <span from="#UU1">sale request</span>
 <span from="#UU2" to="#UU3">sale compliance</span>
 <span from="#UU4">sale</span>
 <span from="#UU5" to="#UU6">purchase</span>
 <span from="#UU6e" to="#UU6f">purchase closure</span>
</spanGrp>