Definition Type: AttributeGroup
Name: commonPropertiesIceHockey
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Collapse XSD Schema Diagram:
Drilldown into location in schema sportsml-specific-ice-hockey_xsd Drilldown into zone in schema sportsml-specific-ice-hockey_xsd Drilldown into player-count-opposing in schema sportsml-specific-ice-hockey_xsd Drilldown into player-count in schema sportsml-specific-ice-hockey_xsdXSD Diagram of commonPropertiesIceHockey in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<attributeGroup name="commonPropertiesIceHockey">
    <attribute name="player-count" type="string" use="optional">
        <annotation>
            <documentation>Number of players on the ice for the stat or action.</documentation>
        </annotation>
    </attribute>
    <attribute name="player-count-opposing" type="string" use="optional">
        <annotation>
            <documentation>Number of opposing players on the ice for the stat or action.</documentation>
        </annotation>
    </attribute>
    <attribute name="zone" use="optional">
        <annotation>
            <documentation>The zone on the rink for the stat or action: offensive | defensive | neutral.</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="offensive" />
                <enumeration value="defensive" />
                <enumeration value="neutral" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="location" type="string" use="optional">
        <annotation>
            <documentation>Location of the action on the rink.</documentation>
        </annotation>
    </attribute>
</attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
player-count sportsml:player-count Optional
player-count-opposing sportsml:player-count-opposing Optional
zone sportsml:zone Optional
location sportsml:location Optional