iptc / sportsml-3

Development of SportsML 3
9 stars 1 forks source link

Erratum: soccer crosses stats are in the wrong class (defence, not offence) #69

Open pauljkelly opened 1 year ago

pauljkelly commented 1 year ago

"crosses-18-yard-plus" and "crosses-18-yard" are offensive stats that are grouped under the defensive stats element (soccerStatsDefensiveComplexType). They need to be moved to soccerStatsOffensiveComplexType

<xs:attribute name="crosses-18-yard-plus" type="xs:string" use="optional"/>
<xs:attribute name="crosses-18-yard" type="xs:string" use="optional"/>