<xs:attributeGroup name="commonParticipantAttributes">
<xs:attribute name="idref" type="xs:IDREF" use="required">
<xs:annotation>
<xs:documentation>A pointer to a player who participated in the play.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="team-idref" type="xs:IDREF" use="optional">
<xs:annotation>
<xs:documentation>A pointer to the participant's team.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="role" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The role of the participant in the particular action, as opposed to their designated position on the team.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |