complexType MatchInternationalType
diagram scenarios_p19.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>


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