complexType SimpleMatchInternationalType
diagram scenarios_p26.png
namespace http://fifa.com/fc
used by
element CompetitionInternationalType/Match
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
FacilityInternationalShortName  fc:String        
documentation
ID of the Facility this match was played on or is scheduled to be played.
FacilityFIFAId  fc:FIFAIdentifier  optional      
documentation
The worldwide unique FIFA ID of the facility.
HomeTeamInternationalShortName  fc:String  required      
documentation
Home team's international name
HomeTeamFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the home team
AwayTeamInternationalShortName  fc:String  required      
documentation
Away team's international name
AwayTeamFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the away team
HomeFinalResult  xsd:nonNegativeInteger        
documentation
Final result of home team
AwayFinalResult  xsd:nonNegativeInteger        
documentation
Final result of away team
annotation
documentation
The match type that contains just simple information. It is used on a competition to define a match.
source <xsd:complexType name="SimpleMatchInternationalType">
 
<xsd:annotation>
   
<xsd:documentation>The match type that contains just simple information. It is used on a competition to define a match.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="MatchFIFAId" type="fc:FIFAIdentifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>This is the worldwide unique id of the match record. It is unchangeable.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Status" type="fc:MatchStatusType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The status of the match.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="DateTimeLocal" type="fc:DateTime">
   
<xsd:annotation>
     
<xsd:documentation>The scheduled local date and time of the match including the time zone.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Matchday" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>The number representing a Matchday/Week/Round of Round robin competition or Leg for Elimination type</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="FacilityInternationalShortName" type="fc:String">
   
<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:attribute name="FacilityFIFAId" type="fc:FIFAIdentifier" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique FIFA ID of the facility.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="HomeTeamInternationalShortName" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Home team's international name</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="HomeTeamFIFAId" type="fc:FIFAIdentifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique FIFA ID of the home team</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AwayTeamInternationalShortName" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Away team's international name</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AwayTeamFIFAId" type="fc:FIFAIdentifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique FIFA ID of the away team</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="HomeFinalResult" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>Final result of home team</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AwayFinalResult" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>Final result of away team</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>


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