Definition Type: Element
Name: stats-rugby-defensive
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-rugby.xsd
Abstract
Documentation:
Defensive stats specific to rugby. | Defensive stats for one team, specific to rugby.
Collapse XSD Schema Diagram:
Drilldown into penalties-conceded-per-game in schema sportsml-specific-rugby_xsd Drilldown into penalties-conceded in schema sportsml-specific-rugby_xsd Drilldown into mauls-won-against in schema sportsml-specific-rugby_xsd Drilldown into rucks-won-against in schema sportsml-specific-rugby_xsd Drilldown into line-outs-won-against in schema sportsml-specific-rugby_xsd Drilldown into scrums-won-against in schema sportsml-specific-rugby_xsd Drilldown into tackles-missed in schema sportsml-specific-rugby_xsd Drilldown into tackles in schema sportsml-specific-rugby_xsdXSD Diagram of stats-rugby-defensive in schema sportsml-specific-rugby_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-rugby-defensive">
    <annotation>
        <documentation>Defensive stats specific to rugby. | Defensive stats for one team, specific to rugby.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="tackles" type="string" use="optional">
            <annotation>
                <documentation>Number of tackles</documentation>
            </annotation>
        </attribute>
        <attribute name="tackles-missed" type="string" use="optional">
            <annotation>
                <documentation>Number of tackles missed</documentation>
            </annotation>
        </attribute>
        <attribute name="scrums-won-against" type="string" use="optional">
            <annotation>
                <documentation>Number of scrums won on opponent's put in</documentation>
            </annotation>
        </attribute>
        <attribute name="line-outs-won-against" type="string" use="optional">
            <annotation>
                <documentation>Number of lineouts won on opponent's put in</documentation>
            </annotation>
        </attribute>
        <attribute name="rucks-won-against" type="string" use="optional">
            <annotation>
                <documentation>Number of rucks won where opponent brought the ball in</documentation>
            </annotation>
        </attribute>
        <attribute name="mauls-won-against" type="string" use="optional">
            <annotation>
                <documentation>Number of opposing teams's mauls won.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalties-conceded" type="string" use="optional">
            <annotation>
                <documentation>Number of penalties conceded to opposing team.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalties-conceded-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of penalties conceded to opposing team</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
tackles sportsml:tackles Optional
tackles-missed sportsml:tackles-missed Optional
scrums-won-against sportsml:scrums-won-against Optional
line-outs-won-against sportsml:line-outs-won-against Optional
rucks-won-against sportsml:rucks-won-against Optional
mauls-won-against sportsml:mauls-won-against Optional
penalties-conceded sportsml:penalties-conceded Optional
penalties-conceded-per-game sportsml:penalties-conceded-per-game Optional