A line that gives formal odds on a team or player winning, such as 3-to-1 odds. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| bookmaker-key | QCodeType | optional |
|
||||
| bookmaker-name | xs:string | optional |
|
||||
| class | xs:string | optional |
|
||||
| comment | xs:string | optional |
|
||||
| context | restriction of xs:string | optional |
|
||||
| date-time | TruncatedDateTimeType | optional |
|
||||
| denominator | xs:string | optional |
|
||||
| denominator-opening | xs:string | optional |
|
||||
| id | xs:ID | optional |
|
||||
| numerator | xs:string | optional |
|
||||
| numerator-opening | xs:string | optional |
|
||||
| payback-amount | xs:string | optional |
|
||||
| payout-calcluation | xs:string | optional |
|
||||
| rotation-key | xs:string | optional |
|
||||
| style | xs:string | optional |
|
| Element | wagering-stats/wagering-odds |
<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> |