diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="SimpleMatchInternationalType"> <xsd:annotation> <xsd:documentation>The match type that contains just simple information. It is used on a competition to define a match.</xsd:documentation> </xsd:annotation> <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="FacilityInternationalShortName" type="fc:String"> <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:attribute name="FacilityFIFAId" type="fc:FIFAIdentifier" use="optional"> <xsd:annotation> <xsd:documentation>The worldwide unique FIFA ID of the facility.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="HomeTeamInternationalShortName" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>Home team's international name</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="HomeTeamFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd:documentation>The worldwide unique FIFA ID of the home team</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="AwayTeamInternationalShortName" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>Away team's international name</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="AwayTeamFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd:documentation>The worldwide unique FIFA ID of the away team</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="HomeFinalResult" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>Final result of home team</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="AwayFinalResult" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>Final result of away team</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |