DR 09-0239: DML, colors: CT_PresetColor's val attribute should be required

Shawn Villaron shawnv at microsoft.com
Fri Jun 5 18:41:03 CEST 2009


Here is my proposed response for this defect report:

DR 09-0239- DML, colors: CT_PresetColor's val attribute should be required
Part 1, Schema Change Required

   <xsd:complexType name="CT_PresetColor">

      <xsd:sequence>

         <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>

      </xsd:sequence>

      <xsd:attribute name="val" type="ST_PresetColorVal" use="required"/>

   </xsd:complexType>

Part 1, Relax NG Change Required

a_CT_PresetColor =

  attribute val { a_ST_PresetColorVal }?,

  a_EG_ColorTransform*

Part 4, Schema Change Required

   <xsd:complexType name="CT_PresetColor">

      <xsd:sequence>

         <xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded"/>

      </xsd:sequence>

      <xsd:attribute name="val" type="ST_PresetColorVal" use="required"/>

   </xsd:complexType>

Part 4, Relax NG Change Required

a_CT_PresetColor =

  attribute val { a_ST_PresetColorVal }?,

  a_EG_ColorTransform*


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.vse.cz/pipermail/sc34wg4/attachments/20090605/f3df5125/attachment.htm>


More information about the sc34wg4 mailing list