rbutterwood
Programmer
Hi,
I want to have the following XML instance file:
<ResponseBatch>
<Response>
<ResponseName>Codes</ResponseName>
<CodeName>blah</CodeName>
</Response>
<Response>
<ResponseName>Items</ResponseName>
<ItemName>blah</ItemName>
</Response>
</ResponseBatch>
When I built the XSD it complained that I had a duplicate element name.
Can someone please help with the XSD design?
I want to have the following XML instance file:
<ResponseBatch>
<Response>
<ResponseName>Codes</ResponseName>
<CodeName>blah</CodeName>
</Response>
<Response>
<ResponseName>Items</ResponseName>
<ItemName>blah</ItemName>
</Response>
</ResponseBatch>
When I built the XSD it complained that I had a duplicate element name.
Can someone please help with the XSD design?