<element name="stats-ice-hockey-defensive">
<annotation>
<documentation>Defensive stats for the team. | Specific to ice-hockey, including saves and shots allowed.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="shots-power-play-allowed" type="string" use="optional">
<annotation>
<documentation>Total number of shots on goal allowed during power-play.</documentation>
</annotation>
</attribute>
<attribute name="shots-penalty-shot-allowed" type="string" use="optional">
<annotation>
<documentation>Total number of shots allowed as penalty-shots.</documentation>
</annotation>
</attribute>
<attribute name="goals-power-play-allowed" type="string" use="optional">
<annotation>
<documentation>Total number of goals allowed while the opposing team has a power-play.</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-empty-net-allowed" type="string" use="optional">
<annotation>
<documentation>Total number of goals allowed while the net was empty.</documentation>
</annotation>
</attribute>
<attribute name="goals-short-handed-allowed" type="string" use="optional">
<annotation>
<documentation>Total number of goals allowed while playing short-handed.</documentation>
</annotation>
</attribute>
<attribute name="goals-against-average" type="string" use="optional">
<annotation>
<documentation>Average number of goals per game allowed by the team.</documentation>
</annotation>
</attribute>
<attribute name="saves" type="string" use="optional">
<annotation>
<documentation>Total number of saves.</documentation>
</annotation>
</attribute>
<attribute name="save-percentage" type="string" use="optional">
<annotation>
<documentation>Percentage of saves compared to total number of shots.</documentation>
</annotation>
</attribute>
<attribute name="goals-shootout-allowed" type="string" use="optional">
<annotation>
<documentation>Number of shootout goals that went in for a score for the opposing team.</documentation>
</annotation>
</attribute>
<attribute name="shots-shootout-allowed" type="string" use="optional">
<annotation>
<documentation>Number of shootout shots that were attempted by the opposing team.</documentation>
</annotation>
</attribute>
<attribute name="penalty-killing-amount" type="string" use="optional">
<annotation>
<documentation>Number of penalty-killing sessions, aka number of short-handed sessions.</documentation>
</annotation>
</attribute>
<attribute name="penalty-killing-percentage" type="string" use="optional">
<annotation>
<documentation>Equals goals-penalty-allowed divided by penalty-killing-amount.</documentation>
</annotation>
</attribute>
<attribute name="shots-blocked" type="string" use="optional">
<annotation>
<documentation>Number of shots that were blocked. This statistic is generally tracked for non-goalies.</documentation>
</annotation>
</attribute>
<attribute name="takeaways" type="string" use="optional">
<annotation>
<documentation>Number of intercepted passes. A judgment call whose exact conditions vary.</documentation>
</annotation>
</attribute>
<attribute name="shutouts" type="string" use="optional">
<annotation>
<documentation>Total number of games where the opposing team did not score.</documentation>
</annotation>
</attribute>
<attribute name="minutes-penalty-killing" type="string" use="optional">
<annotation>
<documentation>Total number of minutes played short-handed, while the other team had a power-play.</documentation>
</annotation>
</attribute>
<attribute name="hits" type="string" use="optional">
<annotation>
<documentation>Number of body checks made against an opposing player.</documentation>
</annotation>
</attribute>
<attribute name="goaltender-wins-overtime" type="string" use="optional">
<annotation>
<documentation>Number of games won while play is in overtime.</documentation>
</annotation>
</attribute>
<attribute name="goaltender-losses-overtime" type="string" use="optional">
<annotation>
<documentation>Number of games lost while play is in overtime.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|