ttp:frameRate should be positiveInteger, since it must not be zero.
authorGlenn Adams <glenn@skynav.com>
Thu, 28 Jun 2012 07:53:06 -0600
changeset 253 55678203a638
parent 252 0239af3fb9b5
child 254 f527fec8dd05
ttp:frameRate should be positiveInteger, since it must not be zero.
ttml10/spec/rnc/ttaf1-dfxp-datatypes.rnc
ttml10/spec/xsd/ttaf1-dfxp-datatypes.xsd
--- a/ttml10/spec/rnc/ttaf1-dfxp-datatypes.rnc	Thu Jun 28 00:23:56 2012 -0600
+++ b/ttml10/spec/rnc/ttaf1-dfxp-datatypes.rnc	Thu Jun 28 07:53:06 2012 -0600
@@ -72,7 +72,7 @@
   "bold"
 
 TTAF.FrameRate.datatype =
-  xsd:nonNegativeInteger
+  xsd:positiveInteger
 
 TTAF.FrameRateMultiplier.datatype =
   xsd:string { pattern = "\p{Nd}+\s+\p{Nd}+" }
--- a/ttml10/spec/xsd/ttaf1-dfxp-datatypes.xsd	Thu Jun 28 00:23:56 2012 -0600
+++ b/ttml10/spec/xsd/ttaf1-dfxp-datatypes.xsd	Thu Jun 28 07:53:06 2012 -0600
@@ -102,7 +102,7 @@
     </xs:restriction>
   </xs:simpleType>
   <xs:simpleType name="frameRate">
-    <xs:restriction base="xs:nonNegativeInteger"/>
+    <xs:restriction base="xs:positiveInteger"/>
   </xs:simpleType>
   <xs:simpleType name="frameRateMultiplier">
     <xs:annotation>