Definition Type: Element
Name: player-stats-basketball
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Abstract
Documentation:
Specific statistics for basketball players. | Includes offensive, rebounding, and defensive stats.
Collapse XSD Schema Diagram:
Drilldown into stats-basketball-defensive in schema sportsml-specific-basketball_xsd Drilldown into stats-basketball-rebounding in schema sportsml-specific-basketball_xsd Drilldown into stats-basketball-offensive in schema sportsml-specific-basketball_xsd Drilldown into triple-doubles in schema sportsml-specific-basketball_xsd Drilldown into double-doubles in schema sportsml-specific-basketball_xsd Drilldown into personal-fouls-per-game in schema sportsml-specific-basketball_xsd Drilldown into average-minutes-per-game in schema sportsml-specific-basketball_xsd Drilldown into games-started in schema sportsml-specific-basketball_xsd Drilldown into games-played in schema sportsml-specific-basketball_xsd Drilldown into minutes-played in schema sportsml-specific-basketball_xsdXSD Diagram of player-stats-basketball in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stats-basketball-offensive sportsml:stats-basketball-offensive 0 unbounded
stats-basketball-rebounding sportsml:stats-basketball-rebounding 0 unbounded
stats-basketball-defensive sportsml:stats-basketball-defensive 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
minutes-played sportsml:minutes-played Optional
games-played sportsml:games-played Optional
games-started sportsml:games-started Optional
average-minutes-per-game sportsml:average-minutes-per-game Optional
personal-fouls-per-game sportsml:personal-fouls-per-game Optional
double-doubles sportsml:double-doubles Optional
triple-doubles sportsml:triple-doubles Optional