Definition Type: SimpleType
Name: penaltyLevel.Soccer.Vocabulary
Containing Schema: sportsml-vocabulary-specific-soccer.xsd
Collapse XSD Schema Diagram:
XSD Diagram of penaltyLevel.Soccer.Vocabulary in schema sportsml-vocabulary-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="penaltyLevel.Soccer.Vocabulary">
    <restriction base="string">
        <enumeration value="yellow-card">
            <annotation>
                <documentation>Penalty shown by a yellow card - also known as a caution.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="red-card">
            <annotation>
                <documentation>Penalty shown as a red card - also known as an ejection.</documentation>
            </annotation>
        </enumeration>
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration yellow-card
Enumeration red-card