<alt>

<alt> (교체) 요소나 단락 사이의 교체 또는 선택 집합을 식별한다. [16.8 Alternation]
모듈 linking — Linking, Segmentation, and Alignment
속성
target⚓︎ 하나 혹은 다수의 URI 참조를 제시하여 참조의 목적지를 명시한다.
Derived from att.pointing
상태 수의적
자료 유형 2–∞ 출현 teidata.pointer 공백문자로 분리됨
mode⚓︎ 이 집합에 모아진 교체가 배타적인지 또는 총괄적인지를 진술한다.
상태 권고적
자료 유형 teidata.enumerated
적법한 값은:
excl
(배타적) 교체가 배타적임을 나타낸다. 즉, 기껏해야 교체 집합 중 하나가 나타난다.
incl
(총괄적) 교체가 배타적이 아님을 나타낸다. 즉, 교체집합 중 하나 이상이 나타난다.
weights⚓︎ modeexcl이라면, 각 가중치는 대응하는 교체가능성이 발생할 확률을 말한다. modeincl이라면, 각 가중치는 적어도 다른 교체가능집합 중 하나가 발생한 상태에서 대응하는 교체가능성이 발생할 확률이다.
상태 수의적
자료 유형 2–∞ 출현 teidata.probability 공백문자로 분리됨
클럽 회원
에 의해 포함된
analysis: cl m phr s span w
figures: cell figure table
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
포함할 수 있다 공백 요소
<alt mode="excltarget="#we.fun #we.sun"
 weights="0.5 0.5"/>
Content model
<content>
 <empty/>
</content>
선언
<rng:element name="alt">
 <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.typed.attributes"/>
 <rng:ref name="att.pointing.attribute.targetLang"/>
 <rng:ref name="att.pointing.attribute.evaluate"/>
 <rng:optional>
  <rng:attribute name="target">
   <rng:list>
    <rng:ref name="teidata.pointer"/>
    <rng:ref name="teidata.pointer"/>
    <rng:zeroOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="mode">
   <rng:choice>
    <rng:value>excl</rng:value>
    <rng:value>incl</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="weights">
   <rng:list>
    <rng:ref name="teidata.probability"/>
    <rng:ref name="teidata.probability"/>
    <rng:zeroOrMore>
     <rng:ref name="teidata.probability"/>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element alt
{
   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.typed.attributes,
   att.pointing.attribute.targetLang,
   att.pointing.attribute.evaluate,
   attribute target
   {
      list { teidata.pointer, teidata.pointer, teidata.pointer* }
   }?,
   attribute mode { "excl" | "incl" }?,
   attribute weights
   {
      list { teidata.probability, teidata.probability, teidata.probability* }
   }?,
   empty
}