diff --git a/examples/intro-original-language-with-dub-language-and-adaptation.xml b/examples/intro-original-language-with-dub-language-and-adaptation.xml index bdb5858..741fcde 100644 --- a/examples/intro-original-language-with-dub-language-and-adaptation.xml +++ b/examples/intro-original-language-with-dub-language-and-adaptation.xml @@ -5,7 +5,7 @@ ttp:contentProfiles="http://www.w3.org/ns/ttml/profile/dapt1.0/content" xml:lang="en" daptm:langSrc="fr" - daptm:workflowType="dubbing" + daptm:represents="dialogue" daptm:scriptType="preRecording">
<tt>
root element in the namespace http://www.w3.org/ns/ttml
indicates that this is a TTML document
and the ttp:contentProfiles
attribute indicates that it adheres to the DAPT content profile defined in this specification.daptm:workflowType
attribute indicates the type of workflow.daptm:represents
attribute indicates what the contents of the document are an alternative for,
+ within the original programme.daptm:scriptType
attribute indicates the type of transcript or script
but in this empty example, it is not relevant, since only the structure of the document is shown.daptm:langSrc
attribute indicates the default text language source,
@@ -537,23 +538,81 @@ A DAPT Document is a TTML Document Instance representing a DAPT Script. A DAPT Document has the structure and constraints defined in the following sections.
-The Workflow Type property is a mandatory property of a DAPT Script which
- indicates if the workflow is for Dubbing or Audio Description.
+
+ The Represents property is a mandatory property of a DAPT Script which
+ indicates which components of the related media object
+ the contents of the document represent.
+ The contents of the document could be used as part of a mechanism
+ to provide an accessible alternative for those components.
To represent this property, the To represent this property, the The permitted values for Represents
+ daptm:workflowType
attribute MUST be present on the <tt>
element:daptm:represents
attribute MUST be present on the <tt>
element:
- daptm:workflowType
- : "dubbing"
- | "audioDescription"
+ daptm:represents
+ : <content-descriptor> ( <lwsp>? "," <lwsp>? <content-descriptor>)*
+
+ <content-descriptor> # see registry table below
+
+ <lwsp> # as TTML2
<content-descriptor>
+ are listed in the following registry table:
+
+ <content-descriptor>
component
+ whose Registry Definition is at
+ <content-descriptor>
Status
+ Description
+ Used in
+ Notes
+
+
+
+
+
+ dialogue
Provisional
+ Verbal communication, in audio
+ Dubbing, translation and hard of hearing subtitles and captions, pre- and post- production scripts
+ For example, a spoken conversation.
+
+
+
+ nonDialogueSounds
Provisional
+ Sounds that are not verbal communication, in audio
+ Translation and hard of hearing subtitles and captions, pre- and post- production scripts
+ For example, significant sounds, such as a door being slammed in anger.
+
+
+
+ visualNonText
Provisional
+ Parts of the visual image that are not textual
+ Audio Description
+ For example, a significant object in the scene
+
+
+
+
+ visualText
Provisional
+ Textual parts of the visual image
+ Audio Description
+ For example, a signpost, a clock, a newspaper headline, an instant message etc.
+ On Screen
If omitted, the default value is "ON".
-