Definition Type: SimpleType
Name: scoreAttemptResult.Soccer.Vocabulary
Containing Schema: sportsml-vocabulary-specific-soccer.xsd
Collapse XSD Schema Diagram:
XSD Diagram of scoreAttemptResult.Soccer.Vocabulary in schema sportsml-vocabulary-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="scoreAttemptResult.Soccer.Vocabulary">
    <restriction base="string">
        <enumeration value="missed">
            <annotation>
                <documentation>The ball missed the goal completely.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="blocked">
            <annotation>
                <documentation>A non-goalie diverted the shot from reaching the goal.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="saved">
            <annotation>
                <documentation>The goalie has stopped the shot.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="off-post">
            <annotation>
                <documentation>The framework of the goal itself blocked the shot.</documentation>
            </annotation>
        </enumeration>
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration missed
Enumeration blocked
Enumeration saved
Enumeration off-post