Definition Type: ComplexType
Name: wagering-odds
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.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_xsd Drilldown into payback-amount in schema sportsml_xsd Drilldown into payout-calcluation in schema sportsml_xsd Drilldown into denominator-opening in schema sportsml_xsd Drilldown into numerator-opening in schema sportsml_xsd Drilldown into denominator in schema sportsml_xsd Drilldown into numerator in schema sportsml_xsd Drilldown into context in schema sportsml_xsd Drilldown into date-time in schema sportsml_xsd Drilldown into comment in schema sportsml_xsd Drilldown into rotation-key in schema sportsml_xsd Drilldown into bookmaker-name in schema sportsml_xsd Drilldown into bookmaker-key in schema sportsml_xsd Drilldown into wageringAttributes in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of wagering-odds in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="wagering-odds">
    <xs:annotation>
        <xs:documentation>A line that gives formal odds on a team or player winning, such as 3-to-1 odds.</xs:documentation>
    </xs:annotation>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element name="wagering-prediction" type="wagering-prediction" />
    </xs:sequence>
    <xs:attributeGroup ref="commonAttributes" />
    <xs:attributeGroup ref="wageringAttributes" />
    <xs:attribute name="numerator" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The numerator of the chances this team or player is given.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="denominator" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The denominator of the chances this team or player is given.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="numerator-opening" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The opening value of the numerator.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="denominator-opening" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The opening value of the denominator.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="payout-calcluation" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>How much money additional gets paid should this team or player or team win.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="payback-amount" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The total amount paid back to the winning wagerer, including the amount invested.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
wagering-prediction nsA:wagering-prediction (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
bookmaker-key nsA:bookmaker-key Optional
bookmaker-name nsA:bookmaker-name Optional
rotation-key nsA:rotation-key Optional
comment nsA:comment Optional
date-time nsA:date-time Optional
context nsA:context Optional
numerator nsA:numerator Optional
denominator nsA:denominator Optional
numerator-opening nsA:numerator-opening Optional
denominator-opening nsA:denominator-opening Optional
payout-calcluation nsA:payout-calcluation Optional
payback-amount nsA:payback-amount Optional
Collapse Derivation Tree:
Collapse References:
nsA:wagering-odds