Central. This data is transformed into an XML using an XSD format. The
XML is then send to an external system.
I managed to get most of the process working but i'm still
experiencing an issue with a section of the XSD. The data consists of a
header, this section only appears once at the top of the xml, and one or
multiple orderlines. The orderlines should appear multiple times but
instead the data for multiple orderlines is added into one block.
I've added exampels for the xsd, the xml as it should appear and the xml as it appears now.
The XSD
The XML as it's expected
The XML output i'm getting now