<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>
|