Menu

#32 erroneous content for simple list types

PyXB 0.5.2
closed
None
fixed
Content model
minor
PyXB 0.5.1
defect
2009-07-16
2009-07-16
No

If a complex type has an element with maxOccurs 1 and a type that is a simple type of list variety, setting the element value improperly adds each member of the list to the content, instead of adding the whole list as a single value.

Discussion

  • Peter A. Bigot

    Peter A. Bigot - 2009-07-16
    • status changed from new to closed
    • resolution set to fixed

    Fixed in [1512].

     
  • Peter A. Bigot

    Peter A. Bigot - 2009-07-16

    Note that the original behavior did the correct thing as far as the element member of the complex type was concerned (i.e., the value of the element was the list); it just screwed up the secondary content array.