basketballStatsOffensiveComplexType

Statistics for a team or player while they had possession of the ball. | Includes scoring and assisting stats.

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-per-game xs:string optional
Total number of assists per games played.
assists-total xs:string optional
Total 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.
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.
field-goals-attempted xs:string optional
Two-point shots that were attempted.
field-goals-attempted-per-game xs:string optional
Average number of field goals attempted per game.
field-goals-made xs:string optional
Shots made that were worth two points each.
field-goals-per-game xs:string optional
Average number of field goals made per game.
field-goals-percentage xs:string optional
Field goals made versus attempted. This could also be calculated from the above.
field-goals-percentage-adjusted xs:string optional
A formula measuring shooting efficiency: [(points-scored-total - free-throws-made)/field-goals-attempted]/2.
free-throws-attempted xs:string optional
One-point shots that were attempted.
free-throws-attempted-per-game xs:string optional
Average number of free throws attempted per game.
free-throws-made xs:string optional
Shots made that were worth one point each.
free-throws-per-game xs:string optional
Average number of free throws made per game.
free-throws-percentage xs:string optional
Free throws made versus attempted.
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.
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.
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-scored-in-paint xs:string optional
Total number of points scored from within the painted area surrounding the basket.
points-scored-off-turnovers xs:string optional
Total number of points scored off turnovers.
points-scored-on-fast-break xs:string optional
Total number of points scored off a fast break.
points-scored-on-second-chance xs:string optional
Total number of points scored after fielding an offensive rebound.
points-scored-per-game xs:string optional
Average number of points scored in games played.
points-scored-per-game-highest xs:string optional
Highest number of points scored in one game played.
points-scored-per-shot xs:string optional
Calculated by dividing points-scored-total by field-goals-attempted.
points-scored-total xs:string optional
Total number of points scored, over.
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.
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.
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.
team-turnovers-per-game xs:string optional
Average number of team turnovers per game.
team-turnovers-total xs:string optional
Total number of team turnovers.
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.
three-pointers-attempted xs:string optional
Three-point shots that were attempted.
three-pointers-attempted-per-game xs:string optional
Average number of three-pointers attempted per game.
three-pointers-made xs:string optional
Shots made that were worth three points each.
three-pointers-per-game xs:string optional
Average number of three-pointers made per game.
three-pointers-percentage xs:string optional
Three-pointers made versus attempted. This could be calculated.
turnovers-per-game xs:string optional
Average number of turnovers per game.
turnovers-total xs:string optional
Total number of turnovers.
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="basketballStatsOffensiveComplexType">
  <xs:annotation>
    <xs:documentation>Statistics for a team or player while they had possession of the ball. | Includes scoring and assisting stats.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attributeGroup ref="coverageAttributes"/>
  <xs:attribute name="field-goals-made" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Shots made that were worth two points each.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="field-goals-attempted" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Two-point shots that were attempted.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="field-goals-percentage" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Field goals made versus attempted. This could also be calculated from the above.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="field-goals-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of field goals made per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="field-goals-attempted-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of field goals attempted per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="field-goals-percentage-adjusted" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A formula measuring shooting efficiency: [(points-scored-total - free-throws-made)/field-goals-attempted]/2.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="three-pointers-made" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Shots made that were worth three points each.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="three-pointers-attempted" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Three-point shots that were attempted.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="three-pointers-percentage" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Three-pointers made versus attempted. This could be calculated.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="three-pointers-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of three-pointers made per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="three-pointers-attempted-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of three-pointers attempted per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="free-throws-made" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Shots made that were worth one point each.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="free-throws-attempted" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>One-point shots that were attempted.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="free-throws-percentage" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Free throws made versus attempted.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="free-throws-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of free throws made per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="free-throws-attempted-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of free throws attempted per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="points-scored-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of points scored, over.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="points-scored-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of points scored in games played.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="points-scored-per-game-highest" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Highest number of points scored in one game played.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="points-scored-per-shot" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Calculated by dividing points-scored-total by field-goals-attempted.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="assists-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of assists.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="assists-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of assists per games played.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="turnovers-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of turnovers.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="turnovers-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of turnovers per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="team-turnovers-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of team turnovers.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="team-turnovers-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of team turnovers per game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="points-scored-off-turnovers" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of points scored off turnovers.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="points-scored-in-paint" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of points scored from within the painted area surrounding the basket.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="points-scored-on-second-chance" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of points scored after fielding an offensive rebound.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="points-scored-on-fast-break" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of points scored off a fast break.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>