<spanGrp>

<spanGrp> (범위 집단) 범위 태그를 모아놓는다. [17.3 Spans and Interpretations]
모듈analysis — Simple Analytic Mechanisms
속성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 (@inst) att.typed (type, @subtype)
type현 단락에 표기되고 있는 현상의 종류를 나타낸다.
상태 권고적
자료 유형 teidata.enumerated
샘플 값은 다음을 포함한다 Sample values include:
image
단락에서 이미지를 식별한다.
character
단락과 연관된 문자를 식별한다.
theme
단락에서 주제를 식별한다.
allusion
다른 텍스트에 대한 언급을 식별한다.
클럽 회원
에 의해 포함된
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg standOff
nets: graph
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
포함할 수 있다
analysis: span
<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="#UU2to="#UU3">sale compliance</span>
 <span from="#UU4">sale</span>
 <span from="#UU5to="#UU6">purchase</span>
 <span from="#UU6eto="#UU6f">purchase closure</span>
</spanGrp>
Content model
<content>
 <elementRef key="spanminOccurs="0"
  maxOccurs="unbounded"/>

</content>
선언
<rng:element name="spanGrp">
 <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:ref name="att.interpLike.attribute.inst"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="span"/>
 </rng:zeroOrMore>
</rng:element>
element spanGrp
{
   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,
   att.interpLike.attribute.inst,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   span*
}