|
|
@@ -26,6 +26,7 @@ class Route_Storage_TestXsd extends RouteBase {
|
|
|
$xmlWriter->startElement('xs:schema');
|
|
|
$xmlWriter->writeAttribute('xmlns:xs', 'http://www.w3.org/2001/XMLSchema');
|
|
|
$xmlWriter->writeAttribute('xmlns:vc', 'http://www.w3.org/2007/XMLSchema-versioning');
|
|
|
+ $xmlWriter->writeAttribute('xmlns:system_cache__appinfo', 'http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd');
|
|
|
$xmlWriter->writeAttribute("xmlns:{$p5TypePrefix}", $p5TypeNsUri);
|
|
|
$xmlWriter->writeAttribute('elementFormDefault', 'qualified');
|
|
|
$xmlWriter->writeAttribute('targetNamespace', $objNsUri);
|