//----------------------------------------------------------------------------
// Isomorphic SmartClient v5.5.1 patch
// Purpose: Fix for nested datasource transform not working correctly with XML
// binding.
//----------------------------------------------------------------------------
if (isc.buildDate == "2006-12-12") {
isc.DataSource.addMethods({
getSchema:function(_1){var _2=this.getWebService();if(isc.isA.WebService(_2))return _2.getSchema(_1);var _3=this.getSchemaSet();if(_3!=null){var _4=_3.getSchema(_1);if(_4!=null)return _4}
return isc.DS.get(_1)}
});
}