-
Notifications
You must be signed in to change notification settings - Fork 1
editionstmt
hubendubler edited this page Sep 24, 2018
·
1 revision
The editionstmt
element is the container element for version information about the film. It contains one or more edition
elements that each provide data like release date or duration as well as the possibility to link a source file.
element editionstmt {
element edition {
element date { text },
element duration { timecode }?,
element source { filepath }?,
attribute id { "current" | text }
}+
}
<editionstmt>
<edition id="current">
<date>April 2001</date>
<duration>00:09:22</duration>
<source>Father and Daughter HD.mp4</source>
</edition>
<edition id="04jpth">
<date>2004</date>
<desc>theatrical</desc>
</edition>
</editionstmt>
FEI documentation - First draft 09/2018