complexType CompetitionDetailDataType
diagram competition-2.1_p4.png
namespace http://fifa.com/exchange/fec
children fec:CompetitionRound fec:CompetitionNature fec:CompetitionPhotoLink fec:CompetitionTeam fec:TableNotes fec:CompetitionChildren
used by
elements Competition CompetitionChildren/Competition
attributes
Name  Type  Use  Default  Fixed  Annotation
CompetitionId  fe:Identifier  required      
documentation
The worldwide unique id of the competition.
ParentCompetitionId  fe:Identifier  required      
documentation
The worldwide unique id of the parent competition.
CompetitionName  fe:InternationalString50  required      
documentation
The international (English) name of this competition.
CompetitionNameNative  fe:InternationalString50        
documentation
The native (the language of local association) name of this competition.
CompetitionShortName  fe:InternationalString50        
documentation
The international (English) short name of this competition.
CompetitionShortNameNative  fe:InternationalString50        
documentation
The native (the language of local association) short 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 status of the competition.
annotation
documentation
Detailed competition data element.
source <xsd:complexType name="CompetitionDetailDataType">
 
<xsd:annotation>
   
<xsd:documentation>Detailed competition data element.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="CompetitionRound" type="fec:CompetitionRoundType" nillable="false" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The competition rounds that belong to single competition.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CompetitionNature" type="fec:CompetitionNatureType" form="qualified" nillable="false">
     
<xsd:annotation>
       
<xsd:documentation>The type of competition this is.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CompetitionPhotoLink" type="fe:PhotoLinkType">
     
<xsd:annotation>
       
<xsd:documentation>The path to the competition logo.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CompetitionTeam" type="fec:CompetitionTeamType" nillable="false" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The list of competition team data elements.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TableNotes" type="fe:InternationalLongString">
     
<xsd:annotation>
       
<xsd:documentation>Any free text additions to describe the competition table standings.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CompetitionChildren" type="fec:CompetitionChildren">
     
<xsd:annotation>
       
<xsd:documentation>The list of competition children.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="CompetitionId" type="fe:Identifier" use="required" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ParentCompetitionId" type="fe:Identifier" use="required" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the parent competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CompetitionName" type="fe:InternationalString50" use="required" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The international (English) name of this competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CompetitionNameNative" type="fe:InternationalString50" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The native (the language of local association) name of this competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CompetitionShortName" type="fe:InternationalString50" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The international (English) short name of this competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CompetitionShortNameNative" type="fe:InternationalString50" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The native (the language of local association) short name of this competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Season" type="xsd:positiveInteger" use="required" form="unqualified">
   
<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" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The status of the competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute CompetitionDetailDataType/@CompetitionId
type fe:Identifier
properties
use required
form unqualified
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" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionDetailDataType/@ParentCompetitionId
type fe:Identifier
properties
use required
form unqualified
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 parent competition.
source <xsd:attribute name="ParentCompetitionId" type="fe:Identifier" use="required" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the parent competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionDetailDataType/@CompetitionName
type fe:InternationalString50
properties
use required
form unqualified
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" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The international (English) name of this competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionDetailDataType/@CompetitionNameNative
type fe:InternationalString50
properties
form unqualified
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The native (the language of local association) name of this competition.
source <xsd:attribute name="CompetitionNameNative" type="fe:InternationalString50" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The native (the language of local association) name of this competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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

attribute CompetitionDetailDataType/@CompetitionShortNameNative
type fe:InternationalString50
properties
form unqualified
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The native (the language of local association) short name of this competition.
source <xsd:attribute name="CompetitionShortNameNative" type="fe:InternationalString50" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The native (the language of local association) short name of this competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionDetailDataType/@Season
type xsd:positiveInteger
properties
use required
form unqualified
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" form="unqualified">
 
<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 CompetitionDetailDataType/@Status
type fec:CompetitionStatusType
properties
use required
form unqualified
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 status of the competition.
source <xsd:attribute name="Status" type="fec:CompetitionStatusType" use="required" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The status of the competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element CompetitionDetailDataType/CompetitionRound
diagram competition-2.1_p5.png
namespace http://fifa.com/exchange/fec
type fec:CompetitionRoundType
properties
minOcc 0
maxOcc 500
content complex
nillable false
children fec:Match
attributes
Name  Type  Use  Default  Fixed  Annotation
RoundNumber  xsd:positiveInteger  required      
documentation
The competition round number.
RoundNumberDescription  fe:String50        
documentation
The formatted description of round number (e.g. 1/4, 1/8).
SecondLeg  xsd:boolean        
documentation
The Boolean value which defines whether match has an associate match.
annotation
documentation
The competition rounds that belong to single competition.
source <xsd:element name="CompetitionRound" type="fec:CompetitionRoundType" nillable="false" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The competition rounds that belong to single competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element CompetitionDetailDataType/CompetitionNature
diagram competition-2.1_p6.png
namespace http://fifa.com/exchange/fec
type fec:CompetitionNatureType
properties
content complex
nillable false
form qualified
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" form="qualified" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The type of competition this is.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element CompetitionDetailDataType/CompetitionPhotoLink
diagram competition-2.1_p7.png
namespace http://fifa.com/exchange/fec
type fe:PhotoLinkType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
mimeType  xsd:string        
annotation
documentation
The path to the competition logo.
source <xsd:element name="CompetitionPhotoLink" type="fe:PhotoLinkType">
 
<xsd:annotation>
   
<xsd:documentation>The path to the competition logo.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element CompetitionDetailDataType/CompetitionTeam
diagram competition-2.1_p8.png
namespace http://fifa.com/exchange/fec
type fec:CompetitionTeamType
properties
minOcc 0
maxOcc 500
content complex
nillable false
children fec:Player fec:TeamOfficial fec:TeamRanking
attributes
Name  Type  Use  Default  Fixed  Annotation
Id  xsd:positiveInteger  required      
documentation
The team id.
Name  fe:String50        
documentation
The team name.
annotation
documentation
The list of competition team data elements.
source <xsd:element name="CompetitionTeam" type="fec:CompetitionTeamType" nillable="false" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The list of competition team data elements.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element CompetitionDetailDataType/TableNotes
diagram competition-2.1_p9.png
namespace http://fifa.com/exchange/fec
type fe:InternationalLongString
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1000000
pattern [&#x0020;-&#x027F;]*
annotation
documentation
Any free text additions to describe the competition table standings.
source <xsd:element name="TableNotes" type="fe:InternationalLongString">
 
<xsd:annotation>
   
<xsd:documentation>Any free text additions to describe the competition table standings.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element CompetitionDetailDataType/CompetitionChildren
diagram competition-2.1_p10.png
namespace http://fifa.com/exchange/fec
type fec:CompetitionChildren
properties
content complex
children fec:Competition
annotation
documentation
The list of competition children.
source <xsd:element name="CompetitionChildren" type="fec:CompetitionChildren">
 
<xsd:annotation>
   
<xsd:documentation>The list of competition children.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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