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

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