complexType CompetitionInternationalType
diagram scenarios_p12.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
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.
OrganizationFIFAId    required      
documentation
Worldwide FIFA Id of the organization that is organizing 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.
OrganizationInternationalName  fc:String        
documentation
Name of the organization that is organizing the competition
OrganizationInternationalShortName  fc:String  required      
documentation
Short name of the organization that is organizing 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="OrganizationInternationalName" type="fc:String">
       
<xsd:annotation>
         
<xsd:documentation>Name of the organization that is organizing the competition</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="OrganizationInternationalShortName" type="fc:String" use="required">
       
<xsd:annotation>
         
<xsd:documentation>Short name of the organization that is organizing the competition</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CompetitionInternationalType/@OrganizationInternationalName
type fc:String
annotation
documentation
Name of the organization that is organizing the competition
source <xsd:attribute name="OrganizationInternationalName" type="fc:String">
 
<xsd:annotation>
   
<xsd:documentation>Name of the organization that is organizing the competition</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionInternationalType/@OrganizationInternationalShortName
type fc:String
properties
use required
annotation
documentation
Short name of the organization that is organizing the competition
source <xsd:attribute name="OrganizationInternationalShortName" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Short name of the organization that is organizing the competition</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element CompetitionInternationalType/Match
diagram scenarios_p13.png
namespace http://fifa.com/fc
type fc:SimpleMatchInternationalType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
MatchFIFAId  fc:FIFAIdentifier  required      
documentation
This is the worldwide unique id of the match record. It is unchangeable.
Status  fc:MatchStatusType  required      
documentation
The status of the match.
DateTimeLocal  fc:DateTime        
documentation
The scheduled local date and time of the match including the time zone.
Matchday  xsd:nonNegativeInteger        
documentation
The number representing a Matchday/Week/Round of Round robin competition or Leg for Elimination type
FacilityInternationalShortName  fc:String        
documentation
ID of the Facility this match was played on or is scheduled to be played.
HomeClubInternationalShortName  fc:String  required      
documentation
Home club's international name
AwayClubInternationalShortName  fc:String  required      
documentation
Away club's international name
HomeFinalResult  xsd:nonNegativeInteger        
documentation
Final result of home team
AwayFinalResult  xsd:nonNegativeInteger        
documentation
Final result of away team
annotation
documentation
List of Matches in the competition
source <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>

element CompetitionInternationalType/CompetitionElement
diagram scenarios_p14.png
namespace http://fifa.com/fc
type fc:CompetitionInternationalType
properties
minOcc 0
maxOcc unbounded
content complex
children fc:CompetitionNature fc:System fc:Logo fc:Match fc:CompetitionElement fc:CompetitionTeam
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.
OrganizationFIFAId    required      
documentation
Worldwide FIFA Id of the organization that is organizing 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.
OrganizationInternationalName  fc:String        
documentation
Name of the organization that is organizing the competition
OrganizationInternationalShortName  fc:String  required      
documentation
Short name of the organization that is organizing the competition
annotation
documentation
List of competition elements.
source <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>

element CompetitionInternationalType/CompetitionTeam
diagram scenarios_p15.png
namespace http://fifa.com/fc
type fc:CompetitionTeamInternationalType
properties
minOcc 0
maxOcc unbounded
content complex
children fc:Player fc:TeamOfficial fc:TeamRanking fc:Logo
attributes
Name  Type  Use  Default  Fixed  Annotation
OrganizationFIFAId  fc:FIFAIdentifier  required      
documentation
The club's FIFA unique worldwide id.
TeamFIFAId  fc:FIFAIdentifier        
documentation
The FIFA worldwide id of the club's team that participates on the competition
InternationalName  fc:String        
documentation
The name of the team competing in the competition.
InternationalShortName          
documentation
The short name of the team competing in the competition
InternationalCode  fc:String        
documentation
The code of the team for this  competition, round or match etc. (For international matches, this is often the FIFANationality).
annotation
documentation
List of teams that participate on a competition
source <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>


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