Definition Type: ComplexType
Name: wagering-stats
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.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_xsd Drilldown into wagering-odds in schema sportsml_xsd Drilldown into wagering-runline in schema sportsml_xsd Drilldown into wagering-total-score in schema sportsml_xsd Drilldown into wagering-moneyline in schema sportsml_xsd Drilldown into comment 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-stats in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="wagering-stats">
    <xs:annotation>
        <xs:documentation>An element to house lines and odds for wagering. | Includes moneylines, spreads, etc.</xs:documentation>
    </xs:annotation>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="wagering-moneyline" type="wagering-moneyline" />
        <xs:element name="wagering-total-score" type="wagering-total-score" />
        <xs:element name="wagering-runline" type="wagering-runline" />
        <xs:element name="wagering-odds" type="wagering-odds" />
        <xs:element name="wagering-straight-spread" type="wagering-straight-spread" />
    </xs:choice>
    <xs:attributeGroup ref="commonAttributes" />
    <xs:attribute name="comment" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>A generic comment for the wagering stats.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
wagering-moneyline nsA:wagering-moneyline (1) (1)
wagering-total-score nsA:wagering-total-score (1) (1)
wagering-runline nsA:wagering-runline (1) (1)
wagering-odds nsA:wagering-odds (1) (1)
wagering-straight-spread nsA:wagering-straight-spread (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
comment nsA:comment Optional
Collapse Derivation Tree:
Collapse References:
nsA:wagering-stats, nsA:wagering-stats, nsA:wagering-stats