1<?xml version="1.0" encoding="utf-8"?>
2<types>
3    <stringTypes>
4        <string>abcd</string>
5        <token>abcd</token>
6        <normalizedString>abcd</normalizedString>
7        <language>abcd</language>
8        <entity>abcd</entity>
9        <entities>a b c d</entities>
10        <id>abcd</id>
11        <name>abcd</name>
12        <ncname>abcd</ncname>
13        <nmtoken>abcd</nmtoken>
14        <nmtokens>a b c d</nmtokens>
15    </stringTypes>
16    <dateTypes>
17        <date>2018-06-18</date>
18        <dateTime>2018-06-18T21:32:52</dateTime>
19        <duration>P3M</duration>
20        <gDay>---18</gDay>
21        <gMonth>--06</gMonth>
22        <gMonthDay>--06-18</gMonthDay>
23        <gYear>2018</gYear>
24        <gYearMonth>2018-06</gYearMonth>
25        <time>21:32:52</time>
26    </dateTypes>
27    <numericTypes>
28        <decimal>1234.57</decimal>
29        <integer>1234567890123456789</integer>
30        <long>9223372036854775807</long>
31        <int>2147483647</int>
32        <short>32767</short>
33        <byte>127</byte>
34        <negativeInteger>-1234</negativeInteger>
35        <nonNegativeInteger>1234</nonNegativeInteger>
36        <positiveInteger>1234</positiveInteger>
37        <nonPositiveInteger>-1234</nonPositiveInteger>
38        <unsignedLong>1234</unsignedLong>
39        <unsignedInt>1234</unsignedInt>
40        <unsignedShort>1234</unsignedShort>
41        <unsignedByte>255</unsignedByte>
42    </numericTypes>
43    <miscTypes>
44        <double>1234.57</double>
45        <float>123.4</float>
46        <anyURI>https://www.google.com</anyURI>
47        <base64Binary>Z29vZ2xl</base64Binary>
48        <boolean>true</boolean>
49        <hexBinary>016a75cb56d7e7</hexBinary>
50        <QName>abcd</QName>
51        <IDREF>abcd</IDREF>
52        <IDREFS>abcd abcd</IDREFS>
53        <anyType>abcd</anyType>
54    </miscTypes>
55    <listPrimitiveTypes>
56        <listLong>-9223372036854775808 9223372036854775807</listLong>
57        <listInt>-2147483648 2147483647</listInt>
58        <listShort>-32768 32767</listShort>
59        <listByte>-128 127</listByte>
60        <listDouble>1234.56 5678.12</listDouble>
61        <listFloat>123.4 456.1</listFloat>
62        <listBoolean>true false</listBoolean>
63    </listPrimitiveTypes>
64</types>
65