Definition Type: AttributeGroup
Name: eventStateAmericanFootball
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-american-football.xsd
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of eventStateAmericanFootball in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<attributeGroup name="eventStateAmericanFootball">
    <attribute name="period-value" type="string" use="optional">
        <annotation>
            <documentation>An interger. 1,2,3,4 for the main quarters. 5,6,7,etc. for overtime periods (our shootout periods, for Canadian Football).</documentation>
        </annotation>
    </attribute>
    <attribute name="period-time-elapsed" type="string" use="optional">
        <annotation>
            <documentation>The time elapsed since the beginning of the period.</documentation>
        </annotation>
    </attribute>
    <attribute name="period-time-remaining" type="string" use="optional">
        <annotation>
            <documentation>The time remaining in the period.</documentation>
        </annotation>
    </attribute>
    <attribute name="clock-state" use="optional">
        <annotation>
            <documentation>Whether the clock is running or stopped.</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="stopped" />
                <enumeration value="running" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="team-in-possession-idref" type="IDREF" use="optional">
        <annotation>
            <documentation>The ID of the team with the football.</documentation>
        </annotation>
    </attribute>
    <attribute name="down" use="optional">
        <annotation>
            <documentation>The current down.  Valid values are 1,2,3,4,5, with 5th down used for Canadian Football.</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="1" />
                <enumeration value="2" />
                <enumeration value="3" />
                <enumeration value="4" />
                <enumeration value="5" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="distance-for-1st-down" type="string" use="optional">
        <annotation>
            <documentation>The distance between the current line of scrimmage and the first down marker. In yards. The word goal is used for, say, 3rd-and-goal situations. The word kick is used for an extra-point attempt.</documentation>
        </annotation>
    </attribute>
    <attribute name="field-side" use="optional">
        <annotation>
            <documentation>Which side of the field the event is taking place.  Either "home" or "visiting".</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="home" />
                <enumeration value="away" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="field-line" type="string" use="optional">
        <annotation>
            <documentation>The line of scrimmage. Where the ball is at the start of play or play-segment.</documentation>
        </annotation>
    </attribute>
    <attribute name="sequence-number" type="string" use="optional">
        <annotation>
            <documentation>Usually an integer</documentation>
        </annotation>
    </attribute>
</attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
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