Definition Type: AttributeGroup
Name: eventStateSoccer
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-soccer.xsd
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of eventStateSoccer in schema sportsml-specific-soccer_xsd (SportsML)
Collapse XSD Schema Code:
<attributeGroup name="eventStateSoccer">
    <attribute name="period-value" type="string" use="optional">
        <annotation>
            <documentation>Identifier for which period of a game. (1, 2 for first and second halfs, 3 for first overtime, etc. shootout also allowed value.).</documentation>
        </annotation>
    </attribute>
    <attribute name="period-time-elapsed" type="string" use="optional">
        <annotation>
            <documentation>Detailed time MMSS that has elapsed.</documentation>
        </annotation>
    </attribute>
    <attribute name="minutes-elapsed" type="string" use="optional">
        <annotation>
            <documentation>Number of minutes that have elapsed since the beginning of the game.</documentation>
        </annotation>
    </attribute>
    <attribute name="period-minute-elapsed" type="string" use="optional">
        <annotation>
            <documentation>The time elapsed, but only given as whole minutes.</documentation>
        </annotation>
    </attribute>
    <attribute name="period-time-remaining" type="string" use="optional">
        <annotation>
            <documentation>Detailed time in MMSS format showing remaining time of period.</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
minutes-elapsed sportsml:minutes-elapsed Optional
period-minute-elapsed sportsml:period-minute-elapsed Optional
period-time-remaining sportsml:period-time-remaining Optional