Definition Type: Element
Name: stats-basketball-offensive
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Abstract
Documentation:
Statistics for a team or player while they had possession of the ball. | Includes scoring and assisting stats.
Collapse XSD Schema Diagram:
Drilldown into points-scored-on-fast-break in schema sportsml-specific-basketball_xsd Drilldown into points-scored-on-second-chance in schema sportsml-specific-basketball_xsd Drilldown into points-scored-in-paint in schema sportsml-specific-basketball_xsd Drilldown into points-scored-off-turnovers in schema sportsml-specific-basketball_xsd Drilldown into team-turnovers-per-game in schema sportsml-specific-basketball_xsd Drilldown into team-turnovers-total in schema sportsml-specific-basketball_xsd Drilldown into turnovers-per-game in schema sportsml-specific-basketball_xsd Drilldown into turnovers-total in schema sportsml-specific-basketball_xsd Drilldown into assists-per-game in schema sportsml-specific-basketball_xsd Drilldown into assists-total in schema sportsml-specific-basketball_xsd Drilldown into points-scored-per-shot in schema sportsml-specific-basketball_xsd Drilldown into points-scored-per-game-highest in schema sportsml-specific-basketball_xsd Drilldown into points-scored-per-game in schema sportsml-specific-basketball_xsd Drilldown into points-scored-total in schema sportsml-specific-basketball_xsd Drilldown into free-throws-attempted-per-game in schema sportsml-specific-basketball_xsd Drilldown into free-throws-per-game in schema sportsml-specific-basketball_xsd Drilldown into free-throws-percentage in schema sportsml-specific-basketball_xsd Drilldown into free-throws-attempted in schema sportsml-specific-basketball_xsd Drilldown into free-throws-made in schema sportsml-specific-basketball_xsd Drilldown into three-pointers-attempted-per-game in schema sportsml-specific-basketball_xsd Drilldown into three-pointers-per-game in schema sportsml-specific-basketball_xsd Drilldown into three-pointers-percentage in schema sportsml-specific-basketball_xsd Drilldown into three-pointers-attempted in schema sportsml-specific-basketball_xsd Drilldown into three-pointers-made in schema sportsml-specific-basketball_xsd Drilldown into field-goals-percentage-adjusted in schema sportsml-specific-basketball_xsd Drilldown into field-goals-attempted-per-game in schema sportsml-specific-basketball_xsd Drilldown into field-goals-per-game in schema sportsml-specific-basketball_xsd Drilldown into field-goals-percentage in schema sportsml-specific-basketball_xsd Drilldown into field-goals-attempted in schema sportsml-specific-basketball_xsd Drilldown into field-goals-made in schema sportsml-specific-basketball_xsdXSD Diagram of stats-basketball-offensive in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-basketball-offensive">
    <annotation>
        <documentation>Statistics for a team or player while they had possession of the ball. | Includes scoring and assisting stats.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="field-goals-made" type="string" use="optional">
            <annotation>
                <documentation>Shots made that were worth two points each.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-attempted" type="string" use="optional">
            <annotation>
                <documentation>Two-point shots that were attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-percentage" type="string" use="optional">
            <annotation>
                <documentation>Field goals made versus attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of field goals made per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-attempted-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of field goals attempted per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="field-goals-percentage-adjusted" type="string" use="optional">
            <annotation>
                <documentation>A formula measuring shooting efficiency: [(points-scored-total - free-throws-made)/field-goals-attempted]/2.</documentation>
            </annotation>
        </attribute>
        <attribute name="three-pointers-made" type="string" use="optional">
            <annotation>
                <documentation>Shots made that were worth three points each.</documentation>
            </annotation>
        </attribute>
        <attribute name="three-pointers-attempted" type="string" use="optional">
            <annotation>
                <documentation>Three-point shots that were attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="three-pointers-percentage" type="string" use="optional">
            <annotation>
                <documentation>Three-pointers made versus attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="three-pointers-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of three-pointers made per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="three-pointers-attempted-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of three-pointers attempted per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="free-throws-made" type="string" use="optional">
            <annotation>
                <documentation>Shots made that were worth one point each.</documentation>
            </annotation>
        </attribute>
        <attribute name="free-throws-attempted" type="string" use="optional">
            <annotation>
                <documentation>One-point shots that were attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="free-throws-percentage" type="string" use="optional">
            <annotation>
                <documentation>Free throws made versus attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="free-throws-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of free throws made per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="free-throws-attempted-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of free throws attempted per game.</documentation>
            </annotation>
        </attribute>
        <attribute name="points-scored-total" type="string" use="optional">
            <annotation>
                <documentation>Total number of points scored, over the time span indicated in date coverage attributes.</documentation>
            </annotation>
        </attribute>
        <attribute name="points-scored-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of points scored in games played during the time span indicated in date coverage attributes.</documentation>
            </annotation>
        </attribute>
        <attribute name="points-scored-per-game-highest" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="points-scored-per-shot" type="string" use="optional">
            <annotation>
                <documentation>Calculated by dividing points-scored-total by field-goals-attempted.</documentation>
            </annotation>
        </attribute>
        <attribute name="assists-total" type="string" use="optional">
            <annotation>
                <documentation>Total number of assists during the time span indicated in date coverage attributes.</documentation>
            </annotation>
        </attribute>
        <attribute name="assists-per-game" type="string" use="optional">
            <annotation>
                <documentation>Total number of assists per games played during the time span indicated in date coverage attributes.</documentation>
            </annotation>
        </attribute>
        <attribute name="turnovers-total" type="string" use="optional">
            <annotation>
                <documentation>Total number of turnovers during the time span indicated in date coverage attributes.</documentation>
            </annotation>
        </attribute>
        <attribute name="turnovers-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of turnovers per game the time span indicated in date coverage attributes.</documentation>
            </annotation>
        </attribute>
        <attribute name="team-turnovers-total" type="string" use="optional">
            <annotation>
                <documentation>Total number of team turnovers during the time span indicated in date coverage attributes.</documentation>
            </annotation>
        </attribute>
        <attribute name="team-turnovers-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of team turnovers per game the time span indicated in date coverage attributes.</documentation>
            </annotation>
        </attribute>
        <attribute name="points-scored-off-turnovers" type="string" use="optional">
            <annotation>
                <documentation>Total number of points scored off turnovers the time span indicated in date coverage attributes.</documentation>
            </annotation>
        </attribute>
        <attribute name="points-scored-in-paint" type="string" use="optional">
            <annotation>
                <documentation>Total number of points scored from within the painted area surrounding the basket during the time span indicated in date coverage attributes..</documentation>
            </annotation>
        </attribute>
        <attribute name="points-scored-on-second-chance" type="string" use="optional">
            <annotation>
                <documentation>Total number of points scored after fielding an offensive rebound during the time span indicated in date coverage attributes..</documentation>
            </annotation>
        </attribute>
        <attribute name="points-scored-on-fast-break" type="string" use="optional">
            <annotation>
                <documentation>Total number of points scored off a fast break during the time span indicated in date coverage attributes..</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
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
field-goals-made sportsml:field-goals-made Optional
field-goals-attempted sportsml:field-goals-attempted Optional
field-goals-percentage sportsml:field-goals-percentage Optional
field-goals-per-game sportsml:field-goals-per-game Optional
field-goals-attempted-per-game sportsml:field-goals-attempted-per-game Optional
field-goals-percentage-adjusted sportsml:field-goals-percentage-adjusted Optional
three-pointers-made sportsml:three-pointers-made Optional
three-pointers-attempted sportsml:three-pointers-attempted Optional
three-pointers-percentage sportsml:three-pointers-percentage Optional
three-pointers-per-game sportsml:three-pointers-per-game Optional
three-pointers-attempted-per-game sportsml:three-pointers-attempted-per-game Optional
free-throws-made sportsml:free-throws-made Optional
free-throws-attempted sportsml:free-throws-attempted Optional
free-throws-percentage sportsml:free-throws-percentage Optional
free-throws-per-game sportsml:free-throws-per-game Optional
free-throws-attempted-per-game sportsml:free-throws-attempted-per-game Optional
points-scored-total sportsml:points-scored-total Optional
points-scored-per-game sportsml:points-scored-per-game Optional
points-scored-per-game-highest sportsml:points-scored-per-game-highest Optional
points-scored-per-shot sportsml:points-scored-per-shot Optional
assists-total sportsml:assists-total Optional
assists-per-game sportsml:assists-per-game Optional
turnovers-total sportsml:turnovers-total Optional
turnovers-per-game sportsml:turnovers-per-game Optional
team-turnovers-total sportsml:team-turnovers-total Optional
team-turnovers-per-game sportsml:team-turnovers-per-game Optional
points-scored-off-turnovers sportsml:points-scored-off-turnovers Optional
points-scored-in-paint sportsml:points-scored-in-paint Optional
points-scored-on-second-chance sportsml:points-scored-on-second-chance Optional
points-scored-on-fast-break sportsml:points-scored-on-fast-break Optional