diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||
children | fc:Player fc:TeamOfficial fc:TeamRanking fc:Logo | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CompetitionTeamInternationalType"> <xsd:annotation> <xsd:documentation>An element which contains competition team data - players, officials from catalouge and current team standings.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Player" type="fc:CompetitionRoleInternationalType" nillable="true" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The list of players that participate in the competition.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="TeamOfficial" type="fc:CompetitionRoleInternationalType" nillable="true" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The list of officials that participate in the competition.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="TeamRanking" type="fc:TeamRankingType" minOccurs="0"> <xsd:annotation> <xsd:documentation>The current ranking of a team in the competition.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Logo" type="fc:PictureType" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="OrganisationFIFAId" type="fc:FIFAIdentifier" use="required" form="unqualified"> <xsd:annotation> <xsd:documentation>The club's FIFA unique worldwide id.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="TeamFIFAId" type="fc:FIFAIdentifier"> <xsd:annotation> <xsd:documentation>The FIFA worldwide id of the club's team that participates on the competition</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="InternationalName" type="fc:String" form="unqualified"> <xsd:annotation> <xsd:documentation>The name of the team competing in the competition.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="InternationalShortName" type="fc:String"> <xsd:annotation> <xsd:documentation>The short name of the team competing in the competition</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="MemberAssociation" type="fc:FIFANationalityType"> <xsd:annotation> <xsd:documentation>Member association of the team. For national team and a club it should be a FIFA member association it corresponds to.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |