Definition Type: SimpleType
Name: durationScope.Core.Vocabulary
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-vocabulary-core.xsd
Collapse XSD Schema Diagram:
XSD Diagram of durationScope.Core.Vocabulary in schema sportsml-vocabulary-core_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="durationScope.Core.Vocabulary">
    <restriction base="string">
        <enumeration value="events-all">
            <annotation>
                <documentation>Every event played, including overtime games, the most recent ones, etc. The default option.</documentation>
            </annotation>
        </enumeration>
        <enumeration value="events-overtime" />
        <enumeration value="events-shootout" />
        <enumeration value="events-most-recent-10" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration events-all
Enumeration events-overtime
Enumeration events-shootout
Enumeration events-most-recent-10