Definition Type: Element
Name: team-stats-basketball
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Abstract
Documentation:
Specific statistics for basketball. | 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 turnover-margin in schema sportsml-specific-basketball_xsd Drilldown into average-minutes-per-game in schema sportsml-specific-basketball_xsd Drilldown into fouls-total in schema sportsml-specific-basketball_xsd Drilldown into largest-lead in schema sportsml-specific-basketball_xsd Drilldown into timeouts-left in schema sportsml-specific-basketball_xsdXSD Diagram of team-stats-basketball in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<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>
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
timeouts-left sportsml:timeouts-left Optional
largest-lead sportsml:largest-lead Optional
fouls-total sportsml:fouls-total Optional
average-minutes-per-game sportsml:average-minutes-per-game Optional
turnover-margin sportsml:turnover-margin Optional