teamComplexType

A team participating in a sporting event. | Holds metadata and
statistical data for team.

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="teamComplexType">
  <xs:annotation>
    <xs:documentation>A team participating in a sporting event. | Holds metadata and statistical data for team.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="team-metadata" type="teamMetadataComplexType"/>
    <xs:element name="team-stats" type="teamStatsComplexType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="player" type="playerComplexType" 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>