| Author |
XSD from this XML Instance
|
Richard Butterwood
Ranch Hand
Joined: Nov 07, 2005
Posts: 45
|
|
Hi, Can someone help me with the XSD of the following XML instance? <?xml version="1.0" encoding="UTF-8"?> <ResponseBatch xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://infor.com/FactsResponseBatch" ConsumerKey="1234" Language="English" DateTime="today" SerialID="0011111"> <Response xmlns="http://infor.com/FactsItemBalance" RequestID="CustomerItemNumber" SerialID="54321" Company="12"> <Warehouses> <Warehouse> ............... </Warehouse> </Warehouses> </Response> <Response xmlns="http://infor.com/FactsCodes" RequestID="Codes" SerialID="54321" Company="12"> <Codes> <Code> </Code> </Codes> </Response> </ResponseBatch> Basically I want to have multiple Response elements with different elements inside. I thought this would be possible with different namespaces? Any clues?
|
 |
 |
|
|
subject: XSD from this XML Instance
|
|
|