<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.sportsml.org/schema/" xmlns:sportsml="http://www.sportsml.org/schema/"
>
<simpleType name="holeType.Golf.Vocabulary">
<restriction base="string">
<enumeration value="regular"/>
<enumeration value="playoff"/>
<enumeration value="sudden-death"/>
</restriction>
</simpleType>
<simpleType name="shotType.Golf.Vocabulary">
<restriction base="string">
<enumeration value="drive"/>
<enumeration value="putt"/>
<enumeration value="pitch"/>
</restriction>
</simpleType>
<simpleType name="landing.Golf.Vocabulary">
<restriction base="string">
<enumeration value="fairway"/>
<enumeration value="sand"/>
<enumeration value="water"/>
<enumeration value="rough"/>
<enumeration value="green"/>
<enumeration value="hole"/>
</restriction>
</simpleType>
</schema>
|