<castItem>

<castItem> (角色項目) 包含角色清單中的一個項目,描述單一角色或無台詞角色的列表。 [7.1.4 Cast Lists]
組件drama — 7 Performance Texts
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
type說明角色項目的特性。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
合法的值是:
role
該項目為單一角色 [預設值]
list
該項目為無台詞角色的列表
屬於
可包含在於
可包含
宣告

<rng:element name="castItem">
 <rng:ref name="att.global.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:optional>
  <rng:attribute name="type" a:defaultValue="role">
   <rng:choice>
    <rng:value>role</rng:value>
    <rng:value>list</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.castItemPart"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element castItem
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute type { "role" | "list" }?,
   ( text | model.gLike | model.castItemPart | model.phrase | model.global )*
}
例子
<castItem>
 <role>段小樓</role>
 <actor>張豐毅</actor>
</castItem>
例子
<castItem type="list">張國榮、張豐毅、鞏俐…等等</castItem>