Definition Type: SimpleType
Name: scoreAttemptResult.Basketball.Vocabulary
Containing Schema: sportsml-vocabulary-specific-basketball.xsd
Documentation:
The reason the ball did not go through the basket.
Collapse XSD Schema Diagram:
XSD Diagram of scoreAttemptResult.Basketball.Vocabulary in schema sportsml-vocabulary-specific-basketball_xsd (SportsML)
Collapse 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>
Collapse Facets:
Facet Value
Enumeration missed
Enumeration blocked