namespace | http://fifa.com/fc | |||||||||||||
type | restriction of xsd:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xsd:simpleType name="PlayerRegistrationNatureType"> <xsd:annotation> <xsd:documentation>Types of player registrations that matter to FIFA Player passport</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Registration"> <xsd:annotation> <xsd:documentation>The standard registration of a player. In this type, the player is registered for her/his primary club, and is not loaned to any other club. This type is of permanent nature, i.e. in most scenarios the player registration is not time limited. This is the default and most common registration type.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Loan"> <xsd:annotation> <xsd:documentation>The registration of a player loaned to a club. In this type, the player is registered for the club that has accepted the player on a loan basis. This type is of temporary nature, i.e. the player is usually loaned for a period of 6 or 12 months. In this period, the club retains a contractual relationship with her/his primary club, without eligibility to play for the primary club.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |