simpleType ContractNatureType
namespace http://fifa.com/exchange/fep
type restriction of fe:String50
properties
base fe:String50
used by
attribute ContractType/@ContractType
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration professional
documentation
A regular professional contract.
enumeration loan
documentation
A loan contract.
enumeration student
documentation
A student/education contract.
enumeration other
documentation
All contracts that are not of another type defined in ContractNatureType.
annotation
documentation
The type of a contract.
source <xsd:simpleType name="ContractNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The type of a contract.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String50">
   
<xsd:enumeration value="professional">
     
<xsd:annotation>
       
<xsd:documentation>A regular professional contract.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loan">
     
<xsd:annotation>
       
<xsd:documentation>A loan contract.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="student">
     
<xsd:annotation>
       
<xsd:documentation>A student/education contract.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="other">
     
<xsd:annotation>
       
<xsd:documentation>All contracts that are not of another type defined in ContractNatureType.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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