simpleType CoachLevelType
namespace http://fifa.com/exchange/feco
type restriction of xsd:string
properties
base xsd:string
used by
attribute CoachRegistrationType/@Level
facets
Kind Value Annotation
enumeration professional
documentation
A professional is a coach 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 coaches are considered to be amateurs.
annotation
documentation
The level of expertise / professionality of a football coach.
source <xsd:simpleType name="CoachLevelType">
 
<xsd:annotation>
   
<xsd:documentation>The level of expertise / professionality of a football coach.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="professional">
     
<xsd:annotation>
       
<xsd:documentation>A professional is a coach 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 coaches 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