Export Test Results in JUnit Format

What is the format of the JUnit report here? It seems to be some type of hybrid between a junit report and a summary report. Some of the fields are not standard, like STATUS. Is there an xsd somewhere?

It should be compatible with the Jenkins JUnit xsd -https://github.com/junit-team/junit5/blob/master/platform-tests/src/test/resources/jenkins-junit.xsd Something on the order of this would be nice.