<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>
|