Definition Type: Element
Name: stats-soccer-foul
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-soccer.xsd
Abstract
Documentation:
Stats specific to fauls, cautions, and ejections. | Could occur while players are on the offense, the defense, or even the bench.
Collapse XSD Schema Diagram:
Drilldown into ejections-total in schema sportsml-specific-soccer_xsd Drilldown into caution-points-pending in schema sportsml-specific-soccer_xsd Drilldown into caution-points-total in schema sportsml-specific-soccer_xsd Drilldown into cautions-pending in schema sportsml-specific-soccer_xsd Drilldown into cautions-total in schema sportsml-specific-soccer_xsd Drilldown into fouls-suffered in schema sportsml-specific-soccer_xsd Drilldown into fouls-commited in schema sportsml-specific-soccer_xsdXSD Diagram of stats-soccer-foul in schema sportsml-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
fouls-commited sportsml:fouls-commited Optional
fouls-suffered sportsml:fouls-suffered Optional
cautions-total sportsml:cautions-total Optional
cautions-pending sportsml:cautions-pending Optional
caution-points-total sportsml:caution-points-total Optional
caution-points-pending sportsml:caution-points-pending Optional
ejections-total sportsml:ejections-total Optional