simpleType PlayerLevelType
namespace http://fifa.com/exchange/fep
type restriction of xsd:string
properties
base xsd:string
used by
attribute PlayerRegistrationType/@Level
facets
Kind Value Annotation
enumeration professional
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.
enumeration amateur
documentation
All other players are considered to be amateurs.
annotation
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.
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>


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