Definition Type: Element
Name: action-basketball-rebounder
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-basketball.xsd
Abstract
Documentation:
Player or team who got credited with a rebound. | May be more than one player.
Collapse XSD Schema Diagram:
Drilldown into rebounder-side in schema sportsml-specific-basketball_xsd Drilldown into rebounder-type in schema sportsml-specific-basketball_xsd Drilldown into rebounder-idref in schema sportsml-specific-basketball_xsdXSD Diagram of action-basketball-rebounder in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<element name="action-basketball-rebounder">
    <annotation>
        <documentation>Player or team who got credited with a rebound. | May be more than one player.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="rebounder-idref" type="IDREF" use="required">
            <annotation>
                <documentation>A pointer to a player or team who was credited with the rebound.</documentation>
            </annotation>
        </attribute>
        <attribute name="rebounder-type" use="required">
            <annotation>
                <documentation>Whether it was an individual or a team rebound.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="team" />
                    <enumeration value="player" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="rebounder-side" use="required">
            <annotation>
                <documentation>Whether the team/player who got the rebound was playing offense or defense.</documentation>
            </annotation>
            <simpleType>
                <restriction base="string">
                    <enumeration value="offense" />
                    <enumeration value="defense" />
                </restriction>
            </simpleType>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
rebounder-idref sportsml:rebounder-idref Required
rebounder-type sportsml:rebounder-type Required
rebounder-side sportsml:rebounder-side Required