Indicates whether competitors are trying to defeat each other or just outdo one another.
XSD Schema Diagram:
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>