<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>
|