complexType LoggingCode
diagram mmixm_diagrams/mmixm_p276.png
namespace https://mmixm.aero/features/4
children mx:category mx:maintenanceAction mx:supplemental
used by
element LoggingEvent/loggingCode
annotation
documentation
Complex type containing code information for a logging event, including the code category, the maintenance action code, and the supplemental code.
source <xs:complexType name="LoggingCode">
 
<xs:annotation>
   
<xs:documentation>Complex type containing code information for a logging event, including the code category, the maintenance action code, and the supplemental code.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="category" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The code and description of the Code Category, which describes the reason for the log entry, per TI 6030.6 SAL User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="maintenanceAction" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The code and description of the Maintenance Action Code, which describes the maintenance action performed, per TI 6030.6 SAL User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="supplemental" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The code and description of the Supplemental Code, which describes the supplemental reason for the log entry, per TI 6030.6 SAL User's Manual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LoggingCode/category
diagram mmixm_diagrams/mmixm_p277.png
namespace https://mmixm.aero/features/4
type mb:CodeDescriptionType
properties
minOcc 0
maxOcc 1
content complex
children mb:code mb:description
annotation
documentation
The code and description of the Code Category, which describes the reason for the log entry, per TI 6030.6 SAL User's Manual.
source <xs:element name="category" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The code and description of the Code Category, which describes the reason for the log entry, per TI 6030.6 SAL User's Manual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LoggingCode/maintenanceAction
diagram mmixm_diagrams/mmixm_p278.png
namespace https://mmixm.aero/features/4
type mb:CodeDescriptionType
properties
minOcc 0
maxOcc 1
content complex
children mb:code mb:description
annotation
documentation
The code and description of the Maintenance Action Code, which describes the maintenance action performed, per TI 6030.6 SAL User's Manual.
source <xs:element name="maintenanceAction" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The code and description of the Maintenance Action Code, which describes the maintenance action performed, per TI 6030.6 SAL User's Manual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LoggingCode/supplemental
diagram mmixm_diagrams/mmixm_p279.png
namespace https://mmixm.aero/features/4
type mb:CodeDescriptionType
properties
minOcc 0
maxOcc 1
content complex
children mb:code mb:description
annotation
documentation
The code and description of the Supplemental Code, which describes the supplemental reason for the log entry, per TI 6030.6 SAL User's Manual.
source <xs:element name="supplemental" type="mb:CodeDescriptionType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The code and description of the Supplemental Code, which describes the supplemental reason for the log entry, per TI 6030.6 SAL User's Manual.</xs:documentation>
 
</xs:annotation>
</xs:element>


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