Definition Type: AttributeGroup
Name: eventStateIceHockey
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Collapse XSD Schema Diagram:
Drilldown into score-team-opposing in schema sportsml-specific-ice-hockey_xsd Drilldown into score-team in schema sportsml-specific-ice-hockey_xsd Drilldown into power-play-player-advantage in schema sportsml-specific-ice-hockey_xsd Drilldown into power-play-team-idref in schema sportsml-specific-ice-hockey_xsd Drilldown into power-play-time-remaining 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_xsdXSD Diagram of eventStateIceHockey in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<attributeGroup name="eventStateIceHockey">
    <attribute name="period-value" type="string" use="optional">
        <annotation>
            <documentation>Identifier for which period of a game. (1,2,3 for main periods, 4 for first overtime, etc. shootout also allowed value.)</documentation>
        </annotation>
    </attribute>
    <attribute name="period-time-elapsed" type="string" use="optional">
        <annotation>
            <documentation>The time elapsed in 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="power-play-time-remaining" type="string" use="optional">
        <annotation>
            <documentation>The time remaining in the power-play.</documentation>
        </annotation>
    </attribute>
    <attribute name="power-play-team-idref" type="string" use="optional">
        <annotation>
            <documentation>The key of the team on power-play.</documentation>
        </annotation>
    </attribute>
    <attribute name="power-play-player-advantage" type="string" use="optional">
        <annotation>
            <documentation>The number of extra players on ice for the team on power play.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-team" type="string" use="optional">
        <annotation>
            <documentation>After an action has taken place, the score of the team that team-idref points to.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-team-opposing" type="string" use="optional">
        <annotation>
            <documentation>After an action has taken place, the score of the team opposing that listed in team-idref.</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
power-play-time-remaining sportsml:power-play-time-remaining Optional
power-play-team-idref sportsml:power-play-team-idref Optional
power-play-player-advantage sportsml:power-play-player-advantage Optional
score-team sportsml:score-team Optional
score-team-opposing sportsml:score-team-opposing Optional