<simpleType name="scoreAttemptResult.Rugby.Vocabulary">
<restriction base="string">
<enumeration value="missed">
<annotation>
<documentation>The kick fell below or outside the uprights.</documentation>
</annotation>
</enumeration>
<enumeration value="blocked">
<annotation>
<documentation>The kick was blocked.</documentation>
</annotation>
</enumeration>
<enumeration value="out-of-bounds">
<annotation>
<documentation>The kick went out of bounds.</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
|