diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |