<element name="action-american-football-play">
<annotation>
<documentation>Only for non-scoring plays. | Holds elements that describe the role each play participant performed.</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="drive-result" type="sportsml:driveResult.AmericanFootball" use="optional">
<annotation>
<documentation>Describes how a drive ended, if this play ended a drive.</documentation>
</annotation>
</attribute>
<attribute name="score-attempt-type" type="sportsml:scoreType.AmericanFootball" use="optional">
<annotation>
<documentation>Type of score that was attempted, but missed.</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 play.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|