diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:MatchEventType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MatchEventDetailType"> <xsd:annotation> <xsd:documentation>Match Event that contains more detail about actors of the event.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:MatchEventType"> <xsd:attribute name="EventId" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>ID of the event</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="PlayerShirtNumber" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of the player as printed on the shirt.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="PlayerShirtNumber2" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The worldwide unique id of the player2/person2 involved in this event.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |