DR 09-0236: DML, effects: CT_EffectReference's ref attribute should be required

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


Here is my proposed response to this defect report:

DR 09-0236- DML, effects: CT_EffectReference's ref attribute should be required
Part 1, Schema Change Required

   <xsd:complexType name="CT_EffectReference">

      <xsd:attribute name="ref" type="xsd:token" use="required"/>

   </xsd:complexType>

Part 1, Relax NG Change Required

a_CT_EffectReference = attribute ref { xsd:token }?

Part 4, Schema Change Required

   <xsd:complexType name="CT_EffectReference">

      <xsd:attribute name="ref" type="xsd:token" use="required"/>

   </xsd:complexType>

Part 4, Relax NG Change Required

a_CT_EffectReference = attribute ref { xsd:token }?


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


More information about the sc34wg4 mailing list