complexType CertificationType
diagram registration_p2.png
namespace http://fifa.com/fc
used by
complexTypes MatchOfficialCertificationType TeamOfficialCertificationType
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.
annotation
documentation
This represents a generic person certification and its attributes. A person certification is assigned to a person. A person certification defines a specific certificate which person has in the given validity period.
source <xsd:complexType name="CertificationType">
 
<xsd:annotation>
   
<xsd:documentation>This represents a generic person certification and its attributes. A person certification is assigned to a person. A person certification defines a specific certificate which person has in the given validity period.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="Status" type="fc:SimpleStatusType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The status of the certificate, i.e. active (current) or inactive (expired certificate).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CertificationValidFrom" type="fc:Date" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The date when the validity of this certificate starts, e.g. when a person's certificate starts being valid.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CertificationValidTo" type="fc:Date" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The date when the validity of the certificate ends, e.g. when a person's certificate is not valid anymore.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Description" type="fc:String" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>An optional more detailed description of the certification.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>


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