complexType TeamOfficialCertificationType
diagram registration_p50.png
namespace http://fifa.com/fc
type extension of fc:CertificationType
properties
base fc:CertificationType
used by
elements TeamOfficialCertificationsListType/TeamOfficialCertificate PersonType/TeamOfficialCertificate
attributes
Name  Type  Use  Default  Fixed  Annotation
Status  fc:SimpleStatusType  required      
documentation
The status of the certificate, i.e. active (current) or inactive (expired certificate).
CertificationValidFrom  fc:Date  required      
documentation
The date when the validity of this certificate starts, e.g. when a person's certificate starts being valid.
CertificationValidTo  fc:Date  optional      
documentation
The date when the validity of the certificate ends, e.g. when a person's certificate is not valid anymore.
Description  fc:String  optional      
documentation
An optional more detailed description of the certification.
CertificationNature  fc:TeamOfficialCertificationNatureType  required      
documentation
The team official certification nature type.
annotation
documentation
This represents team official (e.g. Referee) certificate and its attributes. A match official certificate is assigned to a person. A match official registration marks a person as a match official for an organisation and the given validity period.
source <xsd:complexType name="TeamOfficialCertificationType">
 
<xsd:annotation>
   
<xsd:documentation>This represents team official (e.g. Referee) certificate and its attributes. A match official certificate is assigned to a person. A match official registration marks a person as a match official for an organisation and the given validity period.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:CertificationType">
     
<xsd:attribute name="CertificationNature" type="fc:TeamOfficialCertificationNatureType" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The team official certification nature type.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute TeamOfficialCertificationType/@CertificationNature
type fc:TeamOfficialCertificationNatureType
properties
use required
facets
Kind Value Annotation
enumeration UEFA PRO
documentation
The UEFA PRO licence.
enumeration UEFA A
documentation
The UEFA A licence.
enumeration UEFA B
documentation
The UEFA B licence.
enumeration UEFA Elite Youth A
documentation
The UEFA Elite Youth A Licence.
enumeration UEFA Goalkeeper A
documentation
The UEFA Goalkeeper A Licence.
enumeration UEFA Futsal B
documentation
The UEFA Futsal B Licence.
enumeration AFC Professional Coaching Diploma
documentation
The AFC professional Coaching Diploma.
enumeration AFC A Coaching Certificate
documentation
The AFC A Coaching Certificate.
enumeration AFC B Coaching Certificate
documentation
The AFC B Coaching Certificate.
enumeration AFC C Coaching Certificate
documentation
The AFC C Coaching Certificate.
enumeration AFC Goalkeeper Coach Level 1
documentation
The AFC Goalkeeper Coach Level 1.
enumeration AFC Goalkeeper Coach Level 2
documentation
The AFC Goalkeeper Coach Level 2.
enumeration AFC Goalkeeper Coach Level 3
documentation
The AFC Goalkeeper Coach Level 3.
enumeration AFC Conditioning Coach
documentation
The AFC Conditioning Coach.
enumeration AFC Futsal Coach
documentation
The AFC Futsal Coach.
annotation
documentation
The team official certification nature type.
source <xsd:attribute name="CertificationNature" type="fc:TeamOfficialCertificationNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The team official certification nature type.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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