Definition Type: SimpleType
Name: foulResult.Rugby.Vocabulary
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-vocabulary-specific-rugby.xsd
Collapse XSD Schema Diagram:
XSD Diagram of foulResult.Rugby.Vocabulary in schema sportsml-vocabulary-specific-rugby_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="foulResult.Rugby.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-kick">
            <annotation>
                <documentation>The fouled team is awarded a penalty kick.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="penalty-try">
            <annotation>
                <documentation>The fouled team is awarded a penalty kick.</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-kick
Enumeration penalty-try
Enumeration caution
Enumeration ejection