Re: InfoPath Auto-Generated Schema Element become Record

Home Page Forums BizTalk 2004 – BizTalk 2010 InfoPath Auto-Generated Schema Element become Record Re: InfoPath Auto-Generated Schema Element become Record

#21363

I realised that after i generate the schema from the XML file using the BizTalk Schema Generator, if a particular XML tag has no data, the data type of that tag in the schema would be xs:anyType which makes that tag a record. To resolve that, make a default value in the tag and the tag would be in xs:string and this will make that tag an attribute [:)]