The reason the ball did not go through the basket.
XSD Schema Diagram:
XSD Schema Code:
<simpleType name="scoreAttemptResult.Basketball.Vocabulary">
<annotation>
<documentation>The reason the ball did not go through the basket.</documentation>
</annotation>
<restriction base="string">
<enumeration value="missed" />
<enumeration value="blocked" />
</restriction>
</simpleType>