RE: [relax-ng] Trang XSD output
> Are you sure? My understanding is that: No, not entirely sure, except I know that <xs:element name="foo"/> has an implicit type of anyType. As you have probably seen, MSV issues a warning on <xs:element name="foo"> <xs:complexType mixed="true"/> </xs:element> I GUESS because it does not find a type attribute on <xs:element>? While it appears to be correct, <xs:complexType mixed="true"/> requires a lot out of a human reader to understand what is going on. Mike