wagering3Attributes

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.
line xs:string optional
The value of the runline.
line-opening xs:string optional
The opening line for this runline.
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

Source

<xs:attributeGroup name="wagering3Attributes">
  <xs:attributeGroup ref="wagering2Attributes"/>
  <xs:attribute name="line" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The value of the runline.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="line-opening" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The opening line for this runline.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>