<element name="action-american-football-drive">
<annotation>
<documentation>A series of plays that may result in a score. | Ends either in a score, or in a change of possession.</documentation>
</annotation>
<complexType>
<sequence>
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="sportsml:action-american-football-play" />
<element ref="sportsml:action-american-football-substitution" />
<element ref="sportsml:action-american-football-penalty" />
<element ref="sportsml:action-american-football-timeout" />
</choice>
<element ref="sportsml:action-american-football-score" minOccurs="0" maxOccurs="2" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateAmericanFootball" />
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A comment.</documentation>
</annotation>
</attribute>
<attribute name="drive-plays" type="string" use="optional">
<annotation>
<documentation>The number of plays in this drive.</documentation>
</annotation>
</attribute>
<attribute name="drive-yards" type="string" use="optional">
<annotation>
<documentation>The number of yards covered during this drive.</documentation>
</annotation>
</attribute>
<attribute name="drive-duration" type="string" use="optional">
<annotation>
<documentation>The time it took for the drive.</documentation>
</annotation>
</attribute>
<attribute name="drive-result" type="sportsml:driveResult.AmericanFootball" use="optional">
<annotation>
<documentation>How a drive ends.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|