Specify namespace for an element in XSD
问题 I've got an XML for which I need to generate an XSD. My XML goes as follows: Instance: <mes:GetInboundResponseGetInboundSMS xmlns:mes="http://abcd.com"> <response> <messages> <item> <date>15/04/2014 00:00:00</date> </item> <item> <date>01/07/2014 10:01:32</date> </item> </messages> </response> </mes:GetInboundResponseGetInboundSMS> Please note that only the outermost element GetInboundResponseGetInboundSMS belongs to a namespace http://abcd.com - the rest of the elements don't. How do I