<xs:complexType name="groupComplexType">
<xs:annotation>
<xs:documentation>A holder for statistics about a particular bracket or division or
conference or league. | Holds metadata and stats. Also appropriate for expressing
general organization/league membership and structure.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="group-metadata" type="groupMetadataComplexType" />
<xs:element name="group-stats" type="groupStatsComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="group" type="groupComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="team" type="teamComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="player" type="playerComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="affiliation" type="affiliationComplexType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="commonAttributes" />
</xs:complexType>
|