<xs:complexType name="wagering-runline">
<xs:annotation>
<xs:documentation>A line used in baseball.</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>Generally +1.5 or -1.5.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="value-opening" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The opening value for this runline.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|