Definition Type: Element
Name: wagering-stats
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
An element to house lines and odds for wagering. | Includes moneylines, spreads, etc.
Collapse XSD Schema Diagram:
Drilldown into wagering-straight-spread in schema sportsml-core_xsd Drilldown into wagering-odds in schema sportsml-core_xsd Drilldown into wagering-runline in schema sportsml-core_xsd Drilldown into wagering-total-score in schema sportsml-core_xsd Drilldown into wagering-moneyline in schema sportsml-core_xsd Drilldown into comment in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of wagering-stats in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="wagering-stats">
    <annotation>
        <documentation>An element to house lines and odds for wagering. | Includes moneylines, spreads, etc.</documentation>
    </annotation>
    <complexType>
        <choice minOccurs="0" maxOccurs="unbounded">
            <element ref="sportsml:wagering-moneyline" />
            <element ref="sportsml:wagering-total-score" />
            <element ref="sportsml:wagering-runline" />
            <element ref="sportsml:wagering-odds" />
            <element ref="sportsml:wagering-straight-spread" />
        </choice>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>A generic comment for the wagering stats.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
wagering-moneyline sportsml:wagering-moneyline (1) (1)
wagering-total-score sportsml:wagering-total-score (1) (1)
wagering-runline sportsml:wagering-runline (1) (1)
wagering-odds sportsml:wagering-odds (1) (1)
wagering-straight-spread sportsml:wagering-straight-spread (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
comment sportsml:comment Optional