<element name="action-american-football-score">
<annotation>
<documentation>A play that ended in a score. | Holds participant elements, which detail the role each player had in the scoring play.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:action-american-football-play-participant" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateAmericanFootball" />
<attribute name="team-idref" type="IDREF" use="optional">
<annotation>
<documentation>Pointer to the team that scored.</documentation>
</annotation>
</attribute>
<attribute name="score-type" type="sportsml:scoreType.AmericanFootball" use="optional">
<annotation>
<documentation>Specifies the type of scoring play. Touchdown, field goal, etc.</documentation>
</annotation>
</attribute>
<attribute name="score-subtype" type="sportsml:scoreSubType.AmericanFootball" use="optional">
<annotation>
<documentation>Specifies the type of touchdown. Passing, rushing, etc.</documentation>
</annotation>
</attribute>
<attribute name="points" type="string" use="optional">
<annotation>
<documentation>The number of points scored.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A textual comment.</documentation>
</annotation>
</attribute>
<attribute name="score-team" type="string" use="optional">
<annotation>
<documentation>After this action took place, the score of the team that team-idref points to.</documentation>
</annotation>
</attribute>
<attribute name="score-team-opposing" type="string" use="optional">
<annotation>
<documentation>After this action took place, the score of the team opposing that listed in team-idref.</documentation>
</annotation>
</attribute>
<attribute name="play-type" type="string" use="optional">
<annotation>
<documentation>The type of play. Controlled vocabulary. run | pass | kick | etc.</documentation>
</annotation>
</attribute>
<attribute name="yards-gained" type="string" use="optional">
<annotation>
<documentation>The number of yards gained on this scoring play.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|