<element name="action-rugby-offside">
<annotation>
<documentation>When an offside occurs. | Records the event of an offside in a game.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateRugby" />
<attribute name="team-idref" type="IDREF" use="optional">
<annotation>
<documentation>idref pointing to the team causing the offside.</documentation>
</annotation>
</attribute>
<attribute name="player-offside-idref" type="IDREF" use="optional">
<annotation>
<documentation>idref pointing to the player the lineman indicated was offisde.</documentation>
</annotation>
</attribute>
<attribute name="player-passing-idref" type="IDREF" use="optional">
<annotation>
<documentation>idref pointing to the player passing the ball when offside was called.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>Textual comment regarding the offside.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|