<element name="action-basketball-play">
<annotation>
<documentation>Any kind of on-ice play indicated by play-type vocabulary.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:action-basketball-play-participant" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateBasketball" />
<attribute name="sequence-number" type="string" use="optional">
<annotation>
<documentation>The sequence number of the play within the game as a whole.</documentation>
</annotation>
</attribute>
<attribute name="play-type" type="sportsml:playType.Basketball" use="optional">
<annotation>
<documentation>The type of play.</documentation>
</annotation>
</attribute>
<attribute name="score-attempt-type" type="sportsml:scoreAttemptType.Basketball" use="optional">
<annotation>
<documentation>What type of shot it was.</documentation>
</annotation>
</attribute>
<attribute name="score-attempt-result" type="sportsml:scoreAttemptResult.Basketball" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
<attribute name="location" type="string" use="optional">
<annotation>
<documentation>A string indicating where on the court the play occured. Could be an approximate region, or a more complex value adhering to some elaborate coordinate system.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>A textual comment.</documentation>
</annotation>
</attribute>
<attribute name="zone" use="optional">
<annotation>
<documentation>The zone on the rink for the stat or action: offense | defense | neutral.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="offense" />
<enumeration value="defense" />
<enumeration value="neutral" />
</restriction>
</simpleType>
</attribute>
<attribute name="turnover-type" type="string" use="optional">
<annotation>
<documentation>Controlled vocabulary such as steal or lost-ball.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|