Start Getting and Using the TEI Sources Report an issue

joinGrp

joinGrpjoin group groups a collection of join elements and possibly pointers. [16.7 Aggregation ]
Modulelinking — Linking, segmentation, and alignment
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.pointing.group ( @domains , @targFunc ) (att.pointing ( @targetLang , @target , @evaluate ) ) (att.typed ( @type , @subtype ) )
  • @result
    supplies the default value for the result on each join included within the group.
    Usage
    opt
    Datatype
    teidata.name
    Member ofmodel.global.meta
    Contained by

    analysis

    :

    linking

    :

    nets

    :

    spoken

    :

    tagdocs

    :
    May contain

    linking

    :

    tagdocs

    :
    Note

    Any number of join or ptr elements.

    Example
    <joinGrp domains="#zuitxt1 #zuitxt2 #zuitxt3" result="q">
      <join target="#zuiq1 #zuiq2 #zuiq6"/>
      <join target="#zuiq3 #zuiq4 #zuiq5"/>
    </joinGrp>
    Content model
    <content>
        <sequence>
          <alternate minOccurs="0" maxOccurs="unbounded">
            <elementRef key="equiv"/>
            <elementRef key="gloss"/>
            <classRef key="model.descLike"/>
          </alternate>
          <alternate minOccurs="1" maxOccurs="unbounded">
            <elementRef key="join"/>
            <elementRef key="ptr"/>
          </alternate>
        </sequence>
      </content>