Definition Type: Element
Name: action-rugby-penalty
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-rugby.xsd
Abstract
Documentation:
Results from a foul. | Details of a penalty that a foul resulted in.
Collapse XSD Schema Diagram:
Drilldown into comment in schema sportsml-specific-rugby_xsd Drilldown into caution-value in schema sportsml-specific-rugby_xsd Drilldown into penalty-level in schema sportsml-specific-rugby_xsd Drilldown into penalty-type in schema sportsml-specific-rugby_xsd Drilldown into caller-idref in schema sportsml-specific-rugby_xsd Drilldown into recipient-idref in schema sportsml-specific-rugby_xsd Drilldown into recipient-type 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-penalty in schema sportsml-specific-rugby_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-rugby-penalty">
    <annotation>
        <documentation>Results from a foul. | Details of a penalty that a foul resulted in.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateRugby" />
        <attribute name="recipient-type" use="optional">
            <annotation>
                <documentation>What type of person or team that got the penalty.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="team" />
                    <enumeration value="player" />
                    <enumeration value="auxilliary" />
                    <enumeration value="official" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="recipient-idref" type="IDREF" use="optional">
            <annotation>
                <documentation>idref pointer to the person suffering the penalty.</documentation>
            </annotation>
        </attribute>
        <attribute name="caller-idref" type="string" use="optional">
            <annotation>
                <documentation>idref pointing to who called the penalty.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-type" type="string" use="optional">
            <annotation>
                <documentation>External controlled vocabulary: sportsml-vocabulary-specific-rugby.penalty-type</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-level" type="string" use="optional">
            <annotation>
                <documentation>External controlled vocabulary: sportsml-vocabulary-specific-rugby.penalty-level</documentation>
            </annotation>
        </attribute>
        <attribute name="caution-value" type="string" use="optional">
            <annotation>
                <documentation>Used to indicate what value, if any, the penalty adds to the caution-total of the player.</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
recipient-type sportsml:recipient-type Optional
recipient-idref sportsml:recipient-idref Optional
caller-idref sportsml:caller-idref Optional
penalty-type sportsml:penalty-type Optional
penalty-level sportsml:penalty-level Optional
caution-value sportsml:caution-value Optional
comment sportsml:comment Optional