Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » XSD serialization format
XSD serialization format [message #596414] Thu, 15 September 2005 17:40
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Is it possible to control the order of attributes when serializing XSD model
to a file?

Currently, I get this serialization:

<xsd:element minOccurs="0" maxOccurs="unbounded" name="Party"
type="PartyType"/>

But for readability, it is much better to reorder attributes as:

<xsd:element name="Party" type="PartyType" minOccurs="0"
maxOccurs="unbounded"/>

Thanks!
Dave Carlson
Previous Topic:Redefine does give the resolved schema
Next Topic:XSD serialization format
Goto Forum:
  


Current Time: Fri Apr 26 21:13:28 GMT 2024

Powered by FUDForum. Page generated in 0.04344 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top