- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 18 Sep 2009 13:04:42 +0000
- To: www-xml-schema-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7352
--- Comment #2 from Sandy Gao <sandygao@ca.ibm.com> 2009-09-18 13:04:41 ---
Concrete proposal. In Appendix A, remove the default value on the attribute
declaration for "nillable" from the complex type definition "element". i.e.
remove default="false" from the following:
<xs:complexType name="element" abstract="true">
<xs:annotation>
...
</xs:annotation>
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence>
...
</xs:sequence>
...
<xs:attribute name="nillable" type="xs:boolean" default="false"
use="optional"/>
...
</xs:extension>
</xs:complexContent>
</xs:complexType>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 18 September 2009 13:04:57 UTC