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