Definition Type: Element
Name: wagering-total-score
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Total combined point/runs/goals scored in a game.
Collapse XSD Schema Diagram:
Drilldown into vigorish in schema sportsml-core_xsd Drilldown into total-opening in schema sportsml-core_xsd Drilldown into line-under-opening in schema sportsml-core_xsd Drilldown into line-over-opening in schema sportsml-core_xsd Drilldown into prediction-opening in schema sportsml-core_xsd Drilldown into total in schema sportsml-core_xsd Drilldown into line-under in schema sportsml-core_xsd Drilldown into line-over in schema sportsml-core_xsd Drilldown into prediction 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-total-score in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="wagering-total-score">
    <annotation>
        <documentation>Total combined point/runs/goals scored in a game.</documentation>
    </annotation>
    <complexType>
        <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="prediction" use="optional">
            <annotation>
                <documentation>Whether this team or player is the favorite or the underdog.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="favorite" />
                    <enumeration value="underdog" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="line-over" type="string" use="optional">
            <annotation>
                <documentation>The OVER section of an over/under line.</documentation>
            </annotation>
        </attribute>
        <attribute name="line-under" type="string" use="optional">
            <annotation>
                <documentation>The UNDER section of an over/under line.</documentation>
            </annotation>
        </attribute>
        <attribute name="total" type="string" use="optional">
            <annotation>
                <documentation>The combined total of the score for the two teams.</documentation>
            </annotation>
        </attribute>
        <attribute name="prediction-opening" use="optional">
            <annotation>
                <documentation>The opening value for this prediction.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="favorite" />
                    <enumeration value="underdog" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="line-over-opening" type="string" use="optional">
            <annotation>
                <documentation>The opening value of the OVER section of an over/under line.</documentation>
            </annotation>
        </attribute>
        <attribute name="line-under-opening" type="string" use="optional">
            <annotation>
                <documentation>The opening value of the UNDER section of an over/under line.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-opening" type="string" use="optional">
            <annotation>
                <documentation>The opening value of the combined score for the two teams.</documentation>
            </annotation>
        </attribute>
        <attribute name="vigorish" type="string" use="optional">
            <annotation>
                <documentation>The commission paid to the bookmaker.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
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
prediction sportsml:prediction Optional
line-over sportsml:line-over Optional
line-under sportsml:line-under Optional
total sportsml:total Optional
prediction-opening sportsml:prediction-opening Optional
line-over-opening sportsml:line-over-opening Optional
line-under-opening sportsml:line-under-opening Optional
total-opening sportsml:total-opening Optional
vigorish sportsml:vigorish Optional