diff Lib/IMPL/DOM/Schema/SimpleType.pm @ 152:1e7f03414b65

DOM: schema improvements DOM: saving to XML::Writer feature
author wizard
date Thu, 23 Sep 2010 03:58:43 +0400
parents e30bdd040fe3
children 76515373dac0
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/SimpleType.pm	Fri Aug 20 16:33:37 2010 +0400
+++ b/Lib/IMPL/DOM/Schema/SimpleType.pm	Thu Sep 23 03:58:43 2010 +0400
@@ -5,10 +5,11 @@
 use base qw(IMPL::DOM::Schema::SimpleNode);
 use IMPL::Class::Property;
 use IMPL::Class::Property::Direct;
+use IMPL::DOM::Property qw(_dom);
 
 BEGIN {
-    public _direct property nativeType => prop_get;
-    public _direct property messageWrongType => prop_get;
+    public _dom _direct property nativeType => prop_get;
+    public _dom _direct property messageWrongType => prop_get;
 }
 
 our %CTOR = (