cancel
Showing results for 
Search instead for 
Did you mean: 

XI does not allow me to add new segment....?

Former Member
0 Kudos

Hi,

I created a message from XSD...The XSD allows one node to be repeated say 5 number of times.

But when I create the Message out of this XSD, it has just one node for this .Now I want to create another similar node...

Any idea how to do that?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

have you tried changing the XSD node to something like this:

<xsd:element ref="Orders" minOccurs="0" maxOccurs="unbounded" />

if defined like this it will allow many Orders nodes

Regards,

michal