complexType CompetitionNatureType
diagram generic-competition-types-2.1_p1.png
namespace http://fifa.com/exchange/fec
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
This describes the type of a competition.
source <xsd:complexType name="CompetitionNatureType">
 
<xsd:annotation>
   
<xsd:documentation>This describes the type of a competition.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="Category" type="fec:CompetitionCategoryType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The Category of Competition. (e.g. World Cup).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamNature" type="fe:TeamNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The sex and age of the playing teams.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamCharacter" type="fec:CompetitionTeamCharacterType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Whether this is a club team or a national team.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Discipline" type="fe:DisciplineType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The discipline of the competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CategoryFreetext" type="fe:InternationalString255">
   
<xsd:annotation>
     
<xsd:documentation>The name of the category if "other" is selected for the Category attribute.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CompetitionSystem" type="fec:CompetitionSystemType">
   
<xsd:annotation>
     
<xsd:documentation>The type of the competition system.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MatchDuration" type="xsd:positiveInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The match duration of matches in this competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute CompetitionNatureType/@Category
type fec:CompetitionCategoryType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 255
enumeration worldwide
enumeration continental
enumeration domestic
enumeration other
annotation
documentation
The Category of Competition. (e.g. World Cup).
source <xsd:attribute name="Category" type="fec:CompetitionCategoryType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The Category of Competition. (e.g. World Cup).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionNatureType/@TeamNature
type fe:TeamNatureType
properties
use required
facets
Kind Value Annotation
enumeration Woman
documentation
A female team.
enumeration Man
documentation
A male team.
enumeration U21 Man
documentation
A male team under 21.
enumeration U21 Woman
documentation
A female team under 21.
enumeration U20 Man
documentation
A male team under 20.
enumeration U20 Woman
documentation
A female team under 20.
enumeration U19 Man
documentation
A male team under 19.
enumeration U19 Woman
documentation
A female team under 19.
enumeration U17 Man
documentation
A male team under 17.
enumeration U17 Woman
documentation
A female team under 17.
enumeration U15 Man
documentation
A male team under 15.
enumeration U15 Woman
documentation
A female team under 15.
enumeration U13 Man
documentation
A male team under 13.
enumeration U13 Woman
documentation
A female team under 13.
enumeration Junior Boy
documentation
All other male junior teams.
enumeration Junior Girl
documentation
All other female junior teams.
enumeration Mixed
documentation
A mixed team.
enumeration U7 Mixed
documentation
A mixed team under 7.
enumeration U9 Mixed
documentation
A mixed team under 9.
enumeration U11 Mixed
documentation
A mixed team under 11.
annotation
documentation
The sex and age of the playing teams.
source <xsd:attribute name="TeamNature" type="fe:TeamNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The sex and age of the playing teams.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionNatureType/@TeamCharacter
type fec:CompetitionTeamCharacterType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 255
enumeration Club
enumeration National
enumeration other
annotation
documentation
Whether this is a club team or a national team.
source <xsd:attribute name="TeamCharacter" type="fec:CompetitionTeamCharacterType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Whether this is a club team or a national team.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionNatureType/@Discipline
type fe:DisciplineType
properties
use required
facets
Kind Value Annotation
enumeration Football
enumeration Futsal
enumeration BeachSoccer
enumeration IndoorFootball
annotation
documentation
The discipline of the competition.
source <xsd:attribute name="Discipline" type="fe:DisciplineType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The discipline of the competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionNatureType/@CategoryFreetext
type fe:InternationalString255
facets
Kind Value Annotation
minLength 1
maxLength 255
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The name of the category if "other" is selected for the Category attribute.
source <xsd:attribute name="CategoryFreetext" type="fe:InternationalString255">
 
<xsd:annotation>
   
<xsd:documentation>The name of the category if "other" is selected for the Category attribute.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionNatureType/@CompetitionSystem
type fec:CompetitionSystemType
facets
Kind Value Annotation
minLength 1
maxLength 255
enumeration Elimination
enumeration Single round robin
enumeration Double round robin
enumeration Triple round robin
enumeration Quadruple round robin
enumeration Combination
enumeration Predefined
annotation
documentation
The type of the competition system.
source <xsd:attribute name="CompetitionSystem" type="fec:CompetitionSystemType">
 
<xsd:annotation>
   
<xsd:documentation>The type of the competition system.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionNatureType/@MatchDuration
type xsd:positiveInteger
properties
use required
annotation
documentation
The match duration of matches in this competition.
source <xsd:attribute name="MatchDuration" type="xsd:positiveInteger" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The match duration of matches in this competition.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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