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