element ref="" handling broken
Status: Beta
Brought to you by:
kutterma
The following definition leads to bad results:
<element name="foo" type="string"/>
<element name="bar">
<complexType>
<all>
<element ref="foo"/>
</all>
</complexType>
</element>
The generated code does not set the class generated for "foo" as class for the attribute "foo" in "bar", but tries to use the referenced element's type.
Logged In: YES
user_id=884175
Originator: YES
- fixed in rev683 - test is still missing
Logged In: YES
user_id=884175
Originator: YES
- fixed in 2.00.04