commonParticipantAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
idref xs:IDREF required
A pointer to a player who participated in the play.
role QCodeType optional
The role of the participant in the particular action, as opposed to their designated position on the team.
team-idref xs:IDREF optional
A pointer to the participant's team.

Used By

Attribute Group participantAttributes

Source

<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>