RE: [relax-ng] Trang XSD output

From
Michael Fitzgerald <>
Date
2002-08-10T05:38:41+00:00
ID
Thread
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