<xs:complexType name="wagering-odds">
<xs:annotation>
<xs:documentation>A line that gives formal odds on a team or player winning, such as 3-to-1 odds.</xs:documentation>
</xs:annotation>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="wagering-prediction" type="wagering-prediction" />
</xs:sequence>
<xs:attributeGroup ref="commonAttributes" />
<xs:attributeGroup ref="wageringAttributes" />
<xs:attribute name="numerator" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The numerator of the chances this team or player is given.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="denominator" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The denominator of the chances this team or player is given.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="numerator-opening" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The opening value of the numerator.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="denominator-opening" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The opening value of the denominator.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="payout-calcluation" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>How much money additional gets paid should this team or player or team win.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="payback-amount" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The total amount paid back to the winning wagerer, including the amount invested.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|