complexType MatchType
diagram competition_p12.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>


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