<element name="team-stats-basketball">
<annotation>
<documentation>Specific statistics for basketball. | Includes offensive, rebounding, and defensive stats.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-basketball-offensive" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-basketball-rebounding" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-basketball-defensive" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="timeouts-left" type="string" use="optional">
<annotation>
<documentation>Number of timeouts a team has left during the current event.</documentation>
</annotation>
</attribute>
<attribute name="largest-lead" type="string" use="optional">
<annotation>
<documentation>Largest number of points this team has led the opposition. Could be a negative number.</documentation>
</annotation>
</attribute>
<attribute name="fouls-total" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="average-minutes-per-game" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="turnover-margin" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|