complexType MatchEventType
diagram match-2.1_p5.png
namespace http://fifa.com/exchange/fec
children fec:PlayerPopularName fec:PlayerPopularName2 fec:ComposedFullNamePlayer1 fec:ComposedFullNamePlayer2 fec:Score fec:Description fec:AlsoKnownAs fec:CustomExtension
used by
element MatchType/MatchEvent
attributes
Name  Type  Use  Default  Fixed  Annotation
MatchEventId  fe:Identifier  required      
documentation
This is the identifier of the match event.
MatchId  fe:Identifier  required      
documentation
This is the identifier of the match where this event belongs to.
EventType  fec:EventNatureType  required      
documentation
The type of match event this is.
Phase  fec:MatchPhaseNatureType  required      
documentation
The match phase this event happened in.
TeamId  fe:Identifier  required      
documentation
The worldwide unique id of the team the player belongs to.
TeamName  fe:InternationalString50  required      
documentation
The English (international) name of the team.
PersonId  fe:Identifier  required      
documentation
The worldwide unique id of the player/person involved in this event..
ShirtNumber  xsd:nonNegativeInteger  required      
documentation
The number of the player as printed on the shirt.
TeamId2  fe:Identifier  required      
documentation
The worldwide unique id of the team the player2 belongs to.
TeamName2  fe:InternationalString50  required      
documentation
The English (international) name of the team2.
PersonId2  fe:Identifier  required      
documentation
The worldwide unique id of the player2/person2 involved in this event.
ShirtNumber2  xsd:nonNegativeInteger  required      
documentation
The number of the player2 as printed on the shirt.
RegularTime  xsd:nonNegativeInteger        
documentation
The Minute (of the match) when this event happened.
AdditionalTime  xsd:nonNegativeInteger        
documentation
The extra time minute when this event happened.
SubEventType  fec:EventDetailNatureType        
documentation
Additional details for the EventType.
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 player changes.
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 player changes.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="PlayerPopularName" type="fe:CompositeNameType" nillable="false" minOccurs="1" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The player’s popular firstname and lastname. Also known as The player’s football name.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="PlayerPopularName2" type="fe:CompositeNameType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The player2’s popular firstname and lastname. Also known as The player’s football name. This element is used in case substitute event is rendered.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ComposedFullNamePlayer1" type="fe:InternationalString50" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The full name of a player 1. This element is used in case person's first name and last name are not available separately.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ComposedFullNamePlayer2" type="fe:InternationalString50" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The full name of a player 2. This element is used in case person's first name and last name are not available separately.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Score" type="fec:ScoreType" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The new Score after this MatchEvent.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Any free text additions to describe further event details.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="AlsoKnownAs" type="fe:Identifier" nillable="false" minOccurs="0" maxOccurs="100">
     
<xsd:annotation>
       
<xsd:documentation>The unique identifiers that are known to be duplicates of this MatchEvent. See [CORE] for details.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100">
     
<xsd:annotation>
       
<xsd:documentation>Custom extensions for the event detail.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="MatchEventId" type="fe:Identifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>This is the identifier of the match event.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MatchId" type="fe:Identifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>This is the identifier of the match where this event belongs to.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="EventType" type="fec:EventNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The type of match event this is.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Phase" type="fec:MatchPhaseNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The match phase this event happened in.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamId" type="fe:Identifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the team the player belongs to.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamName" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The English (international) name of the team.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="PersonId" type="fe:Identifier" use="required">
   
<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="ShirtNumber" type="xsd:nonNegativeInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The number of the player as printed on the shirt.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamId2" type="fe:Identifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the team the player2 belongs to.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="TeamName2" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The English (international) name of the team2.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="PersonId2" type="fe:Identifier" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the player2/person2 involved in this event.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ShirtNumber2" type="xsd:nonNegativeInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The number of the player2 as printed on the shirt.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RegularTime" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>The Minute (of the match) when this event happened.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AdditionalTime" type="xsd:nonNegativeInteger">
   
<xsd:annotation>
     
<xsd:documentation>The extra time minute when this event happened.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="SubEventType" type="fec:EventDetailNatureType">
   
<xsd:annotation>
     
<xsd:documentation>Additional details for the EventType.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute MatchEventType/@MatchEventId
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
This is the identifier of the match event.
source <xsd:attribute name="MatchEventId" type="fe:Identifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>This is the identifier of the match event.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@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
This is the identifier of the match where this event belongs to.
source <xsd:attribute name="MatchId" type="fe:Identifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>This is the identifier of the match where this event belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@EventType
type fec:EventNatureType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration substituteIn
documentation
The player was substituded in. (The player replaces another player in the field).
enumeration substituteOut
documentation
The player was substituted out. (Replaced by another player).
enumeration substitute
documentation
The substitution event - in case substitution is represented as one match event with two match role.
enumeration foulCommited
documentation
The player commited a foul.
enumeration foulSuffered
documentation
The player suffered a foul.
enumeration yellow
documentation
Yellow Card.
enumeration yellow2red
documentation
Second yellow card leading to red card.
enumeration red
documentation
Red card.
enumeration goal6m
documentation
A player shot a goal from 6m (in futsal).
enumeration goal10m
documentation
A player shot a goal from 10m (in futsal).
enumeration goal
documentation
A player shot a goal.
enumeration own_goal
documentation
A player's own goal.
enumeration penaltyGoal
documentation
A player shot a goal with a penalty.
enumeration penaltyFailed
documentation
A player shot no goal with a penalty.
enumeration shot
documentation
A player shot.
enumeration shotOnGoal
documentation
A player shot on the goal.
enumeration corner
documentation
A corner was shot by the player.
enumeration freeKick
documentation
A player made a free kick.
enumeration offside
documentation
A player was in offside.
annotation
documentation
The type of match event this is.
source <xsd:attribute name="EventType" type="fec:EventNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The type of match event this is.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@Phase
type fec:MatchPhaseNatureType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration first
documentation
The first half time..
enumeration second
documentation
The second half time.
enumeration first overtime
documentation
1st extra time.
enumeration second overtime
documentation
2nd extra time.
enumeration third overtime
documentation
3rd extra time.
enumeration penalty
documentation
Penalty shoot-out.
enumeration final
documentation
All phases have finished.
annotation
documentation
The match phase this event happened in.
source <xsd:attribute name="Phase" type="fec:MatchPhaseNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The match phase this event happened in.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@TeamId
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 worldwide unique id of the team the player belongs to.
source <xsd:attribute name="TeamId" type="fe:Identifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the team the player belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@TeamName
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The English (international) name of the team.
source <xsd:attribute name="TeamName" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The English (international) name of the team.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@PersonId
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 worldwide unique id of the player/person involved in this event..
source <xsd:attribute name="PersonId" type="fe:Identifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the player/person involved in this event..</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@ShirtNumber
type xsd:nonNegativeInteger
properties
use required
annotation
documentation
The number of the player as printed on the shirt.
source <xsd:attribute name="ShirtNumber" type="xsd:nonNegativeInteger" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The number of the player as printed on the shirt.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@TeamId2
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 worldwide unique id of the team the player2 belongs to.
source <xsd:attribute name="TeamId2" type="fe:Identifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the team the player2 belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@TeamName2
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The English (international) name of the team2.
source <xsd:attribute name="TeamName2" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The English (international) name of the team2.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@PersonId2
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 worldwide unique id of the player2/person2 involved in this event.
source <xsd:attribute name="PersonId2" type="fe:Identifier" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the player2/person2 involved in this event.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@ShirtNumber2
type xsd:nonNegativeInteger
properties
use required
annotation
documentation
The number of the player2 as printed on the shirt.
source <xsd:attribute name="ShirtNumber2" type="xsd:nonNegativeInteger" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The number of the player2 as printed on the shirt.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@RegularTime
type xsd:nonNegativeInteger
annotation
documentation
The Minute (of the match) when this event happened.
source <xsd:attribute name="RegularTime" type="xsd:nonNegativeInteger">
 
<xsd:annotation>
   
<xsd:documentation>The Minute (of the match) when this event happened.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@AdditionalTime
type xsd:nonNegativeInteger
annotation
documentation
The extra time minute when this event happened.
source <xsd:attribute name="AdditionalTime" type="xsd:nonNegativeInteger">
 
<xsd:annotation>
   
<xsd:documentation>The extra time minute when this event happened.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute MatchEventType/@SubEventType
type fec:EventDetailNatureType
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration ownGoal
documentation
It was an own goal
enumeration badDistance
documentation
Fails to respect the required distance
enumeration delay
documentation
Delays the restart of play
enumeration denyGoalByHand
documentation
Denies a goal by handling the ball
enumeration denyGoalByOffense
documentation
Denies a goal by an offence
enumeration dissent
documentation
Shows dissent
enumeration enterField
documentation
Enters the field of play without permission
enumeration leaveField
documentation
Leaves the field of play without permission
enumeration infringement
documentation
Persistently infringes the Laws of the Game
enumeration seriousFoul
documentation
Serious foul play
enumeration spitting
documentation
Spits at an opponent or at any other person
enumeration unsportingHand
documentation
Unsporting behaviour – Handball
enumeration unsportingHold
documentation
Unsporting behaviour - Holding or pushing
enumeration unsportingTackle
documentation
Unsporting behaviour – Tackle
enumeration unsportingOther
documentation
Unsporting behaviour – Other
enumeration insulting
documentation
Uses offensive or insulting or abusive language and/or gestures
enumeration violence
documentation
Violent conduct
annotation
documentation
Additional details for the EventType.
source <xsd:attribute name="SubEventType" type="fec:EventDetailNatureType">
 
<xsd:annotation>
   
<xsd:documentation>Additional details for the EventType.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element MatchEventType/PlayerPopularName
diagram match-2.1_p6.png
namespace http://fifa.com/exchange/fec
type fe:CompositeNameType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
Firstname  fe:InternationalString50        
documentation
The English (international) first name (given name) of the person. Mainly used in the western world.
Lastname  fe:InternationalString255  required      
documentation
The English (international) last name (family name) of the person. For non western countries this can also be the full name of the person because some names can not be devided into smaller chunks  (e.g. Arab or Asian names).
annotation
documentation
The player’s popular firstname and lastname. Also known as The player’s football name.
source <xsd:element name="PlayerPopularName" type="fe:CompositeNameType" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The player’s popular firstname and lastname. Also known as The player’s football name.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchEventType/PlayerPopularName2
diagram match-2.1_p7.png
namespace http://fifa.com/exchange/fec
type fe:CompositeNameType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
Firstname  fe:InternationalString50        
documentation
The English (international) first name (given name) of the person. Mainly used in the western world.
Lastname  fe:InternationalString255  required      
documentation
The English (international) last name (family name) of the person. For non western countries this can also be the full name of the person because some names can not be devided into smaller chunks  (e.g. Arab or Asian names).
annotation
documentation
The player2’s popular firstname and lastname. Also known as The player’s football name. This element is used in case substitute event is rendered.
source <xsd:element name="PlayerPopularName2" type="fe:CompositeNameType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The player2’s popular firstname and lastname. Also known as The player’s football name. This element is used in case substitute event is rendered.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchEventType/ComposedFullNamePlayer1
diagram match-2.1_p8.png
namespace http://fifa.com/exchange/fec
type fe:InternationalString50
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The full name of a player 1. This element is used in case person's first name and last name are not available separately.
source <xsd:element name="ComposedFullNamePlayer1" type="fe:InternationalString50" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The full name of a player 1. This element is used in case person's first name and last name are not available separately.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchEventType/ComposedFullNamePlayer2
diagram match-2.1_p9.png
namespace http://fifa.com/exchange/fec
type fe:InternationalString50
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The full name of a player 2. This element is used in case person's first name and last name are not available separately.
source <xsd:element name="ComposedFullNamePlayer2" type="fe:InternationalString50" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The full name of a player 2. This element is used in case person's first name and last name are not available separately.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchEventType/Score
diagram match-2.1_p10.png
namespace http://fifa.com/exchange/fec
type fec:ScoreType
properties
minOcc 0
maxOcc 1
content complex
children fec:ResultsSuplement
attributes
Name  Type  Use  Default  Fixed  Annotation
HomeScore  xsd:nonNegativeInteger  required      
documentation
Number of goals made by the home team. If there is no home team (e.g. Olympic Games) this is simply the goals of team one.
GuestScore  xsd:nonNegativeInteger  required      
documentation
Number of goals made by the guest team. If there is no guest team (e.g. Olympic Games) this is simply the goals of team two.
annotation
documentation
The new Score after this MatchEvent.
source <xsd:element name="Score" type="fec:ScoreType" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The new Score after this MatchEvent.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchEventType/Description
diagram match-2.1_p11.png
namespace http://fifa.com/exchange/fec
type fe:InternationalLongString
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 1000000
pattern [&#x0020;-&#x027F;]*
annotation
documentation
Any free text additions to describe further event details.
source <xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Any free text additions to describe further event details.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchEventType/AlsoKnownAs
diagram match-2.1_p12.png
namespace http://fifa.com/exchange/fec
type fe:Identifier
properties
minOcc 0
maxOcc 100
content simple
nillable false
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 identifiers that are known to be duplicates of this MatchEvent. See [CORE] for details.
source <xsd:element name="AlsoKnownAs" type="fe:Identifier" nillable="false" minOccurs="0" maxOccurs="100">
 
<xsd:annotation>
   
<xsd:documentation>The unique identifiers that are known to be duplicates of this MatchEvent. See [CORE] for details.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element MatchEventType/CustomExtension
diagram match-2.1_p13.png
namespace http://fifa.com/exchange/fec
type fe:CustomExtensionType
properties
minOcc 0
maxOcc 100
content complex
nillable false
children fe:Value fe:NativeValue
attributes
Name  Type  Use  Default  Fixed  Annotation
Key  fe:InternationalString50  required      
documentation
The english (international) attribute name of the custom extension.
annotation
documentation
Custom extensions for the event detail.
source <xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100">
 
<xsd:annotation>
   
<xsd:documentation>Custom extensions for the event detail.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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