Definition Type: Element
Name: action-soccer-timeout
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-soccer.xsd
Abstract
Documentation:
A timeout is called. | How, when and what type of timeout was called.
Collapse XSD Schema Diagram:
Drilldown into comment in schema sportsml-specific-soccer_xsd Drilldown into caller-idref in schema sportsml-specific-soccer_xsd Drilldown into caller in schema sportsml-specific-soccer_xsd Drilldown into timeout-duration in schema sportsml-specific-soccer_xsd Drilldown into period-time-remaining in schema sportsml-specific-soccer_xsd Drilldown into period-minute-elapsed in schema sportsml-specific-soccer_xsd Drilldown into minutes-elapsed in schema sportsml-specific-soccer_xsd Drilldown into period-time-elapsed in schema sportsml-specific-soccer_xsd Drilldown into period-value in schema sportsml-specific-soccer_xsd Drilldown into eventStateSoccer in schema sportsml-specific-soccer_xsdXSD Diagram of action-soccer-timeout in schema sportsml-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-soccer-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:eventStateSoccer" />
        <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>
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
minutes-elapsed sportsml:minutes-elapsed Optional
period-minute-elapsed sportsml:period-minute-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