For tracking fumble stats. | Covers teams that do the fumbling and the recovering. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| alignment-scope | restriction of xs:string | optional |
|
||||
| class | xs:string | optional |
|
||||
| competition | QCodeType | optional |
|
||||
| distance | xs:string | optional |
|
||||
| distance-maximum | xs:string | optional |
|
||||
| distance-minimum | xs:string | optional |
|
||||
| duration-scope | QCodeType | optional |
|
||||
| end-date-time | TruncatedDateTimeType | optional |
|
||||
| event-span | xs:nonNegativeInteger | optional |
|
||||
| fumbles-committed | xs:string | optional |
|
||||
| fumbles-committed-defense | xs:string | optional |
|
||||
| fumbles-committed-other | xs:string | optional |
|
||||
| fumbles-committed-special-teams | xs:string | optional |
|
||||
| fumbles-forced | xs:string | optional |
|
||||
| fumbles-forced-defense | xs:string | optional |
|
||||
| fumbles-forced-other | xs:string | optional |
|
||||
| fumbles-forced-special-teams | xs:string | optional |
|
||||
| fumbles-lost | xs:string | optional |
|
||||
| fumbles-lost-average-per-game | xs:string | optional |
|
||||
| fumbles-lost-defense | xs:string | optional |
|
||||
| fumbles-lost-other | xs:string | optional |
|
||||
| fumbles-lost-special-teams | xs:string | optional |
|
||||
| fumbles-opposing-committed | xs:string | optional |
|
||||
| fumbles-opposing-lost | xs:string | optional |
|
||||
| fumbles-opposing-recovered | xs:string | optional |
|
||||
| fumbles-opposing-recovered-average-per-game | xs:string | optional |
|
||||
| fumbles-opposing-touchdowns | xs:string | optional |
|
||||
| fumbles-opposing-yards-gained | xs:string | optional |
|
||||
| fumbles-own-committed | xs:string | optional |
|
||||
| fumbles-own-lost | xs:string | optional |
|
||||
| fumbles-own-recovered | xs:string | optional |
|
||||
| fumbles-own-touchdowns | xs:string | optional |
|
||||
| fumbles-own-yards-gained | xs:string | optional |
|
||||
| fumbles-recovered | xs:string | optional |
|
||||
| fumbles-recovered-defense | xs:string | optional |
|
||||
| fumbles-recovered-other | xs:string | optional |
|
||||
| fumbles-recovered-special-teams | xs:string | optional |
|
||||
| fumbles-recovered-yards-defense | xs:string | optional |
|
||||
| fumbles-recovered-yards-other | xs:string | optional |
|
||||
| fumbles-recovered-yards-special-teams | xs:string | optional |
|
||||
| fumbles-yards-gained | xs:string | optional |
|
||||
| id | xs:ID | optional |
|
||||
| location-key | QCodeType | optional |
|
||||
| measurement-units | xs:string | optional |
|
||||
| opponent-type | QCodeType | optional |
|
||||
| opponent-value | QCodeType | 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 |
|
||||
| scope-value | QCodeType | optional |
|
||||
| scoping-label | 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 |
|
||||
| touchbacks-fumbles | xs:string | optional |
|
||||
| touchbacks-fumbles-percentage | xs:string | optional |
|
||||
| unit-type | QCodeType | optional |
|
||||
| unit-value | QCodeType | optional |
|
||||
| venue-type | QCodeType | optional |
|
||||
| weather-type | QCodeType | optional |
|
<xs:complexType name="americanFootballStatsFumblesComplexType"> <xs:annotation> <xs:documentation>For tracking fumble stats. | Covers teams that do the fumbling and the recovering.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="commonAttributes"/> <xs:attributeGroup ref="coverageAttributes"/> <xs:attribute name="fumbles-committed" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The total number of fumbles.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-forced" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles that were forced by the opposing team.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-recovered" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles that were recovered by the fumbling team.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-lost" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles that were not recovered by the fumbling team.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-lost-average-per-game" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Average number of fumbles lost per game.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-yards-gained" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of yards gained as a result of fumbles.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-own-committed" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by this team.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-own-recovered" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by this team that were then also recovered by this team.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-own-lost" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by this team but recovered by the other team. A subset of turnovers. Also referred to as a giveaway.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-own-yards-gained" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of yards gained as a result of fumbles by this team.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-own-touchdowns" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of touchdowns earned after a team recovers its own fumbles.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-opposing-committed" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by the opposing team.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-opposing-recovered" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by the opposing but recovered by this team. A subset of turnovers. Also referred to a takeaway.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-opposing-recovered-average-per-game" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Average number of opposing team's fumbles recovered per game.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-opposing-lost" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by the opposing team that were subsequently lost to the opposing team.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-opposing-yards-gained" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of yards gained as a result of fumbles by the opposing team.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-opposing-touchdowns" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of touchdowns scored as a result of fumbles by the opposing team..</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-committed-defense" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by a player or team on defense.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-lost-defense" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles lost by a player or team on defense.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-forced-defense" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles forced by a player or team on defense.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-recovered-defense" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles recovered by a player or team on defense.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-recovered-yards-defense" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of yards gained on fumbles recovered by a player or team on defense.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-committed-special-teams" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by a player or team on special-teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-lost-special-teams" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles lost by a player or team on special-teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-forced-special-teams" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles forced by a player or team on special-teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-recovered-special-teams" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles recovered by a player or team on special-teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-recovered-yards-special-teams" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of yards gained on fumbles recovered by a player or team on special-teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-committed-other" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by a player or team on neither defense or special teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-lost-other" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles lost by a player or team on neither defense or special teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-forced-other" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles forced by a player or team on neither defense or special teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-recovered-other" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles recovered by a player or team on neither defense or special teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="fumbles-recovered-yards-other" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of yards gained on fumbles recovered by a player or team on neither defense or special teams.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="touchbacks-fumbles" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles into the end zone that are not brought out.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="touchbacks-fumbles-percentage" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The percentage of fumbles that resulted in touchbacks.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |