wagering-straight-spread

A wager built around the different between the scores of two teams.

Complex Type Information

Model

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.
class xs:string optional
An open placeholder for categorization.
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.
id xs:ID optional
An XML-specific identifier for the element.
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.
style xs:string optional
An open placeholder for reference by an external stylesheet.
value xs:string optional
The number of points for which the two scores should differ.
value-opening xs:string optional
The opening value.
vigorish xs:string optional
The commission paid to the bookmaker.

Used By

Source

<xs:complexType name="wagering-straight-spread">
  <xs:annotation>
    <xs:documentation>A wager built around the different between the scores of two teams.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attributeGroup ref="wagering3Attributes"/>
  <xs:attribute name="value" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of points for which the two scores should differ.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="value-opening" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The opening value.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>