![]() |
Text Encoding Initiative |
The XML Version of the TEI Guidelines<castGroup> |
| <castGroup> | (Cast list grouping) groups one or more individual <castItem> elements within a cast list. | |
| Attributes | Global attributes only | |
| Example |
<castGroup rend="braced">
<head>friends of Mathias</head>
<castItem>
<role>Walter</role>
<actor>Mr Frank Hall</actor>
</castItem>
<castItem>
<role>Hans</role>
<actor>Mr F.W. Irish</actor>
</castItem>
</castGroup>
|
|
| Note |
Use the rend attribute to indicate whether the grouping is indicated by a brace, white space, font change, etc. |
|
| Module | Declared in file teidram2; Base tag set for performance texts: enabled by TEI.drama | |
| May contain | addSpan alt altGrp anchor castGroup castItem cb certainty delSpan fLib fs fsLib fvLib gap head index interp interpGrp join joinGrp lb link linkGrp milestone pb respons span spanGrp timeline trailer | |
| May occur within | castGroup castList | |
| Declaration |
<!ELEMENT castGroup %om.RR; ((%m.Incl;)*, (head, (%m.Incl;)*)?,
((castItem | castGroup), (%m.Incl;)*)+,
(trailer, (%m.Incl;)*)?)>
<!ATTLIST castGroup
%a.global;>
|
|
| See further | 10.1.4 Cast Lists | |
Up: 35 Elements