Definition Type: Element
Name: team-stats
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Statistics that apply to the team as a whole. | Not all stats are used in every sport.
Collapse XSD Schema Diagram:
Drilldown into sports-property in schema sportsml-core_xsd Drilldown into rating in schema sportsml-core_xsd Drilldown into rank in schema sportsml-core_xsd Drilldown into event-record in schema sportsml-core_xsd Drilldown into award in schema sportsml-core_xsd Drilldown into highlight in schema sportsml-core_xsd Drilldown into outcome-totals in schema sportsml-core_xsd Drilldown into penalty-stats in schema sportsml-core_xsd Drilldown into sub-score-attempts in schema sportsml-core_xsd Drilldown into sub-score in schema sportsml-core_xsd Drilldown into streak in schema sportsml-core_xsd Drilldown into games-back in schema sportsml-core_xsd Drilldown into standing-points in schema sportsml-core_xsd Drilldown into time-played-total in schema sportsml-core_xsd Drilldown into events-played in schema sportsml-core_xsd Drilldown into event-odds in schema sportsml-core_xsd Drilldown into event-standing-points in schema sportsml-core_xsd Drilldown into event-outcome in schema sportsml-core_xsd Drilldown into result-effect in schema sportsml-core_xsd Drilldown into score-percentage-opposing in schema sportsml-core_xsd Drilldown into score-percentage in schema sportsml-core_xsd Drilldown into score-attempts-on-goal-opposing in schema sportsml-core_xsd Drilldown into score-attempts-on-goal in schema sportsml-core_xsd Drilldown into score-attempts-opposing in schema sportsml-core_xsd Drilldown into score-attempts in schema sportsml-core_xsd Drilldown into score-units in schema sportsml-core_xsd Drilldown into score-opposing-average in schema sportsml-core_xsd Drilldown into score-average in schema sportsml-core_xsd Drilldown into score-opposing in schema sportsml-core_xsd Drilldown into score in schema sportsml-core_xsd Drilldown into statAttributes 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 team-stats in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="team-stats">
    <annotation>
        <documentation>Statistics that apply to the team as a whole. | Not all stats are used in every sport.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:sub-score" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:sub-score-attempts" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:penalty-stats" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:outcome-totals" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:highlight" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:award" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:event-record" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:rank" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:rating" minOccurs="0" maxOccurs="unbounded" />
            <group minOccurs="0" ref="sportsml:teamStatsSpecific" />
            <element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attributeGroup ref="sportsml:statAttributes" />
        <attribute name="events-played" type="string" use="optional">
            <annotation>
                <documentation>The number of sports-events in which this team has already participated.</documentation>
            </annotation>
        </attribute>
        <attribute name="time-played-total" type="string" use="optional">
            <annotation>
                <documentation>Value for the amount of time played by the team over the course of a particular time-span, such as a season.</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.</documentation>
            </annotation>
        </attribute>
        <attribute name="games-back" type="string" use="optional">
            <annotation>
                <documentation>A number used to measure how behind one team is from first place. The first place team is 0 games back.</documentation>
            </annotation>
        </attribute>
        <attribute name="streak" type="string" use="optional">
            <annotation>
                <documentation>A value used to say how many events in a row the team has most recently won or lost. Deprecated. Use outcome-totals instead.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sub-score sportsml:sub-score 0 unbounded
sub-score-attempts sportsml:sub-score-attempts 0 unbounded
penalty-stats sportsml:penalty-stats 0 unbounded
outcome-totals sportsml:outcome-totals 0 unbounded
highlight sportsml:highlight 0 unbounded
award sportsml:award 0 unbounded
event-record sportsml:event-record 0 unbounded
rank sportsml:rank 0 unbounded
rating sportsml:rating 0 unbounded
team-stats-american-football sportsml:team-stats-american-football (1) (1)
team-stats-baseball sportsml:team-stats-baseball (1) (1)
team-stats-basketball sportsml:team-stats-basketball (1) (1)
team-stats-golf sportsml:team-stats-golf (1) (1)
team-stats-ice-hockey sportsml:team-stats-ice-hockey (1) (1)
team-stats-soccer sportsml:team-stats-soccer (1) (1)
team-stats-tennis sportsml:team-stats-tennis (1) (1)
team-stats-motor-racing sportsml:team-stats-motor-racing (1) (1)
team-stats-curling sportsml:team-stats-curling (1) (1)
team-stats-rugby sportsml:team-stats-rugby (1) (1)
sports-property sportsml:sports-property 0 unbounded
<xs:group> sportsml:teamStatsSpecific 0 (1)
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
score sportsml:score Optional
score-opposing sportsml:score-opposing Optional
score-average sportsml:score-average Optional
score-opposing-average sportsml:score-opposing-average Optional
score-units sportsml:score-units Optional
score-attempts sportsml:score-attempts Optional
score-attempts-opposing sportsml:score-attempts-opposing Optional
score-attempts-on-goal sportsml:score-attempts-on-goal Optional
score-attempts-on-goal-opposing sportsml:score-attempts-on-goal-opposing Optional
score-percentage sportsml:score-percentage Optional
score-percentage-opposing sportsml:score-percentage-opposing Optional
result-effect sportsml:result-effect Optional
event-outcome sportsml:event-outcome Optional
event-standing-points sportsml:event-standing-points Optional
event-odds sportsml:event-odds Optional
events-played sportsml:events-played Optional
time-played-total sportsml:time-played-total Optional
standing-points sportsml:standing-points Optional
games-back sportsml:games-back Optional
streak sportsml:streak Optional