complexType MatchEventType
diagram competition_p7.png
namespace http://fifa.com/fc
used by
element AbstractMatchType/MatchEvent
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.
annotation
documentation
This represents a match event. Every event on the pitch can be represented as a MatchEvent. Typical examples of MatchEvents are goals and substitutions.
source <xsd:complexType name="MatchEventType">
 
<xsd:annotation>
   
<xsd:documentation>This represents a match event. Every event on the pitch can be represented as a MatchEvent. Typical examples of MatchEvents are goals and substitutions.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="MatchPhase" type="fc:MatchPhaseNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Match phase this event belongs to.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Minute" type="xsd:nonNegativeInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The Minute (of the match) when this event happened.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="StoppageTime" type="xsd:nonNegativeInteger" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The stoppage time minute when this event happened.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="EventType" type="fc:MatchEventNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The type of the match event (e.g. Yellow Card).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="EventDetailType" type="fc:MatchEventDetailNatureType">
   
<xsd:annotation>
     
<xsd:documentation>Additional details for the EventType (e.g. reason for the yellow card).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="PlayerFIFAId" type="fc:FIFAIdentifier">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the player/person involved in this event.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamOfficialFIFAId" type="fc:FIFAIdentifier">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the team official involved in this event.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="PlayerFIFAId2" type="fc:FIFAIdentifier">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the player2/person2 involved in this event (e.g. this is the substituted player in a substitution event).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MatchTeam" type="fc:MatchTeamNatureType">
   
<xsd:annotation>
     
<xsd: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.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>


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