DR 09-0245: PML, extensibility: CT_StringTag's name and val attributes should be required
Shawn Villaron
shawnv at microsoft.com
Fri Jun 5 19:03:55 CEST 2009
DR 09-0245- PML, extensibility: CT_StringTag's name and val attributes should be required
Part 1, Schema Change Required
<xsd:complexType name="CT_StringTag">
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="val" type="xsd:string" use="required"/>
</xsd:complexType>
Part 1, Relax NG Change Required
p_CT_StringTag =
attribute name { xsd:string }?,
attribute val { xsd:string }?
Part 4, Schema Change Required
<xsd:complexType name="CT_StringTag">
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="val" type="xsd:string" use="required"/>
</xsd:complexType>
Part 4, Relax NG Change Required
p_CT_StringTag =
attribute name { xsd:string }?,
attribute val { xsd:string }?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.vse.cz/pipermail/sc34wg4/attachments/20090605/5ab4f643/attachment.htm>
More information about the sc34wg4
mailing list