소스 검색

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();
 		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);