complexType CertificationNatureType
diagram registration_p1.png
namespace http://fifa.com/fc
children fc:MatchOfficialCertificationNature fc:TeamOfficialCertificationNature
annotation
documentation
The certification nature of a certificate.
source <xsd:complexType name="CertificationNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The certification nature of a certificate.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:choice>
   
<xsd:element name="MatchOfficialCertificationNature" minOccurs="0">
     
<xsd:complexType>
       
<xsd:attribute name="Type" type="fc:MatchOfficialCertificationNatureType" use="required"/>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="TeamOfficialCertificationNature" minOccurs="0">
     
<xsd:complexType>
       
<xsd:attribute name="Type" type="fc:TeamOfficialCertificationNatureType" use="required"/>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:choice>
</xsd:complexType>


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