wagering2Attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
bookmaker-key QCodeType optional
Unique ID for the make of the line.
bookmaker-name xs:string optional
Name of the maker of the line.
comment xs:string optional
A comment for this line. Often the same comment is supplied for  both teams in a game.
context restriction of xs:string optional
An indication of whether this line is a current line, or a repeat of a special-interest line from the past.
date-time TruncatedDateTimeType optional
The date and time which this wagering info was assigned by the bookmaker, normalized to ISO 8601 extended format: YYYY-MM-DDTHH:MM:SS+HH:MM. Use YYYY-MM-DD when no time is available.
prediction QCodeType optional
Whether this team or player is the favorite or the underdog.
prediction-opening QCodeType optional
The opening value for this prediction.
rotation-key xs:string optional
Reusable ID for the team generally agreed upon by a pool of bookmakers.
vigorish xs:string optional
The commission paid to the bookmaker.

Used By

Attribute Group wagering3Attributes
Complex Type wagering-total-score

Source

<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>