<element name="stats-soccer-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="fouls-commited" type="string" use="optional">
<annotation>
<documentation>Total number of fouls commited. Generally a defensive foul.</documentation>
</annotation>
</attribute>
<attribute name="fouls-suffered" type="string" use="optional">
<annotation>
<documentation>Total number of fouls the player has suffered. Generally an offensive foul.</documentation>
</annotation>
</attribute>
<attribute name="cautions-total" type="string" use="optional">
<annotation>
<documentation>Total number of cautions recieved.</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>
</complexType>
</element>
|