Definition Type: SimpleType
Name: competitionScope.Core.Vocabulary
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-vocabulary-core.xsd
Collapse XSD Schema Diagram:
XSD Diagram of competitionScope.Core.Vocabulary in schema sportsml-vocabulary-core_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="competitionScope.Core.Vocabulary">
    <restriction base="string">
        <enumeration value="events-all">
            <annotation>
                <documentation>Every event played, including those played against teams in the same division or conference. The default option.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="division" />
        <enumeration value="division-opposing" />
        <enumeration value="conference" />
        <enumeration value="conference-opposing" />
        <enumeration value="team-opposing" />
        <enumeration value="player-opposing" />
        <enumeration value="tournament" />
        <enumeration value="league" />
        <enumeration value="top-25" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration events-all
Enumeration division
Enumeration division-opposing
Enumeration conference
Enumeration conference-opposing
Enumeration team-opposing
Enumeration player-opposing
Enumeration tournament
Enumeration league
Enumeration top-25