associateComplexType

Manager or coach or jockey, etc. | An individual or a group that assists a team or player, and functions in a supporting capacity.

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