complexType MatchEventDetailType
diagram scenarios_p36.png
namespace http://fifa.com/fc
type extension of fc:MatchEventType
properties
base fc:MatchEventType
used by
complexType EventMessageType
attributes
Name  Type  Use  Default  Fixed  Annotation
MatchPhase  fc:MatchPhaseNatureType  required      
documentation
Match phase this event belongs to.
Minute  xsd:nonNegativeInteger  required      
documentation
The Minute (of the match) when this event happened.
StoppageTime  xsd:nonNegativeInteger  optional      
documentation
The stoppage time minute when this event happened.
EventType  fc:MatchEventNatureType  required      
documentation
The type of the match event (e.g. Yellow Card).
EventDetailType  fc:MatchEventDetailNatureType        
documentation
Additional details for the EventType (e.g. reason for the yellow card).
PlayerFIFAId  fc:FIFAIdentifier        
documentation
The worldwide unique id of the player/person involved in this event.
TeamOfficialFIFAId  fc:FIFAIdentifier        
documentation
The worldwide unique id of the team official involved in this event.
PlayerFIFAId2  fc:FIFAIdentifier        
documentation
The worldwide unique id of the player2/person2 involved in this event (e.g. this is the substituted player in a substitution event).
EventId  fc:String  required      
documentation
ID of the event
MatchTeam  fc:MatchTeamNatureType        
documentation
The team the player/person belongs to. Home or Away
PlayerShirtNumber  xsd:nonNegativeInteger        
documentation
The number of the player as printed on the shirt.
MatchTeam2  fc:MatchTeamNatureType        
documentation
The team the player2/person2 involved in the event. Home or Away
PlayerShirtNumber2  xsd:nonNegativeInteger        
documentation
The worldwide unique id of the player2/person2 involved in this event.
annotation
documentation
Match Event that contains more detail about actors of the event.
source <xsd:complexType name="MatchEventDetailType">
 
<xsd:annotation>
   
<xsd:documentation>Match Event that contains more detail about actors of the event.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:MatchEventType">
     
<xsd:attribute name="EventId" type="fc:String" use="required">
       
<xsd:annotation>
         
<xsd:documentation>ID of the event</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="MatchTeam" type="fc:MatchTeamNatureType">
       
<xsd:annotation>
         
<xsd:documentation>The team the player/person belongs to. Home or Away</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="PlayerShirtNumber" type="xsd:nonNegativeInteger">
       
<xsd:annotation>
         
<xsd:documentation>The number of the player as printed on the shirt.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="MatchTeam2" type="fc:MatchTeamNatureType">
       
<xsd:annotation>
         
<xsd:documentation>The team the player2/person2 involved in the event. Home or Away</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="PlayerShirtNumber2" type="xsd:nonNegativeInteger">
       
<xsd:annotation>
         
<xsd:documentation>The worldwide unique id of the player2/person2 involved in this event.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MatchEventDetailType/@EventId
type fc:String
properties
use required
annotation
documentation
ID of the event
source <xsd:attribute name="EventId" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>ID of the event</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventDetailType/@MatchTeam
type fc:MatchTeamNatureType
facets
Kind Value Annotation
enumeration Home
documentation
The home team. Or simply team 1.
enumeration Away
documentation
The visitor or away team. Or simply team 2.
annotation
documentation
The team the player/person belongs to. Home or Away
source <xsd:attribute name="MatchTeam" type="fc:MatchTeamNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The team the player/person belongs to. Home or Away</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventDetailType/@PlayerShirtNumber
type xsd:nonNegativeInteger
annotation
documentation
The number of the player as printed on the shirt.
source <xsd:attribute name="PlayerShirtNumber" type="xsd:nonNegativeInteger">
 
<xsd:annotation>
   
<xsd:documentation>The number of the player as printed on the shirt.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventDetailType/@MatchTeam2
type fc:MatchTeamNatureType
facets
Kind Value Annotation
enumeration Home
documentation
The home team. Or simply team 1.
enumeration Away
documentation
The visitor or away team. Or simply team 2.
annotation
documentation
The team the player2/person2 involved in the event. Home or Away
source <xsd:attribute name="MatchTeam2" type="fc:MatchTeamNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The team the player2/person2 involved in the event. Home or Away</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventDetailType/@PlayerShirtNumber2
type xsd:nonNegativeInteger
annotation
documentation
The worldwide unique id of the player2/person2 involved in this event.
source <xsd:attribute name="PlayerShirtNumber2" type="xsd:nonNegativeInteger">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the player2/person2 involved in this event.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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