<xs:complexType name="associateComplexType">
<xs:annotation>
<xs:documentation>Manager or coach or jockey, etc. | An individual or a group that assists a team or player, and functions in a supporting capacity.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="associate-metadata" type="associateMetadataComplexType" />
<xs:element name="associate-stats" type="associateStatsComplexType" minOccurs="0" />
<xs:element name="affiliation" type="affiliationComplexType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
|