<element name="action-ice-hockey-timeout">
<annotation>
<documentation>Description of a timeout. | Includes the duration of the timeout, and who called for the timeout.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateIceHockey" />
<attribute name="timeout-duration" type="string" use="optional">
<annotation>
<documentation>How long a timeout was called for.</documentation>
</annotation>
</attribute>
<attribute name="caller" use="optional">
<annotation>
<documentation>Who called the timeout, either team or official.</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>
|