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

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| alignment-scope | restriction of xs:string | optional |
|
||||
| assists-per-game | xs:string | optional |
|
||||
| assists-total | xs:string | optional |
|
||||
| class | xs:string | optional |
|
||||
| competition | QCodeType | optional |
|
||||
| distance | xs:string | optional |
|
||||
| distance-maximum | xs:string | optional |
|
||||
| distance-minimum | xs:string | optional |
|
||||
| duration-scope | QCodeType | optional |
|
||||
| end-date-time | TruncatedDateTimeType | optional |
|
||||
| event-span | xs:nonNegativeInteger | optional |
|
||||
| field-goals-attempted | xs:string | optional |
|
||||
| field-goals-attempted-per-game | xs:string | optional |
|
||||
| field-goals-made | xs:string | optional |
|
||||
| field-goals-per-game | xs:string | optional |
|
||||
| field-goals-percentage | xs:string | optional |
|
||||
| field-goals-percentage-adjusted | xs:string | optional |
|
||||
| free-throws-attempted | xs:string | optional |
|
||||
| free-throws-attempted-per-game | xs:string | optional |
|
||||
| free-throws-made | xs:string | optional |
|
||||
| free-throws-per-game | xs:string | optional |
|
||||
| free-throws-percentage | xs:string | optional |
|
||||
| id | xs:ID | optional |
|
||||
| location-key | QCodeType | optional |
|
||||
| measurement-units | xs:string | optional |
|
||||
| opponent-type | QCodeType | optional |
|
||||
| opponent-value | QCodeType | optional |
|
||||
| period-end-date-time | TruncatedDateTimeType | optional |
|
||||
| period-start-date-time | TruncatedDateTimeType | optional |
|
||||
| period-type | QCodeType | optional |
|
||||
| period-value | xs:string | optional |
|
||||
| points-scored-in-paint | xs:string | optional |
|
||||
| points-scored-off-turnovers | xs:string | optional |
|
||||
| points-scored-on-fast-break | xs:string | optional |
|
||||
| points-scored-on-second-chance | xs:string | optional |
|
||||
| points-scored-per-game | xs:string | optional |
|
||||
| points-scored-per-game-highest | xs:string | optional |
|
||||
| points-scored-per-shot | xs:string | optional |
|
||||
| points-scored-total | xs:string | optional |
|
||||
| position | xs:string | optional |
|
||||
| record-making-scope | QCodeType | optional |
|
||||
| scope-value | QCodeType | optional |
|
||||
| scoping-label | xs:string | optional |
|
||||
| situation | QCodeType | optional |
|
||||
| start-date-time | TruncatedDateTimeType | optional |
|
||||
| stats-coverage | QCodeType | optional |
|
||||
| style | xs:string | optional |
|
||||
| surface-type | QCodeType | optional |
|
||||
| team | QCodeType | optional |
|
||||
| team-coverage | restriction of xs:string | optional |
|
||||
| team-turnovers-per-game | xs:string | optional |
|
||||
| team-turnovers-total | xs:string | optional |
|
||||
| temporal-unit-type | QCodeType | optional |
|
||||
| temporal-unit-value | QCodeType | optional |
|
||||
| three-pointers-attempted | xs:string | optional |
|
||||
| three-pointers-attempted-per-game | xs:string | optional |
|
||||
| three-pointers-made | xs:string | optional |
|
||||
| three-pointers-per-game | xs:string | optional |
|
||||
| three-pointers-percentage | xs:string | optional |
|
||||
| turnovers-per-game | xs:string | optional |
|
||||
| turnovers-total | xs:string | optional |
|
||||
| unit-type | QCodeType | optional |
|
||||
| unit-value | QCodeType | optional |
|
||||
| venue-type | QCodeType | optional |
|
||||
| weather-type | QCodeType | optional |
|
<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> |