[ttml2] add timeContainer attribute to br element since it can be a container for set elements (7.1.7)
Binary file ttml2/spec/rnc/schema.zip has changed
--- a/ttml2/spec/rnc/ttml2-content.rnc Sun Aug 25 10:14:11 2013 -0600
+++ b/ttml2/spec/rnc/ttml2-content.rnc Sun Aug 25 10:35:37 2013 -0600
@@ -96,7 +96,7 @@
TTAF.Metadata.attrib.class,
TTAF.RegionBinding.attrib.class,
TTAF.Styled.attrib.class,
- TTAF.Timed.attrib.class
+ TTAF.TimedContainer.attrib.class
TTAF.br.content.extra = empty
TTAF.br.content =
--- a/ttml2/spec/ttml2.xml Sun Aug 25 10:14:11 2013 -0600
+++ b/ttml2/spec/ttml2.xml Sun Aug 25 10:35:37 2013 -0600
@@ -3266,6 +3266,7 @@
<loc href="#timing-attribute-end">end</loc> = <loc href="#timing-value-timeExpression"><timeExpression></loc>
<loc href="#layout-attribute-region">region</loc> = IDREF
<loc href="#style-attribute-style">style</loc> = IDREFS
+ <loc href="#timing-attribute-timeContainer">timeContainer</loc> = (<emph>par</emph>|<emph>seq</emph>)
<loc href="#content-attribute-id">xml:id</loc> = ID
<loc href="#content-attribute-lang">xml:lang</loc> = string
<loc href="#content-attribute-space">xml:space</loc> = (<emph>default</emph>|<emph>preserve</emph>)
@@ -3289,6 +3290,9 @@
Therefore, two <el>br</el> elements in sequence will produce a
different effect than a single <el>br</el> element.</p>
</note>
+<p>If no <att>timeContainer</att> attribute is specified on
+a <el>br</el> element, then it must be interpreted as having
+<emph>parallel</emph> time containment semantics.</p>
</div3>
</div2>
<div2 id="content-attribute-vocabulary">
Binary file ttml2/spec/xsd/schema.zip has changed
--- a/ttml2/spec/xsd/ttml2-content.xsd Sun Aug 25 10:14:11 2013 -0600
+++ b/ttml2/spec/xsd/ttml2-content.xsd Sun Aug 25 10:35:37 2013 -0600
@@ -41,7 +41,7 @@
</xs:attributeGroup>
<xs:attributeGroup name="br.attlist">
<xs:attributeGroup ref="tt:Core.attrib.class"/>
- <xs:attributeGroup ref="tt:Timed.attrib.class"/>
+ <xs:attributeGroup ref="tt:TimedContainer.attrib.class"/>
<xs:attributeGroup ref="tt:RegionBinding.attrib.class"/>
<xs:attributeGroup ref="tt:Styled.attrib.class"/>
<xs:attributeGroup ref="ttm:Metadata.attrib.class"/>