<element name="wagering-prediction">
<annotation>
<documentation>A prediction as to whether a team or player is a favorite or an underdog.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="prediction" use="optional">
<annotation>
<documentation>Whether this team or player is the favorite or the underdog.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="favorite" />
<enumeration value="underdog" />
</restriction>
</simpleType>
</attribute>
</complexType>
</element>
|