diff --git a/index.html b/index.html index bc4d212..ab88cf9 100755 --- a/index.html +++ b/index.html @@ -859,6 +859,7 @@
Would it be better to make a "Timed Object" class and subclass Script Event, Mixing Instruction and Audio Recording from it?
+The following timing properties @@ -1045,6 +1046,40 @@
<content-descriptor>
valuesSome entities in the data model include unique identifiers. + A Unique Identifier has the following requirements:
+it is unique within the DAPT Script, + i.e. the value of a Unique Identifier can only + be used one time within the document, + regardless of which specific kind of identifier it is.
+If a Character Identifier has the value "abc"
+ and a Script Event Identifier in the same document has the same value,
+ that is an error.
its value has to conform to the requirements of
+ Name
as defined by [[XML]]
It cannot begin with + a digit, + a combining diacritical mark (an accent), + or any of the following characters:
+ .
+ -
+ · // #xB7
+ ‿ // #x203F
+ ⁀ // #x2040
+ but those characters can be used elsewhere. +
A Unique Identifier for an entity is expressed in a DAPT Document
+ by an xml:id
attribute on the corresponding element.
The formal requirements for the semantics and processing of xml:id
+ are defined in [[xml-id]].
This section is mainly relevant to Dubbing workflows.
A character in the programme can be described using a Character object which has the following properties:
A Script Event object represents dialogue, on screen text or audio descriptions to be spoken and has the following properties:
Typically Script Events do not overlap in time.