<element name="stats-rugby-defensive">
<annotation>
<documentation>Defensive stats specific to rugby. | Defensive stats for one team, specific to rugby.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="tackles" type="string" use="optional">
<annotation>
<documentation>Number of tackles</documentation>
</annotation>
</attribute>
<attribute name="tackles-missed" type="string" use="optional">
<annotation>
<documentation>Number of tackles missed</documentation>
</annotation>
</attribute>
<attribute name="scrums-won-against" type="string" use="optional">
<annotation>
<documentation>Number of scrums won on opponent's put in</documentation>
</annotation>
</attribute>
<attribute name="line-outs-won-against" type="string" use="optional">
<annotation>
<documentation>Number of lineouts won on opponent's put in</documentation>
</annotation>
</attribute>
<attribute name="rucks-won-against" type="string" use="optional">
<annotation>
<documentation>Number of rucks won where opponent brought the ball in</documentation>
</annotation>
</attribute>
<attribute name="mauls-won-against" type="string" use="optional">
<annotation>
<documentation>Number of opposing teams's mauls won.</documentation>
</annotation>
</attribute>
<attribute name="penalties-conceded" type="string" use="optional">
<annotation>
<documentation>Number of penalties conceded to opposing team.</documentation>
</annotation>
</attribute>
<attribute name="penalties-conceded-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of penalties conceded to opposing team</documentation>
</annotation>
</attribute>
</complexType>
</element>
|