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

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| alignment-scope | restriction of xs:string | optional |
|
||||
| class | xs:string | optional |
|
||||
| competition | QCodeType | optional |
|
||||
| conversion-attempts | xs:string | optional |
|
||||
| conversions-scored | xs:string | optional |
|
||||
| conversions-scored-per-game | xs:string | optional |
|
||||
| distance | xs:string | optional |
|
||||
| distance-maximum | xs:string | optional |
|
||||
| distance-minimum | xs:string | optional |
|
||||
| drop-goal-attempts | xs:string | optional |
|
||||
| drop-goals-scored | xs:string | optional |
|
||||
| drop-goals-scored-per-game | xs:string | optional |
|
||||
| duration-scope | QCodeType | optional |
|
||||
| end-date-time | TruncatedDateTimeType | optional |
|
||||
| event-span | xs:nonNegativeInteger | optional |
|
||||
| free-kicks-per-game | xs:string | optional |
|
||||
| free-kicks-total | xs:string | optional |
|
||||
| handling-errors | xs:string | optional |
|
||||
| handling-errors-per-game | xs:string | optional |
|
||||
| id | xs:ID | optional |
|
||||
| kicks-into-touch | xs:string | optional |
|
||||
| kicks-total | xs:string | optional |
|
||||
| line-outs-total | xs:string | optional |
|
||||
| line-outs-won-for | xs:string | optional |
|
||||
| location-key | QCodeType | optional |
|
||||
| mauls-total | xs:string | optional |
|
||||
| mauls-won-for | xs:string | optional |
|
||||
| measurement-units | xs:string | optional |
|
||||
| metres-gained | xs:string | optional |
|
||||
| opponent-type | QCodeType | optional |
|
||||
| opponent-value | QCodeType | optional |
|
||||
| penalty-goal-attempts | xs:string | optional |
|
||||
| penalty-goals-scored | xs:string | optional |
|
||||
| penalty-goals-scored-per-game | xs:string | optional |
|
||||
| penalty-tries-per-game | xs:string | optional |
|
||||
| penalty-tries-total | xs:string | optional |
|
||||
| period-end-date-time | TruncatedDateTimeType | optional |
|
||||
| period-start-date-time | TruncatedDateTimeType | optional |
|
||||
| period-type | QCodeType | optional |
|
||||
| period-value | xs:string | optional |
|
||||
| position | xs:string | optional |
|
||||
| record-making-scope | QCodeType | optional |
|
||||
| rucks-total | xs:string | optional |
|
||||
| rucks-won-for | xs:string | optional |
|
||||
| runs | xs:string | optional |
|
||||
| scope-value | QCodeType | optional |
|
||||
| scoping-label | xs:string | optional |
|
||||
| scrums-total | xs:string | optional |
|
||||
| scrums-won-for | xs:string | optional |
|
||||
| situation | QCodeType | optional |
|
||||
| start-date-time | TruncatedDateTimeType | optional |
|
||||
| stats-coverage | QCodeType | optional |
|
||||
| style | xs:string | optional |
|
||||
| surface-type | QCodeType | optional |
|
||||
| team | QCodeType | optional |
|
||||
| team-coverage | restriction of xs:string | optional |
|
||||
| temporal-unit-type | QCodeType | optional |
|
||||
| temporal-unit-value | QCodeType | optional |
|
||||
| tries-scored | xs:string | optional |
|
||||
| tries-scored-per-game | xs:string | optional |
|
||||
| unit-type | QCodeType | optional |
|
||||
| unit-value | QCodeType | optional |
|
||||
| venue-type | QCodeType | optional |
|
||||
| weather-type | QCodeType | optional |
|
<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> |