<element name="stats-ice-hockey-time-on-ice">
<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="shifts" type="string" use="optional">
<annotation>
<documentation>Number of shifts played.</documentation>
</annotation>
</attribute>
<attribute name="shifts-power-play" type="string" use="optional">
<annotation>
<documentation>Number of power-play shifts played.</documentation>
</annotation>
</attribute>
<attribute name="shifts-short-handed" type="string" use="optional">
<annotation>
<documentation>Number of short-handed shifts played.</documentation>
</annotation>
</attribute>
<attribute name="shifts-average" type="string" use="optional">
<annotation>
<documentation>Average number of shifts played.</documentation>
</annotation>
</attribute>
<attribute name="time-average-per-shift" type="string" use="optional">
<annotation>
<documentation>Average amount of time played per shift.</documentation>
</annotation>
</attribute>
<attribute name="time-average-even-strength" type="string" use="optional">
<annotation>
<documentation>Average amount of time played at even strength.</documentation>
</annotation>
</attribute>
<attribute name="time-average-short-handed" type="string" use="optional">
<annotation>
<documentation>Average amount of time played short-handed.</documentation>
</annotation>
</attribute>
<attribute name="time-average-power-play" type="string" use="optional">
<annotation>
<documentation>Average amount of time played on power play.</documentation>
</annotation>
</attribute>
<attribute name="time-power-play" type="string" use="optional">
<annotation>
<documentation>Amount of time played on power play.</documentation>
</annotation>
</attribute>
<attribute name="time-short-handed" type="string" use="optional">
<annotation>
<documentation>Amount of time played short-handed.</documentation>
</annotation>
</attribute>
<attribute name="time-even-strength" type="string" use="optional">
<annotation>
<documentation>Amount of time played at even strength.</documentation>
</annotation>
</attribute>
<attribute name="time-empty-net" type="string" use="optional">
<annotation>
<documentation>Amount of time played with an empty net.</documentation>
</annotation>
</attribute>
<attribute name="time-power-play-empty-net" type="string" use="optional">
<annotation>
<documentation>Amount of time played on power play with empty net.</documentation>
</annotation>
</attribute>
<attribute name="time-short-handed-empty-net" type="string" use="optional">
<annotation>
<documentation>Amount of time played short-handed with empty net.</documentation>
</annotation>
</attribute>
<attribute name="time-even-strength-empty-net" type="string" use="optional">
<annotation>
<documentation>Amount of time played even strength with empty net.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|