<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>
|