complexType MatchInternationalType
diagram scenarios_p32.png
namespace http://fifa.com/fc
type extension of fc:AbstractMatchType
properties
base fc:AbstractMatchType
children fc:Phase fc:MatchEvent fc:Competition fc:Facility fc:MatchOfficial fc:Team
used by
elements MatchInternationalData/MatchInternational MatchInternational
attributes
Name  Type  Use  Default  Fixed  Annotation
MatchFIFAId  fc:FIFAIdentifier  required      
documentation
This is the worldwide unique id of the match record. It is unchangeable.
Status  fc:MatchStatusType  required      
documentation
The status of the match.
DateTimeLocal  fc:DateTime        
documentation
The scheduled local date and time of the match including the time zone.
Matchday  xsd:nonNegativeInteger        
documentation
The number representing a Matchday/Week/Round of Round robin competition or Leg for Elimination type
Attendance  xsd:nonNegativeInteger        
documentation
The number of people attending the match in the stadium.
annotation
documentation
The international match report data
source <xsd:complexType name="MatchInternationalType">
 
<xsd:annotation>
   
<xsd:documentation>The international match report data</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:AbstractMatchType">
     
<xsd:sequence>
       
<xsd:element name="Competition" type="fc:MatchCompetitionInternationalType" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>Basic competition data of the competition where this match belongs to.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="Facility" type="fc:MatchFacilityInternationalType" minOccurs="0">
         
<xsd:annotation>
           
<xsd:documentation>Basic Facility/Stadium data where this match is played.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="MatchOfficial" type="fc:MatchOfficialInternationalType" minOccurs="0" maxOccurs="unbounded">
         
<xsd:annotation>
           
<xsd:documentation>The match officials of this match.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="Team" type="fc:MatchTeamInternationalType" minOccurs="2" maxOccurs="2">
         
<xsd:annotation>
           
<xsd:documentation>These are the teams playing the match. If a team is home or away is part of the MatchTeamType under TeamNature.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element MatchInternationalType/Competition
diagram scenarios_p33.png
namespace http://fifa.com/fc
type fc:MatchCompetitionInternationalType
properties
content complex
nillable false
children fc:ParentCompetition fc:Logo
attributes
Name  Type  Use  Default  Fixed  Annotation
CompetitionFIFAId  fc:FIFAIdentifier  required      
documentation
The FIFA worldwide unique id of the competition.
InternationalName  fc:String  required      
documentation
The International name of the competition.
InternationalShortName  fc:String        
documentation
The International short name of the competition.
OrganisationInternationalName  fc:String        
documentation
The International name of the organisation that is organising the competition
OrganisationInternationalShortName  fc:String  required      
documentation
The international short name of the organisation that is organising the competition
annotation
documentation
Basic competition data of the competition where this match belongs to.
source <xsd:element name="Competition" type="fc:MatchCompetitionInternationalType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>Basic competition data of the competition where this match belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchInternationalType/Facility
diagram scenarios_p34.png
namespace http://fifa.com/fc
type fc:MatchFacilityInternationalType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
FacilityFIFAId  fc:FIFAIdentifier  required      
documentation
This is the worldwide unique id of the stadium.
InternationalName  fc:String  optional      
documentation
The international (Latin) name of the venue.
InternationalShortName  fc:String  optional      
documentation
The international (Latin) short name of the venue.
FieldOrderNumber  xsd:positiveInteger  optional      
documentation
Order number of the field it was played on.
Capacity  xsd:nonNegativeInteger        
documentation
Capacity of the stadium
Town  fc:String  required      
documentation
Town of the Facility derived from the official address
Country  ISO3166CountyCode  required      
documentation
Country of the facility derived from the official address
annotation
documentation
Basic Facility/Stadium data where this match is played.
source <xsd:element name="Facility" type="fc:MatchFacilityInternationalType" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Basic Facility/Stadium data where this match is played.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchInternationalType/MatchOfficial
diagram scenarios_p35.png
namespace http://fifa.com/fc
type fc:MatchOfficialInternationalType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the person.
Role  fc:MatchOfficalRoleNatureType  required      
documentation
Marks the role the match official takes for the match.
RoleDescription  fc:String        
documentation
Description of the Match Official's role if Other is selected
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.
MemberAssociation  fc:FIFANationalityType        
documentation
The FIFA nationality of the person
annotation
documentation
The match officials of this match.
source <xsd:element name="MatchOfficial" type="fc:MatchOfficialInternationalType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The match officials of this match.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchInternationalType/Team
diagram scenarios_p36.png
namespace http://fifa.com/fc
type fc:MatchTeamInternationalType
properties
minOcc 2
maxOcc 2
content complex
children fc:Player fc:TeamOfficial fc:Logo
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
These are the teams playing the match. If a team is home or away is part of the MatchTeamType under TeamNature.
source <xsd:element name="Team" type="fc:MatchTeamInternationalType" minOccurs="2" maxOccurs="2">
 
<xsd:annotation>
   
<xsd:documentation>These are the teams playing the match. If a team is home or away is part of the MatchTeamType under TeamNature.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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