<simpleType name="scoreAttemptResult.IceHockey.Vocabulary">
<restriction base="string">
<enumeration value="missed">
<annotation>
<documentation>The puck missed the goal.</documentation>
</annotation>
</enumeration>
<enumeration value="saved">
<annotation>
<documentation>The goalie has stopped the shot.</documentation>
</annotation>
</enumeration>
<enumeration value="blocked">
<annotation>
<documentation>A non-goalie diverted the shot from reaching the goal.</documentation>
</annotation>
</enumeration>
<enumeration value="off-post">
<annotation>
<documentation>The framework of the goal itself blocked the shot.</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
|