complexType MatchType
diagram competition_p24.png
namespace http://fifa.com/fc
type extension of fc:AbstractMatchType
properties
base fc:AbstractMatchType
children fc:Phase fc:MatchEvent fc:MatchOfficial fc:Team
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.
CompetitionFIFAId  fc:FIFAIdentifier  required      
documentation
ID of the Competition this match belongs to.
CompetitionElementFIFAId  fc:FIFAIdentifier        
documentation
ID of the Competition Element (Sub-Competition) this match belongs to.
FacilityFIFAId  fc:FIFAIdentifier        
documentation
ID of the Facility this match was played on or is scheduled to be played.
annotation
documentation
The match report data
source <xsd:complexType name="MatchType">
 
<xsd:annotation>
   
<xsd:documentation>The match report data</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:AbstractMatchType">
     
<xsd:sequence>
       
<xsd:element name="MatchOfficial" type="fc:MatchOfficialType" 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:MatchTeamType" minOccurs="2" maxOccurs="2">
         
<xsd:annotation>
           
<xsd:documentation>This 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:attribute name="CompetitionFIFAId" type="fc:FIFAIdentifier" use="required">
       
<xsd:annotation>
         
<xsd:documentation>ID of the Competition this match belongs to.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="CompetitionElementFIFAId" type="fc:FIFAIdentifier">
       
<xsd:annotation>
         
<xsd:documentation>ID of the Competition Element (Sub-Competition) this match belongs to.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="FacilityFIFAId" type="fc:FIFAIdentifier">
       
<xsd:annotation>
         
<xsd:documentation>ID of the Facility this match was played on or is scheduled to be played.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MatchType/@CompetitionFIFAId
type fc:FIFAIdentifier
properties
use required
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
ID of the Competition this match belongs to.
source <xsd:attribute name="CompetitionFIFAId" type="fc:FIFAIdentifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>ID of the Competition this match belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchType/@CompetitionElementFIFAId
type fc:FIFAIdentifier
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
ID of the Competition Element (Sub-Competition) this match belongs to.
source <xsd:attribute name="CompetitionElementFIFAId" type="fc:FIFAIdentifier">
 
<xsd:annotation>
   
<xsd:documentation>ID of the Competition Element (Sub-Competition) this match belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchType/@FacilityFIFAId
type fc:FIFAIdentifier
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
ID of the Facility this match was played on or is scheduled to be played.
source <xsd:attribute name="FacilityFIFAId" type="fc:FIFAIdentifier">
 
<xsd:annotation>
   
<xsd:documentation>ID of the Facility this match was played on or is scheduled to be played.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MatchType/MatchOfficial
diagram competition_p25.png
namespace http://fifa.com/fc
type fc:MatchOfficialType
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
annotation
documentation
The match officials of this match.
source <xsd:element name="MatchOfficial" type="fc:MatchOfficialType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The match officials of this match.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchType/Team
diagram competition_p26.png
namespace http://fifa.com/fc
type fc:MatchTeamType
properties
minOcc 2
maxOcc 2
content complex
children fc:Player fc:TeamOfficial
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.
annotation
documentation
This 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:MatchTeamType" minOccurs="2" maxOccurs="2">
 
<xsd:annotation>
   
<xsd:documentation>This 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