namespace | http://fifa.com/exchange/fec | |||||||||||||||||||||||||||||
type | restriction of fe:String50 | |||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||
source | <xsd:simpleType name="MatchPlayerStatusType"> <xsd:annotation> <xsd:documentation>The status of the player for the match. The players availability/condition.</xsd:documentation> </xsd:annotation> <xsd:restriction base="fe:String50"> <xsd:enumeration value="available"> <xsd:annotation> <xsd:documentation>Player was available for the match.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="injured"> <xsd:annotation> <xsd:documentation>Player was injured.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="absent"> <xsd:annotation> <xsd:documentation>Player was absent from the match.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="notEligible"> <xsd:annotation> <xsd:documentation>Player was not eligible to play the match.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |