<element name="stats-rugby-offensive">
<annotation>
<documentation>Offensive stats specific to rugby. | Offensive stats for one team, specific to rugby.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="tries-scored" type="string" use="optional">
<annotation>
<documentation>Tries scored.</documentation>
</annotation>
</attribute>
<attribute name="tries-scored-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of tries scored per match.</documentation>
</annotation>
</attribute>
<attribute name="penalty-tries-total" type="string" use="optional">
<annotation>
<documentation>Penalty tries awarded.</documentation>
</annotation>
</attribute>
<attribute name="penalty-tries-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of penalty tries awarded per match.</documentation>
</annotation>
</attribute>
<attribute name="drop-goal-attempts" type="string" use="optional">
<annotation>
<documentation>Drop goal attempts</documentation>
</annotation>
</attribute>
<attribute name="drop-goals-scored" type="string" use="optional">
<annotation>
<documentation>Drop goals scored</documentation>
</annotation>
</attribute>
<attribute name="drop-goals-scored-per-game" type="string" use="optional">
<annotation>
<documentation>Average drop goals scored per match</documentation>
</annotation>
</attribute>
<attribute name="penalty-goal-attempts" type="string" use="optional">
<annotation>
<documentation>Penalty goal attempts</documentation>
</annotation>
</attribute>
<attribute name="penalty-goals-scored" type="string" use="optional">
<annotation>
<documentation>Penalty goals scored</documentation>
</annotation>
</attribute>
<attribute name="penalty-goals-scored-per-game" type="string" use="optional">
<annotation>
<documentation>Average penalty goals scored per match</documentation>
</annotation>
</attribute>
<attribute name="conversion-attempts" type="string" use="optional">
<annotation>
<documentation>Conversion attempts</documentation>
</annotation>
</attribute>
<attribute name="conversions-scored" type="string" use="optional">
<annotation>
<documentation>Conversions scored</documentation>
</annotation>
</attribute>
<attribute name="conversions-scored-per-game" type="string" use="optional">
<annotation>
<documentation>Average conversions scored per match</documentation>
</annotation>
</attribute>
<attribute name="free-kicks-total" type="string" use="optional">
<annotation>
<documentation>Number of free kicks</documentation>
</annotation>
</attribute>
<attribute name="free-kicks-per-game" type="string" use="optional">
<annotation>
<documentation>Average free kicks per match</documentation>
</annotation>
</attribute>
<attribute name="kicks-total" type="string" use="optional">
<annotation>
<documentation>Number of kicks</documentation>
</annotation>
</attribute>
<attribute name="kicks-into-touch" type="string" use="optional">
<annotation>
<documentation>Number of kicks into touch</documentation>
</annotation>
</attribute>
<attribute name="runs" type="string" use="optional">
<annotation>
<documentation>Number of runs</documentation>
</annotation>
</attribute>
<attribute name="metres-gained" type="string" use="optional">
<annotation>
<documentation>Total number of metres advanced in the match</documentation>
</annotation>
</attribute>
<attribute name="scrums-total" type="string" use="optional">
<annotation>
<documentation>Number of scrums by team.</documentation>
</annotation>
</attribute>
<attribute name="scrums-won-for" type="string" use="optional">
<annotation>
<documentation>Number of own scrums won.</documentation>
</annotation>
</attribute>
<attribute name="line-outs-total" type="string" use="optional">
<annotation>
<documentation>Number of line-outs by team.</documentation>
</annotation>
</attribute>
<attribute name="line-outs-won-for" type="string" use="optional">
<annotation>
<documentation>Number of lineouts won on own put in</documentation>
</annotation>
</attribute>
<attribute name="rucks-total" type="string" use="optional">
<annotation>
<documentation>Number of rucks by team.</documentation>
</annotation>
</attribute>
<attribute name="rucks-won-for" type="string" use="optional">
<annotation>
<documentation>Number of rucks won where team brought the ball in</documentation>
</annotation>
</attribute>
<attribute name="mauls-total" type="string" use="optional">
<annotation>
<documentation>Number of mauls by team.</documentation>
</annotation>
</attribute>
<attribute name="mauls-won-for" type="string" use="optional">
<annotation>
<documentation>Number of own mauls won.</documentation>
</annotation>
</attribute>
<attribute name="handling-errors" type="string" use="optional">
<annotation>
<documentation>Number of handling errors</documentation>
</annotation>
</attribute>
<attribute name="handling-errors-per-game" type="string" use="optional">
<annotation>
<documentation>Average handling errors per match</documentation>
</annotation>
</attribute>
</complexType>
</element>
|