Here is the XML Schema for the XML produced by Apache Ant's JUnit task and JUnitReport task, based on the code in Apache Ant 1.8.2:

The Apache Ant JUnit XML Schema is distributed under the terms of the GNU Lesser General Public License (LGPL). Permission to waive conditions of this license may be requested from Windy Road Support.
[...] realizing, this I went on searching for a true format and came upon an XSD file for the Junit.xml file. I ran xmllint –noout –schema junit.xsd junit.xml and well, it didn’t pass. So I started to [...]