complexType Certification
diagram mmixm_diagrams/mmixm_p215.png
namespace https://mmixm.aero/features/3
children mx:activeDateTime mx:certificationStatus mx:certificationType mx:grantor mx:inactiveDateTime mx:revokeDateTime mx:supervisor
used by
element QualificationChoice/certification
annotation
documentation
Complex type containing information associated with a certification.
source <xs:complexType name="Certification">
 
<xs:annotation>
   
<xs:documentation>Complex type containing information associated with a certification. </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="activeDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Date/Time the certification was granted.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="certificationStatus" type="mb:CodeCertificationStatusType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Enumerated list representing the status of a certification.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="certificationType" type="mb:CodeCertificationType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Enumerated list representing the type of certification.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="grantor" type="mb:Person" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The person who granted the technician the certification.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="inactiveDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Date and time at which the certification became inactive.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="revokeDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Date/Time the certification was revoked.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="supervisor" type="mb:Person" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The supervisor of the technician.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Certification/activeDateTime
diagram mmixm_diagrams/mmixm_p216.png
namespace https://mmixm.aero/features/3
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date/Time the certification was granted.
source <xs:element name="activeDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Date/Time the certification was granted.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Certification/certificationStatus
diagram mmixm_diagrams/mmixm_p217.png
namespace https://mmixm.aero/features/3
type mb:CodeCertificationStatusType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Active
documentation
Active certification authority attests to the employee’s proficiency on a system, subsystem, or service, IAW FAA Order 3000.57B.
enumeration Inactive
documentation
Certification authority has been determined to be inactive, IAW FAA Order 3000.57B.
enumeration Revoked
documentation
Certification authority has been revoked, IAW FAA Order 3000.57B.
annotation
documentation
Enumerated list representing the status of a certification.
source <xs:element name="certificationStatus" type="mb:CodeCertificationStatusType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Enumerated list representing the status of a certification.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Certification/certificationType
diagram mmixm_diagrams/mmixm_p218.png
namespace https://mmixm.aero/features/3
type mb:CodeCertificationType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Regular
documentation
Regular certification authority on a system, subsystem, or service may be granted to a technical specialist by the District second-level/OCC/POG/TSOG/Academy Tech Ops Training Div manager. [3000.57 ATO TechOps Training and Certification]
enumeration Remote Regular
documentation
Remote regular certification authority on a system, subsystem, or service may be granted to technical specialists who are responsible for accomplishing remote certifications through the use of Remote Maintenance Monitoring (RMM) equipment and capabilities. It is intended for OCC personnel, although other technical specialists may also be issued remote regular certification authorities when required by their position. [3000.57 ATO TechOps Training and Certification]
enumeration Temporary
documentation
Temporary certification authority should only be granted during unusual circumstances (i.e., when there is an immediate need and the normal process would take too long). [3000.57 ATO TechOps Training and Certification]
annotation
documentation
Enumerated list representing the type of certification.
source <xs:element name="certificationType" type="mb:CodeCertificationType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Enumerated list representing the type of certification.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Certification/grantor
diagram mmixm_diagrams/mmixm_p219.png
namespace https://mmixm.aero/features/3
type mb:Person
properties
minOcc 0
maxOcc 1
content complex
children mb:additionalInformation mb:ndcEmpID mb:personContact mb:personName mb:organization mb:personQualification
annotation
documentation
The person who granted the technician the certification.
source <xs:element name="grantor" type="mb:Person" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The person who granted the technician the certification.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Certification/inactiveDateTime
diagram mmixm_diagrams/mmixm_p220.png
namespace https://mmixm.aero/features/3
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date and time at which the certification became inactive.
source <xs:element name="inactiveDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Date and time at which the certification became inactive.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Certification/revokeDateTime
diagram mmixm_diagrams/mmixm_p221.png
namespace https://mmixm.aero/features/3
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date/Time the certification was revoked.
source <xs:element name="revokeDateTime" type="xs:dateTime" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Date/Time the certification was revoked.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Certification/supervisor
diagram mmixm_diagrams/mmixm_p222.png
namespace https://mmixm.aero/features/3
type mb:Person
properties
minOcc 0
maxOcc 1
content complex
children mb:additionalInformation mb:ndcEmpID mb:personContact mb:personName mb:organization mb:personQualification
annotation
documentation
The supervisor of the technician.
source <xs:element name="supervisor" type="mb:Person" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The supervisor of the technician.</xs:documentation>
 
</xs:annotation>
</xs:element>


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