-
Notifications
You must be signed in to change notification settings - Fork 1
scene
hubendubler edited this page Sep 24, 2018
·
1 revision
A scene
element may contain a shotstmt
as well as information about the scene.
element scene {
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 shotstmt { shotstmt }?
}
<scene>
<summary>Vorspann (Titel, Stab)</summary>
<timecodeStart>00:00:23</timecodeStart>
<timecodeEnd>00:01:36</timecodeEnd>
<duration>00:01:13</duration>
<quantStmt>
<quantItem type="cutCount">7</quantItem>
</quantStmt>
<notesStmt>
<annot type="sceneSummary">
<frame target="00:00:24:22">
<caption>Vorspann</caption>
<frameDesc>Weißer Text auf schwarzem Grund</frameDesc>
</frame>
</annot>
</notesStmt>
</scene>
FEI documentation - First draft 09/2018