<xs:attributeGroup name="eventStateIceHockey">
<xs:attribute name="power-play-time-remaining" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The time remaining in the power-play.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="power-play-team-idref" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The key of the team on power-play.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="power-play-player-advantage" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The number of extra players on ice for the team on power play.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="score-team" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>After an action has taken place, the score of the team that team-idref points to.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="score-team-opposing" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>After an action has taken place, the score of the team opposing that listed in team-idref.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |