<element name="stats-american-football-scoring">
<annotation>
<documentation>Statistics about a particular team's scoring performance. | For touchdowns, field goals, etc.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-american-football-field-goals" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="touchdowns-total" type="string" use="optional">
<annotation>
<documentation>The number of touchdowns scored by the offense.</documentation>
</annotation>
</attribute>
<attribute name="touchdowns-passing" type="string" use="optional">
<annotation>
<documentation>The number of touchdowns scored by passing.</documentation>
</annotation>
</attribute>
<attribute name="touchdowns-rushing" type="string" use="optional">
<annotation>
<documentation>The number of touchdowns scored by rushing.</documentation>
</annotation>
</attribute>
<attribute name="touchdowns-special-teams" type="string" use="optional">
<annotation>
<documentation>The number of touchdowns scored by special teams.</documentation>
</annotation>
</attribute>
<attribute name="touchdowns-defensive" type="string" use="optional">
<annotation>
<documentation>The number of touchdowns scored by the defense.</documentation>
</annotation>
</attribute>
<attribute name="touchdowns-receptions" type="string" use="optional">
<annotation>
<documentation>The number of receptions resulting in a touchdown.</documentation>
</annotation>
</attribute>
<attribute name="extra-points-attempts" type="string" use="optional">
<annotation>
<documentation>The number of extra points attempted by the offense.</documentation>
</annotation>
</attribute>
<attribute name="extra-points-made" type="string" use="optional">
<annotation>
<documentation>The number of extra points made.</documentation>
</annotation>
</attribute>
<attribute name="extra-points-missed" type="string" use="optional">
<annotation>
<documentation>The number of extra points missed.</documentation>
</annotation>
</attribute>
<attribute name="extra-points-blocked" type="string" use="optional">
<annotation>
<documentation>The number of extra points blocked. Extra points made + blocked does not equal attempts.</documentation>
</annotation>
</attribute>
<attribute name="extra-points-percentage" type="string" use="optional">
<annotation>
<documentation>Ratio of extra points completed to attempts.</documentation>
</annotation>
</attribute>
<attribute name="field-goal-attempts" type="string" use="optional">
<annotation>
<documentation>The number of field goals attempted.</documentation>
</annotation>
</attribute>
<attribute name="field-goals-made" type="string" use="optional">
<annotation>
<documentation>The number of field goals made.</documentation>
</annotation>
</attribute>
<attribute name="field-goals-missed" type="string" use="optional">
<annotation>
<documentation>The number of field goals missed.</documentation>
</annotation>
</attribute>
<attribute name="field-goals-blocked" type="string" use="optional">
<annotation>
<documentation>The number of field goald blocked. Note that field-goals-made + field-goals-blocked does not equal field-goals-attempts.</documentation>
</annotation>
</attribute>
<attribute name="field-goal-longest" type="string" use="optional">
<annotation>
<documentation>Yardage of longest successful field goal attempt.</documentation>
</annotation>
</attribute>
<attribute name="field-goals-percentage" type="string" use="optional">
<annotation>
<documentation>Ratio of field goals made to attempts.</documentation>
</annotation>
</attribute>
<attribute name="field-goals-average" type="string" use="optional">
<annotation>
<documentation>Average number of field goals made per game.</documentation>
</annotation>
</attribute>
<attribute name="safeties-against" type="string" use="optional">
<annotation>
<documentation>The number of safeties scored against the offense.</documentation>
</annotation>
</attribute>
<attribute name="two-point-conversions-attempts" type="string" use="optional">
<annotation>
<documentation>The number of two point conversions attempted.</documentation>
</annotation>
</attribute>
<attribute name="two-point-conversions-made" type="string" use="optional">
<annotation>
<documentation>The number of successful two point conversions.</documentation>
</annotation>
</attribute>
<attribute name="two-point-conversions-made-rushing" type="string" use="optional">
<annotation>
<documentation>Number of successful two-point conversions from running plays.</documentation>
</annotation>
</attribute>
<attribute name="two-point-conversions-made-passing" type="string" use="optional">
<annotation>
<documentation>Number of successful two-point conversions from passing plays.</documentation>
</annotation>
</attribute>
<attribute name="touchbacks-total" type="string" use="optional">
<annotation>
<documentation>For Canadian Football. Used to record the number of touchbacks that resulted in scores.</documentation>
</annotation>
</attribute>
<attribute name="single-points" type="string" use="optional">
<annotation>
<documentation>Number of points earned from the single, a CFL-specific play where a kicking team prevents its opponent from returning a kickoff, punt or missed field goal from outside the opponent's own end zone.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-points" type="string" use="optional">
<annotation>
<documentation>Points earned by offensive team when possession starts inside opponent's 20 yard line.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-touchdowns" type="string" use="optional">
<annotation>
<documentation>Touchdowns scored by offensive team when possession starts inside opponent's 20 yard line.</documentation>
</annotation>
</attribute>
<attribute name="inside-20-touchdowns-percentage" type="string" use="optional">
<annotation>
<documentation>Ratio of touchdowns to possessions when possession starts inside opponent's 20 yard line.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|