complexType TeamOfficialCertificationsListType
diagram registration_p48.png
namespace http://fifa.com/fc
children fc:TeamOfficialCertificate
annotation
documentation
The team official certificate list.
source <xsd:complexType name="TeamOfficialCertificationsListType">
 
<xsd:annotation>
   
<xsd:documentation>The team official certificate list.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="TeamOfficialCertificate" type="fc:TeamOfficialCertificationType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Team official certificates.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element TeamOfficialCertificationsListType/TeamOfficialCertificate
diagram registration_p49.png
namespace http://fifa.com/fc
type fc:TeamOfficialCertificationType
properties
minOcc 0
maxOcc unbounded
content complex
nillable false
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
Team official certificates.
source <xsd:element name="TeamOfficialCertificate" type="fc:TeamOfficialCertificationType" nillable="false" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Team official certificates.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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