<element name="stats-basketball-rebounding">
<annotation>
<documentation>Statistics for a team or player revolving around rebounds. | Includes rebounds credited to particular players, and credited to the entire team.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="rebounds-total" type="string" use="optional">
<annotation>
<documentation>The sum of all rebounds that were credited to particular players.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-total-percentage" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-defensive" type="string" use="optional">
<annotation>
<documentation>The sum of all defensive rebounds credited to particular players.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-opponent-defensive" type="string" use="optional">
<annotation>
<documentation>The total defensive rebounds by the opposing team or player.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-defensive-percentage" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-offensive" type="string" use="optional">
<annotation>
<documentation>The sum of all offensive rebounds credited to particular player.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-offensive-percentage" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-opponent-offensive" type="string" use="optional">
<annotation>
<documentation>The total offensive rebounds by the opposing team or player.</documentation>
</annotation>
</attribute>
<attribute name="team-rebounds-total" type="string" use="optional">
<annotation>
<documentation>The number of rebounds that did not credited to individual players, but were instead credited to the team as a whole.</documentation>
</annotation>
</attribute>
<attribute name="team-rebounds-total-percentage" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="team-rebounds-defensive" type="string" use="optional">
<annotation>
<documentation>The sum of all defensive rebounds credited to the team as a whole.</documentation>
</annotation>
</attribute>
<attribute name="team-rebounds-defensive-percentage" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="team-rebounds-offensive" type="string" use="optional">
<annotation>
<documentation>The sum of all offensive rebounds credited to the team as a whol.</documentation>
</annotation>
</attribute>
<attribute name="team-rebounds-offensive-percentage" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="team-rebounds-opponent-defensive" type="string" use="optional">
<annotation>
<documentation>The total defensive team rebounds by the opposing team or player.</documentation>
</annotation>
</attribute>
<attribute name="team-rebounds-opponent-offensive" type="string" use="optional">
<annotation>
<documentation>The total offensive team rebounds by the opposing team or player.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-per-game" type="string" use="optional">
<annotation>
<documentation>The average number of personal rebounds per event.</documentation>
</annotation>
</attribute>
<attribute name="team-rebounds-per-game" type="string" use="optional">
<annotation>
<documentation>The average number of team rebounds per event.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-offensive-per-game" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-defensive-per-game" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="rebounds-differential" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|