<xsd:complexType name="Certification_Type">
<xsd:sequence>
<xsd:element ref="CertificationCd" minOccurs="0" maxOccurs="1" />
<xsd:element ref="PilotRatingCd" minOccurs="0" maxOccurs="1" />
<xsd:element ref="CertifiedInd" minOccurs="0" maxOccurs="1" />
<xsd:element ref="OtherCertification" minOccurs="0" maxOccurs="1" />
<xsd:element ref="OtherRating" minOccurs="0" maxOccurs="1" />
<xsd:element ref="CertificationDt" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="id" type="ID" />
</xsd:complexType>
|