<schema
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/"
version="2.0"
>
<simpleType name="throwOrder.Curling.Vocabulary">
<restriction base="string">
<enumeration value="first"/>
<enumeration value="last"/>
</restriction>
</simpleType>
<simpleType name="position.Curling.Vocabulary">
<restriction base="string">
<enumeration value="A"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
</restriction>
</simpleType>
</schema>
|