diff Lib/IMPL/DOM/Schema/ComplexType.pm @ 238:b8c724f6de36

DOM model refactoring TT view refactoring, controls are no longer derived from DOM nodes bugfixes
author sergey
date Tue, 16 Oct 2012 01:33:06 +0400
parents 2904da230022
children 4ddb27ff4a0b
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/ComplexType.pm	Mon Oct 15 17:39:12 2012 +0400
+++ b/Lib/IMPL/DOM/Schema/ComplexType.pm	Tue Oct 16 01:33:06 2012 +0400
@@ -28,7 +28,7 @@
     my ($this,%args) = @_;
     
     $this->{$nativeType} = $args{nativeType};
-    $this->{$messageWrongType} = $args{messageWrongType} || "A complex node '%Node.path%' is expected to be %Schema.nativeType%";
+    $this->{$messageWrongType} = $args{messageWrongType} || "A complex node '%node.path%' is expected to be %schema.nativeType%";
 }
 
 sub Validate {