simpleType PlayerRegistrationNatureType
namespace http://fifa.com/fc
type restriction of xsd:string
properties
base xsd:string
used by
attribute PlayerRegistrationType/@RegistrationNature
facets
Kind Value Annotation
enumeration Registration
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.
enumeration Loan
documentation
All other stakeholders are considered to be amateurs.
annotation
documentation
Types of player registrations that matter to FIFA Player passport
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>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="Loan">
     
<xsd:annotation>
       
<xsd:documentation>All other stakeholders are considered to be amateurs.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy