Start Getting and Using the TEI Sources Report an issue

spanGrp

spanGrpspan group collects together span tags. [17.3 Spans and Interpretations ]
Moduleanalysis — Simple analytic mechanisms
Attributes
  • att.global ( @xml:id , @n , @xml:lang , @xml:base , @xml:space ) (att.global.rendition ( @rend , @style , @rendition ) ) (att.global.linking ( @corresp , @synch , @sameAs , @copyOf , @next , @prev , @exclude , @select ) ) (att.global.analytic ( @ana ) ) (att.global.facs ( @facs ) ) (att.global.change ( @change ) ) (att.global.responsibility ( @cert , @resp ) ) (att.global.source ( @source ) )
  • att.interpLike ( @type , @subtype , @inst )
  • Member ofmodel.global.meta
    Contained by

    analysis

    :

    linking

    :

    nets

    :

    tagdocs

    :
    May contain

    analysis

    :

    core

    :
    Example
    <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>
    Content model
    <content>
        <sequence>
          <classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/>
          <elementRef key="span" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
      </content>