<simpleType name="penaltyLevel.IceHockey.Vocabulary">
<restriction base="string">
<enumeration value="minor">
<annotation>
<documentation>A two-minute penalty given to a player.</documentation>
</annotation>
</enumeration>
<enumeration value="bench-minor">
<annotation>
<documentation>A two-minute penalty given to a team (served by player on that team).</documentation>
</annotation>
</enumeration>
<enumeration value="double-minor">
<annotation>
<documentation>A four-minute penalty given to a player.</documentation>
</annotation>
</enumeration>
<enumeration value="major">
<annotation>
<documentation>A five-minute penalty given to a player.</documentation>
</annotation>
</enumeration>
<enumeration value="misconduct">
<annotation>
<documentation>A ten-minute penalty given to a player.</documentation>
</annotation>
</enumeration>
<enumeration value="match">
<annotation>
<documentation>A player is removed for the balance of the game. A substitute is allowed after five minutes.</documentation>
</annotation>
</enumeration>
<enumeration value="game-misconduct">
<annotation>
<documentation>Suspension of a player for the balance of the game. A substitute is permitted to replace the penalized player immediately.</documentation>
</annotation>
</enumeration>
<enumeration value="gross-misconduct">
<annotation>
<documentation>Suspension of any player, coach or trainer for the balance of the game. A substitute is permitted to replace the penalized player immediately.</documentation>
</annotation>
</enumeration>
<enumeration value="penalty-shot">
<annotation>
<documentation>For certain penalities, a free shot is awarded instead of a player being required to serve penalty time.</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
|