DR 09-0234: DML, text: CT_TextBulletSizePercent's val attribute should be required

Shawn Villaron shawnv at microsoft.com
Fri Jun 5 18:37:34 CEST 2009


Here is my proposed response for this defect report:

DR 09-0234- DML, text: CT_TextBulletSizePercent's val attribute should be required
Part 1, Schema Change Required

   <xsd:complexType name="CT_TextBulletSizePercent">

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

   </xsd:complexType>

Part 1, Relax NG Change Required

a_CT_TextBulletSizePercent =

  attribute val { a_ST_TextBulletSizePercent }?

Part 4, Schema Change Required

   <xsd:complexType name="CT_TextBulletSizePercent">

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

   </xsd:complexType>

Part 4, Relax NG Change Required

a_CT_TextBulletSizePercent =

  attribute val { a_ST_TextBulletSizePercent }?


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


More information about the sc34wg4 mailing list