Hi!

Is there any way to create a unordered mapping with non-optional attribute-values? Whenever I use ordered="false" the compiler want's me to make all value-element optional, even when they are only attributes and no elements.

Example:

<binding ... ordered="false">
   <value style="attribute" name="a" field="a"/>
   <value style="attribute" name="b" field="b"/>
   <collection field="c" item-type="..." usage="optional"/>
   <collection field="d" item-type="..." usage="optional"/>
</binding>

The compiler doesn't accept this, because the attributes a and b are not optional.

Thanks,
Tom


------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to