complexType EventMessageType
diagram scenarios_p14.png
namespace http://fifa.com/fc
type extension of fc:MatchEventDetailType
properties
base fc:MatchEventDetailType
used by
element EventMessage
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).
MatchTeam  fc:MatchTeamNatureType        
documentation
The team of match events that are not related to any person, but to team. I.e. in FUTSAL there are Time-out and Accumulated foul. The value can be Home or Away.
EventId  fc:String  required      
documentation
ID of the event
PlayerShirtNumber  xsd:nonNegativeInteger        
documentation
The number of the player as printed on the shirt.
PlayerShirtNumber2  xsd:nonNegativeInteger        
documentation
The worldwide unique id of the player2/person2 involved in this event.
MessageNature  fc:MessageNatureType  required      
documentation
Nature of the message. INSERT, DELETE...
MatchFIFAId  fc:FIFAIdentifier  required      
documentation
FIFA worldwide unique identifier of the match.
ExportDateTime  fc:Date  required      
documentation
The date and time when the data in the document was current.
annotation
documentation
Event that could be used for live score implementation.
source <xsd:complexType name="EventMessageType">
 
<xsd:annotation>
   
<xsd:documentation>Event that could be used for live score implementation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:MatchEventDetailType">
     
<xsd:attribute name="MessageNature" type="fc:MessageNatureType" use="required">
       
<xsd:annotation>
         
<xsd:documentation>Nature of the message. INSERT, DELETE...</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="MatchFIFAId" type="fc:FIFAIdentifier" use="required">
       
<xsd:annotation>
         
<xsd:documentation>FIFA worldwide unique identifier of the match.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="ExportDateTime" type="fc:Date" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The date and time when the data in the document was current.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>


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