Definition Type: SimpleType
Name: alignmentScope.Core.Vocabulary
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-vocabulary-core.xsd
Documentation:
Every event played, including those played at home and away. The default option.
Collapse XSD Schema Diagram:
XSD Diagram of alignmentScope.Core.Vocabulary in schema sportsml-vocabulary-core_xsd (SportsML)
Collapse 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>
Collapse Facets:
Facet Value
Enumeration events-all
Enumeration events-home
Enumeration events-away