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