Definition Type: Element
Name: stats-rugby-offensive
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-rugby.xsd
Abstract
Documentation:
Offensive stats specific to rugby. | Offensive stats for one team, specific to rugby.
Collapse XSD Schema Diagram:
Drilldown into handling-errors-per-game in schema sportsml-specific-rugby_xsd Drilldown into handling-errors in schema sportsml-specific-rugby_xsd Drilldown into mauls-won-for in schema sportsml-specific-rugby_xsd Drilldown into mauls-total in schema sportsml-specific-rugby_xsd Drilldown into rucks-won-for in schema sportsml-specific-rugby_xsd Drilldown into rucks-total in schema sportsml-specific-rugby_xsd Drilldown into line-outs-won-for in schema sportsml-specific-rugby_xsd Drilldown into line-outs-total in schema sportsml-specific-rugby_xsd Drilldown into scrums-won-for in schema sportsml-specific-rugby_xsd Drilldown into scrums-total in schema sportsml-specific-rugby_xsd Drilldown into metres-gained in schema sportsml-specific-rugby_xsd Drilldown into runs in schema sportsml-specific-rugby_xsd Drilldown into kicks-into-touch in schema sportsml-specific-rugby_xsd Drilldown into kicks-total in schema sportsml-specific-rugby_xsd Drilldown into free-kicks-per-game in schema sportsml-specific-rugby_xsd Drilldown into free-kicks-total in schema sportsml-specific-rugby_xsd Drilldown into conversions-scored-per-game in schema sportsml-specific-rugby_xsd Drilldown into conversions-scored in schema sportsml-specific-rugby_xsd Drilldown into conversion-attempts in schema sportsml-specific-rugby_xsd Drilldown into penalty-goals-scored-per-game in schema sportsml-specific-rugby_xsd Drilldown into penalty-goals-scored in schema sportsml-specific-rugby_xsd Drilldown into penalty-goal-attempts in schema sportsml-specific-rugby_xsd Drilldown into drop-goals-scored-per-game in schema sportsml-specific-rugby_xsd Drilldown into drop-goals-scored in schema sportsml-specific-rugby_xsd Drilldown into drop-goal-attempts in schema sportsml-specific-rugby_xsd Drilldown into penalty-tries-per-game in schema sportsml-specific-rugby_xsd Drilldown into penalty-tries-total in schema sportsml-specific-rugby_xsd Drilldown into tries-scored-per-game in schema sportsml-specific-rugby_xsd Drilldown into tries-scored in schema sportsml-specific-rugby_xsdXSD Diagram of stats-rugby-offensive in schema sportsml-specific-rugby_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-rugby-offensive">
    <annotation>
        <documentation>Offensive stats specific to rugby. | Offensive stats for one team, specific to rugby.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="tries-scored" type="string" use="optional">
            <annotation>
                <documentation>Tries scored.</documentation>
            </annotation>
        </attribute>
        <attribute name="tries-scored-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of tries scored per match.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-tries-total" type="string" use="optional">
            <annotation>
                <documentation>Penalty tries awarded.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-tries-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average number of penalty tries awarded per match.</documentation>
            </annotation>
        </attribute>
        <attribute name="drop-goal-attempts" type="string" use="optional">
            <annotation>
                <documentation>Drop goal attempts</documentation>
            </annotation>
        </attribute>
        <attribute name="drop-goals-scored" type="string" use="optional">
            <annotation>
                <documentation>Drop goals scored</documentation>
            </annotation>
        </attribute>
        <attribute name="drop-goals-scored-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average drop goals scored per match</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-goal-attempts" type="string" use="optional">
            <annotation>
                <documentation>Penalty goal attempts</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-goals-scored" type="string" use="optional">
            <annotation>
                <documentation>Penalty goals scored</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-goals-scored-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average penalty goals scored per match</documentation>
            </annotation>
        </attribute>
        <attribute name="conversion-attempts" type="string" use="optional">
            <annotation>
                <documentation>Conversion attempts</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-scored" type="string" use="optional">
            <annotation>
                <documentation>Conversions scored</documentation>
            </annotation>
        </attribute>
        <attribute name="conversions-scored-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average conversions scored per match</documentation>
            </annotation>
        </attribute>
        <attribute name="free-kicks-total" type="string" use="optional">
            <annotation>
                <documentation>Number of free kicks</documentation>
            </annotation>
        </attribute>
        <attribute name="free-kicks-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average free kicks per match</documentation>
            </annotation>
        </attribute>
        <attribute name="kicks-total" type="string" use="optional">
            <annotation>
                <documentation>Number of kicks</documentation>
            </annotation>
        </attribute>
        <attribute name="kicks-into-touch" type="string" use="optional">
            <annotation>
                <documentation>Number of kicks into touch</documentation>
            </annotation>
        </attribute>
        <attribute name="runs" type="string" use="optional">
            <annotation>
                <documentation>Number of runs</documentation>
            </annotation>
        </attribute>
        <attribute name="metres-gained" type="string" use="optional">
            <annotation>
                <documentation>Total number of metres advanced in the match</documentation>
            </annotation>
        </attribute>
        <attribute name="scrums-total" type="string" use="optional">
            <annotation>
                <documentation>Number of scrums by team.</documentation>
            </annotation>
        </attribute>
        <attribute name="scrums-won-for" type="string" use="optional">
            <annotation>
                <documentation>Number of own scrums won.</documentation>
            </annotation>
        </attribute>
        <attribute name="line-outs-total" type="string" use="optional">
            <annotation>
                <documentation>Number of line-outs by team.</documentation>
            </annotation>
        </attribute>
        <attribute name="line-outs-won-for" type="string" use="optional">
            <annotation>
                <documentation>Number of lineouts won on own put in</documentation>
            </annotation>
        </attribute>
        <attribute name="rucks-total" type="string" use="optional">
            <annotation>
                <documentation>Number of rucks by team.</documentation>
            </annotation>
        </attribute>
        <attribute name="rucks-won-for" type="string" use="optional">
            <annotation>
                <documentation>Number of rucks won where team brought the ball in</documentation>
            </annotation>
        </attribute>
        <attribute name="mauls-total" type="string" use="optional">
            <annotation>
                <documentation>Number of mauls by team.</documentation>
            </annotation>
        </attribute>
        <attribute name="mauls-won-for" type="string" use="optional">
            <annotation>
                <documentation>Number of own mauls won.</documentation>
            </annotation>
        </attribute>
        <attribute name="handling-errors" type="string" use="optional">
            <annotation>
                <documentation>Number of handling errors</documentation>
            </annotation>
        </attribute>
        <attribute name="handling-errors-per-game" type="string" use="optional">
            <annotation>
                <documentation>Average handling errors per match</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
tries-scored sportsml:tries-scored Optional
tries-scored-per-game sportsml:tries-scored-per-game Optional
penalty-tries-total sportsml:penalty-tries-total Optional
penalty-tries-per-game sportsml:penalty-tries-per-game Optional
drop-goal-attempts sportsml:drop-goal-attempts Optional
drop-goals-scored sportsml:drop-goals-scored Optional
drop-goals-scored-per-game sportsml:drop-goals-scored-per-game Optional
penalty-goal-attempts sportsml:penalty-goal-attempts Optional
penalty-goals-scored sportsml:penalty-goals-scored Optional
penalty-goals-scored-per-game sportsml:penalty-goals-scored-per-game Optional
conversion-attempts sportsml:conversion-attempts Optional
conversions-scored sportsml:conversions-scored Optional
conversions-scored-per-game sportsml:conversions-scored-per-game Optional
free-kicks-total sportsml:free-kicks-total Optional
free-kicks-per-game sportsml:free-kicks-per-game Optional
kicks-total sportsml:kicks-total Optional
kicks-into-touch sportsml:kicks-into-touch Optional
runs sportsml:runs Optional
metres-gained sportsml:metres-gained Optional
scrums-total sportsml:scrums-total Optional
scrums-won-for sportsml:scrums-won-for Optional
line-outs-total sportsml:line-outs-total Optional
line-outs-won-for sportsml:line-outs-won-for Optional
rucks-total sportsml:rucks-total Optional
rucks-won-for sportsml:rucks-won-for Optional
mauls-total sportsml:mauls-total Optional
mauls-won-for sportsml:mauls-won-for Optional
handling-errors sportsml:handling-errors Optional
handling-errors-per-game sportsml:handling-errors-per-game Optional