<element name="player-stats-basketball">
<annotation>
<documentation>Specific statistics for basketball players. | 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="minutes-played" type="string" use="optional">
<annotation>
<documentation>Number of minutes this player has spent playing during a particular game.</documentation>
</annotation>
</attribute>
<attribute name="games-played" type="string" use="optional">
<annotation>
<documentation>Number of games played during the time span indicated in date coverage attributes.</documentation>
</annotation>
</attribute>
<attribute name="games-started" type="string" use="optional">
<annotation>
<documentation>Number of games that started with this player on the court, during the time span indicated in date coverage attributes.</documentation>
</annotation>
</attribute>
<attribute name="average-minutes-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of minutes per game played by this player during the time span indicated in date coverage attributes.</documentation>
</annotation>
</attribute>
<attribute name="personal-fouls-per-game" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="double-doubles" type="string" use="optional">
<annotation>
<documentation>A double digit number in any two of these categories: points, rebounds, assists, steals, and blocked shots.</documentation>
</annotation>
</attribute>
<attribute name="triple-doubles" type="string" use="optional">
<annotation>
<documentation>A double digit number in any three of these categories: points, rebounds, assists, steals, and blocked shots.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|