Definition Type: Element
Name: action-ice-hockey-timeout
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Abstract
Documentation:
Description of a timeout. | Includes the duration of the timeout, and who called for the timeout.
Collapse XSD Schema Diagram:
Drilldown into comment in schema sportsml-specific-ice-hockey_xsd Drilldown into caller-idref in schema sportsml-specific-ice-hockey_xsd Drilldown into caller in schema sportsml-specific-ice-hockey_xsd Drilldown into timeout-duration in schema sportsml-specific-ice-hockey_xsd Drilldown into period-time-remaining in schema sportsml-specific-ice-hockey_xsd Drilldown into period-time-elapsed in schema sportsml-specific-ice-hockey_xsd Drilldown into period-value in schema sportsml-specific-ice-hockey_xsd Drilldown into eventStateIceHockey in schema sportsml-specific-ice-hockey_xsdXSD Diagram of action-ice-hockey-timeout in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
period-value sportsml:period-value Optional
period-time-elapsed sportsml:period-time-elapsed Optional
period-time-remaining sportsml:period-time-remaining Optional
timeout-duration sportsml:timeout-duration Optional
caller sportsml:caller Optional
caller-idref sportsml:caller-idref Optional
comment sportsml:comment Optional