rugbyStatsOffensiveComplexType

Offensive stats specific to rugby. | Offensive stats for one team, specific to rugby.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-scope restriction of xs:string optional
Indicates that the included statistics apply only to events played either at home or away.
class xs:string optional
An open placeholder for categorization.
competition QCodeType optional
The key of the league or competition for which the player or team generated the stats.
conversion-attempts xs:string optional
Conversion attempts
conversions-scored xs:string optional
Conversions scored
conversions-scored-per-game xs:string optional
Average conversions scored per match
distance xs:string optional
Measure of distance for the generated stat.
distance-maximum xs:string optional
Maximum distance for the generated stat.
distance-minimum xs:string optional
Minimum distance for the generated stat.
drop-goal-attempts xs:string optional
Drop goal attempts
drop-goals-scored xs:string optional
Drop goals scored
drop-goals-scored-per-game xs:string optional
Average drop goals scored per match
duration-scope QCodeType optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime. SportsML vocab uri: http://cv.iptc.org/newscodes/spdurationscope/
end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the event for which the stats are relevant.
event-span xs:nonNegativeInteger optional
Qualifier of "most-recent-events" value for temporal-unit attribute. Specify the number of events eg. 10 for last 10 games.
free-kicks-per-game xs:string optional
Average free kicks per match
free-kicks-total xs:string optional
Number of free kicks
handling-errors xs:string optional
Number of handling errors
handling-errors-per-game xs:string optional
Average handling errors per match
id xs:ID optional
An XML-specific identifier for the element.
kicks-into-touch xs:string optional
Number of kicks into touch
kicks-total xs:string optional
Number of kicks
line-outs-total xs:string optional
Number of line-outs by team.
line-outs-won-for xs:string optional
Number of lineouts won on own put in
location-key QCodeType optional
The key of the site,venue or location where the stats were generated.
mauls-total xs:string optional
Number of mauls by team.
mauls-won-for xs:string optional
Number of own mauls won.
measurement-units xs:string optional
The type of unit used to measure distance, speed, etc. Could be mph, kph, metres, yards, etc.
metres-gained xs:string optional
Total number of metres advanced in the match
opponent-type QCodeType optional
Whether the opponent was a player, team, etc.
opponent-value QCodeType optional
The key of the player, team, division, conference, league or other unit which provide the opposition relevant to the stat.
penalty-goal-attempts xs:string optional
Penalty goal attempts
penalty-goals-scored xs:string optional
Penalty goals scored
penalty-goals-scored-per-game xs:string optional
Average penalty goals scored per match
penalty-tries-per-game xs:string optional
Average number of penalty tries awarded per match.
penalty-tries-total xs:string optional
Penalty tries awarded.
period-end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the period for which the stats are relevant.
period-start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the period for which the stats are relevant.
period-type QCodeType optional
For certain types of periods: overtime, declared (cricket), etc.
period-value xs:string optional
Used for tracking stats and events by period.
position xs:string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope QCodeType optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
rucks-total xs:string optional
Number of rucks by team.
rucks-won-for xs:string optional
Number of rucks won where team brought the ball in
runs xs:string optional
Number of runs
scope-value QCodeType optional
A generic scope indicator. Use only if none of the other coverage attributes are suitable.
scoping-label xs:string optional
A textual description for the scope.
scrums-total xs:string optional
Number of scrums by team.
scrums-won-for xs:string optional
Number of own scrums won.
situation QCodeType optional
Final or current score of the team or player.
start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the event for which the stats are relevant.
stats-coverage QCodeType optional
A relative indication of how many statistics are included in the item. SportsML vocab uri: http://cv.iptc.org/newscodes/spstatscoverage/
style xs:string optional
An open placeholder for reference by an external stylesheet.
surface-type QCodeType optional
The type of surface (eg. clay, artificial grass, etc.) upon which the stats were generated.
team QCodeType optional
The key of the team for which the player or team generated the stats.
team-coverage restriction of xs:string optional
Indicates whether the item contains information about one team, or
many teams.
temporal-unit-type QCodeType optional
The unit of performance to which the stats apply eg. single-event, season, career.
temporal-unit-value QCodeType optional
The key of performance unit to which the stats apply.
tries-scored xs:string optional
Tries scored.
tries-scored-per-game xs:string optional
Average number of tries scored per match.
unit-type QCodeType optional
The type, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
unit-value QCodeType optional
The key, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
venue-type QCodeType optional
The type of event (eg. indoor, outdoor, etc.) in which the stats were generated.
weather-type QCodeType optional
A code for the weather situation in which the stats were generated. SportsML weather codes recommended.

Used By

Source

<xs:complexType name="rugbyStatsOffensiveComplexType">
  <xs:annotation>
    <xs:documentation>Offensive stats specific to rugby. | Offensive stats for one team, specific to rugby.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attributeGroup ref="coverageAttributes"/>
  <xs:attribute name="tries-scored" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Tries scored.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="tries-scored-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of tries scored per match.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="penalty-tries-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Penalty tries awarded.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="penalty-tries-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average number of penalty tries awarded per match.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="drop-goal-attempts" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Drop goal attempts</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="drop-goals-scored" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Drop goals scored</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="drop-goals-scored-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average drop goals scored per match</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="penalty-goal-attempts" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Penalty goal attempts</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="penalty-goals-scored" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Penalty goals scored</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="penalty-goals-scored-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average penalty goals scored per match</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="conversion-attempts" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Conversion attempts</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="conversions-scored" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Conversions scored</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="conversions-scored-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average conversions scored per match</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="free-kicks-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of free kicks</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="free-kicks-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average free kicks per match</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="kicks-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of kicks</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="kicks-into-touch" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of kicks into touch</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="runs" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of runs</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="metres-gained" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number of metres advanced in the match</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="scrums-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of scrums by team.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="scrums-won-for" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of own scrums won.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="line-outs-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of line-outs by team.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="line-outs-won-for" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of lineouts won on own put in</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rucks-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of rucks by team.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rucks-won-for" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of rucks won where team brought the ball in</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="mauls-total" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of mauls by team.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="mauls-won-for" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of own mauls won.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="handling-errors" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of handling errors</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="handling-errors-per-game" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Average handling errors per match</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>