<element name="stats-rugby-foul">
<annotation>
<documentation>Stats specific to fauls, cautions, and ejections. | Could occur while players are on the offense, the defense, or even the bench.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="cautions-total" type="string" use="optional">
<annotation>
<documentation>Total number of cautions recieved.</documentation>
</annotation>
</attribute>
<attribute name="cautions-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of cautions recieved per match.</documentation>
</annotation>
</attribute>
<attribute name="cautions-pending" type="string" use="optional">
<annotation>
<documentation>Number of cautions that could result in a game suspension.</documentation>
</annotation>
</attribute>
<attribute name="caution-points-total" type="string" use="optional">
<annotation>
<documentation>Total amount of caution points. Can occur over various games in a season.</documentation>
</annotation>
</attribute>
<attribute name="caution-points-pending" type="string" use="optional">
<annotation>
<documentation>Number of caution points that could result in a game suspension.</documentation>
</annotation>
</attribute>
<attribute name="ejections-total" type="string" use="optional">
<annotation>
<documentation>Total number of ejections.</documentation>
</annotation>
</attribute>
<attribute name="ejections-per-game" type="string" use="optional">
<annotation>
<documentation>Average number of ejections recieved per match.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|