namespace | http://fifa.com/exchange/fec | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of fe:String50 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
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="fe:String50"> <xsd:enumeration value="scheduled"> <xsd:annotation> <xsd:documentation>The match is planned to take place.</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="official"> <xsd:annotation> <xsd:documentation>The match has finished and the results are official.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="abandoned"> <xsd:annotation> <xsd:documentation>The match was stopped.</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="running"> <xsd:annotation> <xsd:documentation>The match is running.</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="toValidate"> <xsd:annotation> <xsd:documentation>The match schedule must be validated.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="toSchedule"> <xsd:annotation> <xsd:documentation>The match is not yet scheduled.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |