- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 30 Oct 2007 23:42:03 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5047
------- Comment #8 from kumarp@microsoft.com 2007-10-30 23:42 -------
The analysis presented makes sense. #1 sounds reasonable to me. If this is the
proposal then I agree with it.
The current schema allows for dataType content to by empty and we should
continue to allow it. Thus, the effective definition becomes:
<xs:complexType name="dataType" mixed="false">
<xs:sequence>
<xs:any namespace="##other" processContents="skip" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
Received on Tuesday, 30 October 2007 23:42:13 UTC