blob: 1ddba51556f9015fad68af46082b3efe8a63aaee [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<My:load xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:My="java:com.mytest"
xmlns:n1="java:com.mytest" >
<My:Myelt ignore="someval" My:Attrib="4444.123456789">
<My:MyFloat>111111165.34</My:MyFloat>
<My:MyClass xsi:type="My:MySubClass">
<My:Myatt xsi:type="xsd:token">inner-str</My:Myatt>
<My:BigInt> 7474747474747474747474747474747474 </My:BigInt>
</My:MyClass>
<n1:MyClassArray n3:type="n1:MySubClass" xmlns:n3="http://www.w3.org/2001/XMLSchema-instance">
<n1:Myatt>DEFAULT:1071412448</n1:Myatt>
<n1:BigInt>1111111111</n1:BigInt>
</n1:MyClassArray>
<n1:MyClassArray>
<n1:Myatt>DEFAULT:380079710</n1:Myatt>
</n1:MyClassArray>
<n1:MyClassArray n4:type="n1:MySubClass" xmlns:n4="http://www.w3.org/2001/XMLSchema-instance">
<n1:Myatt>DEFAULT:1071412448</n1:Myatt>
<n1:BigInt>2222222222</n1:BigInt>
</n1:MyClassArray>
</My:Myelt>
<!-- test as-if for simple types-->
<My:Myatt xsi:nil=" false " xsi:type="My:custom-string">some string</My:Myatt>
</My:load>