<element name="stats-basketball-defensive">
<annotation>
<documentation>Statistics for a team or player while the other team was in possession of the ball. | Includes information on steals and blocks.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="steals-total" type="string" use="optional">
<annotation>
<documentation>Total number of steals.</documentation>
</annotation>
</attribute>
<attribute name="steals-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of steals per game.</documentation>
</annotation>
</attribute>
<attribute name="steals-opponent" type="string" use="optional">
<annotation>
<documentation>Total number of steals-against by opponent.</documentation>
</annotation>
</attribute>
<attribute name="steals-differential" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="blocks-total" type="string" use="optional">
<annotation>
<documentation>Total number of blocks.</documentation>
</annotation>
</attribute>
<attribute name="blocks-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of blocks per game.</documentation>
</annotation>
</attribute>
<attribute name="blocks-opponent" type="string" use="optional">
<annotation>
<documentation>Total number of blocks-against by opponent.</documentation>
</annotation>
</attribute>
<attribute name="blocks-differential" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="points-scored-against-per-game" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="points-scored-against-per-game-highest" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="field-goals-against-per-game" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="field-goals-against-percentage" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="team-turnovers-total" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="charges-taken" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|