|
@@ -1289,8 +1289,8 @@ if($DBG){echo 'L.' . __LINE__ . ' $validateConvertedTransactionXsdString:';print
|
|
|
[ 'xsd:complexType', [
|
|
[ 'xsd:complexType', [
|
|
|
[ 'xsd:sequence', [
|
|
[ 'xsd:sequence', [
|
|
|
[ 'xsd:element', ['name'=>"primaryKey", 'type'=>$xsdPrimaryKey], null ],
|
|
[ 'xsd:element', ['name'=>"primaryKey", 'type'=>$xsdPrimaryKey], null ],
|
|
|
- [ 'xsd:element', ['name'=>"instance", 'type'=>$xsdInstanceType], null ],
|
|
|
|
|
- [ 'xsd:element', ['name'=>"type", 'type'=>"xsd:string"], null ],// TODO: instance, derived
|
|
|
|
|
|
|
+ [ 'xsd:element', ['name'=>"instance_name", 'type'=>$xsdInstanceType], null ],
|
|
|
|
|
+ [ 'xsd:element', ['name'=>"instance_type", 'type'=>"xsd:string"], null ],// TODO: instance, derived, matching
|
|
|
[ 'xsd:element', ['name'=>"create_author", 'type'=>"xsd:string"], null ],
|
|
[ 'xsd:element', ['name'=>"create_author", 'type'=>"xsd:string"], null ],
|
|
|
[ 'xsd:element', ['name'=>"create_date", 'type'=>"xsd:dateTime"], null ],
|
|
[ 'xsd:element', ['name'=>"create_date", 'type'=>"xsd:dateTime"], null ],
|
|
|
[ 'xsd:element', ['name'=>"update_author", 'type'=>"xsd:string"], null ],
|
|
[ 'xsd:element', ['name'=>"update_author", 'type'=>"xsd:string"], null ],
|