complexType QualificationChoice
diagram mmixm_diagrams/mmixm_p237.png
namespace https://mmixm.aero/features/3
children mx:certification mx:credential
used by
element Qualification/qualificationChoice
annotation
documentation
Choice structure representing Credential or Certification.
source <xs:complexType name="QualificationChoice">
 
<xs:annotation>
   
<xs:documentation>Choice structure representing Credential or Certification.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="certification" type="mx:Certification" minOccurs="1" maxOccurs="1"/>
   
<xs:element name="credential" type="mx:Credential" minOccurs="1" maxOccurs="1"/>
 
</xs:choice>
</xs:complexType>

element QualificationChoice/certification
diagram mmixm_diagrams/mmixm_p238.png
namespace https://mmixm.aero/features/3
type mx:Certification
properties
content complex
children mx:activeDateTime mx:certificationStatus mx:certificationType mx:grantor mx:inactiveDateTime mx:revokeDateTime mx:supervisor
source <xs:element name="certification" type="mx:Certification" minOccurs="1" maxOccurs="1"/>

element QualificationChoice/credential
diagram mmixm_diagrams/mmixm_p239.png
namespace https://mmixm.aero/features/3
type mx:Credential
properties
content complex
children mx:additionalInformation mx:facilityCode mx:rating mx:ratingStatus mx:holderStatus
source <xs:element name="credential" type="mx:Credential" minOccurs="1" maxOccurs="1"/>


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