groupComplexType

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.

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