playerComplexType

A competitor. | Their athletic talents help them decide who wins a sports-event.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="playerComplexType">
  <xs:annotation>
    <xs:documentation>A competitor. | Their athletic talents help them decide who wins a sports-event.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="player-metadata" type="playerMetadataComplexType"/>
    <xs:element name="player-stats" type="playerStatsComplexType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="wagering-stats" type="wagering-stats" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="associate" type="associateComplexType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="affiliation" type="affiliationComplexType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
</xs:complexType>