<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>Player</role>
 <actor>Mr Milward</actor>
</castItem>
<castItem type="list">Constables, Drawer, Turnkey, etc.</castItem>