complexType CompetitionType
diagram competition_p6.png
namespace http://fifa.com/fc
type extension of fc:AbstractCompetitionType
properties
base fc:AbstractCompetitionType
children fc:CompetitionNature fc:System fc:Logo fc:LocalName fc:CompetitionTeam fc:CompetitionElement
used by
element CompetitionType/CompetitionElement
attributes
Name  Type  Use  Default  Fixed  Annotation
CompetitionFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique id of the competition.
InternationalName  fc:String  required      
documentation
The international (Latin) name of this competition.
InternationalShortName  fc:String        
documentation
The international (Latin) short name of this competition.
OrganisationFIFAId  fc:FIFAIdentifier  required      
documentation
Worldwide FIFA Id of the organisation that is organising the competition.
Season  xsd:positiveInteger  required      
documentation
The season to which this competitions final round belongs to. This is expected to hold a 4 digit year number.
Status  fc:SimpleStatusType  required      
documentation
The status of the competition.
OrderNumber  xsd:positiveInteger  optional      
documentation
Order of the competition elements. Chronological or Logical. E.g. Qualifying Phase is 1, Group Phase is 2, and Final Round is 3.
DateFrom  fc:Date        
documentation
Date when this competition or competition element starts.
DateTo  fc:Date        
documentation
Date when this competition or competition element ends.
NumberOfParticipants  xsd:positiveInteger        
documentation
Number of clubs/teams that participate in this competition or competition element.
annotation
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)
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy