simpleType RegistrationNatureType
namespace http://fifa.com/exchange/fep
type restriction of xsd:string
properties
base xsd:string
used by
attribute PlayerRegistrationType/@RegistrationType
facets
Kind Value Annotation
enumeration F
documentation
First Registration
enumeration S
documentation
Subsequent Registration
annotation
documentation
This defines if it is a first time registration or a subsequent registration. This attribute is relevant for the protection of minors.
source <xsd:simpleType name="RegistrationNatureType">
 
<xsd:annotation>
   
<xsd:documentation>This defines if it is a first time registration or a subsequent registration. This attribute is relevant for the protection of minors.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="F">
     
<xsd:annotation>
       
<xsd:documentation>First Registration</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="S">
     
<xsd:annotation>
       
<xsd:documentation>Subsequent Registration</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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