-
Notifications
You must be signed in to change notification settings - Fork 1
prodstmt
hubendubler edited this page Sep 24, 2018
·
1 revision
The prodstmt
(production statement) element provides info about the production of the film. This ranges from companies to individuals. The two child-elements production
and distributor
can be extended with the more generic proditem
element that also provides a role description.
element prodstmt {
element production {
(element corpname { text } | element persname { text })+
}?,
element distributor {
(element corpname { text } | element persname { text })+
}?,
element proditem {
element proddesc { text } # production role description
(element corpname { text } | element persname { text })+
}?*
}
<prodstmt>
<production>
<corpname>CinéTé Filmproductie BV</corpname>
<corpname>Cloudrunner Ltd.</corpname>
<persname>Claire Jennings</persname>
<persname>Willem Thijssen</persname>
</production>
<distributor>
<corpname>Crest International</corpname>
<editionreference target="04jpth"></editionreference>
</distributor>
<proditem>
<proddesc>technical direction</proddesc>
<corpname>Spider Eye Ltd.</corpname>
</proditem>
<proditem>
<proddesc>sound mixing</proddesc>
<corpname>Studio SPR</corpname>
</proditem>
</prodstmt>
FEI documentation - First draft 09/2018