<xs:complexType name="wagering-total-score">
<xs:annotation>
<xs:documentation>Total combined point/runs/goals scored in a game.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonAttributes" />
<xs:attributeGroup ref="wagering2Attributes" />
<xs:attribute name="line-over" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The OVER section of an over/under line.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="line-under" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The UNDER section of an over/under line.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="total" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The combined total of the score for the two teams.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="line-over-opening" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The opening value of the OVER section of an over/under line.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="line-under-opening" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The opening value of the UNDER section of an over/under line.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="total-opening" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The opening value of the combined score for the two teams.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|