complexType GroupMatchType
diagram match-2.1_p1.png
namespace http://fifa.com/exchange/fec
attributes
Name  Type  Use  Default  Fixed  Annotation
MatchId  fe:Identifier  required      
documentation
The unique id of the match.
MatchName  fe:InternationalString50  required      
documentation
The name of this match. Often this is something like GER - CZE.
Status  fec:MatchStatusType  required      
documentation
The status of the match.
HomeTeamId  fe:Identifier  optional      
documentation
The unique id of the home team (or team 1).
GuestTeamId  fe:Identifier  optional      
documentation
The unique id of the guest team (or team 2).
MatchDate  fe:Date        
documentation
The date when the match is played.
MatchTime  fe:Time        
documentation
The start time of the match.
annotation
documentation
This is a simplified match representation with only the most basic meta information about a match. It is used for the Match Definition in the Groups definition of a competition.
source <xsd:complexType name="GroupMatchType">
 
<xsd:annotation>
   
<xsd:documentation>This is a simplified match representation with only the most basic meta information about a match. It is used for the Match Definition in the Groups definition of a competition.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="MatchId" type="fe:Identifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The unique id of the match.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MatchName" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The name of this match. Often this is something like GER - CZE.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Status" type="fec:MatchStatusType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The status of the match.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="HomeTeamId" type="fe:Identifier" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The unique id of the home team (or team 1).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="GuestTeamId" type="fe:Identifier" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The unique id of the guest team (or team 2).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MatchDate" type="fe:Date">
   
<xsd:annotation>
     
<xsd:documentation>The date when the match is played.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MatchTime" type="fe:Time">
   
<xsd:annotation>
     
<xsd:documentation>The start time of the match.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute GroupMatchType/@MatchId
type fe:Identifier
properties
use required
facets
Kind Value Annotation
length 37
pattern [L0][0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8-9a-b][0-9a-f]{3}-[0-9a-f]{12}
annotation
documentation
The unique id of the match.
source <xsd:attribute name="MatchId" type="fe:Identifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The unique id of the match.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute GroupMatchType/@MatchName
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The name of this match. Often this is something like GER - CZE.
source <xsd:attribute name="MatchName" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The name of this match. Often this is something like GER - CZE.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute GroupMatchType/@Status
type fec:MatchStatusType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration scheduled
documentation
The match is planned to take place.
enumeration played
documentation
The match has terminated and is finished.
enumeration official
documentation
The match has finished and the results are official.
enumeration abandoned
documentation
The match was stopped.
enumeration cancelled
documentation
The match was cancelled.
enumeration running
documentation
The match is running.
enumeration postponed
documentation
The match is postponed
enumeration toValidate
documentation
The match schedule must be validated.
enumeration toSchedule
documentation
The match is not yet scheduled.
annotation
documentation
The status of the match.
source <xsd:attribute name="Status" type="fec:MatchStatusType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The status of the match.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute GroupMatchType/@HomeTeamId
type fe:Identifier
properties
use optional
facets
Kind Value Annotation
length 37
pattern [L0][0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8-9a-b][0-9a-f]{3}-[0-9a-f]{12}
annotation
documentation
The unique id of the home team (or team 1).
source <xsd:attribute name="HomeTeamId" type="fe:Identifier" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The unique id of the home team (or team 1).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute GroupMatchType/@GuestTeamId
type fe:Identifier
properties
use optional
facets
Kind Value Annotation
length 37
pattern [L0][0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8-9a-b][0-9a-f]{3}-[0-9a-f]{12}
annotation
documentation
The unique id of the guest team (or team 2).
source <xsd:attribute name="GuestTeamId" type="fe:Identifier" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The unique id of the guest team (or team 2).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute GroupMatchType/@MatchDate
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The date when the match is played.
source <xsd:attribute name="MatchDate" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>The date when the match is played.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute GroupMatchType/@MatchTime
type fe:Time
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The start time of the match.
source <xsd:attribute name="MatchTime" type="fe:Time">
 
<xsd:annotation>
   
<xsd:documentation>The start time of the match.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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