baseParticipantComplexType

Base structure for a participant.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
assists-cumulative xs:string optional
Total number assists at time of assist scored.
class xs:string optional
An open placeholder for categorization.
field-location xs:string optional
Recommended x,y 0-100.
goals-cumulative xs:string optional
Total number goals at time of goal scored.
id xs:ID optional
An XML-specific identifier for the element.
idref xs:IDREF required
A pointer to a player who participated in the play.
lineup-slot xs:integer optional
role QCodeType optional
The role of the participant in the particular action, as opposed to their designated position on the team.
score-credit restriction of xs:integer optional
Whether the participant in the play can be given credit for the goal or score.
stone-color xs:string optional
stone-id xs:string optional
stone-number xs:integer optional
style xs:string optional
An open placeholder for reference by an external stylesheet.
team-idref xs:IDREF optional
A pointer to the participant's team.
yards-gained xs:integer optional

Used By

Source

<xs:complexType name="baseParticipantComplexType">
  <xs:annotation>
    <xs:documentation>Base structure for a participant.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attributeGroup ref="participantAttributes"/>
  <xs:attribute name="field-location" use="optional" type="xs:string">
    <xs:annotation>
      <xs:documentation>Recommended x,y 0-100.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="goals-cumulative" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number goals at time of goal scored.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="assists-cumulative" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Total number assists at time of assist scored.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="lineup-slot" use="optional" type="xs:integer"/>
  <xs:attribute name="yards-gained" use="optional" type="xs:integer"/>
  <xs:attribute name="score-credit" use="optional">
    <xs:annotation>
      <xs:documentation>Whether the participant in the play can be given credit for the goal or score.</xs:documentation>
    </xs:annotation>
    <xs:simpleType id="scoreCredit">
      <xs:restriction base="xs:integer">
        <xs:enumeration id="scoreCredit1" value="1"/>
        <xs:enumeration id="scoreCredit0" value="0"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>