<element name="action-american-football-timeout">
<annotation>
<documentation>Describes a timeout. | A break in the action, usually called by one of the teams playing.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateAmericanFootball" />
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A textual comment.</documentation>
</annotation>
</attribute>
<attribute name="timeout-type" type="sportsml:timeoutType.AmericanFootball" use="optional">
<annotation>
<documentation>Is it charged to a team or an official?</documentation>
</annotation>
</attribute>
<attribute name="caller" type="sportsml:caller.AmericanFootball" use="optional">
<annotation>
<documentation>Who called the timeout, either team or official.</documentation>
</annotation>
</attribute>
<attribute name="caller-idref" type="string" use="optional">
<annotation>
<documentation>If caller is team, say, a pointer to the team element, or a pointer to a player on the team.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|