diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:MatchEventDetailType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |