namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||
type | restriction of fc:String | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xsd:simpleType name="MatchStatusType"> <xsd:annotation> <xsd:documentation>The status of a match.</xsd:documentation> </xsd:annotation> <xsd:restriction base="fc:String"> <xsd:enumeration value="toSchedule"> <xsd:annotation> <xsd:documentation>The match is not yet scheduled.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Scheduled"> <xsd:annotation> <xsd:documentation>The match is planned to take place.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Postponed"> <xsd:annotation> <xsd:documentation>The match is postponed</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Running"> <xsd:annotation> <xsd:documentation>The match is running.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Cancelled"> <xsd:annotation> <xsd:documentation>The match was cancelled.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Played"> <xsd:annotation> <xsd:documentation>The match has terminated and is finished.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Officialised"> <xsd:annotation> <xsd:documentation>The match has finished and the results are official.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |