| Issue 7: | Order annotation on XmlMember and Ordered on XmlClass | |
| 1 person starred this issue and may be notified of changes. | Back to list |
It would be nice to have the ability to order the children of an XmlClass Element. This would allow for better support for schema validation for xs:sequence or .NET WCF integration where ordering is important. I have implemented this on a version of my codebase, if interested. So the usage would be: [XmlClass(ordered="true")] [XmlElement(order=1)] The ordering rules would be order by order, then by localname
Mar 29, 2009
Project Member
#1
alex.id....@gmail.com
Status:
Accepted
Mar 30, 2009
Fixed ordering issue. ordering fields is now accepted by using order index or alias. See usage wiki page for further details. Revision 235
Status:
Fixed
Dec 11, 2009
(No comment was entered for this change.)
Status:
Done
Dec 28, 2009
(No comment was entered for this change.)
Status:
Verified
|