[ttml10se] (1) ensure that @type is required on ttm:name in XSD, (2) editorial language cleanup
authorGlenn Adams <glenn@skynav.com>
Sun, 26 May 2013 18:59:22 -0600
changeset 402 8badd2527a8a
parent 401 da742a69357f
child 403 8bc32ff74e24
[ttml10se] (1) ensure that @type is required on ttm:name in XSD, (2) editorial language cleanup
ttml10/spec/ttaf1-dfxp.xml
ttml10/spec/xsd/schema.zip
ttml10/spec/xsd/ttaf1-dfxp-metadata-items.xsd
ttml10/spec/xsd/ttaf1-dfxp-parameter-items.xsd
--- a/ttml10/spec/ttaf1-dfxp.xml	Sun May 26 13:27:21 2013 -0600
+++ b/ttml10/spec/ttaf1-dfxp.xml	Sun May 26 18:59:22 2013 -0600
@@ -6205,7 +6205,7 @@
 <head>&lt;hexDigit&gt;</head>
 <p>A &lt;hexDigit&gt; is used to express integers and other types of numbers or tokens
 that employ base 16 arithmetic.</p>
-<p>For the purpose of parsing, no distinction must be made between lower and upper case.</p>
+<p>For the purpose of parsing, a distinction must not be made between lower and upper case.</p>
 <table id="hexDigit-style-expression-syntax" role="syntax">
 <caption>Syntax Representation &ndash; &lt;hexDigit&gt;</caption>
 <tbody>
@@ -6306,7 +6306,7 @@
 <head>&lt;namedColor&gt;</head>
 <p>A &lt;namedColor&gt; is used to express an RGBA color with a convenient name, and where the applicable color space is
 defined by <bibref ref="srgb"/>.</p>
-<p>For the purpose of parsing, no distinction must be made between lower and upper case.</p>
+<p>For the purpose of parsing, a distinction must not be made between lower and upper case.</p>
 <table id="namedColor-style-expression-syntax" role="syntax">
 <caption>Syntax Representation &ndash; &lt;namedColor&gt;</caption>
 <tbody>
Binary file ttml10/spec/xsd/schema.zip has changed
--- a/ttml10/spec/xsd/ttaf1-dfxp-metadata-items.xsd	Sun May 26 13:27:21 2013 -0600
+++ b/ttml10/spec/xsd/ttaf1-dfxp-metadata-items.xsd	Sun May 26 18:59:22 2013 -0600
@@ -14,8 +14,7 @@
   </xs:attributeGroup>
   <xs:attributeGroup name="agent.attlist">
     <xs:attributeGroup ref="tt:Core.attrib.class"/>
-    <xs:attribute name="type" type="ttd:metadataAgentType"
-    use="required"/>
+    <xs:attribute name="type" type="ttd:metadataAgentType" use="required"/>
   </xs:attributeGroup>
   <xs:attributeGroup name="copyright.attlist">
     <xs:attributeGroup ref="tt:Core.attrib.class"/>
@@ -25,7 +24,7 @@
   </xs:attributeGroup>
   <xs:attributeGroup name="name.attlist">
     <xs:attributeGroup ref="tt:Core.attrib.class"/>
-    <xs:attribute name="type" type="ttd:metadataNameType"/>
+    <xs:attribute name="type" type="ttd:metadataNameType" use="required"/>
   </xs:attributeGroup>
   <xs:attributeGroup name="title.attlist">
     <xs:attributeGroup ref="tt:Core.attrib.class"/>
--- a/ttml10/spec/xsd/ttaf1-dfxp-parameter-items.xsd	Sun May 26 13:27:21 2013 -0600
+++ b/ttml10/spec/xsd/ttaf1-dfxp-parameter-items.xsd	Sun May 26 18:59:22 2013 -0600
@@ -52,8 +52,8 @@
   </xs:complexType>
   <xs:complexType name="feature.eltype">
     <xs:simpleContent>
-	  <xs:extension base="ttd:featureDesignator">
-	    <xs:attributeGroup ref="ttp:feature.attlist"/>
+      <xs:extension base="ttd:featureDesignator">
+        <xs:attributeGroup ref="ttp:feature.attlist"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
@@ -66,8 +66,8 @@
   </xs:complexType>
   <xs:complexType name="extension.eltype">
     <xs:simpleContent>
-	  <xs:extension base="ttd:extensionDesignator">
-	    <xs:attributeGroup ref="ttp:extension.attlist"/>
+      <xs:extension base="ttd:extensionDesignator">
+        <xs:attributeGroup ref="ttp:extension.attlist"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>