namespace | http://fifa.com/exchange/fep | |||||||||||||
type | restriction of xsd:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xsd:simpleType name="PlayerLevelType"> <xsd:annotation> <xsd:documentation>The level of expertise / professionality of a football player. Definitions are based on the FIFA regulations on the Status and Transfer of Players Article 2, Paragraph 2.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="professional"> <xsd:annotation> <xsd:documentation>A professional is a player who has a written contract with a club and is paid more for his footballing activity than the expenses he effectively incurs.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="amateur"> <xsd:annotation> <xsd:documentation>All other players are considered to be amateurs.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |