<castList>

<castList> (角色清單) 包含單一角色名單或出場人物列表。 [7.1.4 Cast Lists 7.1 Front and Back Matter ]
組件 drama — Performance Texts
屬性
俱乐部会员
可包含在於
可包含
例子
<castList>
 <castGroup>
  <head rend="braced">楊延輝</head>
  <castItem>
   <role>少年楊延輝</role>
   <actor>李少春</actor>
  </castItem>
  <castItem>
   <role>中年楊延輝</role>
   <actor>周信芳</actor>
  </castItem>
  <castItem>
   <role>中年楊延輝</role>
   <actor>譚富英</actor>
  </castItem>
  <castItem>
   <role>老年楊延輝</role>
   <actor>馬連良</actor>
  </castItem>
 </castGroup>
 <castItem>
  <role>鐵鏡公主</role>
  <roleDesc>遼國公主,嫁楊延輝為妻</roleDesc>
  <actor>梅蘭芳</actor>
 </castItem>
 <castGroup>
  <head rend="braced">楊家兄弟</head>
  <castItem>
   <role>楊延昭</role>
   <actor>馬盛龍</actor>
  </castItem>
  <castItem>
   <role>楊宗保</role>
   <actor>姜妙香</actor>
  </castItem>
 </castGroup>
 <castItem>
  <role>蕭太后</role>
  <roleDesc>遼景宗耶律賢的皇后</roleDesc>
  <actor>芙蓉草</actor>
 </castItem>
 <castItem>
  <role>四夫人</role>
  <actor>高玉倩</actor>
 </castItem>
 <castItem>
  <role>佘太君</role>
  <roleDesc>楊延輝的母親</roleDesc>
  <actor>馬富祿</actor>
 </castItem>
</castList>
<stage type="mix">場景交換於遼國廷內與飛虎峽宋營之間。</stage>
Content model
<content>
 <sequence>
  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.divTop"/>
   <classRef key="model.global"/>
  </alternate>
  <sequence minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.common"/>
   <classRef key="model.global"
    minOccurs="0maxOccurs="unbounded"/>

  </sequence>
  <sequence minOccurs="1"
   maxOccurs="unbounded">

   <alternate>
    <elementRef key="castItem"/>
    <elementRef key="castGroup"/>
   </alternate>
   <classRef key="model.global"
    minOccurs="0maxOccurs="unbounded"/>

  </sequence>
  <sequence minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.common"/>
   <classRef key="model.global"
    minOccurs="0maxOccurs="unbounded"/>

  </sequence>
 </sequence>
</content>
宣告
<rng:element name="castList">
 <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:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.divTop"/>
    <rng:ref name="model.global"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:group>
    <rng:ref name="model.common"/>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:group>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:group>
    <rng:choice>
     <rng:ref name="castItem"/>
     <rng:ref name="castGroup"/>
    </rng:choice>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:group>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:group>
    <rng:ref name="model.common"/>
    <rng:zeroOrMore>
     <rng:ref name="model.global"/>
    </rng:zeroOrMore>
   </rng:group>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element castList
{
   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,
   (
      ( model.divTop | model.global )*,
      ( model.common, model.global* )*,
      ( ( castItem | castGroup ), model.global* )+,
      ( model.common, model.global* )*
   )
}