complexType SimpleMatchInternationalType
diagram scenarios_p56.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.
HomeClubInternationalShortName  fc:String  required      
documentation
Home club's international name
AwayClubInternationalShortName  fc:String  required      
documentation
Away club's international name
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="HomeClubInternationalShortName" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Home club's international name</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AwayClubInternationalShortName" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Away club's international name</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 Officialized
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/@HomeClubInternationalShortName
type fc:String
properties
use required
annotation
documentation
Home club's international name
source <xsd:attribute name="HomeClubInternationalShortName" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Home club's international name</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SimpleMatchInternationalType/@AwayClubInternationalShortName
type fc:String
properties
use required
annotation
documentation
Away club's international name
source <xsd:attribute name="AwayClubInternationalShortName" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Away club's international name</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