complexType CertificationType
diagram registration_p4.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>

attribute CertificationType/@Status
type fc:SimpleStatusType
properties
use required
facets
Kind Value Annotation
enumeration active
documentation
An active organisation, e.g. an operating stadium.
enumeration inactive
documentation
An inactive organisation, e.g. a dissolved club.
enumeration pending
documentation
A pending registration, e.g. waiting to be confirmed.
annotation
documentation
The status of the certificate, i.e. active (current) or inactive (expired certificate).
source <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>

attribute CertificationType/@CertificationValidFrom
type fc:Date
properties
use required
facets
Kind Value Annotation
pattern \d{4}[-]\d{2}[-]\d{2}
annotation
documentation
The date when the validity of this certificate starts, e.g. when a person's certificate starts being valid.
source <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>

attribute CertificationType/@CertificationValidTo
type fc:Date
properties
use optional
facets
Kind Value Annotation
pattern \d{4}[-]\d{2}[-]\d{2}
annotation
documentation
The date when the validity of the certificate ends, e.g. when a person's certificate is not valid anymore.
source <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>

attribute CertificationType/@Description
type fc:String
properties
use optional
annotation
documentation
An optional more detailed description of the certification.
source <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>


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