<element name="action-rugby-timeout">
<annotation>
<documentation>A timeout is called. | How, when and what type of timeout was called.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateRugby" />
<attribute name="timeout-duration" type="string" use="optional">
<annotation>
<documentation>The duration of the timeout.</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, an idref pointer to the team element.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>Textual comment about the timeout.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|