<element name="action-basketball-substitution">
<annotation>
<documentation>Used when one player comes in for another. | Simultaneous multiple replacements can be handled by using several of these elements, and leaving either the replacing or the original players blank.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateBasketball" />
<attribute name="person-type" use="optional">
<annotation>
<documentation>Whether a player, a coach, or a referree.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="player" />
<enumeration value="auxilliary" />
<enumeration value="official" />
</restriction>
</simpleType>
</attribute>
<attribute name="person-original-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the player who left the court.</documentation>
</annotation>
</attribute>
<attribute name="person-original-position" type="sportsml:position.Basketball" use="optional">
<annotation>
<documentation>The position of the player who left the court.</documentation>
</annotation>
</attribute>
<attribute name="person-replacing-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the player who now went on the court.</documentation>
</annotation>
</attribute>
<attribute name="person-replacing-position" type="sportsml:position.Basketball" use="optional">
<annotation>
<documentation>The position of the player who went on the court.</documentation>
</annotation>
</attribute>
<attribute name="substitution-reason" type="string" use="optional">
<annotation>
<documentation>The reason why a substitution was made.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A textual comment.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|