List of Characters
The list of the characters involved, preceding the drama, is tagged with <div n="[level]">
. If the list of characters has a corresponding title, it will be given within the <div>
element in a <head>
element. The actual list of characters is tagged with a <castList>
element. Each listed character is enclosed within <castList>
with a <castItem>
element.
<div n="[level]"> <head>[title of the list of characters]</head><!-- where applicable --> <castList> <castItem>[character 1]</castItem> <castItem>[character 2]</castItem> </castList> </div>
The name of the respective character is in a <role>
element, which is subordinate to the <castItem>
element. An attribute @xml:id
within the <role>
element assigns a unique identification to the character. A function assigned to the character is reproduced within <castItem>
in a <roleDesc>
element.
<castItem> <role xml:id="[ID]">[name of the character]</role> <roleDesc>[function]</roleDesc><!-- where applicable --> </castItem>
Groups of characters to which a function is assigned together in the original (generally represented graphically by bracketings) are enclosed within <castList>
with a <castGroup>
element. The function common to the characters of a group is realized within <castGroup>
in a <roleDesc>
element. Each character is enclosed with a <castItem>
element that has the functions described above.
<castGroup> <roleDesc>[function]</roleDesc> <castItem><role xml:id="[ID]">[character 1]</role></castItem> <castItem><role xml:id="[ID]">[character 2]</role></castItem> </castGroup>
List of Characters I
To display bracketings within <castGroup>
, the @rendition
attribute is used, which can get the values #rightBraced
,
#leftBraced
, #bottomBraced
,
#topBraced"
(see chap. Bracketings).
Bracketings in List of Characters
A special case are namings of actors who were appointed in a performance of the drama. These actors are tagged with the <actor>
element:
<castItem> <role xml:id="[ID]">[character]</role> <roleDesc>[function]</roleDesc><!-- where applicable --> <actor>[actor]</actor> </castItem>