You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hubendubler edited this page Sep 24, 2018
·
1 revision
crewlist
The crewlist (Crew list) links different crew members and their roles to the film. There are one or more crewitem child elements that describe the role and individual.
Definition
element crewlist {
element crewitem {
(element persname { text } | element corpname { text }),
element role { text }*
}+
}