<element name="stats-soccer-defensive">
<annotation>
<documentation>Defensive stats specific to soccer. | Defensive stats for one team, specific to soccer.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="shots-penalty-shot-allowed" type="string" use="optional">
<annotation>
<documentation>Total number of penalty-shots allowed from other teams.</documentation>
</annotation>
</attribute>
<attribute name="goals-penalty-shot-allowed" type="string" use="optional">
<annotation>
<documentation>Total number of goals allowed as penalty shots.</documentation>
</annotation>
</attribute>
<attribute name="goals-against-average" type="string" use="optional">
<annotation>
<documentation>Average goals against per game for the given period.</documentation>
</annotation>
</attribute>
<attribute name="goals-against-total" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="saves" type="string" use="optional">
<annotation>
<documentation>Score attempts that were saved by the goal-keeper.</documentation>
</annotation>
</attribute>
<attribute name="save-percentage" type="string" use="optional">
<annotation>
<documentation>Percentage of saves compared to score-attempts on goal.</documentation>
</annotation>
</attribute>
<attribute name="catches-punches" type="string" use="optional">
<annotation>
<documentation>Situations when the goalie catches or punches the ball. Not a save attempt.</documentation>
</annotation>
</attribute>
<attribute name="shots-on-goal-total" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="shots-shootout-total" type="string" use="optional">
<annotation>
<documentation>Total number of attempts to score during shootout.</documentation>
</annotation>
</attribute>
<attribute name="shots-shootout-allowed" type="string" use="optional">
<annotation>
<documentation>Goals allowed during shootout.</documentation>
</annotation>
</attribute>
<attribute name="shots-blocked" type="string" use="optional">
<annotation>
<documentation>Score attempts that was blocked by someone else than the goal-keeper.</documentation>
</annotation>
</attribute>
<attribute name="shutouts" type="string" use="optional">
<annotation>
<documentation>Number of games when you did not allow the other team to score.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|