浏览代码

inne schema tak nie maja, wiec aby nie czyscic potem specjalnie

a.binder 8 年之前
父节点
当前提交
e6e7295f51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SE/se-lib/Route/Storage/TestXsd.php

+ 1 - 1
SE/se-lib/Route/Storage/TestXsd.php

@@ -89,7 +89,7 @@ class Route_Storage_TestXsd extends RouteBase {
 		$struct = $schema->getStruct();
 		$struct = $schema->getStruct();
 		DBG::_('DBG', '>1', "struct", $struct, __CLASS__, __FUNCTION__, __LINE__);
 		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->startElement('xs:complexType');
 		$xmlWriter->writeAttribute('name', $typeName);
 		$xmlWriter->writeAttribute('name', $typeName);