<element name="action-basketball-penalty">
<annotation>
<documentation>Used when a foul is made. | Records who made the foul and who called the foul.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateBasketball" />
<attribute name="recipient-type" use="required">
<annotation>
<documentation>Whether the receiver of the penalty was the team, the player, a coach, a ref, etc.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="team" />
<enumeration value="player" />
<enumeration value="auxilliary" />
<enumeration value="official" />
</restriction>
</simpleType>
</attribute>
<attribute name="recipient-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the receiver of the penalty.</documentation>
</annotation>
</attribute>
<attribute name="caller-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the official who called the penalty.</documentation>
</annotation>
</attribute>
<attribute name="penalty-count" type="string" use="optional">
<annotation>
<documentation>How many penalties the recipient has received in this sports-event, including this one.</documentation>
</annotation>
</attribute>
<attribute name="penalty-side" type="sportsml:penaltySide.Basketball" use="optional">
<annotation>
<documentation>Whether it was an offensive or defensive penalty.</documentation>
</annotation>
</attribute>
<attribute name="penalty-level" type="sportsml:penaltyLevel.Basketball" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A textual comment.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|