complexType CompetitionTeamInternationalType
diagram scenarios_p18.png
namespace http://fifa.com/fc
children fc:Player fc:TeamOfficial fc:TeamRanking fc:Logo
used by
element CompetitionInternationalType/CompetitionTeam
attributes
Name  Type  Use  Default  Fixed  Annotation
OrganizationFIFAId  fc:FIFAIdentifier  required      
documentation
The club's FIFA unique worldwide id.
TeamFIFAId  fc:FIFAIdentifier        
documentation
The FIFA worldwide id of the club's team that participates on the competition
InternationalName  fc:String        
documentation
The name of the team competing in the competition.
InternationalShortName          
documentation
The short name of the team competing in the competition
InternationalCode  fc:String        
documentation
The code of the team for this  competition, round or match etc. (For international matches, this is often the FIFANationality).
annotation
documentation
An element which contains competition team data - players, officials from catalouge and current team standings.
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="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: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">
   
<xsd:annotation>
     
<xsd:documentation>The short name of the team competing in the competition</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="InternationalCode" type="fc:String">
   
<xsd:annotation>
     
<xsd:documentation>The code of the team for this  competition, round or match etc. (For international matches, this is often the FIFANationality).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute CompetitionTeamInternationalType/@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>

attribute CompetitionTeamInternationalType/@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 CompetitionTeamInternationalType/@InternationalName
type fc:String
properties
form unqualified
annotation
documentation
The name of the team competing in the competition.
source <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>

attribute CompetitionTeamInternationalType/@InternationalShortName
annotation
documentation
The short name of the team competing in the competition
source <xsd:attribute name="InternationalShortName">
 
<xsd:annotation>
   
<xsd:documentation>The short name of the team competing in the competition</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionTeamInternationalType/@InternationalCode
type fc:String
annotation
documentation
The code of the team for this  competition, round or match etc. (For international matches, this is often the FIFANationality).
source <xsd:attribute name="InternationalCode" type="fc:String">
 
<xsd:annotation>
   
<xsd:documentation>The code of the team for this  competition, round or match etc. (For international matches, this is often the FIFANationality).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element CompetitionTeamInternationalType/Player
diagram scenarios_p19.png
namespace http://fifa.com/fc
type fc:CompetitionRoleInternationalType
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children fc:Photo
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the person.
InternationalFirstName  fc:String        
documentation
International first name of the person.
InternationalLastName  fc:String        
documentation
International last name of the person
DateOfBirth  fc:Date        
documentation
The date of birth of this person.
Nationality  ISO3166CountyCode        
documentation
The nationality of the person Or more strictly the country code where the person is a citizen.
annotation
documentation
The list of players that participate in the competition.
source <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>

element CompetitionTeamInternationalType/TeamOfficial
diagram scenarios_p20.png
namespace http://fifa.com/fc
type fc:CompetitionRoleInternationalType
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children fc:Photo
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the person.
InternationalFirstName  fc:String        
documentation
International first name of the person.
InternationalLastName  fc:String        
documentation
International last name of the person
DateOfBirth  fc:Date        
documentation
The date of birth of this person.
Nationality  ISO3166CountyCode        
documentation
The nationality of the person Or more strictly the country code where the person is a citizen.
annotation
documentation
The list of officials that participate in the competition.
source <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>

element CompetitionTeamInternationalType/TeamRanking
diagram scenarios_p21.png
namespace http://fifa.com/fc
type fc:TeamRankingType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Position  xsd:positiveInteger  required      
documentation
The current position on standings.
MatchesPlayed  xsd:nonNegativeInteger        
documentation
Total matches played.
Wins  xsd:nonNegativeInteger        
documentation
Matches won
Draws  xsd:nonNegativeInteger        
documentation
Matches drawn
Losses  xsd:nonNegativeInteger        
documentation
Matches lost
GoalsFor  xsd:nonNegativeInteger        
documentation
Goals scored
GoalsAgainst  xsd:nonNegativeInteger        
documentation
Goals scored by opponents
GoalDifference  xsd:nonNegativeInteger        
documentation
The goal difference
Points  xsd:nonNegativeInteger        
documentation
Total points
NegativePoints  xsd:nonNegativeInteger        
documentation
The negative points (e.g. deducted by disciplinary decision).
annotation
documentation
The current ranking of a team in the competition.
source <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>

element CompetitionTeamInternationalType/Logo
diagram scenarios_p22.png
namespace http://fifa.com/fc
type fc:PictureType
properties
minOcc 0
maxOcc 1
content complex
children fc:PictureEmbedded fc:PictureLink
source <xsd:element name="Logo" type="fc:PictureType" minOccurs="0"/>


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