1<?xml version="1.0" encoding="UTF-8"?> 2<out> 3<child number="1"> 4<grandchild number="1" descendantaxiscount="1" descendantorselfaxiscount="2"/> 5<grandchild number="2" descendantaxiscount="3" descendantorselfaxiscount="4"/> 6</child> 7<child number="2"> 8<grandchild number="1" descendantaxiscount="3" descendantorselfaxiscount="4"/> 9</child> 10<child number="3"> 11<grandchild number="1" descendantaxiscount="1" descendantorselfaxiscount="2"/> 12</child> 13<child number="4"> 14<grandchild number="1" descendantaxiscount="0" descendantorselfaxiscount="1"/> 15</child> 16<child number="5"> 17<grandchild number="1" descendantaxiscount="0" descendantorselfaxiscount="1"/> 18<grandchild number="2" descendantaxiscount="0" descendantorselfaxiscount="1"/> 19</child> 20<child number="6"> 21</child> 22</out>