namespace | http://fifa.com/fc | |||||||||||||
type | restriction of xsd:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xsd:simpleType name="RegistrationLevelType"> <xsd:annotation> <xsd:documentation>The professionality level of a football stakeholder, as defined in FIFA Regulations on Status and Transfer of Players.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="pro"> <xsd:annotation> <xsd:documentation>A professional is a football stakeholder 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 stakeholders are considered to be amateurs.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |