Definition Type: Element
Name: outcome-totals
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into streak-end in schema sportsml-core_xsd Drilldown into streak-start in schema sportsml-core_xsd Drilldown into streak-total in schema sportsml-core_xsd Drilldown into streak-duration in schema sportsml-core_xsd Drilldown into streak-type in schema sportsml-core_xsd Drilldown into standing-points in schema sportsml-core_xsd Drilldown into points-difference in schema sportsml-core_xsd Drilldown into points-scored-against in schema sportsml-core_xsd Drilldown into points-scored-for in schema sportsml-core_xsd Drilldown into winning-percentage in schema sportsml-core_xsd Drilldown into undecideds in schema sportsml-core_xsd Drilldown into ties in schema sportsml-core_xsd Drilldown into losses in schema sportsml-core_xsd Drilldown into wins in schema sportsml-core_xsd Drilldown into period-value in schema sportsml-core_xsd Drilldown into scoping-label in schema sportsml-core_xsd Drilldown into record-making-scope in schema sportsml-core_xsd Drilldown into position-scope in schema sportsml-core_xsd Drilldown into alignment-scope in schema sportsml-core_xsd Drilldown into competition-scope in schema sportsml-core_xsd Drilldown into duration-scope in schema sportsml-core_xsd Drilldown into date-coverage-value in schema sportsml-core_xsd Drilldown into date-coverage-type in schema sportsml-core_xsd Drilldown into team-coverage in schema sportsml-core_xsd Drilldown into stats-coverage in schema sportsml-core_xsd Drilldown into coverageAttributes in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of outcome-totals in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
wins sportsml:wins Optional
losses sportsml:losses Optional
ties sportsml:ties Optional
undecideds sportsml:undecideds Optional
winning-percentage sportsml:winning-percentage Optional
points-scored-for sportsml:points-scored-for Optional
points-scored-against sportsml:points-scored-against Optional
points-difference sportsml:points-difference Optional
standing-points sportsml:standing-points Optional
streak-type sportsml:streak-type Optional
streak-duration sportsml:streak-duration Optional
streak-total sportsml:streak-total Optional
streak-start sportsml:streak-start Optional
streak-end sportsml:streak-end Optional