diagram | |||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||
children | fc:PlayerFIFAId fc:TeamOfficialFIFAId | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:complexType name="CompetitionTeamType"> <xsd:annotation> <xsd:documentation>An element which contains competition team data - players and team staff registered for that competition</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="PlayerFIFAId" type="fc:FIFAIdentifier" nillable="true" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The list of players.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="TeamOfficialFIFAId" type="fc:FIFAIdentifier" nillable="true" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The list of officials.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <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="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:complexType> |