<element name="action-american-football-substitution">
<annotation>
<documentation>A substitution. | Oftentimes recorded for a quarterback change.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateAmericanFootball" />
<attribute name="player-original-idref" type="IDREF" use="optional">
<annotation>
<documentation>The ID of the player going out.</documentation>
</annotation>
</attribute>
<attribute name="player-original-position" type="sportsml:position.AmericanFootball" use="optional">
<annotation>
<documentation>The position of the player going out.</documentation>
</annotation>
</attribute>
<attribute name="player-replacing-idref" type="IDREF" use="optional">
<annotation>
<documentation>The ID of the player coming in.</documentation>
</annotation>
</attribute>
<attribute name="player-replacing-position" type="sportsml:position.AmericanFootball" use="optional">
<annotation>
<documentation>The position of the player coming in.</documentation>
</annotation>
</attribute>
<attribute name="substitution-reason" type="string" use="optional">
<annotation>
<documentation>The reason for the substitution.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A comment.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|