Definition Type: Element
Name: action-baseball-play-participant
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-baseball.xsd
Abstract
Documentation:
A generic play participant element.
Collapse XSD Schema Diagram:
Drilldown into role in schema sportsml-specific-baseball_xsd Drilldown into team-idref in schema sportsml-specific-baseball_xsd Drilldown into player-idref in schema sportsml-specific-baseball_xsdXSD Diagram of action-baseball-play-participant in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-baseball-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.Baseball" use="required">
            <annotation>
                <documentation>A controlled vocabulary specifying a player's role during the play.</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