Definition Type: Attribute
Name: win-type
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
ContentType Restriction
Use Optional
Collapse XSD Schema Diagram:
XSD Diagram of win-type in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="win-type" use="optional">
    <xs:simpleType id="winType">
        <xs:restriction base="xs:string">
            <xs:enumeration id="winTypeForced" value="forced">
                <xs:annotation>
                    <xs:documentation>The point was made while the opponent for example
                                advanced towards the net.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration id="winTypeUnforced" value="unforced">
                <xs:annotation>
                    <xs:documentation>The point was made regardless of specific actions by
                                the opponent.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration forced
Enumeration unforced