commonPropertiesIceHockey

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
location xs:string optional
Location of the action on the rink.
player-count xs:string optional
Number of players on the ice for the stat or action.
player-count-opposing xs:string optional
Number of opposing players on the ice for the stat or action.
zone restriction of xs:string optional
The zone on the rink for the stat or action: offensive | defensive | neutral.

Used By

Source

<xs:attributeGroup name="commonPropertiesIceHockey">
  <xs:attribute name="player-count" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of players on the ice for the stat or action.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="player-count-opposing" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of opposing players on the ice for the stat or action.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="zone" use="optional">
    <xs:annotation>
      <xs:documentation>The zone on the rink for the stat or action: offensive | defensive | neutral.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="offensive"/>
        <xs:enumeration value="defensive"/>
        <xs:enumeration value="neutral"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="location" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Location of the action on the rink.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>