<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.sportsml.org/schema/" xmlns:sportsml="http://www.sportsml.org/schema/"
>
<simpleType name="winType.Tennis.Vocabulary">
<restriction base="string">
<enumeration value="forced"/>
<enumeration value="unforced"/>
</restriction>
</simpleType>
</schema>
|