eventStateIceHockey

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
power-play-player-advantage xs:string optional
The number of extra players on ice for the team on power play.
power-play-team-idref xs:string optional
The key of the team on power-play.
power-play-time-remaining xs:string optional
The time remaining in the power-play.
score-team xs:string optional
After an action has taken place, the score of the team that team-idref points to.
score-team-opposing xs:string optional
After an action has taken place, the score of the team opposing that listed in team-idref.

Used By

Source

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