<element name="action-basketball-timeout">
<annotation>
<documentation>Used to record the calling of a timeout. | Also records who called for the timeout.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateBasketball" />
<attribute name="timeout-duration" type="string" use="optional">
<annotation>
<documentation>The duration of the timeout.</documentation>
</annotation>
</attribute>
<attribute name="timeouts-left" type="string" use="optional">
<annotation>
<documentation>The number of timeouts remaining once this timeout is finished.</documentation>
</annotation>
</attribute>
<attribute name="caller" use="optional">
<annotation>
<documentation>Who called the timeout.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="team" />
<enumeration value="official" />
</restriction>
</simpleType>
</attribute>
<attribute name="caller-idref" type="IDREF" use="optional">
<annotation>
<documentation>If caller is team, say, a pointer to the team element.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A textual comment.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|