Definition Type: Element
Name: action-rugby-score
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-rugby.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 comment in schema sportsml-specific-rugby_xsd Drilldown into points in schema sportsml-specific-rugby_xsd Drilldown into score-team-opposing in schema sportsml-specific-rugby_xsd Drilldown into score-team in schema sportsml-specific-rugby_xsd Drilldown into team-idref in schema sportsml-specific-rugby_xsd Drilldown into player-idref in schema sportsml-specific-rugby_xsd Drilldown into score-attempt-type in schema sportsml-specific-rugby_xsd Drilldown into score-attempt-method in schema sportsml-specific-rugby_xsd Drilldown into period-time-remaining in schema sportsml-specific-rugby_xsd Drilldown into period-minute-elapsed in schema sportsml-specific-rugby_xsd Drilldown into minutes-elapsed in schema sportsml-specific-rugby_xsd Drilldown into period-time-elapsed in schema sportsml-specific-rugby_xsd Drilldown into period-value in schema sportsml-specific-rugby_xsd Drilldown into eventStateRugby in schema sportsml-specific-rugby_xsdXSD Diagram of action-rugby-score in schema sportsml-specific-rugby_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-rugby-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>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateRugby" />
        <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-rugby.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="points" type="string" use="optional">
            <annotation>
                <documentation>Number of points awarded: 2|3|5 </documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>Textual comment about the score.</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
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
points sportsml:points Optional
comment sportsml:comment Optional