complexType MatchCompetitionType
diagram match-2.1_p2.png
namespace http://fifa.com/exchange/fec
children fec:CompetitionNature fec:LogoLink
used by
element MatchType/Competition
attributes
Name  Type  Use  Default  Fixed  Annotation
CompetitionId  fe:Identifier  required      
documentation
The worldwide unique id of the competition.
CompetitionName  fe:InternationalString50  required      
documentation
The international (English) name of this competition.
CompetitionNameNative  fe:InternationalString50  required      
documentation
The local name of this competition.
Season  xsd:positiveInteger  required      
documentation
The season where this competitions final round belongs to. This is expected hold a 4 digit year number.
Status  fec:CompetitionStatusType  required      
documentation
The competition's status.
RoundNumber  xsd:positiveInteger        
documentation
The number of the round of the match.
RoundNatureType  fec:RoundNatureType        
documentation
The type of the round.
annotation
documentation
Basic competition data of the competition of a match.
source <xsd:complexType name="MatchCompetitionType">
 
<xsd:annotation>
   
<xsd:documentation>Basic competition data of the competition of a match.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="CompetitionNature" type="fec:CompetitionNatureType" nillable="false">
     
<xsd:annotation>
       
<xsd:documentation>The type of competition this is.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="LogoLink" type="fe:PhotoLinkType" nillable="false">
     
<xsd:annotation>
       
<xsd:documentation>The competition photo link.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="CompetitionId" type="fe:Identifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CompetitionName" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The international (English) name of this competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CompetitionNameNative" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The local name of this competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Season" type="xsd:positiveInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The season where this competitions final round belongs to. This is expected hold a 4 digit year number.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Status" type="fec:CompetitionStatusType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The competition's status.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RoundNumber" type="xsd:positiveInteger">
   
<xsd:annotation>
     
<xsd:documentation>The number of the round of the match.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RoundNatureType" type="fec:RoundNatureType">
   
<xsd:annotation>
     
<xsd:documentation>The type of the round.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MatchCompetitionType/@CompetitionId
type fe:Identifier
properties
use required
facets
Kind Value Annotation
length 37
pattern [L0][0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8-9a-b][0-9a-f]{3}-[0-9a-f]{12}
annotation
documentation
The worldwide unique id of the competition.
source <xsd:attribute name="CompetitionId" type="fe:Identifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchCompetitionType/@CompetitionName
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The international (English) name of this competition.
source <xsd:attribute name="CompetitionName" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The international (English) name of this competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchCompetitionType/@CompetitionNameNative
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The local name of this competition.
source <xsd:attribute name="CompetitionNameNative" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The local name of this competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchCompetitionType/@Season
type xsd:positiveInteger
properties
use required
annotation
documentation
The season where this competitions final round belongs to. This is expected hold a 4 digit year number.
source <xsd:attribute name="Season" type="xsd:positiveInteger" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The season where this competitions final round belongs to. This is expected hold a 4 digit year number.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchCompetitionType/@Status
type fec:CompetitionStatusType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration active
documentation
The competition has been started.
enumeration inactive
documentation
The competition has not been started yet or it is finished.
annotation
documentation
The competition's status.
source <xsd:attribute name="Status" type="fec:CompetitionStatusType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The competition's status.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchCompetitionType/@RoundNumber
type xsd:positiveInteger
annotation
documentation
The number of the round of the match.
source <xsd:attribute name="RoundNumber" type="xsd:positiveInteger">
 
<xsd:annotation>
   
<xsd:documentation>The number of the round of the match.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchCompetitionType/@RoundNatureType
type fec:RoundNatureType
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration Prelim.
documentation
Preliminary round
enumeration QR
documentation
Qualifying Round
enumeration QR1
documentation
1st Qualifying Round
enumeration QR2
documentation
2nd Qualifying Round
enumeration Intermed.
documentation
Intermediary Round
enumeration P-O FT
documentation
Play-Off
enumeration GS
documentation
Group Stage
enumeration 1st
documentation
First Round
enumeration 2nd
documentation
Second Round
enumeration 3rd
documentation
Third Round
enumeration P-O 8th
documentation
Eighth Place Playoff
enumeration P-O 7th
documentation
Seventh Place Playoff
enumeration P-O 5th
documentation
Fifth Place Playoff
enumeration P-O 3rd
documentation
Third Place Playoff
enumeration R16
documentation
Eighth Finals
enumeration QF
documentation
Quarter Finals
enumeration SF
documentation
Semi Finals
enumeration F
documentation
Final
enumeration P-O Class
documentation
Classification Playoff
enumeration P-O P/R
documentation
Promotion/Relegation Playoff
enumeration 1st Grp
documentation
First Group-Match Stage
enumeration 2nd Grp
documentation
Second Group-Match Stage
enumeration 4th
documentation
Fourth round
enumeration QR3
documentation
3rd Qualifying Round
enumeration Replay
documentation
Replay
enumeration PO
documentation
Playoff
enumeration Elite round
documentation
Elite round
enumeration R32
documentation
Round of 32
annotation
documentation
The type of the round.
source <xsd:attribute name="RoundNatureType" type="fec:RoundNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The type of the round.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MatchCompetitionType/CompetitionNature
diagram match-2.1_p3.png
namespace http://fifa.com/exchange/fec
type fec:CompetitionNatureType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
Category  fec:CompetitionCategoryType  required      
documentation
The Category of Competition. (e.g. World Cup).
TeamNature  fe:TeamNatureType  required      
documentation
The sex and age of the playing teams.
TeamCharacter  fec:CompetitionTeamCharacterType  required      
documentation
Whether this is a club team or a national team.
Discipline  fe:DisciplineType  required      
documentation
The discipline of the competition.
CategoryFreetext  fe:InternationalString255        
documentation
The name of the category if "other" is selected for the Category attribute.
CompetitionSystem  fec:CompetitionSystemType        
documentation
The type of the competition system.
MatchDuration  xsd:positiveInteger  required      
documentation
The match duration of matches in this competition.
annotation
documentation
The type of competition this is.
source <xsd:element name="CompetitionNature" type="fec:CompetitionNatureType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The type of competition this is.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchCompetitionType/LogoLink
diagram match-2.1_p4.png
namespace http://fifa.com/exchange/fec
type fe:PhotoLinkType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
mimeType  xsd:string        
annotation
documentation
The competition photo link.
source <xsd:element name="LogoLink" type="fe:PhotoLinkType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The competition photo link.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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