|
|
@@ -1370,7 +1370,7 @@ if($DBG){echo 'L.' . __LINE__ . ' $validateConvertedTransactionXsdString:';print
|
|
|
$elNode->setAttribute('type', "{$fldName}Type");
|
|
|
$elNode->setAttributeNS($rootWfsNsUri, "{$rootWfsNs}:name", $fldName);
|
|
|
} else if ('alias_ref:' == substr($fldType, 0, 10)) {
|
|
|
- $elNode->setAttribute('ref', "p5_" . $acl->getSourceName() . ":" . $acl->getName() . "__x3A__{$fldName}");
|
|
|
+ $elNode->setAttribute('ref', "p5_" . $acl->getSourceName() . ":{$fldName}");
|
|
|
$elNode->setAttributeNS($rootWfsNsUri, "{$rootWfsNs}:name", $fldName);
|
|
|
} else {
|
|
|
$elNode->setAttribute('name', $fldName);
|
|
|
@@ -1407,8 +1407,8 @@ if($DBG){echo 'L.' . __LINE__ . ' $validateConvertedTransactionXsdString:';print
|
|
|
// <xsd:element name="{$fldName}" ref="{$localRefType}">
|
|
|
$ctNode = $dom->createElementNS('http://www.w3.org/2001/XMLSchema', 'xsd:element');
|
|
|
$rootNode->appendChild($ctNode);
|
|
|
- $ctNode->setAttribute('name', $acl->getName() . "__x3A__{$fldName}");
|
|
|
- $ctNode->setAttribute('type', "{$localRefType}");
|
|
|
+ $ctNode->setAttribute('name', $fldName);
|
|
|
+ $ctNode->setAttribute('type', $localRefType);
|
|
|
} else if ('local_ref:' == substr($fldType, 0, 10)) {
|
|
|
$localRefType = substr($fldType, 10);
|
|
|
// <xsd:complexType name="produkt_Type">
|