complexType CompetitionTeamType
diagram competition_p5.png
namespace http://fifa.com/fc
children fc:PlayerFIFAId fc:TeamOfficialFIFAId
used by
element CompetitionType/CompetitionTeam
attributes
Name  Type  Use  Default  Fixed  Annotation
TeamFIFAId  fc:FIFAIdentifier        
documentation
The FIFA worldwide id of the club's team that participates on the competition
OrganisationFIFAId  fc:FIFAIdentifier  required      
documentation
The club's FIFA unique worldwide id.
annotation
documentation
An element which contains competition team data - players and team staff registered for that competition
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>


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