<element name="team-stats-rugby">
<annotation>
<documentation>Rugby specific stats for one team. | Team-stats that are specific to rugby and does not apply to all sports.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-rugby-offensive" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-rugby-defensive" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-rugby-foul" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
</complexType>
</element>
|