<role>

<role> (role) il nome di un ruolo teatrale, secondo la lista dei personaggi. [7.1.4 Cast Lists]
Modulo drama — Performance Texts
Attributi
gender⚓︎ specifies the gender of the role.
Stato Opzionale
Tipo di dati 1–∞ occorrenze di teidata.gender separato da spazio bianco
Membro del
Contenuto in
drama: castItem
Può contenere
Nota

It is important to assign a meaningful ID attribute to the role element, since this ID is referred to by who attributes on many other elements.

Esempio
<role xml:id="jt">Joan Trash</role>
<roleDesc>A Ginger-bread-woman</roleDesc>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Dichiarazione
<rng:element name="role">
 <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: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 role
{
   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,
   attribute gender { list { teidata.gender+ } }?,
   macro.phraseSeq
}