<xs:complexType name="wagering-straight-spread">
<xs:annotation>
<xs:documentation>A wager built around the different between the scores of two teams.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonAttributes" />
<xs:attributeGroup ref="wagering3Attributes" />
<xs:attribute name="value" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The number of points for which the two scores should differ.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="value-opening" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The opening value.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|