From 1a4099b78717b16f632b0e7e0980a27811221e52 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Jul 2014 09:57:09 +0200 Subject: Implement anyType and anySimpleType content representation anyType as a DOM fragment, similar to wildcards. anySimpleType as a text string. --- libxsd/xsd/cxx/tree/comparison-map.txx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'libxsd/xsd/cxx/tree/comparison-map.txx') diff --git a/libxsd/xsd/cxx/tree/comparison-map.txx b/libxsd/xsd/cxx/tree/comparison-map.txx index e996aec..af23d64 100644 --- a/libxsd/xsd/cxx/tree/comparison-map.txx +++ b/libxsd/xsd/cxx/tree/comparison-map.txx @@ -19,18 +19,17 @@ namespace xsd // anyType and anySimpleType. // - //register_type ( - // typeid (type), - // &comparator_impl, - // false); - - typedef simple_type simple_type; + register_type ( + typeid (type), + &comparator_impl, + false); - //register_type ( - // typeid (simple_type), - // &comparator_impl, - // false); + typedef simple_type simple_type; + register_type ( + typeid (simple_type), + &comparator_impl, + false); // Strings // -- cgit v1.1