Definition Type: Element
Name: wagering-odds
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A line that gives formal odds on a team or player winning, such as 3-to-1 odds.
Collapse XSD Schema Diagram:
Drilldown into wagering-prediction in schema sportsml-core_xsd Drilldown into payback-amount in schema sportsml-core_xsd Drilldown into payout-calcluation in schema sportsml-core_xsd Drilldown into denominator-opening in schema sportsml-core_xsd Drilldown into numerator-opening in schema sportsml-core_xsd Drilldown into denominator in schema sportsml-core_xsd Drilldown into numerator in schema sportsml-core_xsd Drilldown into context in schema sportsml-core_xsd Drilldown into date-time in schema sportsml-core_xsd Drilldown into comment in schema sportsml-core_xsd Drilldown into rotation-key in schema sportsml-core_xsd Drilldown into bookmaker-name in schema sportsml-core_xsd Drilldown into bookmaker-key in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of wagering-odds in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="wagering-odds">
    <annotation>
        <documentation>A line that gives formal odds on a team or player winning, such as 3-to-1 odds.</documentation>
    </annotation>
    <complexType>
        <sequence minOccurs="0" maxOccurs="unbounded">
            <element ref="sportsml:wagering-prediction" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="bookmaker-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>Unique ID for the make of the line.</documentation>
            </annotation>
        </attribute>
        <attribute name="bookmaker-name" type="string" use="optional">
            <annotation>
                <documentation>Name of the maker of the line.</documentation>
            </annotation>
        </attribute>
        <attribute name="rotation-key" type="string" use="optional">
            <annotation>
                <documentation>Reusable ID for the team generally agreed upon by a pool of bookmakers.</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>A comment for this line. Often the same comment is supplied for both teams in a game.</documentation>
            </annotation>
        </attribute>
        <attribute name="date-time" type="string" use="optional">
            <annotation>
                <documentation>The date and time which this wagering info was assigned by the bookmaker.</documentation>
            </annotation>
        </attribute>
        <attribute name="context" use="optional">
            <annotation>
                <documentation>An indication of whether this line is a current line, or a repeat of a special-interest line from the past.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="opening" />
                    <enumeration value="closing" />
                    <enumeration value="current" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="numerator" type="string" use="optional">
            <annotation>
                <documentation>The numerator of the chances this team or player is given.</documentation>
            </annotation>
        </attribute>
        <attribute name="denominator" type="string" use="optional">
            <annotation>
                <documentation>The denominator of the chances this team or player is given.</documentation>
            </annotation>
        </attribute>
        <attribute name="numerator-opening" type="string" use="optional">
            <annotation>
                <documentation>The opening value of the numerator.</documentation>
            </annotation>
        </attribute>
        <attribute name="denominator-opening" type="string" use="optional">
            <annotation>
                <documentation>The opening value of the denominator.</documentation>
            </annotation>
        </attribute>
        <attribute name="payout-calcluation" type="string" use="optional">
            <annotation>
                <documentation>How much money additional gets paid should this team or player or team win.</documentation>
            </annotation>
        </attribute>
        <attribute name="payback-amount" type="string" use="optional">
            <annotation>
                <documentation>The total amount paid back to the winning wagerer, including the amount invested.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
wagering-prediction sportsml:wagering-prediction (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
bookmaker-key sportsml:bookmaker-key Optional
bookmaker-name sportsml:bookmaker-name Optional
rotation-key sportsml:rotation-key Optional
comment sportsml:comment Optional
date-time sportsml:date-time Optional
context sportsml:context Optional
numerator sportsml:numerator Optional
denominator sportsml:denominator Optional
numerator-opening sportsml:numerator-opening Optional
denominator-opening sportsml:denominator-opening Optional
payout-calcluation sportsml:payout-calcluation Optional
payback-amount sportsml:payback-amount Optional