<element name="stats-ice-hockey-faceoffs">
<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" />
<attributeGroup ref="sportsml:commonPropertiesIceHockey" />
<attribute name="faceoffs-total" type="string" use="optional">
<annotation>
<documentation>Total number of faceoffs taken.</documentation>
</annotation>
</attribute>
<attribute name="faceoff-wins" type="string" use="optional">
<annotation>
<documentation>Total number of won faceoffs.</documentation>
</annotation>
</attribute>
<attribute name="faceoff-losses" type="string" use="optional">
<annotation>
<documentation>Total number of lost faceoffs.</documentation>
</annotation>
</attribute>
<attribute name="faceoff-win-percentage" type="string" use="optional">
<annotation>
<documentation>Percentage of faceoffs that were won.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-even-strength-total" type="string" use="optional">
<annotation>
<documentation>Number of faceoffs taken at even strength.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-even-strength-wins" type="string" use="optional">
<annotation>
<documentation>Number of faceoffs won at even strength.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-even-strength-losses" type="string" use="optional">
<annotation>
<documentation>Number of faceoffs lost at even strength.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-even-strength-win-percentage" type="string" use="optional">
<annotation>
<documentation>Percentage of faceoffs won at even strength.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-power-play-total" type="string" use="optional">
<annotation>
<documentation>Number of faceoffs taken on power play.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-power-play-wins" type="string" use="optional">
<annotation>
<documentation>Number of faceoffs won on power play.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-power-play-losses" type="string" use="optional">
<annotation>
<documentation>Number of faceoffs lost on power play.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-power-play-win-percentage" type="string" use="optional">
<annotation>
<documentation>Percentage of faceoffs won on power play.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-short-handed-total" type="string" use="optional">
<annotation>
<documentation>Number of faceoffs taken while short-handed.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-short-handed-wins" type="string" use="optional">
<annotation>
<documentation>Number of faceoffs won while short-handed.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-short-handed-losses" type="string" use="optional">
<annotation>
<documentation>Number of faceoffs lost while short-handed.</documentation>
</annotation>
</attribute>
<attribute name="faceoffs-short-handed-win-percentage" type="string" use="optional">
<annotation>
<documentation>Percentage of faceoffs won while short-handed.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|