complexType TeamOfficialCertificationType
diagram registration_p18.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>


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