diagram | |||
namespace | http://fifa.com/fc | ||
children | fc:MatchOfficialCertificationNature fc:TeamOfficialCertificationNature | ||
annotation |
|
||
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> |