[Bug 5047] Content of "dataType" in the IF schema

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