Definition Type: Element
Name: action-american-football-timeout
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-american-football.xsd
Abstract
Documentation:
Describes a timeout. | A break in the action, usually called by one of the teams playing.
Collapse XSD Schema Diagram:
Drilldown into caller-idref in schema sportsml-specific-american-football_xsd Drilldown into caller in schema sportsml-specific-american-football_xsd Drilldown into timeout-type in schema sportsml-specific-american-football_xsd Drilldown into comment in schema sportsml-specific-american-football_xsd Drilldown into sequence-number in schema sportsml-specific-american-football_xsd Drilldown into field-line in schema sportsml-specific-american-football_xsd Drilldown into field-side in schema sportsml-specific-american-football_xsd Drilldown into distance-for-1st-down in schema sportsml-specific-american-football_xsd Drilldown into down in schema sportsml-specific-american-football_xsd Drilldown into team-in-possession-idref in schema sportsml-specific-american-football_xsd Drilldown into clock-state in schema sportsml-specific-american-football_xsd Drilldown into period-time-remaining in schema sportsml-specific-american-football_xsd Drilldown into period-time-elapsed in schema sportsml-specific-american-football_xsd Drilldown into period-value in schema sportsml-specific-american-football_xsd Drilldown into eventStateAmericanFootball in schema sportsml-specific-american-football_xsdXSD Diagram of action-american-football-timeout in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-american-football-timeout">
    <annotation>
        <documentation>Describes a timeout. | A break in the action, usually called by one of the teams playing.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:eventStateAmericanFootball" />
        <attribute name="comment" type="string" use="optional">
            <annotation>
                <documentation>A textual comment.</documentation>
            </annotation>
        </attribute>
        <attribute name="timeout-type" type="sportsml:timeoutType.AmericanFootball" use="optional">
            <annotation>
                <documentation>Is it charged to a team or an official?</documentation>
            </annotation>
        </attribute>
        <attribute name="caller" type="sportsml:caller.AmericanFootball" use="optional">
            <annotation>
                <documentation>Who called the timeout, either team or official.</documentation>
            </annotation>
        </attribute>
        <attribute name="caller-idref" type="string" use="optional">
            <annotation>
                <documentation>If caller is team, say, a pointer to the team element, or a pointer to a player on the team.</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
clock-state sportsml:clock-state Optional
team-in-possession-idref sportsml:team-in-possession-idref Optional
down sportsml:down Optional
distance-for-1st-down sportsml:distance-for-1st-down Optional
field-side sportsml:field-side Optional
field-line sportsml:field-line Optional
sequence-number sportsml:sequence-number Optional
comment sportsml:comment Optional
timeout-type sportsml:timeout-type Optional
caller sportsml:caller Optional
caller-idref sportsml:caller-idref Optional