complexType MatchTeamType
diagram attendance-2.1_p19.png
namespace http://fifa.com/exchange/fec
children fec:Player fec:TeamOfficial fec:TeamPhotoLink fec:TeamColour fec:NativeName fec:Description fec:CustomExtension
attributes
Name  Type  Use  Default  Fixed  Annotation
TeamId  fe:Identifier  required      
documentation
This is the worldwide unique id of the data record of the team.
Name  fe:InternationalString50  required      
documentation
The international (English) name of the team as it should be used e.g. for MatchReports.
TeamCode  fe:InternationalString50        
documentation
The code of the team for this  competition, round or match etc. (For international matches, this is often the FIFANationality).
MatchTeamNature  fec:MatchTeamNatureType  optional      
documentation
Defines if this is the home or guest team.
BallPossessionTime  xsd:positiveInteger  optional      
documentation
The number of minutes this team was in possession of the ball.
annotation
documentation
This type contains information about a team participating in a competition or match.
source <xsd:complexType name="MatchTeamType">
 
<xsd:annotation>
   
<xsd:documentation>This type contains information about a team participating in a competition or match.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="Player" type="fec:MatchPlayerType" nillable="false" minOccurs="0" maxOccurs="100">
     
<xsd:annotation>
       
<xsd:documentation>The players of the team in a match.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TeamOfficial" type="fec:TeamOfficialType" nillable="false" minOccurs="0" maxOccurs="100">
     
<xsd:annotation>
       
<xsd:documentation>The team officials of the team in a match. </xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TeamPhotoLink" type="fe:PhotoLinkType" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The team photo link.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TeamColour" type="fe:TeamColourType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The colours of the team for this match.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="NativeName" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="10">
     
<xsd:annotation>
       
<xsd:documentation>This is the localized name of the team.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Any free text additions to describe the team.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100">
     
<xsd:annotation>
       
<xsd:documentation>Custom extensions for the team.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="TeamId" type="fe:Identifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>This is the worldwide unique id of the data record of the team.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Name" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The international (English) name of the team as it should be used e.g. for MatchReports.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamCode" type="fe:InternationalString50">
   
<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:attribute name="MatchTeamNature" type="fec:MatchTeamNatureType" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>Defines if this is the home or guest team.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="BallPossessionTime" type="xsd:positiveInteger" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The number of minutes this team was in possession of the ball.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MatchTeamType/@TeamId
type fe:Identifier
properties
use required
facets
Kind Value Annotation
length 37
pattern [L0][0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8-9a-b][0-9a-f]{3}-[0-9a-f]{12}
annotation
documentation
This is the worldwide unique id of the data record of the team.
source <xsd:attribute name="TeamId" type="fe:Identifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>This is the worldwide unique id of the data record of the team.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchTeamType/@Name
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The international (English) name of the team as it should be used e.g. for MatchReports.
source <xsd:attribute name="Name" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The international (English) name of the team as it should be used e.g. for MatchReports.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchTeamType/@TeamCode
type fe:InternationalString50
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
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="TeamCode" type="fe:InternationalString50">
 
<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>

attribute MatchTeamType/@MatchTeamNature
type fec:MatchTeamNatureType
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration home
documentation
The home team. Or simply team 1.
enumeration guest
documentation
The guest or away team. Or simply team 2.
annotation
documentation
Defines if this is the home or guest team.
source <xsd:attribute name="MatchTeamNature" type="fec:MatchTeamNatureType" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Defines if this is the home or guest team.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchTeamType/@BallPossessionTime
type xsd:positiveInteger
properties
use optional
annotation
documentation
The number of minutes this team was in possession of the ball.
source <xsd:attribute name="BallPossessionTime" type="xsd:positiveInteger" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The number of minutes this team was in possession of the ball.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MatchTeamType/Player
diagram attendance-2.1_p20.png
namespace http://fifa.com/exchange/fec
type fec:MatchPlayerType
properties
minOcc 0
maxOcc 100
content complex
nillable false
children fec:PersonName fec:Nationality fec:FIFANationality fec:PersonPhotoLink fec:NativeShirtName fec:Description fec:CustomExtension
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonId  fe:Identifier        
documentation
This is the worldwide unique id of the person details of the player.
ShirtName  fe:InternationalString50  required      
documentation
The international (English) name of the player as printed on the shirt.
ShirtNumber  xsd:nonNegativeInteger        
documentation
The number of the player as printed on the shirt.
Birthdate  fe:Date        
documentation
The date of birth of this player.
Captain  xsd:boolean        
documentation
Indicates that the player is captain during this match.
Position  fe:PositionNatureType        
documentation
Marks the position where the Player is playing in this match.
Height  xsd:positiveInteger        
documentation
The height of the player in cm.
Weight  xsd:positiveInteger        
documentation
The weight of the player in kg.
InitialLineup  xsd:boolean        
documentation
True if the player belongs to the initial lineup. False if the player does not belong to the initial lineup. Undefined if absent.
Status  fec:MatchPlayerStatusType        
documentation
Defines the status of the player for this match. (i.e. absent, injured etc.) A missing status means that the player's status is unknown.
annotation
documentation
The players of the team in a match.
source <xsd:element name="Player" type="fec:MatchPlayerType" nillable="false" minOccurs="0" maxOccurs="100">
 
<xsd:annotation>
   
<xsd:documentation>The players of the team in a match.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchTeamType/TeamOfficial
diagram attendance-2.1_p21.png
namespace http://fifa.com/exchange/fec
type fec:TeamOfficialType
properties
minOcc 0
maxOcc 100
content complex
nillable false
children fec:Name fec:ComposedFullName fec:Nationality fec:FIFANationality fec:NativeName fec:Description fec:CustomExtension
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonId  fe:Identifier        
documentation
This is the worldwide unique id of the person details of the team official.
Role  fe:TeamOfficialRoleType  required      
documentation
Marks the role the team official takes for the match.
Birthdate  fe:Date  optional      
documentation
The date of birth of this team official.
annotation
documentation
The team officials of the team in a match.
source <xsd:element name="TeamOfficial" type="fec:TeamOfficialType" nillable="false" minOccurs="0" maxOccurs="100">
 
<xsd:annotation>
   
<xsd:documentation>The team officials of the team in a match. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchTeamType/TeamPhotoLink
diagram attendance-2.1_p22.png
namespace http://fifa.com/exchange/fec
type fe:PhotoLinkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
mimeType  xsd:string        
annotation
documentation
The team photo link.
source <xsd:element name="TeamPhotoLink" type="fe:PhotoLinkType" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The team photo link.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchTeamType/TeamColour
diagram attendance-2.1_p23.png
namespace http://fifa.com/exchange/fec
type fe:TeamColourType
properties
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
PrimaryShirtColour  fe:InternationalString50  required      
documentation
The first colour of the shirts.
PrimaryShortColour  fe:InternationalString50  required      
documentation
The first colour of the shorts.
ColourUsage  fe:TeamColourUsageType  required      
documentation
Defines when this colour schema should be selected. At least one shirt colour entry MUST be default. The default usage type specifies the colours to use if no better match was found.
PrimarySockColour  fe:InternationalString50        
documentation
The first colour of the socks.
SecondaryShirtColour  fe:InternationalString50        
documentation
The second colour of the shirt.
SecondaryShortColour  fe:InternationalString50        
documentation
The second colour of the shorts.
SecondarySockColour  fe:InternationalString50        
documentation
The second colour of the socks.
annotation
documentation
The colours of the team for this match.
source <xsd:element name="TeamColour" type="fe:TeamColourType" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The colours of the team for this match.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchTeamType/NativeName
diagram attendance-2.1_p24.png
namespace http://fifa.com/exchange/fec
type fe:LocalizedString
properties
minOcc 0
maxOcc 10
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
Language  ISO639-2Type  required      
documentation
The language of this localized string.
Value  fe:String50  required      
documentation
The localized / native string.
annotation
documentation
This is the localized name of the team.
source <xsd:element name="NativeName" type="fe:LocalizedString" nillable="false" minOccurs="0" maxOccurs="10">
 
<xsd:annotation>
   
<xsd:documentation>This is the localized name of the team.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchTeamType/Description
diagram attendance-2.1_p25.png
namespace http://fifa.com/exchange/fec
type fe:InternationalLongString
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 1000000
pattern [&#x0020;-&#x027F;]*
annotation
documentation
Any free text additions to describe the team.
source <xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Any free text additions to describe the team.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchTeamType/CustomExtension
diagram attendance-2.1_p26.png
namespace http://fifa.com/exchange/fec
type fe:CustomExtensionType
properties
minOcc 0
maxOcc 100
content complex
nillable false
children fe:Value fe:NativeValue
attributes
Name  Type  Use  Default  Fixed  Annotation
Key  fe:InternationalString50  required      
documentation
The english (international) attribute name of the custom extension.
annotation
documentation
Custom extensions for the team.
source <xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100">
 
<xsd:annotation>
   
<xsd:documentation>Custom extensions for the team.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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