@@ -89,7 +89,7 @@ class Route_Storage_TestXsd extends RouteBase {
$struct = $schema->getStruct();
DBG::_('DBG', '>1', "struct", $struct, __CLASS__, __FUNCTION__, __LINE__);
- $typeName = "{$tblName}Type";
+ $typeName = "{$tblName}"; //.Type is not like others xsd. objects
$xmlWriter->startElement('xs:complexType');
$xmlWriter->writeAttribute('name', $typeName);