<actor>

<actor> 登場人物リスト中の役者名を示す。 [7.1.4 Cast Lists]
モジュール drama — Performance Texts
属性
sex⚓︎ specifies the sex of the actor.
状態 任意
データ型 1–∞ occurrences of teidata.sex 空白文字で区切られる
gender⚓︎ specifies the gender of the actor.
状態 任意
データ型 1–∞ occurrences of teidata.gender 空白文字で区切られる
クラブのメンバー
上位
drama: castItem
下位
解説

当該要素は、元資料にある役者名を示すために使用されるべきである。 13 Names, Dates, People, and Placesでは、名前の構成要素や、当該人物に関する情報に 関連する名前をタグ付けする方法が解説されている。

<castItem>
 <role>Mathias</role>
 <roleDesc>the Burgomaster</roleDesc>
 <actor ref="https://en.wikipedia.org/wiki/Henry_Irving">Mr. Henry Irving</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
}