Total combined point/runs/goals scored in a game. |
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 |
|
||||
id | xs:ID | optional |
|
||||
line-over | xs:string | optional |
|
||||
line-over-opening | xs:string | optional |
|
||||
line-under | xs:string | optional |
|
||||
line-under-opening | xs:string | optional |
|
||||
prediction | QCodeType | optional |
|
||||
prediction-opening | QCodeType | optional |
|
||||
rotation-key | xs:string | optional |
|
||||
style | xs:string | optional |
|
||||
total | xs:string | optional |
|
||||
total-opening | xs:string | optional |
|
||||
vigorish | xs:string | optional |
|
<xs:complexType name="wagering-total-score"> <xs:annotation> <xs:documentation>Total combined point/runs/goals scored in a game.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="commonAttributes"/> <xs:attributeGroup ref="wagering2Attributes"/> <xs:attribute name="line-over" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The OVER section of an over/under line.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="line-under" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The UNDER section of an over/under line.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="total" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The combined total of the score for the two teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="line-over-opening" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The opening value of the OVER section of an over/under line.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="line-under-opening" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The opening value of the UNDER section of an over/under line.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="total-opening" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The opening value of the combined score for the two teams.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |