complexType SimpleMatchInternationalType
diagram scenarios_p47.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>

attribute SimpleMatchInternationalType/@MatchFIFAId
type fc:FIFAIdentifier
properties
use required
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
This is the worldwide unique id of the match record. It is unchangeable.
source <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>

attribute SimpleMatchInternationalType/@Status
type fc:MatchStatusType
properties
use required
facets
Kind Value Annotation
enumeration toSchedule
documentation
The match is not yet scheduled.
enumeration Scheduled
documentation
The match is planned to take place.
enumeration Postponed
documentation
The match is postponed
enumeration Running
documentation
The match is running.
enumeration Cancelled
documentation
The match was cancelled.
enumeration Played
documentation
The match has terminated and is finished.
enumeration Officialised
documentation
The match has finished and the results are official.
annotation
documentation
The status of the match.
source <xsd:attribute name="Status" type="fc:MatchStatusType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The status of the match.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SimpleMatchInternationalType/@DateTimeLocal
type fc:DateTime
annotation
documentation
The scheduled local date and time of the match including the time zone.
source <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>

attribute SimpleMatchInternationalType/@Matchday
type xsd:nonNegativeInteger
annotation
documentation
The number representing a Matchday/Week/Round of Round robin competition or Leg for Elimination type
source <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>

attribute SimpleMatchInternationalType/@FacilityInternationalShortName
type fc:String
annotation
documentation
ID of the Facility this match was played on or is scheduled to be played.
source <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>

attribute SimpleMatchInternationalType/@FacilityFIFAId
type fc:FIFAIdentifier
properties
use optional
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The worldwide unique FIFA ID of the facility.
source <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>

attribute SimpleMatchInternationalType/@HomeTeamInternationalShortName
type fc:String
properties
use required
annotation
documentation
Home team's international name
source <xsd:attribute name="HomeTeamInternationalShortName" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Home team's international name</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SimpleMatchInternationalType/@HomeTeamFIFAId
type fc:FIFAIdentifier
properties
use required
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The worldwide unique FIFA ID of the home team
source <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>

attribute SimpleMatchInternationalType/@AwayTeamInternationalShortName
type fc:String
properties
use required
annotation
documentation
Away team's international name
source <xsd:attribute name="AwayTeamInternationalShortName" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Away team's international name</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SimpleMatchInternationalType/@AwayTeamFIFAId
type fc:FIFAIdentifier
properties
use required
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The worldwide unique FIFA ID of the away team
source <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>

attribute SimpleMatchInternationalType/@HomeFinalResult
type xsd:nonNegativeInteger
annotation
documentation
Final result of home team
source <xsd:attribute name="HomeFinalResult" type="xsd:nonNegativeInteger">
 
<xsd:annotation>
   
<xsd:documentation>Final result of home team</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SimpleMatchInternationalType/@AwayFinalResult
type xsd:nonNegativeInteger
annotation
documentation
Final result of away team
source <xsd:attribute name="AwayFinalResult" type="xsd:nonNegativeInteger">
 
<xsd:annotation>
   
<xsd:documentation>Final result of away team</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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