Definition Type: Element
Name: player-stats
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Statistics that capture how a player has performed. | Generally does change over the course of a sports-event.
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 events-started in schema sportsml-core_xsd Drilldown into events-played in schema sportsml-core_xsd Drilldown into time-played-event-average in schema sportsml-core_xsd Drilldown into time-played-total in schema sportsml-core_xsd Drilldown into time-played-event 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 player-stats in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="player-stats">
    <annotation>
        <documentation>Statistics that capture how a player has performed. | Generally does change over the course of a sports-event.</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:playerStatsSpecific" />
            <element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attributeGroup ref="sportsml:statAttributes" />
        <attribute name="time-played-event" type="string" use="optional">
            <annotation>
                <documentation>Value for the amount of time played by this player in a particular sports-event.</documentation>
            </annotation>
        </attribute>
        <attribute name="time-played-total" type="string" use="optional">
            <annotation>
                <documentation>Value for the amount of time played by the player over the course of a particular time-span, such as a season.</documentation>
            </annotation>
        </attribute>
        <attribute name="time-played-event-average" type="string" use="optional">
            <annotation>
                <documentation>Value for the average amount of time played per-event by the player over the course of a particular time-span, such as a season.</documentation>
            </annotation>
        </attribute>
        <attribute name="events-played" type="string" use="optional">
            <annotation>
                <documentation>Number of sports-events the player has participated in.</documentation>
            </annotation>
        </attribute>
        <attribute name="events-started" type="string" use="optional">
            <annotation>
                <documentation>Number of sports-events the player has played in since the start of the event.</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
player-stats-american-football sportsml:player-stats-american-football (1) (1)
player-stats-baseball sportsml:player-stats-baseball (1) (1)
player-stats-basketball sportsml:player-stats-basketball (1) (1)
player-stats-golf sportsml:player-stats-golf (1) (1)
player-stats-ice-hockey sportsml:player-stats-ice-hockey (1) (1)
player-stats-soccer sportsml:player-stats-soccer (1) (1)
player-stats-tennis sportsml:player-stats-tennis (1) (1)
player-stats-motor-racing sportsml:player-stats-motor-racing (1) (1)
player-stats-curling sportsml:player-stats-curling (1) (1)
player-stats-rugby sportsml:player-stats-rugby (1) (1)
sports-property sportsml:sports-property 0 unbounded
<xs:group> sportsml:playerStatsSpecific 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
time-played-event sportsml:time-played-event Optional
time-played-total sportsml:time-played-total Optional
time-played-event-average sportsml:time-played-event-average Optional
events-played sportsml:events-played Optional
events-started sportsml:events-started Optional