<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>
|