[xsd-users] Issue with maintaining order

Babinskas, Albert albert.babinskas at imagingsciences.com
Thu Feb 19 10:54:01 EST 2015


Hi Boris,
Thank you for help.
This worked for me:
--ordered-type annotations_t --ordered-type-derived --ordered-type annotationList --ordered-type-derived

Not sure if right, but it worked.

-Albert

-----Original Message-----
From: Boris Kolpackov [mailto:boris at codesynthesis.com] 
Sent: Thursday, February 19, 2015 10:39 AM
To: Babinskas, Albert
Cc: xsd-users at codesynthesis.com
Subject: Re: [xsd-users] Issue with maintaining order

Hi Albert,

Babinskas, Albert <albert.babinskas at imagingsciences.com> writes:

> I tried --ordered-type annotationList

The type in question is anonymous and its name can differ from the element's name. Check what is the corresponding generated
C++ class name and try that. If it has a number at the end, e.g.,
AnnotationList1, try both with and without the number.

Boris



More information about the xsd-users mailing list