Definition Type: ComplexType
Name: outcomeTotalsComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.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 relegation-average in schema sportsml_xsd Drilldown into losses-overtime in schema sportsml_xsd Drilldown into games-back in schema sportsml_xsd Drilldown into events-remaining in schema sportsml_xsd Drilldown into events-played in schema sportsml_xsd Drilldown into streak-end in schema sportsml_xsd Drilldown into streak-start in schema sportsml_xsd Drilldown into streak-total in schema sportsml_xsd Drilldown into streak-duration in schema sportsml_xsd Drilldown into streak-type in schema sportsml_xsd Drilldown into standing-points-against in schema sportsml_xsd Drilldown into standing-points in schema sportsml_xsd Drilldown into points-difference in schema sportsml_xsd Drilldown into points-scored-against in schema sportsml_xsd Drilldown into points-scored-for in schema sportsml_xsd Drilldown into winning-percentage in schema sportsml_xsd Drilldown into undecideds in schema sportsml_xsd Drilldown into ties in schema sportsml_xsd Drilldown into losses in schema sportsml_xsd Drilldown into wins in schema sportsml_xsd Drilldown into measurement-units in schema sportsml_xsd Drilldown into distance-minimum in schema sportsml_xsd Drilldown into distance-maximum in schema sportsml_xsd Drilldown into distance in schema sportsml_xsd Drilldown into scope-value in schema sportsml_xsd Drilldown into weather-type in schema sportsml_xsd Drilldown into surface-type in schema sportsml_xsd Drilldown into venue-type in schema sportsml_xsd Drilldown into location-key in schema sportsml_xsd Drilldown into situation in schema sportsml_xsd Drilldown into unit-type in schema sportsml_xsd Drilldown into unit-value in schema sportsml_xsd Drilldown into competition in schema sportsml_xsd Drilldown into team in schema sportsml_xsd Drilldown into opponent-type in schema sportsml_xsd Drilldown into opponent-value in schema sportsml_xsd Drilldown into event-span in schema sportsml_xsd Drilldown into temporal-unit-value in schema sportsml_xsd Drilldown into temporal-unit-type in schema sportsml_xsd Drilldown into period-end-date-time in schema sportsml_xsd Drilldown into period-start-date-time in schema sportsml_xsd Drilldown into end-date-time in schema sportsml_xsd Drilldown into start-date-time in schema sportsml_xsd Drilldown into period-type in schema sportsml_xsd Drilldown into period-value in schema sportsml_xsd Drilldown into scoping-label in schema sportsml_xsd Drilldown into record-making-scope in schema sportsml_xsd Drilldown into position in schema sportsml_xsd Drilldown into alignment-scope in schema sportsml_xsd Drilldown into duration-scope in schema sportsml_xsd Drilldown into team-coverage in schema sportsml_xsd Drilldown into stats-coverage in schema sportsml_xsd Drilldown into coverageAttributes in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of outcomeTotalsComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="outcomeTotalsComplexType">
    <xs:annotation>
        <xs: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.</xs:documentation>
    </xs:annotation>
    <xs:attributeGroup ref="commonAttributes" />
    <xs:attributeGroup ref="coverageAttributes" />
    <xs:attribute name="wins" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>Number of wins.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="losses" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>Number of losses.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ties" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>Number of ties.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="undecideds" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>Number of events that were started, but ended up undecided.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="winning-percentage" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The winning percentage. Generally, wins divided by total events completed.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="points-scored-for" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The number of points a team has scored against its opponents during an extended time period.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="points-scored-against" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The number of points scored against a team by its opponents during an extended time period.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="points-difference" type="xs:integer" use="optional">
        <xs:annotation>
            <xs: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.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="standing-points" type="xs:string" use="optional">
        <xs:annotation>
            <xs: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.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="standing-points-against" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>Points counted against a team in rankings. Used in European handball standings, for example.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="streak-type" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>Whether this is a streak of wins, of losses, etc. SportsML vocabulary uri: http://cv.iptc.org/newscodes/spstreaktype/</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="streak-duration" type="xs:duration" use="optional">
        <xs:annotation>
            <xs:documentation>How long the streak lasted.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="streak-total" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>Holds the number of goals scored during a streak-type of score, for example.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="streak-start" type="TruncatedDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation>Date on which the streak began.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="streak-end" type="TruncatedDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation>Date on which the streak ended.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="events-played" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>Number of events played within the scope of  play.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="events-remaining" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>Number of events remaining within the scope of play.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="games-back" type="xs:integer" use="optional">
        <xs:annotation>
            <xs:documentation>A number used to measure how behind one team is from first place. The first place team is 0 games back.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="losses-overtime" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>Number of losses in events which went into overtime. For leagues that use this as a top-level outcome category (eg. NHL), as opposed to just a derivative of scoping.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="relegation-average" type="xs:decimal" use="optional">
        <xs:annotation>
            <xs:documentation>The product of a relegation average formula used to determine which team is demoted to a lower league. The formula may vary by league but the average typically looks at team performance across multiple competitions. The team(s) with the lowest relegation averages is sent to the league below.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
stats-coverage nsA:stats-coverage Optional
team-coverage nsA:team-coverage Optional
duration-scope nsA:duration-scope Optional
alignment-scope nsA:alignment-scope Optional
position nsA:position Optional
record-making-scope nsA:record-making-scope Optional
scoping-label nsA:scoping-label Optional
period-value nsA:period-value Optional
period-type nsA:period-type Optional
start-date-time nsA:start-date-time Optional
end-date-time nsA:end-date-time Optional
period-start-date-time nsA:period-start-date-time Optional
period-end-date-time nsA:period-end-date-time Optional
temporal-unit-type nsA:temporal-unit-type Optional
temporal-unit-value nsA:temporal-unit-value Optional
event-span nsA:event-span Optional
opponent-value nsA:opponent-value Optional
opponent-type nsA:opponent-type Optional
team nsA:team Optional
competition nsA:competition Optional
unit-value nsA:unit-value Optional
unit-type nsA:unit-type Optional
situation nsA:situation Optional
location-key nsA:location-key Optional
venue-type nsA:venue-type Optional
surface-type nsA:surface-type Optional
weather-type nsA:weather-type Optional
scope-value nsA:scope-value Optional
distance nsA:distance Optional
distance-maximum nsA:distance-maximum Optional
distance-minimum nsA:distance-minimum Optional
measurement-units nsA:measurement-units Optional
wins nsA:wins Optional
losses nsA:losses Optional
ties nsA:ties Optional
undecideds nsA:undecideds Optional
winning-percentage nsA:winning-percentage Optional
points-scored-for nsA:points-scored-for Optional
points-scored-against nsA:points-scored-against Optional
points-difference nsA:points-difference Optional
standing-points nsA:standing-points Optional
standing-points-against nsA:standing-points-against Optional
streak-type nsA:streak-type Optional
streak-duration nsA:streak-duration Optional
streak-total nsA:streak-total Optional
streak-start nsA:streak-start Optional
streak-end nsA:streak-end Optional
events-played nsA:events-played Optional
events-remaining nsA:events-remaining Optional
games-back nsA:games-back Optional
losses-overtime nsA:losses-overtime Optional
relegation-average nsA:relegation-average Optional
Collapse Derivation Tree:
Collapse References:
nsA:outcome-totals