simpleType RegistrationLevelType
namespace http://fifa.com/fc
type restriction of xsd:string
properties
base xsd:string
used by
attribute PlayerRegistrationType/@Level
facets
Kind Value Annotation
enumeration pro
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 amateur
documentation
All other stakeholders are considered to be amateurs.
annotation
documentation
The professionality level of a football stakeholder, as defined in FIFA Regulations on Status and Transfer of Players.
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>


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