complexType CompetitionTeamType
diagram competition_p10.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
OrganizationFIFAId  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="OrganizationFIFAId" 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>

attribute CompetitionTeamType/@TeamFIFAId
type fc:FIFAIdentifier
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The FIFA worldwide id of the club's team that participates on the competition
source <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>

attribute CompetitionTeamType/@OrganizationFIFAId
type fc:FIFAIdentifier
properties
use required
form unqualified
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The club's FIFA unique worldwide id.
source <xsd:attribute name="OrganizationFIFAId" type="fc:FIFAIdentifier" use="required" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The club's FIFA unique worldwide id.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element CompetitionTeamType/PlayerFIFAId
diagram competition_p11.png
namespace http://fifa.com/fc
type fc:FIFAIdentifier
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The list of players.
source <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>

element CompetitionTeamType/TeamOfficialFIFAId
diagram competition_p12.png
namespace http://fifa.com/fc
type fc:FIFAIdentifier
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The list of officials.
source <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>


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