George Cristian Bina wrote:
> Hi Paul,
>
> Xerces follows the rules specified in the XML Schema 1.0 specification
> and in your case there is clearly no complete mapping from
>
> <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
>
> to
>
> <xs:element name="a" type="xs:date"/>
> <xs:element name="b" type="xs:date" minOccurs="0"/>
Once again type derivation proves itself unsatisfactory when applied to
complex types. It sounded a good idea at the time.
Yours Predictably
Rick Jelliffe