complexType MatchTeamInternationalType
diagram scenarios_p22.png
namespace http://fifa.com/fc
children fc:Player fc:TeamOfficial fc:Logo
used by
element MatchInternationalType/Team
attributes
Name  Type  Use  Default  Fixed  Annotation
TeamNature  fc:MatchTeamNatureType  required      
documentation
Nature of the Team. HOME or AWAY
OrganisationFIFAId  fc:FIFAIdentifier  required      
documentation
This is the worldwide unique id of the data record of the club.
TeamFIFAId  fc:FIFAIdentifier        
documentation
This is the worldwide unique id of the data record of the team.
InternationalName  fc:String  required      
documentation
The international (English) name of the team as it should be used e.g. for MatchReports.
InternationalShortName  fc:String        
documentation
The international (English) short name of the team as it should be used e.g. for MatchReports.
InternationalCode  fc:String        
documentation
The code of the team for this  competition, round or match etc. (For international matches, this is often the FIFANationality).
FinalResult  xsd:nonNegativeInteger        
documentation
Final result of the team. (Goals scored during the whole match)
MemberAssociation  fc:FIFANationalityType        
documentation
Member association of the team. For national team and a club it should be a FIFA member association it corresponds to.
annotation
documentation
This type contains information about a team participating in a competition or match.
source <xsd:complexType name="MatchTeamInternationalType">
 
<xsd:annotation>
   
<xsd:documentation>This type contains information about a team participating in a competition or match.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Player" type="fc:MatchPlayerInternationalType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Players participating in a Match</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TeamOfficial" type="fc:TeamOfficialInternationalType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Team officials participating in a Match</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Logo" type="fc:PictureType" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Logo of the Team</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="TeamNature" type="fc:MatchTeamNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Nature of the Team. HOME or AWAY</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="OrganisationFIFAId" type="fc:FIFAIdentifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>This is the worldwide unique id of the data record of the club.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamFIFAId" type="fc:FIFAIdentifier">
   
<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="InternationalName" type="fc:String" 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="InternationalShortName" type="fc:String">
   
<xsd:annotation>
     
<xsd:documentation>The international (English) short name of the team as it should be used e.g. for MatchReports.</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:attribute name="FinalResult" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>Final result of the team. (Goals scored during the whole match)</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MemberAssociation" type="fc:FIFANationalityType">
   
<xsd:annotation>
     
<xsd:documentation>Member association of the team. For national team and a club it should be a FIFA member association it corresponds to.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>


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