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. --- tests/cxx/tree/binary/xdr/test.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/cxx/tree/binary/xdr/test.xml') diff --git a/tests/cxx/tree/binary/xdr/test.xml b/tests/cxx/tree/binary/xdr/test.xml index 928b4cf..5cedd98 100644 --- a/tests/cxx/tree/binary/xdr/test.xml +++ b/tests/cxx/tree/binary/xdr/test.xml @@ -1,6 +1,7 @@ + xsi:schemaLocation="test test.xsd" + any_simple_type_attr="any simple content"> 1 2 3 @@ -87,5 +88,6 @@ 2001-11+02:00 + any simple content in element -- cgit v1.1