<schema
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/"
version="2.0"
>
<simpleType name="winType.Tennis.Vocabulary">
<restriction base="string">
<enumeration value="forced"/>
<enumeration value="unforced"/>
</restriction>
</simpleType>
</schema>
|