aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/binary/custom/test.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-16 09:48:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-16 09:48:20 +0200
commit4ed219d64921e14b9809fd3a535f94fbe2c01d26 (patch)
treec1209bfc2428dcc40b33090c736de06ae8219b55 /tests/cxx/hybrid/binary/custom/test.xml
parent14b0a6960b6dff5d5bbe226d4368e3dbf9f9628b (diff)
Make the tests more uniform
Diffstat (limited to 'tests/cxx/hybrid/binary/custom/test.xml')
-rw-r--r--tests/cxx/hybrid/binary/custom/test.xml93
1 files changed, 0 insertions, 93 deletions
diff --git a/tests/cxx/hybrid/binary/custom/test.xml b/tests/cxx/hybrid/binary/custom/test.xml
deleted file mode 100644
index 1218c37..0000000
--- a/tests/cxx/hybrid/binary/custom/test.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<t:root xmlns:t="test">
-
- <list>1 2 3</list>
-
- <union>abc</union>
-
- <enumeration>left</enumeration>
-
- <complex x="1" df2="456" ff2="123" dv2="mmm nnn" fv2="aaa bbb ccc">
- <a>aaa</a>
- </complex>
- <complex x="1" y="2" ff2="123" fv2="aaa bbb ccc">
- <a>aaa</a>
- <b>bbb</b>
- <c>c</c>
- <c>cc</c>
- <c>ccc</c>
- </complex>
-
- <choice/>
- <choice><a>123</a></choice>
- <choice><b>ab</b><b>cd</b><b>ef</b></choice>
- <choice><c>12.34</c><d>false</d></choice>
-
- <!-- integers -->
- <byte>65</byte>
- <unsigned_byte>66</unsigned_byte>
- <short>-222</short>
- <unsigned_short>57005</unsigned_short>
- <int>-57005</int>
- <unsigned_int>3735928559</unsigned_int>
- <long>-2147483648</long>
- <unsigned_long>2147483647</unsigned_long>
- <integer>-2147483648</integer>
- <non_positive_integer>-2147483648</non_positive_integer>
- <non_negative_integer>2147483647</non_negative_integer>
- <positive_integer>2147483647</positive_integer>
- <negative_integer>-2147483648</negative_integer>
-
-
- <!-- boolean -->
- <boolean>true</boolean>
-
-
- <!-- floats -->
- <float>1234.1234</float>
- <double>12345678.12345678</double>
- <decimal>1234567812345678.1234567812345678</decimal>
-
-
- <!-- strings -->
- <string>string</string>
- <normalized_string>normalized string</normalized_string>
- <token>one two three</token>
- <name>name</name>
- <name_token>name-token</name_token>
- <name_tokens>name tokens</name_tokens>
- <ncname>ncname</ncname>
- <language>en-us</language>
-
- <!-- qualified name -->
- <qname>xsi:schemaLocation</qname>
-
-
- <!-- ID/IDREF -->
- <id>elements1</id>
- <id>elements2</id>
- <id_ref>elements1</id_ref>
- <id_refs>elements1 elements2</id_refs>
-
-
- <!-- URI -->
- <any_uri>http://www.codesynthesis.com</any_uri>
-
-
- <!-- binary -->
- <base64_binary>YmFzZTY0IGJpbmFyeQ==</base64_binary>
- <hex_binary>6865782052696E617279</hex_binary>
-
-
- <!-- date/time -->
- <date>2001-10-26+02:00</date>
- <date_time>2001-10-26T21:32:52+02:00</date_time>
- <duration>P1Y2M3DT5H20M30S</duration>
- <day>---01+02:00</day>
- <month>--11+02:00</month>
- <month_day>--11-02+02:00</month_day>
- <year>2001+02:00</year>
- <year_month>2001-11+02:00</year_month>
- <time>21:32:52+02:00</time>
-
-
-</t:root>