diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:AbstractMatchType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fc:Phase fc:MatchEvent fc:MatchOfficial fc:Team | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MatchType"> <xsd:annotation> <xsd:documentation>The match report data</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:AbstractMatchType"> <xsd:sequence> <xsd:element name="MatchOfficial" type="fc:MatchOfficialType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The match officials of this match.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Team" type="fc:MatchTeamType" minOccurs="2" maxOccurs="2"> <xsd:annotation> <xsd:documentation>This are the teams playing the match. If a team is home or away is part of the MatchTeamType under TeamNature.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="CompetitionFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd:documentation>ID of the Competition this match belongs to.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="CompetitionElementFIFAId" type="fc:FIFAIdentifier"> <xsd:annotation> <xsd:documentation>ID of the Competition Element (Sub-Competition) this match belongs to.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="FacilityFIFAId" type="fc:FIFAIdentifier"> <xsd:annotation> <xsd:documentation>ID of the Facility this match was played on or is scheduled to be played.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |