When I try to generate a binding using the XMLTypesParser, I get a walkback
for a schema containing something like this:
<xs:complexType>
<xs:choice>
<xs:element ref="operacion"/>
<xs:element ref="resultado"/>
</xs:choice>
<xs:attribute name="version" type="xs:string"/>
</xs:complexType>
if I qualify the refereneces,
<xs:element ref="ns:operacion"/>
it works fine.
Are unqualified refs invalid ?
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc