diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||
children | fc:Phase fc:MatchEvent | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="AbstractMatchType"> <xsd:annotation> <xsd:documentation>The abstract match report data</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Phase" type="fc:MatchPhaseType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The phases of the match with the score.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="MatchEvent" type="fc:MatchEventType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The events that happened in the match.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="MatchFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd:documentation>This is the worldwide unique id of the match record. It is unchangeable.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Status" type="fc:MatchStatusType" use="required"> <xsd:annotation> <xsd:documentation>The status of the match.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="DateTimeLocal" type="fc:DateTime"> <xsd:annotation> <xsd:documentation>The scheduled local date and time of the match including the time zone.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Matchday" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number representing a Matchday/Week/Round of Round robin competition or Leg for Elimination type</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Attendance" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>The number of people attending the match in the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |