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
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.
Definition
element notesstmt {
element annot {
attribute type { text }?,
attribute target { timecode }?,
text | (
element frame {
attribute target { timecode },
text | (
element caption { text }?,
element framedesc { text }?
)
}
)
}+
}
Usage
<notesStmt>
<annottype="sceneSummary">
<frametarget="00:00:24:22">
<caption>Vorspann</caption>
<frameDesc>Weißer Text auf schwarzem Grund</frameDesc>
</frame>
</annot>
</notesStmt>