<xs:attributeGroup name="wagering2Attributes">
<xs:attributeGroup ref="wageringAttributes" />
<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:attribute name="prediction-opening" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The opening value for this prediction.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="vigorish" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The commission paid to the bookmaker.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|