[ttml10se] (1) ensure that @type is required on ttm:name in XSD, (2) editorial language cleanup
--- 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><hexDigit></head>
<p>A <hexDigit> 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 – <hexDigit></caption>
<tbody>
@@ -6306,7 +6306,7 @@
<head><namedColor></head>
<p>A <namedColor> 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 – <namedColor></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>