Biztalk 2010: mapping an xsd with a lot of elements with the same name
问题 In Bitzalk 2010 I should map from an input to an XML with the following structure: <REQUEST> <PROGRAM name=\"PROGRAM123\"> <INPUT> <INSTRUCT name=\"INSTR1\"> <FIELD name=\"FIELD11\">VALUE1</FIELD> <FIELD name=\"FIELD12\">VALUE2</FIELD> <FIELD name=\"FIELD13\">VALUE3</FIELD> </INSTRUCT> <INSTRUCT name=\"INSTR2\"> <FIELD name=\"FIELD21\">VALUE4</FIELD> <FIELD name=\"FIELD22\">VALUE5</FIELD> <FIELD name=\"FIELD23\">VALUE6</FIELD> <FIELD name=\"FIELD24\">VALUE7</FIELD> </INSTRUCT> <INSTRUCT name=