<element name="player-stats-soccer">
<annotation>
<documentation>Player statistics that are specific to soccer. | Soccer specific statistic information about a player.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-soccer-offensive" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-soccer-defensive" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-soccer-foul" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
</complexType>
</element>
|