complexType CompetitionTeamType
diagram competition-2.1_p13.png
namespace http://fifa.com/exchange/fec
children fec:Player fec:TeamOfficial fec:TeamRanking
used by
element CompetitionDetailDataType/CompetitionTeam
attributes
Name  Type  Use  Default  Fixed  Annotation
Id  xsd:positiveInteger  required      
documentation
The team id.
Name  fe:String50        
documentation
The team name.
annotation
documentation
An element which contains competition team data - players, officials from catalouge and current team standings.
source <xsd:complexType name="CompetitionTeamType">
 
<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="fe:PersonType" nillable="true" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The list of players.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TeamOfficial" type="fe:PersonType" nillable="true" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The list of officials.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TeamRanking" type="fec:TeamRankingType" nillable="false">
     
<xsd:annotation>
       
<xsd:documentation>The ranking of a team.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="Id" type="xsd:positiveInteger" use="required" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The team id.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Name" type="fe:String50" form="unqualified">
   
<xsd:annotation>
     
<xsd:documentation>The team name.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute CompetitionTeamType/@Id
type xsd:positiveInteger
properties
use required
form unqualified
annotation
documentation
The team id.
source <xsd:attribute name="Id" type="xsd:positiveInteger" use="required" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The team id.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute CompetitionTeamType/@Name
type fe:String50
properties
form unqualified
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The team name.
source <xsd:attribute name="Name" type="fe:String50" form="unqualified">
 
<xsd:annotation>
   
<xsd:documentation>The team name.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element CompetitionTeamType/Player
diagram competition-2.1_p14.png
namespace http://fifa.com/exchange/fec
type fe:PersonType
properties
minOcc 0
maxOcc 500
content complex
nillable true
children fe:Nationality fe:FIFANationality fe:Passport fe:NativePersonName fe:Address fe:Email fe:Phone fe:Photo fe:AlsoKnownAs fe:CustomExtension fe:PersonName
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonId  fe:Identifier  required      
documentation
The worldwide unique id of the person. The id is never changed and accompanies a person for its whole life. Id's are never reused.
Birthdate  fe:Date  required      
documentation
The date of birth of this person.
Gender  fe:GenderType  required      
documentation
The sex of the person.
Status  fe:PersonStatusType  required      
documentation
The vitality status of the person.
AlternativeId  derived by: xsd:string        
documentation
The alternative id is a human readable person id that may be used for example in the player passport. This id SHOULD be used whenever a person's id has to be used in printed form and worked with by humans.
DateOfDeath  fe:Date  optional      
documentation
Date when the person died.
PlaceOfBirth  fe:String50  optional      
documentation
The location (town, village or similar) where the person was born.
CountryOfBirth  ISO3166CountyCode  optional      
documentation
The country where the person was born in. Note that this is NOT the nationality but simply where this person was born.
annotation
documentation
The list of players.
source <xsd:element name="Player" type="fe:PersonType" nillable="true" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The list of players.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element CompetitionTeamType/TeamOfficial
diagram competition-2.1_p15.png
namespace http://fifa.com/exchange/fec
type fe:PersonType
properties
minOcc 0
maxOcc 500
content complex
nillable true
children fe:Nationality fe:FIFANationality fe:Passport fe:NativePersonName fe:Address fe:Email fe:Phone fe:Photo fe:AlsoKnownAs fe:CustomExtension fe:PersonName
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonId  fe:Identifier  required      
documentation
The worldwide unique id of the person. The id is never changed and accompanies a person for its whole life. Id's are never reused.
Birthdate  fe:Date  required      
documentation
The date of birth of this person.
Gender  fe:GenderType  required      
documentation
The sex of the person.
Status  fe:PersonStatusType  required      
documentation
The vitality status of the person.
AlternativeId  derived by: xsd:string        
documentation
The alternative id is a human readable person id that may be used for example in the player passport. This id SHOULD be used whenever a person's id has to be used in printed form and worked with by humans.
DateOfDeath  fe:Date  optional      
documentation
Date when the person died.
PlaceOfBirth  fe:String50  optional      
documentation
The location (town, village or similar) where the person was born.
CountryOfBirth  ISO3166CountyCode  optional      
documentation
The country where the person was born in. Note that this is NOT the nationality but simply where this person was born.
annotation
documentation
The list of officials.
source <xsd:element name="TeamOfficial" type="fe:PersonType" nillable="true" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The list of officials.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element CompetitionTeamType/TeamRanking
diagram competition-2.1_p16.png
namespace http://fifa.com/exchange/fec
type fec:TeamRankingType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
Position  xsd:positiveInteger  required      
documentation
The current position.
MatchesPlayed  xsd:positiveInteger        
documentation
The matches played value.
Wins  xsd:positiveInteger        
documentation
The wins value.
Draws  xsd:positiveInteger        
documentation
The draws value.
Losses  xsd:positiveInteger        
documentation
The losses value.
GoalsFor  xsd:positiveInteger        
documentation
The goals for value.
GoalsAgainst  xsd:positiveInteger        
documentation
The goals against value.
GoalDifference  xsd:positiveInteger        
documentation
The goal difference value.
Points  xsd:positiveInteger        
documentation
The points value.
NegativePoints  xsd:positiveInteger        
documentation
The negative points value.
annotation
documentation
The ranking of a team.
source <xsd:element name="TeamRanking" type="fec:TeamRankingType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The ranking of a team.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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