<altGrp>

<altGrp> (替換群組) 匯集一群替換元素和可能指標。 16.8 Alternation
組件linking — 16 Linking, Segmentation, and Alignment
屬性 att.pointing.group (@domains, @targFunc) (att.pointing (@type, @evaluate))
mode說明在此集合中的替換物件是專有的或通用的。
狀態 非必備的
合法的值是:
excl
(exclusive) 替換物件是專有的,例如最多只出現一個替換。 [預設值]
incl
(inclusive) 替換物件不是專有的,例如出現一個或多個替換。
屬於
可包含
core: ptr
linking: alt
宣告

<rng:element name="altGrp">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.pointing.group.attributes"/>
<rng:ref name="att.pointing.attributes"/>
<rng:optional>
 <rng:attribute name="modea:defaultValue="excl">
  <rng:choice>
   <rng:value>excl</rng:value>
   <rng:value>incl</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:zeroOrMore>
 <rng:choice>
  <rng:ref name="alt"/>
  <rng:ref name="ptr"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element altGrp
{
   att.global.attributes,
   att.pointing.group.attributes,
   att.pointing.attributes,
   attribute mode { "excl" | "incl" }?,
   ( alt | ptr )*
}
例子
<altGrp mode="excl">
 <alt
   targets="#zh-tw_dm #zh-tw_lt #zh-tw_bb"
   weights="0.5 0.25 0.25"/>

 <alt targets="#zh-tw_rl #zh-tw_dbweights="0.5 0.5"/>
</altGrp>
例子
<altGrp mode="incl">
 <alt targets="#zh-tw_dm #zh-tw_rlweights="0.90 0.90"/>
 <alt targets="#zh-tw_lt #zh-tw_rlweights="0.5 0.5"/>
 <alt targets="#zh-tw_bb #zh-tw_rlweights="0.5 0.5"/>
 <alt targets="#zh-tw_dm #zh-tw_dbweights="0.10 0.10"/>
 <alt targets="#zh-tw_lt #zh-tw_dbweights="0.45 0.90"/>
 <alt targets="#zh-tw_bb #zh-tw_dbweights="0.45 0.90"/>
</altGrp>