H
howa
The following show two examples, which one is better you think?
<report>
<minScore></minScore>
<maxScore></maxScore>
.... other stuffs
</report>
or
<report>
<score>
<maxScore></maxScore>
<minScore></minScore>
</score>
...
</report>
<report>
<minScore></minScore>
<maxScore></maxScore>
.... other stuffs
</report>
or
<report>
<score>
<maxScore></maxScore>
<minScore></minScore>
</score>
...
</report>