diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:AbstractMatchType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | fc:Phase fc:MatchEvent fc:Competition fc:Facility fc:MatchOfficial fc:Team | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MatchInternationalType"> <xsd:annotation> <xsd:documentation>The international match report data</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:AbstractMatchType"> <xsd:sequence> <xsd:element name="Competition" type="fc:MatchCompetitionInternationalType" nillable="false"> <xsd:annotation> <xsd:documentation>Basic competition data of the competition where this match belongs to.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Facility" type="fc:MatchFacilityInternationalType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Basic Facility/Stadium data where this match is played.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="MatchOfficial" type="fc:MatchOfficialInternationalType" 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:MatchTeamInternationalType" minOccurs="2" maxOccurs="2"> <xsd:annotation> <xsd:documentation>These 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:extension> </xsd:complexContent> </xsd:complexType> |