Definition Type: SimpleType
Name: foulResult.Soccer.Vocabulary
Containing Schema: sportsml-vocabulary-specific-soccer.xsd
Collapse XSD Schema Diagram:
XSD Diagram of foulResult.Soccer.Vocabulary in schema sportsml-vocabulary-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="foulResult.Soccer.Vocabulary">
    <restriction base="string">
        <enumeration value="play-on">
            <annotation>
                <documentation>Fouled team has advantage of the ball and is allowed to play on.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="freekick">
            <annotation>
                <documentation>Fouled team is awarded a freekick.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="penalty-shot">
            <annotation>
                <documentation>The foul occured in the penalty-shot area so the fouled team is awarded a penalty-shot.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="caution">
            <annotation>
                <documentation>The player is beeing cautioned. Indicated by a yellow card. Suffered team get a freekick or penalty-shot.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="ejection">
            <annotation>
                <documentation>The player is beeing ejected from the game. Shown by a red card. Suffered team get a freekick or penalty shot.</documentation>
            </annotation>
        </enumeration>
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration play-on
Enumeration freekick
Enumeration penalty-shot
Enumeration caution
Enumeration ejection