complexType CompetitionNatureType
diagram competition_p3.png
namespace http://fifa.com/fc
used by
element AbstractCompetitionType/CompetitionNature
attributes
Name  Type  Use  Default  Fixed  Annotation
CompetitionFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA identifier of the competition.
InternationalName  fc:String        
documentation
International name of the competition. i.e. FIFA World Cup, UEFA Champion's League...
InternationalShortName  fc:String  required      
documentation
International short name of the competition. i.e. World Cup, Champion's League...
TeamCharacter  fc:CompetitionTeamCharacterType  required      
documentation
Character type of the team. (National team, Club...)
Discipline  fc:DisciplineType  required      
documentation
The discipline of the competition.
AgeCategory  fc:AgeCategoryNatureType  required      
documentation
Age category of the Team.
AgeCategoryName  fc:String        
documentation
The name of the category if "other" is selected for the AgeCategory attribute.
Gender  fc:GenderType        
documentation
The gender (sex) of the participating players. If blank, then both genders are eligible to participate.
annotation
documentation
The definition of nature of the competition, including name of the competition, unique id, sport/discipline, age category, gender of players, type of participating teams
source <xsd:complexType name="CompetitionNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The definition of nature of the competition, including name of the competition, unique id, sport/discipline, age category, gender of players, type of participating teams</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="CompetitionFIFAId" type="fc:FIFAIdentifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique FIFA identifier of the competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="InternationalName" type="fc:String">
   
<xsd:annotation>
     
<xsd:documentation>International name of the competition. i.e. FIFA World Cup, UEFA Champion's League...</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="InternationalShortName" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>International short name of the competition. i.e. World Cup, Champion's League...</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamCharacter" type="fc:CompetitionTeamCharacterType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Character type of the team. (National team, Club...)</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Discipline" type="fc:DisciplineType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The discipline of the competition.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AgeCategory" type="fc:AgeCategoryNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Age category of the Team.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AgeCategoryName" type="fc:String">
   
<xsd:annotation>
     
<xsd:documentation>The name of the category if "other" is selected for the AgeCategory attribute.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Gender" type="fc:GenderType">
   
<xsd:annotation>
     
<xsd:documentation>The gender (sex) of the participating players. If blank, then both genders are eligible to participate.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>


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