Definition Type: Element
Name: action-ice-hockey-play-participant
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Abstract
Documentation:
A generic play participant element.
Collapse XSD Schema Diagram:
Drilldown into assists-cumulative in schema sportsml-specific-ice-hockey_xsd Drilldown into goals-cumulative in schema sportsml-specific-ice-hockey_xsd Drilldown into role in schema sportsml-specific-ice-hockey_xsd Drilldown into team-idref in schema sportsml-specific-ice-hockey_xsd Drilldown into player-idref in schema sportsml-specific-ice-hockey_xsdXSD Diagram of action-ice-hockey-play-participant in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-ice-hockey-play-participant">
    <annotation>
        <documentation>A generic play participant element.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="player-idref" type="IDREF" use="required">
            <annotation>
                <documentation>A pointer to a player who participated in the play.</documentation>
            </annotation>
        </attribute>
        <attribute name="team-idref" type="IDREF" use="required">
            <annotation>
                <documentation>A pointer to the participant's team.</documentation>
            </annotation>
        </attribute>
        <attribute name="role" type="sportsml:participantRole.IceHockey" use="required">
            <annotation>
                <documentation>A controlled vocabulary specifying a player's role during the play.</documentation>
            </annotation>
        </attribute>
        <attribute name="goals-cumulative" type="string" use="optional">
            <annotation>
                <documentation>Total number goals at time of goal scored.</documentation>
            </annotation>
        </attribute>
        <attribute name="assists-cumulative" type="string" use="optional">
            <annotation>
                <documentation>Total number assists at time of assist scored.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
player-idref sportsml:player-idref Required
team-idref sportsml:team-idref Required
role sportsml:role Required
goals-cumulative sportsml:goals-cumulative Optional
assists-cumulative sportsml:assists-cumulative Optional