<xs:complexType name="wagering-prediction">
<xs:annotation>
<xs:documentation>A prediction as to whether a team or player is a favorite or an underdog.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonAttributes" />
<xs:attributeGroup ref="coverageAttributes" />
<xs:attribute name="prediction" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Whether this team or player is the favorite or the underdog.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|