-
Notifications
You must be signed in to change notification settings - Fork 1
sequence
hubendubler edited this page Sep 24, 2018
·
1 revision
A sequence
element marks the largest chunk in film structuring. It may contain scenes or shots in their respective statements as well as information about the sequence.
element sequence {
attribute id { text }?,
element summary { text }?,
(
element timecode { timecode } |
element timecodestart { timecode } |
(
element timecodestart { timecode },
element timecodeend { timecode }
)
)?,
element duration { timecode }?,
element quantstmt { quantstmt }?*,
element notesstmt { notesstmt }?*,
element scenestmt { shotstmt }?,
element shotstmt { shotstmt }?
}
<sequence id="1">
<summary>Vorspann</summary>
<timecodeStart>00:00:00</timecodeStart>
<timecodeEnd>00:01:36</timecodeEnd>
<duration>00:01:36</duration>
<sceneStmt>...</sceneStmt>
</sequence>
FEI documentation - First draft 09/2018