Definition Type: SimpleType
Name: eventStyle.Core.Vocabulary
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-vocabulary-core.xsd
Documentation:
Indicates whether competitors are trying to defeat each other or just outdo one another.
Collapse XSD Schema Diagram:
XSD Diagram of eventStyle.Core.Vocabulary in schema sportsml-vocabulary-core_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="eventStyle.Core.Vocabulary">
    <annotation>
        <documentation>Indicates whether competitors are trying to defeat each other or just outdo one another.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="head-to-head" />
        <enumeration value="ranked" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration head-to-head
Enumeration ranked