<actor>

<actor> Nombre de un actor que aparece dentro de la lista del reparto. [7.1.4 Cast Lists]
Módulo drama — Performance Texts
Atributos
sex⚓︎ specifies the sex of the actor.
Estado Opcional
Tipo de datos 1–∞ apariciones de teidata.sex separado por espacio en blanco
gender⚓︎ specifies the gender of the actor.
Estado Opcional
Tipo de datos 1–∞ apariciones de teidata.gender separado por espacio en blanco
Miembro de
Contenido en
drama: castItem
Puede contener
Nota

Este elemento debe ser usado solo para marcar el nombre del actor tal como aparece en la fuente. El capítulo 13 Names, Dates, People, and Places comenta/discute formas de marcar los componentes de los nombres, asi como también asociar nombre con información biográfica sobre una persona

Ejemplo
<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>
Declaración
<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
}