diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:AbstractCompetitionType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fc:CompetitionNature fc:System fc:Logo fc:LocalName fc:CompetitionTeam fc:CompetitionElement | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CompetitionType"> <xsd:annotation> <xsd:documentation>The competition type, used both for the main competition (e.g. UEFA Champions League) and all of its elements/sub-competitions (e.g. Group Phase, Group B)</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:AbstractCompetitionType"> <xsd:sequence> <xsd:element name="LocalName" type="fc:LocalNameType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Local name of the Competition</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="CompetitionTeam" type="fc:CompetitionTeamType" nillable="false" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The list of competition team data elements.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="CompetitionElement" type="fc:CompetitionType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The list of competition elements.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |