blob: 63a2e0ecf2ec58829650a73d997000534b2f07e8 [file] [log] [blame]
<list xmlns="http://www.example.org/example1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0">
<a type="xsd:byte">-1</a>
<b type="xsd:unsignedByte">255</b>
<c type="xsd:short">-1</c>
<d type="xsd:unsignedShort">65535</d>
<e type="xsd:int">-1</e>
<f type="xsd:unsignedInt">4294967295</f>
<g type="xsd:long">-1</g>
<h type="xsd:unsignedLong">18446744073709551615</h>
</list>