Definition Type: SimpleType
Name: specialGroup.Core.Vocabulary
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-vocabulary-core.xsd
Documentation:
If the events covered are for special groups. Can be school-oriented, age-oriented, or group names, like Firefighters.
Collapse XSD Schema Diagram:
XSD Diagram of specialGroup.Core.Vocabulary in schema sportsml-vocabulary-core_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="specialGroup.Core.Vocabulary">
    <annotation>
        <documentation>If the events covered are for special groups. Can be school-oriented, age-oriented, or group names, like Firefighters.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="college" />
        <enumeration value="senior" />
        <enumeration value="junior" />
        <enumeration value="high-school" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration college
Enumeration senior
Enumeration junior
Enumeration high-school