DR 09-0235: DML, text: CT_TextBulletSizePoint's val attribute should be required

Shawn Villaron shawnv at microsoft.com
Fri Jun 5 18:38:11 CEST 2009


Here is my proposed response to this defect report:

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

   <xsd:complexType name="CT_TextBulletSizePoint">

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

   </xsd:complexType>

Part 1, Relax NG Change Required

a_CT_TextBulletSizePoint = attribute val { a_ST_TextFontSize }?

Part 4, Schema Change Required

   <xsd:complexType name="CT_TextBulletSizePoint">

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

   </xsd:complexType>

Part 4, Relax NG Change Required

a_CT_TextBulletSizePoint = attribute val { a_ST_TextFontSize }?


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


More information about the sc34wg4 mailing list