<element name="outcome-totals">
<annotation>
<documentation>A report on the number of wins, losses, etc., the team or player had during a particular time period. | Can also be scoped with various coverage qualifications, such as just events played at home.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="wins" type="string" use="optional">
<annotation>
<documentation>Number of wins.</documentation>
</annotation>
</attribute>
<attribute name="losses" type="string" use="optional">
<annotation>
<documentation>Number of losses.</documentation>
</annotation>
</attribute>
<attribute name="ties" type="string" use="optional">
<annotation>
<documentation>Number of ties.</documentation>
</annotation>
</attribute>
<attribute name="undecideds" type="string" use="optional">
<annotation>
<documentation>Number of events that were started, but ended up undecided.</documentation>
</annotation>
</attribute>
<attribute name="winning-percentage" type="string" use="optional">
<annotation>
<documentation>The winning percentage. Generally, wins divided by total events completed.</documentation>
</annotation>
</attribute>
<attribute name="points-scored-for" type="string" use="optional">
<annotation>
<documentation>The number of points a team has scored against its opponents during an extended time period.</documentation>
</annotation>
</attribute>
<attribute name="points-scored-against" type="string" use="optional">
<annotation>
<documentation>The number of points scored against a team by its opponents during an extended time period.</documentation>
</annotation>
</attribute>
<attribute name="points-difference" type="string" use="optional">
<annotation>
<documentation>The final calculated difference between points-scored-for and points-scored-against. Possibly takes into account other scoring aspects, such as penalties and differences in score-values.</documentation>
</annotation>
</attribute>
<attribute name="standing-points" type="string" use="optional">
<annotation>
<documentation>A quantity used to rank teams, usually within a division, in order to decide who comes in first at the end of a season. Localized to the coverage-attributes.</documentation>
</annotation>
</attribute>
<attribute name="streak-type" use="optional">
<annotation>
<documentation>Whether this is a streak of wins, of losses, etc.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="win" />
<enumeration value="loss" />
<enumeration value="tie" />
<enumeration value="score" />
<enumeration value="assist" />
<enumeration value="point" />
</restriction>
</simpleType>
</attribute>
<attribute name="streak-duration" type="sportsml:duration.Common" use="optional">
<annotation>
<documentation>How long the streak lasted.</documentation>
</annotation>
</attribute>
<attribute name="streak-total" type="string" use="optional">
<annotation>
<documentation>Holds the number of goals scored during a streak-type of score, for example.</documentation>
</annotation>
</attribute>
<attribute name="streak-start" type="sportsml:dateTime.Common" use="optional">
<annotation>
<documentation>Date on which the streak began.</documentation>
</annotation>
</attribute>
<attribute name="streak-end" type="sportsml:dateTime.Common" use="optional">
<annotation>
<documentation>Date on which the streak ended.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|