Every event played, including those played at home and away. The default option.
XSD Schema Diagram:
XSD Schema Code:
<simpleType name="alignmentScope.Core.Vocabulary">
<annotation>
<documentation>Every event played, including those played at home and away. The default option.</documentation>
</annotation>
<restriction base="string">
<enumeration value="events-all" />
<enumeration value="events-home" />
<enumeration value="events-away" />
</restriction>
</simpleType>