Definition Type: Attribute
Name: event-outcome
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-core.xsd
ContentType Restriction
Use Optional
Documentation:
Whether the competitor won, lost, or tied.
Collapse XSD Schema Diagram:
XSD Diagram of event-outcome in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="event-outcome" use="optional">
    <annotation>
        <documentation>Whether the competitor won, lost, or tied.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="win" />
            <enumeration value="loss" />
            <enumeration value="tie" />
            <enumeration value="undecided" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration win
Enumeration loss
Enumeration tie
Enumeration undecided