<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>
|