soccerStatsOffensiveComplexType

Offensive stats specific to soccer. | Offensive stats for one team,
specific to soccer.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-scope restriction of xs:string optional
Indicates that the included statistics apply only to events played either at home or away.
assists-game-tying xs:string optional
Assists to goals that meant tying a game.
assists-game-winning xs:string optional
Assists to goals that meant winning a game.
assists-overtime xs:string optional
Assists made on goals scored during overtime.
assists-total xs:string optional
Number of assists.
class xs:string optional
An open placeholder for categorization.
competition QCodeType optional
The key of the league or competition for which the player or team generated the stats.
corner-kicks xs:string optional
Total number of corner kicks performed.
distance xs:string optional
Measure of distance for the generated stat.
distance-maximum xs:string optional
Maximum distance for the generated stat.
distance-minimum xs:string optional
Minimum distance for the generated stat.
duration-scope QCodeType optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime. SportsML vocab uri: http://cv.iptc.org/newscodes/spdurationscope/
end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the event for which the stats are relevant.
event-span xs:nonNegativeInteger optional
Qualifier of "most-recent-events" value for temporal-unit attribute. Specify the number of events eg. 10 for last 10 games.
free-kicks xs:string optional
Unopposed kicks on the field awarded to a team due to an opposing	team's infraction.
giveaways xs:string optional
Changes in possession, usually as a result of poor play leading to the other team getting the ball.
goals-game-tying xs:string optional
Goals that meant tying a game.
goals-game-winning xs:string optional
Goals that meant winning a game.
goals-head xs:string optional
goals-left-foot xs:string optional
goals-overtime xs:string optional
Goals scored during overtime.
goals-own xs:string optional
Goals scored on own net.
goals-right-foot xs:string optional
goals-shootout xs:string optional
Goals scored during shootout.
goals-total xs:string optional
Total number of goals by the team.
hat-tricks xs:string optional
A record of the number of times a player scored three or more
goals in a game. Sometimes, the rules that govern the assignment of a
hat-trick varies.
id xs:ID optional
An XML-specific identifier for the element.
location-key QCodeType optional
The key of the site,venue or location where the stats were generated.
measurement-units xs:string optional
The type of unit used to measure distance, speed, etc. Could be mph, kph, metres, yards, etc.
offsides xs:string optional
Total number of offsides.
opponent-type QCodeType optional
Whether the opponent was a player, team, etc.
opponent-value QCodeType optional
The key of the player, team, division, conference, league or other unit which provide the opposition relevant to the stat.
passes-complete xs:string optional
passes-complete-3rd-final xs:string optional
passes-complete-long xs:string optional
passes-complete-percentage xs:string optional
passes-incomplete xs:string optional
passes-total xs:string optional
period-end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the period for which the stats are relevant.
period-start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the period for which the stats are relevant.
period-type QCodeType optional
For certain types of periods: overtime, declared (cricket), etc.
period-value xs:string optional
Used for tracking stats and events by period.
points xs:string optional
Sum of goals and assists.
position xs:string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope QCodeType optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scope-value QCodeType optional
A generic scope indicator. Use only if none of the other coverage attributes are suitable.
scoping-label xs:string optional
A textual description for the scope.
shots-hit-frame xs:string optional
Total number of shots hitting the goal frame.
shots-off-goal-total xs:string optional
Total number of shots towards the goal, but that would have
missed the target anyway.
shots-on-goal-total xs:string optional
Total number of shots on goal that did not hit the
net.
shots-penalty-shot-missed xs:string optional
Total number of attempts to score as penalty-shot that did not result in a goal.
shots-penalty-shot-percentage xs:string optional
Percentage of penalty shots scored. Could be calculated from above values.
shots-penalty-shot-scored xs:string optional
Goals scored as penalty-shots.
shots-penalty-shot-taken xs:string optional
Total number of attempts to score as
penalty-shot.
shots-shootout-missed xs:string optional
Goals missed during shootout.
shots-shootout-percentage xs:string optional
Percentage of shootout goals scored.
shots-shootout-scored xs:string optional
Goals scored during shootout.
shots-shootout-taken xs:string optional
Total number of attempts to score during shootout.
shots-total xs:string optional
Total number of shots made in attempt to score
goal.
situation QCodeType optional
Final or current score of the team or player.
start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the event for which the stats are relevant.
stats-coverage QCodeType optional
A relative indication of how many statistics are included in the item. SportsML vocab uri: http://cv.iptc.org/newscodes/spstatscoverage/
style xs:string optional
An open placeholder for reference by an external stylesheet.
surface-type QCodeType optional
The type of surface (eg. clay, artificial grass, etc.) upon which the stats were generated.
tackles-lost xs:string optional
tackles-total xs:string optional
tackles-won xs:string optional
tackles-won-percentage xs:string optional
team QCodeType optional
The key of the team for which the player or team generated the stats.
team-coverage restriction of xs:string optional
Indicates whether the item contains information about one team, or
many teams.
temporal-unit-type QCodeType optional
The unit of performance to which the stats apply eg. single-event, season, career.
temporal-unit-value QCodeType optional
The key of performance unit to which the stats apply.
unit-type QCodeType optional
The type, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
unit-value QCodeType optional
The key, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
venue-type QCodeType optional
The type of event (eg. indoor, outdoor, etc.) in which the stats were generated.
weather-type QCodeType optional
A code for the weather situation in which the stats were generated. SportsML weather codes recommended.

Used By

Source

<xs:complexType name="soccerStatsOffensiveComplexType">
  <xs:annotation>
    <xs:documentation>Offensive stats specific to soccer. | Offensive stats for one team, specific to soccer.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attributeGroup ref="coverageAttributes"/>
  <xs:attribute name="goals-game-winning" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Goals that meant winning a game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="goals-game-tying" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Goals that meant tying a game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="goals-overtime" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Goals scored during overtime.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="goals-shootout" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Goals scored during shootout.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="goals-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of goals by the team.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="assists-game-winning" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Assists to goals that meant winning a game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="assists-game-tying" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Assists to goals that meant tying a game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="assists-overtime" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Assists made on goals scored during overtime.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="assists-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of assists.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="points" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Sum of goals and assists.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of shots made in attempt to score goal.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-on-goal-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of shots on goal that did not hit the net.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-off-goal-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of shots towards the goal, but that would have missed the target anyway.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-penalty-shot-taken" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of attempts to score as penalty-shot.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-penalty-shot-scored" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Goals scored as penalty-shots.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-penalty-shot-missed" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of attempts to score as penalty-shot that did not result in a goal.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-penalty-shot-percentage" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Percentage of penalty shots scored. Could be calculated from above values.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-shootout-taken" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of attempts to score during shootout.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-shootout-scored" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Goals scored during shootout.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-shootout-missed" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Goals missed during shootout.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-shootout-percentage" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Percentage of shootout goals scored.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="giveaways" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Changes in possession, usually as a result of poor play leading to the other team getting the ball.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="offsides" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of offsides.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="corner-kicks" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of corner kicks performed.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="hat-tricks" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A record of the number of times a player scored three or more goals in a game. Sometimes, the rules that govern the assignment of a hat-trick varies.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shots-hit-frame" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of shots hitting the goal frame.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="goals-own" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Goals scored on own net.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="free-kicks" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Unopposed kicks on the field awarded to a team due to an opposing team's infraction.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="goals-left-foot" type="xs:string" use="optional"/>
  <xs:attribute name="goals-right-foot" type="xs:string" use="optional"/>
  <xs:attribute name="goals-head" type="xs:string" use="optional"/>
  <xs:attribute name="passes-total" type="xs:string" use="optional"/>
  <xs:attribute name="passes-complete" type="xs:string" use="optional"/>
  <xs:attribute name="passes-complete-percentage" type="xs:string" use="optional"/>
  <xs:attribute name="passes-incomplete" type="xs:string" use="optional"/>
  <xs:attribute name="passes-complete-3rd-final" type="xs:string" use="optional"/>
  <xs:attribute name="passes-complete-long" type="xs:string" use="optional"/>
  <xs:attribute name="tackles-total" type="xs:string" use="optional"/>
  <xs:attribute name="tackles-won" type="xs:string" use="optional"/>
  <xs:attribute name="tackles-won-percentage" type="xs:string" use="optional"/>
  <xs:attribute name="tackles-lost" type="xs:string" use="optional"/>
</xs:complexType>