Definition Type: Element
Name: action-rugby-score-attempt
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-rugby.xsd
Abstract
Documentation:
Only used if the attempt is not also a goal. | When a player attempts to score a goal but it does not result in a goal.
Collapse XSD Schema Diagram:
Drilldown into comment in schema sportsml-specific-rugby_xsd Drilldown into score-attempt-result 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 team-idref in schema sportsml-specific-rugby_xsd Drilldown into player-idref 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-attempt in schema sportsml-specific-rugby_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-rugby-score-attempt">
    <annotation>
        <documentation>Only used if the attempt is not also a goal. | When a player attempts to score a goal but it does not result in a goal.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateRugby" />
        <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-attempt-method" type="string" use="optional">
            <annotation>
                <documentation>How the player attempted to score. Using head, left leg, right leg etc. External controlled vocabulary: sportsml-vocabulary-specific-rugby.score-attempt-method</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-type" type="string" use="optional">
            <annotation>
                <documentation>What type of attempt. External controlled vocabulary: sportsml-vocabulary-specific-rugby.score-attempt-type</documentation>
            </annotation>
        </attribute>
        <attribute name="score-attempt-result" type="string" use="optional">
            <annotation>
                <documentation>What the attempt resulted in Values in external controlled vocabulary: sportsml-vocabulary-specific-rugby.score-attempt-result</documentation>
            </annotation>
        </attribute>
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>Textual comment regarding this score-attempt.</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
player-idref sportsml:player-idref Optional
team-idref sportsml:team-idref Optional
score-attempt-method sportsml:score-attempt-method Optional
score-attempt-type sportsml:score-attempt-type Optional
score-attempt-result sportsml:score-attempt-result Optional
comment sportsml:comment Optional