<element name="action-american-football-play-participant">
<annotation>
<documentation>Describes which player was involved in the play and how. | The role and result attributes are critical.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateAmericanFootball" />
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A comment.</documentation>
</annotation>
</attribute>
<attribute name="player-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the player involved in the play.</documentation>
</annotation>
</attribute>
<attribute name="role" type="sportsml:role.AmericanFootball" use="optional">
<annotation>
<documentation>Describes how the player got the ball, not what the player did with it.</documentation>
</annotation>
</attribute>
<attribute name="result" type="sportsml:result.AmericanFootball" use="optional">
<annotation>
<documentation>How this segment of the play finished.</documentation>
</annotation>
</attribute>
<attribute name="score-credit" use="optional">
<annotation>
<documentation>Whether a player scored or not. Either 1 or 0.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="1" />
<enumeration value="0" />
</restriction>
</simpleType>
</attribute>
<attribute name="kick-type" type="sportsml:kickType.AmericanFootball" use="optional">
<annotation>
<documentation>If result was kick, then the type of kick.</documentation>
</annotation>
</attribute>
<attribute name="penalty-type" type="sportsml:penaltyType.AmericanFootball" use="optional">
<annotation>
<documentation>What penalty was called on this player. Called while a play is in progress.</documentation>
</annotation>
</attribute>
<attribute name="penalty-acceptance" use="optional">
<annotation>
<documentation>Whether the penalty was accepted or declined.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="accepted" />
<enumeration value="declined" />
</restriction>
</simpleType>
</attribute>
<attribute name="official-idref" type="IDREF" use="optional">
<annotation>
<documentation>Which official called the penalty.</documentation>
</annotation>
</attribute>
<attribute name="yards-gained" type="string" use="optional">
<annotation>
<documentation>The number of yards gained on this play by this player.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|