Definition Type: Element
Name: action-soccer-foul
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-soccer.xsd
Abstract
Documentation:
When a player commits an infraction against the rules, which may or may not result in a penalty. | Records what happens (or not happens) when a player commits a foul. Cautions and ejections are recorded under penalty.
Collapse XSD Schema Diagram:
Drilldown into comment in schema sportsml-specific-soccer_xsd Drilldown into foul-result in schema sportsml-specific-soccer_xsd Drilldown into foul-name in schema sportsml-specific-soccer_xsd Drilldown into fouled-player-idref in schema sportsml-specific-soccer_xsd Drilldown into fouled-team-idref in schema sportsml-specific-soccer_xsd Drilldown into fouling-player-idref in schema sportsml-specific-soccer_xsd Drilldown into fouling-team-idref in schema sportsml-specific-soccer_xsd Drilldown into period-time-remaining in schema sportsml-specific-soccer_xsd Drilldown into period-minute-elapsed in schema sportsml-specific-soccer_xsd Drilldown into minutes-elapsed in schema sportsml-specific-soccer_xsd Drilldown into period-time-elapsed in schema sportsml-specific-soccer_xsd Drilldown into period-value in schema sportsml-specific-soccer_xsd Drilldown into eventStateSoccer in schema sportsml-specific-soccer_xsdXSD Diagram of action-soccer-foul in schema sportsml-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-soccer-foul">
    <annotation>
        <documentation>When a player commits an infraction against the rules, which may or may not result in a penalty. | Records what happens (or not happens) when a player commits a foul. Cautions and ejections are recorded under penalty.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateSoccer" />
        <attribute name="fouling-team-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointing to the team causing the foul.</documentation>
            </annotation>
        </attribute>
        <attribute name="fouling-player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointing to the player causing the foul.</documentation>
            </annotation>
        </attribute>
        <attribute name="fouled-team-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointing to the team beeing fouled.</documentation>
            </annotation>
        </attribute>
        <attribute name="fouled-player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointing to the player beeing fouled.</documentation>
            </annotation>
        </attribute>
        <attribute name="foul-name" type="string" use="optional">
            <annotation>
                <documentation>The name of the foul was committed. External controlled vocabulary: sportsml-vocabulary-specific-soccer.foul-name</documentation>
            </annotation>
        </attribute>
        <attribute name="foul-result" type="string" use="optional">
            <annotation>
                <documentation>External controlled vocabulary: sportsml-vocabulary-specific-soccer.foul-result</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>Textual comment regarding the penalty.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
period-value sportsml:period-value Optional
period-time-elapsed sportsml:period-time-elapsed Optional
minutes-elapsed sportsml:minutes-elapsed Optional
period-minute-elapsed sportsml:period-minute-elapsed Optional
period-time-remaining sportsml:period-time-remaining Optional
fouling-team-idref sportsml:fouling-team-idref Optional
fouling-player-idref sportsml:fouling-player-idref Optional
fouled-team-idref sportsml:fouled-team-idref Optional
fouled-player-idref sportsml:fouled-player-idref Optional
foul-name sportsml:foul-name Optional
foul-result sportsml:foul-result Optional
comment sportsml:comment Optional