Menu

#90 element ref="" handling broken

2.0x
closed-fixed
5
2008-06-28
2008-05-21
No

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.

Discussion

  • Martin Kutter

    Martin Kutter - 2008-05-21

    Logged In: YES
    user_id=884175
    Originator: YES

    - fixed in rev683 - test is still missing

     
  • Martin Kutter

    Martin Kutter - 2008-06-05

    Logged In: YES
    user_id=884175
    Originator: YES

    - fixed in 2.00.04

     
  • Martin Kutter

    Martin Kutter - 2008-06-28
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB