<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>