Home Page › Forums › BizTalk 2004 – BizTalk 2010 › InfoPath Auto-Generated Schema Element become Record › Re: InfoPath Auto-Generated Schema Element become Record
December 12, 2008 at 3:49 AM
#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 [:)]