- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 01 Nov 2007 04:32:02 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5047
------- Comment #10 from kumarp@microsoft.com 2007-11-01 04:32 -------
I agree about the need to match elements without a namespace. I am ok with the
definition being:
<xs:complexType name="dataType" mixed="false">
<xs:sequence>
<xs:any processContents="skip" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
We must have the ability to have empty dataType content. It is used to
represent tombstoned documents in one of our scenarios.
Received on Thursday, 1 November 2007 04:32:10 UTC