Wrong basetype in test73722_dt.xsd

Hej,

the file test73722_dt.xsd from the MS-Additional tests contains the following 
statement:

<!-- aaung Added missing types supports -->
 <xs:simpleType name="anySimpleType" >
   <xs:restriction base="xs:string" />
 </xs:simpleType>

That's definitly wrong, as xs:anySimpleType inherits xs:anyType per 
definition. So although the schema test is marked as valid, it triggers
an error here because of the circular inheritance of xs:string -> 
xs:anySimpleType -> xs:string.

Ciao,
Tobias

Received on Wednesday, 29 October 2008 14:44:22 UTC