<actor>

<actor> 角色名單中的演員姓名。 [7.1.4 Cast Lists]
組件 drama — Performance Texts
屬性
sex⚓︎ specifies the sex of the actor.
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.sex 以空白鍵隔開
gender⚓︎ specifies the gender of the actor.
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.gender 以空白鍵隔開
俱乐部会员
可包含在於
drama: castItem
可包含

This element should be used only to mark the name of the actor as given in the source. Chapter 13 Names, Dates, People, and Places discusses ways of marking the components of names, and also of associating names with biographical information about a person.

例子
<castItem>
 <role>梁山伯</role>
 <roleDesc>窮書生</roleDesc>
 <actor>凌波</actor>
</castItem>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
宣告
<rng:element name="actor">
 <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:ref name="att.canonical.attributes"/>
 <rng:optional>
  <rng:attribute name="sex">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.sex"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="gender">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.gender"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element actor
{
   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,
   att.canonical.attributes,
   attribute sex { list { teidata.sex+ } }?,
   attribute gender { list { teidata.gender+ } }?,
   macro.phraseSeq
}