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
editionstmt
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.
Definition
element editionstmt {
element edition {
element date { text },
element duration { timecode }?,
element source { filepath }?,
attribute id { "current" | text }
}+
}