I see in the olympics SportsML example you have <player-stats score="1:43.75" score-type="TIME" result-effect="spresulteffect:qualification"> - in cycling you have <player-stats score="00:22:27.000" score-units="spscoreunits:time-absolute"> which I think works better?
Cycling is correct, athletics sample is wrong. I will fix athletics to use "score-units" and remove score-type, which is more about the different scoring types in sports like football and rugby.
I see in the olympics SportsML example you have
<player-stats score="1:43.75" score-type="TIME" result-effect="spresulteffect:qualification">
- in cycling you have<player-stats score="00:22:27.000" score-units="spscoreunits:time-absolute">
which I think works better?