diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |