Definition Type: Element
Name: action-soccer-score
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-soccer.xsd
Abstract
Documentation:
When a team scores a goal. | Records by whom, how and when a goal was scored and the standing after the goal.
Collapse XSD Schema Diagram:
Drilldown into action-soccer-assisting-player in schema sportsml-specific-soccer_xsd Drilldown into shootout-shot-order in schema sportsml-specific-soccer_xsd Drilldown into comment in schema sportsml-specific-soccer_xsd Drilldown into score-team-opposing in schema sportsml-specific-soccer_xsd Drilldown into score-team in schema sportsml-specific-soccer_xsd Drilldown into team-idref in schema sportsml-specific-soccer_xsd Drilldown into player-idref in schema sportsml-specific-soccer_xsd Drilldown into score-attempt-type in schema sportsml-specific-soccer_xsd Drilldown into score-attempt-method 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-score in schema sportsml-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-soccer-score">
    <annotation>
        <documentation>When a team scores a goal. | Records by whom, how and when a goal was scored and the standing after the goal.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:action-soccer-assisting-player" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateSoccer" />
        <attribute name="score-attempt-method" type="string" use="optional">
            <annotation>
                <documentation>How the player attempted to score. Using head, left leg, right leg etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-type" type="string" use="optional">
            <annotation>
                <documentation>What type of attempt. Values in external controlled vocabulary: sportsml-vocabulary-specific-soccer.score-attempt-type (Note that the same attribute names are used as in score-attempt to avoid the need for duplicated vocabularies.)</documentation>
            </annotation>
        </attribute>
        <attribute name="player-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointing to the player attempting to score.</documentation>
            </annotation>
        </attribute>
        <attribute name="team-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointing to the team for which the player attempting to score.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-team" type="string" use="optional">
            <annotation>
                <documentation>The current score for the scoring team after the score is counted.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-team-opposing" type="string" use="optional">
            <annotation>
                <documentation>The current score for the opposing team after the score is counted.</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>Textual comment about the score.</documentation>
            </annotation>
        </attribute>
        <attribute name="shootout-shot-order" type="string" use="optional">
            <annotation>
                <documentation>TBD.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
action-soccer-assisting-player sportsml:action-soccer-assisting-player 0 unbounded
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
score-attempt-method sportsml:score-attempt-method Optional
score-attempt-type sportsml:score-attempt-type Optional
player-idref sportsml:player-idref Optional
team-idref sportsml:team-idref Optional
score-team sportsml:score-team Optional
score-team-opposing sportsml:score-team-opposing Optional
comment sportsml:comment Optional
shootout-shot-order sportsml:shootout-shot-order Optional