-
Notifications
You must be signed in to change notification settings - Fork 1
notesstmt
hubendubler edited this page Sep 24, 2018
·
1 revision
The notesstmt
(Notes statement) element is the container for annotations. The annot
(annotation) element may contain frame references as well as captions or general descriptions.
element notesstmt {
element annot {
attribute type { text }?,
attribute target { timecode }?,
text | (
element frame {
attribute target { timecode },
text | (
element caption { text }?,
element framedesc { text }?
)
}
)
}+
}
<notesStmt>
<annot type="sceneSummary">
<frame target="00:00:24:22">
<caption>Vorspann</caption>
<frameDesc>Weißer Text auf schwarzem Grund</frameDesc>
</frame>
</annot>
</notesStmt>
FEI documentation - First draft 09/2018