complexType CompetitionInternationalType
diagram scenarios_p11.png
namespace http://fifa.com/fc
type extension of fc:AbstractCompetitionType
properties
base fc:AbstractCompetitionType
children fc:CompetitionNature fc:System fc:Logo fc:Match fc:CompetitionElement fc:CompetitionTeam
used by
elements CompetitionInternational CompetitionInternationalType/CompetitionElement CompetitionInternationalDataType/CompetitionInternational
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.
OrganisationInternationalName  fc:String        
documentation
Name of the organisation that is organising the competition
OrganisationInternationalShortName  fc:String  required      
documentation
Short name of the organisation that is organising the competition
annotation
documentation
The international competition
source <xsd:complexType name="CompetitionInternationalType">
 
<xsd:annotation>
   
<xsd:documentation>The international competition</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:AbstractCompetitionType">
     
<xsd:sequence>
       
<xsd:element name="Match" type="fc:SimpleMatchInternationalType" minOccurs="0" maxOccurs="unbounded">
         
<xsd:annotation>
           
<xsd:documentation>List of Matches in the competition</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="CompetitionElement" type="fc:CompetitionInternationalType" minOccurs="0" maxOccurs="unbounded">
         
<xsd:annotation>
           
<xsd:documentation>List of competition elements.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="CompetitionTeam" type="fc:CompetitionTeamInternationalType" minOccurs="0" maxOccurs="unbounded">
         
<xsd:annotation>
           
<xsd:documentation>List of teams that participate on a competition</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
     
<xsd:attribute name="OrganisationInternationalName" type="fc:String">
       
<xsd:annotation>
         
<xsd:documentation>Name of the organisation that is organising the competition</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="OrganisationInternationalShortName" type="fc:String" use="required">
       
<xsd:annotation>
         
<xsd:documentation>Short name of the organisation that is organising the competition</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>


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