Definition Type: Element
Name: stats-soccer-offensive
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-soccer.xsd
Abstract
Documentation:
Offensive stats specific to soccer. | Offensive stats for one team, specific to soccer.
Collapse XSD Schema Diagram:
Drilldown into shots-hit-frame in schema sportsml-specific-soccer_xsd Drilldown into hat-tricks in schema sportsml-specific-soccer_xsd Drilldown into corner-kicks in schema sportsml-specific-soccer_xsd Drilldown into offsides in schema sportsml-specific-soccer_xsd Drilldown into giveaways in schema sportsml-specific-soccer_xsd Drilldown into shots-shootout-percentage in schema sportsml-specific-soccer_xsd Drilldown into shots-shootout-missed in schema sportsml-specific-soccer_xsd Drilldown into shots-shootout-scored in schema sportsml-specific-soccer_xsd Drilldown into shots-shootout-taken in schema sportsml-specific-soccer_xsd Drilldown into shots-penalty-shot-percentage in schema sportsml-specific-soccer_xsd Drilldown into shots-penalty-shot-missed in schema sportsml-specific-soccer_xsd Drilldown into shots-penalty-shot-scored in schema sportsml-specific-soccer_xsd Drilldown into shots-penalty-shot-taken in schema sportsml-specific-soccer_xsd Drilldown into shots-on-goal-total in schema sportsml-specific-soccer_xsd Drilldown into shots-total in schema sportsml-specific-soccer_xsd Drilldown into points in schema sportsml-specific-soccer_xsd Drilldown into assists-total in schema sportsml-specific-soccer_xsd Drilldown into assists-overtime in schema sportsml-specific-soccer_xsd Drilldown into assists-game-tying in schema sportsml-specific-soccer_xsd Drilldown into assists-game-winning in schema sportsml-specific-soccer_xsd Drilldown into goals-total in schema sportsml-specific-soccer_xsd Drilldown into goals-shootout in schema sportsml-specific-soccer_xsd Drilldown into goals-overtime in schema sportsml-specific-soccer_xsd Drilldown into goals-game-tying in schema sportsml-specific-soccer_xsd Drilldown into goals-game-winning in schema sportsml-specific-soccer_xsdXSD Diagram of stats-soccer-offensive in schema sportsml-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-soccer-offensive">
    <annotation>
        <documentation>Offensive stats specific to soccer. | Offensive stats for one team, specific to soccer.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="goals-game-winning" type="string" use="optional">
            <annotation>
                <documentation>Goals that meant winning a game.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-game-tying" type="string" use="optional">
            <annotation>
                <documentation>Goals that meant tying a game.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-overtime" type="string" use="optional">
            <annotation>
                <documentation>Goals scored during overtime.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-shootout" type="string" use="optional">
            <annotation>
                <documentation>Goals scored during shootout.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-total" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="assists-game-winning" type="string" use="optional">
            <annotation>
                <documentation>Assists to goals that meant winning a game.</documentation>
            </annotation>
        </attribute>
        <attribute name="assists-game-tying" type="string" use="optional">
            <annotation>
                <documentation>Assists to goals that meant tying a game.</documentation>
            </annotation>
        </attribute>
        <attribute name="assists-overtime" type="string" use="optional">
            <annotation>
                <documentation>Assists made on goals scored during overtime.</documentation>
            </annotation>
        </attribute>
        <attribute name="assists-total" type="string" use="optional">
            <annotation>
                <documentation>Number of assists.</documentation>
            </annotation>
        </attribute>
        <attribute name="points" type="string" use="optional">
            <annotation>
                <documentation>Sum of goals and assists.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-total" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-on-goal-total" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-penalty-shot-taken" type="string" use="optional">
            <annotation>
                <documentation>Total number of attempts to score as penalty-shot.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-penalty-shot-scored" type="string" use="optional">
            <annotation>
                <documentation>Goals scored as penalty-shots.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-penalty-shot-missed" type="string" use="optional">
            <annotation>
                <documentation>Total number of attempts to score as penalty-shot that did not result in a goal.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-penalty-shot-percentage" type="string" use="optional">
            <annotation>
                <documentation>Percentage of penalty shots scored. Could be calculated from above values.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-shootout-taken" type="string" use="optional">
            <annotation>
                <documentation>Total number of attempts to score during shootout.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-shootout-scored" type="string" use="optional">
            <annotation>
                <documentation>Goals scored during shootout.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-shootout-missed" type="string" use="optional">
            <annotation>
                <documentation>Goals missed during shootout.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-shootout-percentage" type="string" use="optional">
            <annotation>
                <documentation>Percentage of shootout goals scored.</documentation>
            </annotation>
        </attribute>
        <attribute name="giveaways" type="string" use="optional">
            <annotation>
                <documentation>When you play bad so the other team gets hold of the ball/puck.</documentation>
            </annotation>
        </attribute>
        <attribute name="offsides" type="string" use="optional">
            <annotation>
                <documentation>Total number of offsides.</documentation>
            </annotation>
        </attribute>
        <attribute name="corner-kicks" type="string" use="optional">
            <annotation>
                <documentation>Total number of corner kicks performed.</documentation>
            </annotation>
        </attribute>
        <attribute name="hat-tricks" type="string" use="optional">
            <annotation>
                <documentation>A record of the number of times a player scored three or more goals in a game. Sometimes, the rules that govern the assignment of a hat-trick varies.</documentation>
            </annotation>
        </attribute>
        <attribute name="shots-hit-frame" type="string" use="optional">
            <annotation>
                <documentation>TBD.</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
goals-game-winning sportsml:goals-game-winning Optional
goals-game-tying sportsml:goals-game-tying Optional
goals-overtime sportsml:goals-overtime Optional
goals-shootout sportsml:goals-shootout Optional
goals-total sportsml:goals-total Optional
assists-game-winning sportsml:assists-game-winning Optional
assists-game-tying sportsml:assists-game-tying Optional
assists-overtime sportsml:assists-overtime Optional
assists-total sportsml:assists-total Optional
points sportsml:points Optional
shots-total sportsml:shots-total Optional
shots-on-goal-total sportsml:shots-on-goal-total Optional
shots-penalty-shot-taken sportsml:shots-penalty-shot-taken Optional
shots-penalty-shot-scored sportsml:shots-penalty-shot-scored Optional
shots-penalty-shot-missed sportsml:shots-penalty-shot-missed Optional
shots-penalty-shot-percentage sportsml:shots-penalty-shot-percentage Optional
shots-shootout-taken sportsml:shots-shootout-taken Optional
shots-shootout-scored sportsml:shots-shootout-scored Optional
shots-shootout-missed sportsml:shots-shootout-missed Optional
shots-shootout-percentage sportsml:shots-shootout-percentage Optional
giveaways sportsml:giveaways Optional
offsides sportsml:offsides Optional
corner-kicks sportsml:corner-kicks Optional
hat-tricks sportsml:hat-tricks Optional
shots-hit-frame sportsml:shots-hit-frame Optional