<element name="action-soccer-score-attempt">
<annotation>
<documentation>Only used if the attempt is not also a goal. | When a player attempts to score a goal but it does not result in a goal.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateSoccer" />
<attribute name="player-idref" type="IDREF" use="optional">
<annotation>
<documentation>idref pointing to the player attempting to score.</documentation>
</annotation>
</attribute>
<attribute name="team-idref" type="IDREF" use="optional">
<annotation>
<documentation>idref pointing to the team for which the player attempting to score.</documentation>
</annotation>
</attribute>
<attribute name="score-attempt-method" type="string" use="optional">
<annotation>
<documentation>How the player attempted to score. Using head, left leg, right leg etc. External controlled vocabulary: sportsml-vocabulary-specific-soccer.score-attempt-method</documentation>
</annotation>
</attribute>
<attribute name="score-attempt-type" type="string" use="optional">
<annotation>
<documentation>What type of attempt. External controlled vocabulary: sportsml-vocabulary-specific-soccer.score-attempt-type</documentation>
</annotation>
</attribute>
<attribute name="score-attempt-result" type="string" use="optional">
<annotation>
<documentation>What the attempt resulted in Values in external controlled vocabulary: sportsml-vocabulary-specific-soccer.score-attempt-result</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>Textual comment regarding this score-attempt.</documentation>
</annotation>
</attribute>
<attribute name="shootout-shot-order" type="string" use="optional">
<annotation>
<documentation>TBD.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|