Definition Type: Element
Name: action-soccer-offside
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-soccer.xsd
Abstract
Documentation:
When an offside occurs. | Records the event of an offside in a game.
Collapse XSD Schema Diagram:
Drilldown into comment in schema sportsml-specific-soccer_xsd Drilldown into player-passing-idref in schema sportsml-specific-soccer_xsd Drilldown into player-offside-idref in schema sportsml-specific-soccer_xsd Drilldown into 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-offside in schema sportsml-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-soccer-offside">
    <annotation>
        <documentation>When an offside occurs. | Records the event of an offside in a game.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateSoccer" />
        <attribute name="team-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointing to the team causing the offside.</documentation>
            </annotation>
        </attribute>
        <attribute name="player-offside-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointing to the player the lineman indicated was offisde.</documentation>
            </annotation>
        </attribute>
        <attribute name="player-passing-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointing to the player passing the ball when offside was called.</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>Textual comment regarding the offside.</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
team-idref sportsml:team-idref Optional
player-offside-idref sportsml:player-offside-idref Optional
player-passing-idref sportsml:player-passing-idref Optional
comment sportsml:comment Optional