diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | fec:EventNatureType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | fec:MatchPhaseNatureType | ||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||
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> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | fe:InternationalString50 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | xsd:nonNegativeInteger | ||
properties |
|
||
annotation |
|
||
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> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | fe:InternationalString50 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | xsd:nonNegativeInteger | ||
properties |
|
||
annotation |
|
||
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> |
type | xsd:nonNegativeInteger | ||
annotation |
|
||
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> |
type | xsd:nonNegativeInteger | ||
annotation |
|
||
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> |
type | fec:EventDetailNatureType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="SubEventType" type="fec:EventDetailNatureType"> <xsd:annotation> <xsd:documentation>Additional details for the EventType.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fec | ||||||||||||||||||||||
type | fe:CompositeNameType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fec | ||||||||||||||||||||||
type | fe:CompositeNameType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||
namespace | http://fifa.com/exchange/fec | ||||||||||||
type | fe:InternationalString50 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | ![]() |
||||||||||||
namespace | http://fifa.com/exchange/fec | ||||||||||||
type | fe:InternationalString50 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fec | ||||||||||||||||||||||
type | fec:ScoreType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | fec:ResultsSuplement | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
diagram | ![]() |
||||||||||||
namespace | http://fifa.com/exchange/fec | ||||||||||||
type | fe:InternationalLongString | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | ![]() |
|||||||||
namespace | http://fifa.com/exchange/fec | |||||||||
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
diagram | ![]() |
||||||||||||||
namespace | http://fifa.com/exchange/fec | ||||||||||||||
type | fe:CustomExtensionType | ||||||||||||||
properties |
|
||||||||||||||
children | fe:Value fe:NativeValue | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |