I am generating classes from an XSD that defines a construct like this:

<Orders>
  <OrderEntryId>
  <OrderEntryId>
  ...
</Orders>

When I run SourceGenerator on the attached XSD, it generates the Orders
object but also makes OrderEntryId into a OrdersItem object that I must call
setOrderEntryId(...) against.  How can I have Castor generate a java
Collection of Strings instead?  Is this something that can be done on the
XSD side or must I do it with Castor? 

Thanks,

Kory

Attachment: DuplicateStatus.xsd
Description: Binary data

Reply via email to