Definition Type: Attribute
Name: rebounder-side
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-basketball.xsd
ContentType Restriction
Use Required
Documentation:
Whether the team/player who got the rebound was playing offense or defense.
Collapse XSD Schema Diagram:
XSD Diagram of rebounder-side in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration offense
Enumeration defense